/*
/*
Theme Name: Louie Ramos Website 
Theme URI: http://www.hibiscustechnolab.com
Author: Hibiscus Technolab
Author URI:  http://www.hibiscustechnolab.com
Description: Theme developed using Hibiscus Theme Framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: En
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Poppins', sans-serif;!important;
	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	color:#606060;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	
}

sub,
sup {
	
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	
	
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
.header-cap
{
height:10px;
background-image:url('images/header-cap.png');
background-repeat:repeat-x;
display:block;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	
	
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	
}
h2
{
font-size:1.4em;
}
h3
{
font-size:1.3em;
}
p {
	}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	

	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

small {
	
}

big {
	
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
/*	background-image:url('images/body-bg.png'); */
	max-width:100% !important;
	overflow-x: hidden;
background-color:white;
	
}
.white-part
{
background-color:#fff;
min-height:15em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #337ab7;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* custom functions */
.main-h1
{
	
	text-align:center;
}
.intro-pnl
{
	font-size:1.1em;
	font-weight:400;
}
.profile-div
{
	background-image:url('images/louieramos.png');
	background-repeat:no-repeat;
	width:350px;
    height:375px;
	background-position:center center;
	background-size:cover;
	margin-top:2em;
	border-radius:99px;
 -moz-border-radius:99px;
 -webkit-border-radius:99px;
}
.slider-sect {
    border: 1px solid #DFDFD3;
	padding:1em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+1,2989d8+56,7db9e8+100&0.05+65,1+100 */
background: -moz-linear-gradient(left,  rgba(30,87,153,0.05) 1%, rgba(41,137,216,0.05) 56%, rgba(58,147,219,0.05) 65%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(30,87,153,0.05) 1%,rgba(41,137,216,0.05) 56%,rgba(58,147,219,0.05) 65%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(30,87,153,0.05) 1%,rgba(41,137,216,0.05) 56%,rgba(58,147,219,0.05) 65%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */
	

}
.ovr-lap1
{
	bottom: -37px;
    content: '';
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
	height:70px;
background-color: #2E75B6;
z-index:-10;
}
.ovr-lap2
{
	margin-top:4em;
	bottom: 0px;
    content: '';
    transform: rotate(5deg);
    -webkit-transform: rotate(2deg);
	height:70px;
background-color: #2E75B6;
z-index:-10;
}
.soliloquy-caption
{
	display:none;
}
.logo-div
{
	background-image:url('images/logo.png');
	height:91px;
	width:331px;
	background-repeat:no-repeat;
}
.cta-div-1
{
	padding:0.5em;
	text-align:center;
	font-size:2em;
	background-color:#2E75B6;
	color:#fff;
	z-index:999;
}
.cta-div-2
{
	margin-top:2em;
	padding:0.5em;
	text-align:center;
	font-size:1.5em;
	background-color:#2E75B6;
	color:#fff;
		z-index:999;
}
.cta-div1-btn
{
	background-color:#404040;
	color:#fff;
	padding:0.5em;
	font-size:0.7em;
	border-radius:5px;
	
}
.cta-div1-btn:hover
{
	background-color:#404040;
	color:#fff;
	padding:0.5em;
	font-size:0.7em;
	text-decoration:none;
	border-radius:5px;
	
}
.speci-ul
{
	list-style:none;
	columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  text-align:left;
}
.speci-ul li
{
	padding-bottom:1em;
}
.speci-ul li i 
{
	font-size:2em;
	color:#2E75B6;
	padding-right:1em;
}
.speci-ico-div
{
	background-image:url('images/specilizations.png');
	background-repeat:no-repeat;
	width:350px;
    height:375px;
	background-position:center center;
	background-size:cover;
	margin-top:2em;
}
.speci-cont
{
	text-align:center;
	border: 1px solid #DFDFD3;
    padding-left: 1em;
	padding-right: 1em;
	padding-top:1em;
	margin-top:2em;
	background: rgba(32,124,229,0.25);
background: -moz-linear-gradient(left, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,124,229,0.25)), color-stop(2%, rgba(73,155,234,0.25)), color-stop(49%, rgba(73,155,234,0.25)), color-stop(100%, rgba(73,155,234,1)));
background: -webkit-linear-gradient(left, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
background: -o-linear-gradient(left, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
background: -ms-linear-gradient(left, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
background: linear-gradient(to right, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea', GradientType=1 );
}
.speci-head
{
	font-size:2.2em;
	padding-bottom:1em;

}
.speci-row
{
	overflow:hidden;
}
.clients-rw
{
	
	padding:2em;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,0.99)), color-stop(29%, rgba(71,71,71,0.97)), color-stop(72%, rgba(102,102,102,0.93)), color-stop(89%, rgba(44,44,44,0.91)), color-stop(98%, rgba(43,43,43,0.9)), color-stop(100%, rgba(19,19,19,0.9)));
background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.99) 12%, rgba(71,71,71,0.97) 29%, rgba(102,102,102,0.93) 72%, rgba(44,44,44,0.91) 89%, rgba(43,43,43,0.9) 98%, rgba(19,19,19,0.9) 100%);
background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.99) 12%, rgba(71,71,71,0.97) 29%, rgba(102,102,102,0.93) 72%, rgba(44,44,44,0.91) 89%, rgba(43,43,43,0.9) 98%, rgba(19,19,19,0.9) 100%);
background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(89,89,89,0.99) 12%, rgba(71,71,71,0.97) 29%, rgba(102,102,102,0.93) 72%, rgba(44,44,44,0.91) 89%, rgba(43,43,43,0.9) 98%, rgba(19,19,19,0.9) 100%);
background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(89,89,89,0.99) 12%, rgba(71,71,71,0.97) 29%, rgba(102,102,102,0.93) 72%, rgba(44,44,44,0.91) 89%, rgba(43,43,43,0.9) 98%, rgba(19,19,19,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );
-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.brand-cr
{
	
	margin:0 auto;
}
.clnt-heading
{
	text-align:center;
	font-size:2em;
	color:#fff;
	padding-bottom:1em;
}
.clients-rw i
{
	color:#FCB21C;
}
.blog-cont
{
	margin-top:2em;
	padding-top:1em;
	padding-left:1em;
	padding-right:1em;
	border: 1px solid #DFDFD3;
	-moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
		overflow:hidden;
color:#000;
opacity:0.8;
transition: opacity .25s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.arch-btn:visited
{
	
	color:#fff !important;
}

.blog-cont:hover
{
	opacity:1;
}
.blog-cont a
{
	
}
.blog-cont a:hover
{
	
}

.recent-post-header
{
text-align:center;
font-size:2em;


}
.blog-pst-col1
{
	background-image:url('images/blog-post.jpg');
	background-repeat:no-repeat;
	height:375px;
	background-position:center center;
	background-size:cover;
	margin-top:2em;
}
.blog-pst-col2
{
	padding-left:2.5em;
}
.arch-row
{
	margin-top:1em;
	background: rgba(32,124,229,0.25);
    background: -moz-linear-gradient(left, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,124,229,0.25)), color-stop(2%, rgba(73,155,234,0.25)), color-stop(49%, rgba(73,155,234,0.25)), color-stop(100%, rgba(73,155,234,1)));
    background: -webkit-linear-gradient(left, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
    background: -o-linear-gradient(left, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
    background: -ms-linear-gradient(left, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
    background: linear-gradient(to right, rgba(32,124,229,0.25) 0%, rgba(73,155,234,0.25) 2%, rgba(73,155,234,0.25) 49%, rgba(73,155,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#499bea', GradientType=1 );
	padding:1em;
	color:#fff;
	text-align:center;
	font-size:1em;
}
.arch-btn
{
	background-color:#404040;
	color:#fff;
	padding:0.5em;
	font-size:0.9em;
	border-radius:5px;
}
.arch-btn:hover
{
	background-color:#404040;
	color:#fff;
	padding:0.5em;
font-size:0.9em;
	text-decoration:none;
}
.copy-sect
{
	padding:2em;
		background-color:#404040;
	color:#fff;
	text-align:center 
}
.copy-sect a
{
	color:#fff;
}
.field-cntr input[type="text"], .field-cntr input[type="email"],.field-cntr input[type="url"]
{
	padding:0.5em;
	margin-bottom:0.5em;
	width:100%;
}
.field-cntr textarea
{
	padding:0.5em;
	max-height:100px;
}
.field-cntr input[type="submit"]
{
	
	background-color:#404040;
	border-radius:5px;
	border:0px;
	padding:0.5em;
	color:#fff;
	width:100%;
	margin-top:1em;
	text-transform:uppercase;
	font-size:1.3em;
}
.top-frm-wrap
{
	background-color:#2E75B6;
	padding-left:1em;
	padding-right:1em;
	padding-top:0.1em;
	padding-bottom:0.1em;
	color:#fff;
	text-align:center;
	-moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
.frm-hdr
{
	font-size:2em;
}
.soliloquy-pager-item
{
	display:none;
}
.socia-div
{
	margin-top:1em;
	padding:0.5em;
	
	border-radius:5px;
	margin-bottom:2em;
	text-align:center;
	
}
.mg-wpsi
{
	min-height:0px !important;
}
.nav>li>a:after
{
		content: '';
		 background: #2E75B6;
    position: absolute;
    width: 100%;
    height: .313em;
       top: 100%;
    left: 0;
    transform-origin: center bottom;
    transform: scaleY(0);
    transition: transform .2s ease-in-out;
}

.nav>li:focus > a::after,.nav>li:hover > a::after,
  .nav>li:active > a::after
{

	   transform: scaleY(1);
}
.nav>li>a:hover
{
	background-color:transparent!important;
}
.blog-pst-col11 img
{
	border-radius: 50%;
}
.pg-title-row
{
	background-color:#2E75B6;
	height:100px;
}
.pg-title-txt-div
{
	margin-top:1em;
	color:#fff;
	font-size:2em;
}
.page-part
{
	padding-top:1em;
	margin-top:2em;
	padding-bottom:2em;
	border: 1px solid #DFDFD3;
	margin-bottom:3em;
}
.nav>li>a:hover, .nav>li>a:focus
{
	background-color:transparent !important;
}
.side-frm-wrap {
    background-color: #2E75B6;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: #fff;
    text-align: center;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    padding-top:2em;
}
.contact-page-frm-wrap {
    background-color: #2E75B6;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: #fff;
    text-align: center;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    padding-top:2em;
}
.side-bar
{
	margin-top:2em;
}
.mobi-toggle
{
	display:none;
}
.nav-div
{
	
	display:block;
}
a:visited
{
	
	color:#216CB1;
	
}
.cta-div1-btn:visited
{
	
	color:#fff;
}
.contact-page-rw
{
	margin-bottom:2em;
	margin-top:2em;
}
.contact-txt-content
{
	
	border: 1px solid #DFDFD3;
    padding: 1em;
    margin-bottom:2em;
    overflow:hidden;
}
.copy-sect a:visited
{
	color:#fff;
}
@media screen and (max-width:767px)
{
	body
	{
	padding-left:1em;
	padding-right:0.5em;
	}
	.ovr-lap1
	{
	margin-top: -3em;
	}
	.ovr-lap2
	{
	margin-top:-3em;
	}
	h1
	{
	font-size:1.2em;
	}
	.cta-div-1 h2
	{
	font-size:0.7em;
	}
	.cta-div1-btn
	{
	clear:both;
	display:block;
	margin-top:2em;
	max-width:200px;
	margin:0 auto;
	}
	.speci-head
	{
	font-size:1.2em;
	text-align:center;
	}
	.speci-ul
	{
	-moz-columns: 1 ;
	font-size: 0.8em;
	    column-count: 1
	
	}
	.clnt-heading
	{
	font-size:1em;
	
	}
	.star-panel
	{
	clear:both;
	display:block;
	margin:0 auto;
	}
	.cta-div-2 p
	{
	font-size:0.7em;
	}
	.cta-div1-btn
	{
	font-size:1em;
	}
	.copy-sect
	{
	margin-left:-3em;
	
	}
	.profile-div
	{
	width:150px;
	height:150px;
	margin:0 auto;
	}
	.recent-post-header
	{
	font-size:1em;
	}
	.field-cntr input[type="submit"]
	{
	margin-top:1em;
	}
	.intro-pnl
	{
	text-align:justify;
	}
	.logo-div
	{
	max-width:220px;
	background-size:contain;
	margin-top:1em;
	}
	.mobi-toggle
	{
	position:absolute;
	left:80%;
	display:block;
	}
	.mobi-toggle-i
	{
	font-size:1.7em;
	background-color:#216CB1;
	color:#fff;
	padding:0.3em;
	margin-top:0.7em;
	}
	.nav-div
	{
	
	background-color:#216CB1;
	bottom:2em;
	display:none;
	}
	.nav-div li a 
	{
	color:#fff;
	
	}
	.mg-wpsi li a i 
	{
	font-size:1em !important;
	}
	.pg-title-txt-div
	{
	font-size:1.5em;
	text-align:left;
	padding-left:1.5em;
	margin-top:0.3em;
	}
	.pg-title-row
	{
	height:50px;
	}
	.socia-div
	{
	max-width:300px;
	margin:0 auto;
	}
}
/* iPad Media Rules */
@media only screen and (min-width:768px) and (max-width:1024px)
{
	.profile-div
	{
	width:200px;
	height:200px;
	}
	.socia-div
	{
	margin-left:-3em;
	}
	.mg-wpsi li a i 
	{
		font-size:1em !important;
	}
	.logo-div
	{
	max-width:220px;
	background-size:contain;
	}
	.speci-ul
	{
	-moz-columns:2;
	column-count:2;
	}
	.speci-ul li 
	{
	font-size:0.8em;
	}
	.frm-hdr
	{
	font-size:1.2em;
	}
	.field-cntr input[type="text"], .field-cntr input[type="email"], .field-cntr input[type="url"]
	{
	padding:0.2em;
	padding-left:1em;
	}
	.field-cntr textarea
	{
	max-height:80px;
	}
	.field-cntr input[type="submit"]
	{
	margin-top:1em;
	}
	.top-frm-wrap p
	{
	font-size:0.8em;
	}
	.cta-div-1 h2
	{
	font-size:0.7em;
	padding-bottom:1em;
	display:block;
	}
	.cta-div-2 p
	{
	font-size:0.7em;
	}
	.clnt-heading
	{
	font-size:1em;
	}
	.recent-post-header
	{
	font-size:1.3em;
	}
	.ovr-lap2 {
    display:none;
	}
	.ovr-lap1 {
    display:none;
	}
	.cta-div1-btn
	{
	font-size:1em;
	margin-top:1em;
	display:block;
	max-width:250px;
	margin:0 auto;
	}
	.cta-div1-btn:hover
	{
	font-size:1em;
	margin-top:1em;
	display:block;
	max-width:250px;
	margin:0 auto;
	margin-top:1em;
	}
	.cta-div1-btn:visited
	{
	font-size:1em;
	margin-top:1em;
	display:block;
	max-width:250px;
	margin:0 auto;
	}
	.arch-btn
	{
	color:#fff;
	font-size:1em;
	}
	.arch-btn:visited
	{
	color:#fff;
	font-size:1em;
	}
	.mrg-adj
	{
	margin-top:1em;
	}
	.main-h1,.speci-head
	{
	font-size:1.1em;
	}
	.intro-pnl
	{
	
	}
	
}
@media screen and (min-width:1280px)
{
.navbar-nav>li>a
{
	font-size:1.3em;
}
.profile-div
{
	    width: 250px;
    height: 275px;
}
.socia-div
{
	    margin-left: 0px;
}
.cta-div-1 h2
	{
	font-size:0.7em;
	}
.soliloquy-theme-classic .soliloquy-pager
{
	display:none;
}
.blog-cont
{
	max-width:900px;
}
}
span.wpcf7-not-valid-tip
{
display:none !important;
}