/*
Theme Name: LASSOL Custom Theme
Author: LASSOL
Author URI: http://www.lassol.com/
Description:  
*/

body {
  margin: 0;
	/* font-family: 'Roboto', sans-serif; */
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
	font-size: 14px;
	font-weight: 300;
	/* -webkit-font-smoothing: antialiased; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

ul.docs {
	padding-left: 3em;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
	color: #f14f1d;
	background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
	color: #ff7d22;
	text-decoration: none;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  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 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	font-weight: 300;
	padding: 12px 15px;
	width: 100%;
	border-radius: 3px;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}
img.size-medium, 
img.size-full{
    border-radius: 5px;
    border: 1px solid #ececec;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
hr{
	clear:both;
	width:100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button {
	background: #1d66a6;
	color: #fff;
	border: 1px solid #193987;
	padding: 9px 20px;
	border-radius: 3px;
	font-size: 14px; 
	display: inline-block;
	width: auto;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.entry-content a.button:hover {
	background: #1c4795;
	color: #fff;
}
button.button-block,
input[type="button"].button-block,
input[type="reset"].button-block,
input[type="submit"].button-block,
.button.button-block,
.entry-content a.button.button-block {
  display: block;
  width: 100%;
  text-align: center;
}
button.button-cta,
input[type="button"].button-cta,
input[type="reset"].button-cta,
input[type="submit"].button-cta,
.button.button-cta,
.entry-content a.button.button-cta {
  border-color: #02D4FF;
  color: #02D4FF;
}
button.button-cta:hover,
input[type="button"].button-cta:hover,
input[type="reset"].button-cta:hover,
input[type="submit"].button-cta:hover,
.button.button-cta:hover,
.entry-content a.button.button-cta:hover {
  background: #02D4FF;
  color: #fff;
}
button span.dashicons,
input[type="button"] span.dashicons,
input[type="reset"] span.dashicons,
input[type="submit"] span.dashicons,
.button span.dashicons,
.entry-content a.button span.dashicons {
  position: relative;
  top: 3px;
}

.button {
  display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}
.linethrough {
    border-bottom: 4px solid #dcdcdc;
    height: 19px;
    text-align: center;
}
.linethrough strong {
    display: inline-block;
    background: #f8f8f7;
    padding: 0 15px;
    font-weight: 400;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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-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;
}
section ul {
    margin-bottom: 25px;
}
section ul li {
    list-style: none;
	margin-bottom: 15px;
	padding-left: 24px;
	position: relative;
}

section ul li:before {
    content: "\f00c";
	font-family: fontawesome;
	color: #ff7d22;
	margin-right: 5px;
	position: absolute;
	left: 5px;
}
ul {
    padding: 0;
}

td,
th {
  padding: 0;
}
/* ----------- Static CSS ---------------------*/
.panel-grid {
    margin-bottom: 0 !important;
}
.linethrough {
    border-bottom: 4px solid #e9e9e9;
	height: 19px;
	text-align: left;
	margin-bottom: 20px !important;
}
.linethrough strong {
    display: inline-block;
	background: #f8f8f7;
	padding: 0 14px 0 0;
	font-weight: 400;
	font-size: 22px;
}
.page-id-96 h3,
.page-id-94 h3 {
    margin: 0 0 12px 0;
    line-height: 25px;
}
.page-id-94 .site-main > p {
    margin-bottom: 3px;
}

/* ----------- Static CSS ---------------------*/
.page_not_found {
    text-align: center;
    min-height: 500px;
}
.page_not_found img {
    margin-top: 60px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #343434;
	font-family: 'Montserrat', sans-serif;
    clear: both;
}
h3 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
}
p {
  margin-bottom: 12px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #f6f6f6;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

section{
	margin-bottom: 0;
	width: 100%;
	padding: 20px 20px 0 20px;
}
.social_links{
	float:left;
}
.social_links a{
	color: #c2d9fd;
	font-size: 35px;
	margin-left: 10px;
}
.social_links a:hover{
	color: #fff;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn{
	font-size: 14px;
	color: #fff;
	background: #1d66a6;
	border-radius: 4px;
	outline: none;
	padding: 5px 15px;
}
.btn:hover, .btn:active, .btn:focus{
	outline: none;
	box-shadow: none;
	color: #fff;
	opacity: 0.8;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
	background: #fff;
    margin-bottom: 0;  
}

.header{
	display:inline-block;
	vertical-align: top;
	width: 100%;
	min-height: 95px;
}
.header .row {
    width: 100%;
    display: inline-block;
}
.navbar-brand {
    width: 262px;
    float: left;
    padding: 17px 0 0 0;
    margin: 0 45px 0 0;
}

.navbar-brand > a {
	font-size: 1.1rem;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}


.header_call{
	float: right;
	margin: 33px 0 0;
}

.header_call i{
	color: #ff7d22;
	float: left;
	font-size: 30px;
	position: relative;
	top: 3px;
	right: 5px;
}
.header_call .num{
	display: inline-block;
	float: left;
}

.header_call h1{
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}
.header_call a{
	color: #00529b;
	text-decoration: none;
	outline:none;
}
.container{
    max-width: 1170px;
}
.entry-title {
    font-size: 28px;
    line-height: 20px;
    margin-bottom: 25px;
    font-weight: 400;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
	float: left;
	margin: 32px 0 0;
}
#masthead .navbar-nav > li {
    line-height: 30px;
	margin: 0 12px;
	list-style: none;
}
#masthead .navbar-nav > li > a {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	font-weight: 500;
	font-size: 15px;
	color: #343434;
}

#masthead .navbar-nav > li > a:hover { 
	opacity: 0.8;
}
#masthead .navbar-nav > li.menu-item-has-children > a{
	padding-right: 15px;
	
}
#masthead .navbar-nav > li.menu-item-has-children.post-hover > a,
#masthead .navbar-nav > li.menu-item-has-children > a:hover {
    background: #fff;
    height: 100%;
    border-radius: 3px 3px 0 0;
    color: #00529b;
}

#masthead .navbar-nav > li.active > a {
    border-bottom: 3px solid #ff7d22;
}
.navbar-toggle:hover .icon-bar{
	background:#fff;
}
.navbar-toggle .icon-bar {
    background: #00529b;
}

.dropdown-toggle:after {
	content: "\f107";
	font-family: fontawesome;
	border: none;
	position: absolute;
	top: 4px;
	right: 0;
	color: #ff7d22;
}
.dropdown.show .dropdown-toggle:after {
  content: "\f106";
}
.navbar-nav li:hover ul.dropdown-menu {
	padding: 10px 0;
    display: block;
	min-width: 250px;
	border-radius: 0 0 5px 5px;
	margin: 0;
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.08);
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
	font-size: 15px;
	color: #343434;
	font-weight: 300;
	position: relative;
	padding-left: 30px;
	padding: 6px 30px;
}
.dropdown-menu .dropdown-item:before {
    content: "\f105";
    font-family: fontawesome;
    font-size: 16px;
    color: #ff7d22;
    position: absolute;
    left: 18px;
    top: 5px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus{
	background: #00529b;
}
.dropdown-menu .dropdown-item:hover {
	color: #ff7d22;
	background: none;
}
.dropdown-item.active, .dropdown-item:active{
	background:none;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.site-main h2{
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}



/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix {
    clear: both;
    width: 100%;
}
.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;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
	padding-bottom: 20px;
	padding-top: 20px;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: fontawesome;
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
}

.sticky .entry-title {
  position: relative;
}

.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;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #b1a9b7;
  background-color: #1e1d24;
  font-size: 12px;
}


.footer_widget .fluid{
	display: inline-block;
	width: 100%;
	padding: 16px 0;
	vertical-align: top;
	min-height: 271px;
}

.footer_links{
	background:#1d66a6;
	min-height: 89px;
}
.footer_links .fluid{
	display: inline-block;
	width: 100%;
	padding: 18px 0;
	vertical-align: top;
}
.bottom_links {
    float: right;
    padding-top: 13px;
}
.bottom_links a {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
	margin-left: 50px;
	outline: none;
}
.bottom_links a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.bottom_links a i.fa {
    float: left;
    font-size: 30px;
    color: #c2d9fd;
    margin-right: 15px;
}
.bottom_links a small {
    display: block;
    color: #c2d9fd;
    font-size: 13px;
	white-space: nowrap;
}

.copyright_text {
    margin-bottom: 0;
	text-align: center;
	min-height: 60px;
	padding: 21px 0;
	line-height: 20px;
}
.copyright_text a{
	color: #628796;
	text-decoration: none;
}
.copyright_text p{
	margin: 0;
}




/*--------------------------------------------------------------
# Home Page Starts here
--------------------------------------------------------------*/
.home_banner{
	height: 345px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.home_banner h1,
.home_banner h3{
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 2;
	position: relative;
}
.home .home_banner h1{
	margin-top: 120px;
}
.home_banner h1{
	font-size:45px;
	margin-top: 140px;
}
.home_banner h1 span{
	color:#ff7d22;
}
.home_banner h1 .underline{
	border-bottom: 3px solid #ff7d22;
	color: #fff;
}
.home_banner h3 {
    font-size: 30px;
    font-weight: 300;
}
.home_banner:after {
    background: rgba(0, 0, 0, 0.78);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.services{
	background: #fff;
	margin: 7px 0;
	min-height: 345px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
	padding: 20px 0;
}
.services .item {
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
	outline: none;
	color: #303030;
}
.services .item:hover{
	opacity: 0.8;
}
.services .item:after {
    content: "";
    width: 1px;
    height: 215px;
    background: #eceff1;
    position: absolute;
    top: 50px;
    right: 0;
}
.services .item:last-child:after {
    display: none;
}
.services .icon{
	text-align: center;
}
.services h4{
	color:#00529b;
	font-size: 14px;
	font-weight: 400;
	text-align:center;
	margin: 20px 0;
}
.services p{text-align:center;}
.services ul {
    font-size: 12px;
	margin-bottom: 15px;
	display: inline-block;
	text-align: left;
	padding: 0 15px 0 30px;
	min-height: 172px;
}
.services p{
	margin-bottom: 0;
}
.services ul li{
	margin-bottom: 12px;
	line-height: 16px;
	position: relative;
	padding-left: 0px;
}
.services ul + p{
	color: #f14f1d;
	font-size: 12px;
}
.services ul li:before {
    position: absolute;
    left: -15px;
}
.sp{
	display: inline-block;
	height: 65px;
	width: 65px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.sp-1{background-image: url(images/icon_website.png);}
.sp-2{background-image: url(images/icon_seo.png);}
.sp-3{background-image: url(images/icon_ppc.png);}
.sp-4{background-image: url(images/icon_share.png);}
.sp-5{background-image: url(images/icon_review.png);}
.page-id-10 .contact_info {
    display: none;
}
.home .main_contents{
	vertical-align: bottom;
	display: inline-block;
	width:100%;
	padding: 20px 0 0;
	margin: 0;
}

.left_area, .right_area{
	width: 535px;
	display: inline-block;
	float: left;
}
.left_area{
	background:url(images/seo_graphic.png) no-repeat bottom center;
	padding-bottom: 210px;
}
.right_area{	
	float: right;
}
.right_area ul{
	margin-top:35px;
}
.right_area ul li{
	clear: both;
	padding-left: 78px;
	margin-bottom: 34px;
}
.right_area ul li:before{
	content: "";
	display: inline-block;
	float: left;
	width: 58px;
	height: 58px;
	margin: -7px 14px 25px 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.right_area ul li:nth-child(1):before{ background-image: url(images/icon_a.png)}
.right_area ul li:nth-child(2):before{ background-image: url(images/icon_b.png);background-position: 0 7px;}
.right_area ul li:nth-child(3):before{ background-image: url(images/icon_c.png)}
.right_area ul li:nth-child(4):before{ background-image: url(images/icon_d.png)}
.right_area ul li:nth-child(5):before{ background-image: url(images/icon_e.png)}


.contact_info{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
	height: 92px;
	vertical-align: top;
	margin-bottom: 20px;
	padding: 0;
}
.contact_info .container {
    text-align: center;
}
.contact_info h3 {
    font-weight: 400;
    font-size: 28px;
    display: inline-block;
    margin-top: 30px;
	margin-bottom: 0;
}
.contact_info i.fa{
	color: #ff7d22;
}
.contact_info .header_call {
    top: 7px;
	float: none;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	margin-top: 0;
}

.contact_info.cta{
	margin-bottom: 0;
}
.contact_info.cta h3{
	font-size: 25px;
	margin-top: 32px;
}
.contact_info.cta .btn {
	font-size: 16px;
	line-height: 32px;
	padding: 4px 20px;
	margin-left: 15px;
	position: relative;
	top: -3px;
}
.contact_info.cta .btn i.fa {
    color: #c2d9fd;
    font-size: 24px;
    position: relative;
    left: -3px;
    top: 1px;
}

/* Testimonials Section ======================================= */
.carousel-showmanymoveone .carousel-control i.fa {
    background: #eceff1;
    width: 50px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-shadow: none;
    color: #224b8b;
    border-radius: 50%;
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
	padding-top: 69px;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: -8px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: -8px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2{
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
	.carousel-showmanymoveone .carousel-inner .cloneditem-1,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3{
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
		
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 1024px) {

  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -33%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 33%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4{
    display: block;
  }
}
@media all and (min-width: 1024px) and (transform-3d), all and (min-width: 1024px) and (-webkit-transform-3d) {
	
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(33%, 0, 0);
            transform: translate3d(33%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33%, 0, 0);
            transform: translate3d(-33%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    left: 0;
  }
}
#content.site-content.testimonials{
	padding-top:0;
}
.testimonials .container{
	position: relative;
}
.testimonials .entry-title{
	text-align: center;
	margin-bottom: 41px;
}
.testimonials .read_more{
	position: absolute;
	top: 20px;
	right: 20px;
}

.testimonials .read_more1{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.testimonials .comment{
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
	background: #fff;
	border-radius: 5px;
	min-height: 185px;
	padding: 20px 30px;
}
.testimonials .icon{
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.testimonials .icon i.fa{
	color:#ff7d22;
	font-size: 30px;
}
.testimonials .feedbacks{
	padding-bottom: 91px;
}
.testimonials .feedbacks .client {
	display: inline-block;
	position: absolute;
	bottom: -92px;
	height: 72px;
	background: #f8f8f7;
	width: auto;
	left: 30px;
	top: auto;
}
.testimonials .feedbacks .client div{
	font-weight: bold;
}
.testimonials .feedbacks .client span {
    color: #224b8b;
	font-size: 12px;
	font-style: italic;
}
.testimonials .feedbacks .client:before {
    border-top: 14px solid #fff;
	border-left: 12px solid transparent;
	content: "";
	height: 50px;
	left: 17px;
	position: absolute;
	top: -20px;
	width: 23px;
	border-right: 12px solid transparent;
}
.page-template-page-testimonials-on-bottom .testimonials{
	margin-top:20px;
}
.ed{
	float:right;
}
/* ==============================================================end Tetimonials*/



/*Reviews Page --- */
.reviews_page .testimonials .comment {
    min-height: auto;
	padding-left: 66px;
}
.reviews_page .testimonials .comment p {
	margin-bottom: 0;
}
.reviews_page .testimonials .client {
    margin-bottom: 25px;
	position: relative;
    margin-top: 12px;
}
.reviews_page .testimonials .client:before {
    border-top: 14px solid #fff;
    border-left: 12px solid transparent;
    content: "";
    height: 50px;
    left: 17px;
    position: absolute;
    top: -14px;
    width: 23px;
    border-right: 12px solid transparent;
}
.reviews_page .testimonials .client span{
	color: #224b8b;
	font-size: 12px;
	font-style: italic;
}
.reviews_page .testimonials .client div {
    font-weight: bold;
}
.reviews_page .testimonials .icon {
    width: auto;
	margin: 0;
	position: absolute;
	left: 39px;
}
.thumbnails .widget-title{
	display:none;
}
/*Contact Us Page */
/* Form fields ---------------------------------------- */
.form {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
}
.form li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.form li:last-child {
    margin: 0;
}
.form li:before {display:none;}

.form li .field {
    display: inline-block;
    float: left;
    width: 100%;
}
.form li .field .wpcf7-checkbox {
    display: inline-block;
    margin-top: 10px;
}

/* Form controld buttons & field style ends*/

.showmore, .hidemore{
	color: #ff7d22;
	cursor: pointer;
	margin-top: 10px;
	display: block;
	font-size: 12px;
}

.testimonials .comment.active .showmore{
	display:none;
}
.testimonials .comment .full_text,
.testimonials .comment .hidemore{
	display: none;

}
.testimonials .comment.active .full_text,
.testimonials .comment.active .hidemore{
	display: block;
}


.full_text, 
.full_text p{
	display: inline-block;
	line-height: 18px;
}




@media screen and (max-width: 767px) {
  .page_not_found {      
      min-height: 300px;
  }
  .page_not_found img {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 70%
  }
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  html {
    font-size: 95%;
  }
	.container{
		width:100%;
	}
	.navbar-brand {
		width: 240px;
		margin-right: 40px;
	}
	#masthead nav {
		margin: 27px 0 0;
	}
	#masthead .navbar-nav > li > a {
		font-size: 14px;
	}
	#masthead .navbar-nav > li {
		margin: 0 10px;
	}
	
	.header {
		min-height: 80px;
	}
	.header .header_call {
		margin: 22px 0 0;
	}
	
	
	
	.home_banner{
		height:250px;
	}
	.home .home_banner h1{
		margin-top: 80px;
	}
	.home_banner h1 {
		font-size: 35px;
		margin-top: 105px;
	}
	.home_banner h3 {
		font-size: 20px;
	}

	.left_area, .right_area {
		width: 48%;
	}
	
	.contact_info {
		height: 79px;
	}
	.contact_info h3 {
		font-size: 25px;
		margin-top:25px;
	}
	.carousel-showmanymoveone .carousel-control i.fa {
		width: 40px;
		height: 40px;
	}
	.carousel-showmanymoveone .carousel-control.right {
		margin-right: 15px;
	}
	.carousel-showmanymoveone .carousel-control.left {
		margin-left: 15px;
	}
	.footer_links {
		padding: 0 20px;
	}
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook / Tablet Land
--------------------------------------------------------------*/
@media only screen and (max-width: 1060px) {
	.header_call h1 {
		font-size: 20px;
	}
	.header .header_call {
		margin: 29px 0 0;
	}
	.header_call i {
		font-size: 20px;
		top: 3px;
	}
	.services ul {
		margin-bottom: 0px;
		min-height: 188px;
	}
}

/*--------------------------------------------------------------
## Tablet Port
--------------------------------------------------------------*/
@media only screen and (max-width: 980px) {
  html {
    font-size: 90%;
  }
	.title_hidden_on_mobile .widget-title{
		display: none;
	}
	.thumbnails .widget-title{
		display:block;
	}
	img.image{
		margin-bottom: 0!important;
	}
	.thumbnails img.image{		
	    display: inline-block;
	    width: 100%;
	}
	.services ul {
		min-height: 173px;
	}
	#masthead nav {
		width: 100%;
		min-height: 40px;
		border-top: 1px solid #ececec;
		padding-top: 5px;
	}
	.header{
		position:relative;
	}
	.header .header_call {
		position: absolute;
		top: 0px;
		right: 20px;
	}
	#masthead .navbar-nav > li {
		margin: 0 15px;
	}
	#masthead .navbar-nav > li.active > a {
		padding-bottom: 7px;
	}
	.services {
		padding-left: 0;
		padding-right: 0;
	}
	.services .item {
		width: 33%;
		min-height: 360px;
	}
	.services .item:nth-last-child(2), .services .item:last-child {
		width: 50%;		
		min-height: auto;
	}
	.contact_info {
		height: auto;
		text-align: center;
	}
	.contact_info h3 {
		text-align: center;
		width: 100%;
	}
	.contact_info .header_call {
		display: inline-block;
		float: none;
		margin-bottom: 25px;
	}
	
	.carousel-showmanymoveone .carousel-control {
		width: 40px;
	}
	.social_links {
		width: 100%;
		text-align: center;
	}
	.bottom_links {
		display: inline-block;
		float: none;
	}
	.footer_links {
		text-align: center;
	}
	.bottom_links a:first-child {
		margin-left: 0;
	}
	.bottom_links a{
		text-align: left;
	}
	.right_area, .left_area{
		float:none;
		width: 100%;
	}
	.right_area {
		text-align: center;
	}
	.right_area ul {
		display: inline-block;
	}
	.right_area ul li {
		text-align: left;
	}
	.contact_info.cta h3 {
		font-size: 18px;
		margin-top: 12px;
	}
	.contact_info.cta .btn {
		margin-left: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

/*--------------------------------------------------------------
## All Mobiles
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 86%;
  }	
	.entry-title {
		font-size: 20px;
		line-height: 31px;
	
	}	
	.navbar-brand {
		margin: 0;
		width: 100%;
		text-align: center;
	}
	.navbar-brand a{
		width: 250px;
		display: inline-block;
	}
	.header .header_call {
		top: 63px;
	}
	.navbar-toggle {
		float: left;
	}
	.navbar-collapse {
		width: 100%;
	}
	#masthead .navbar-nav > li {
		margin: 0;
		border-top: 1px solid #f9f9f9;
		padding: 10px 0;
	}
	.dropdown-toggle:after {
		font-size: 24px;
		top: 14px;
	}
	#masthead .navbar-nav > li.active > a {
		display: block;
	}
	.navbar-nav li:hover ul.dropdown-menu {
		position: static;
		width: 100%;
		background: #f6f6f6;
		margin-bottom: 15px;
	}
	.home_banner {
		height: 130px;
		background-size: 140% auto;
		background-position: left;
	}
	.home .home_banner h1{
		margin-top: 35px;
	}
	.home_banner h1 {
		font-size: 20px;
		margin-top: 54px;
	}
	.home_banner h3 {
		font-size: 14px;
		padding: 0 10px;
		line-height: 19px;
	}
	.services .item {
		width: 100%!important;
		text-align: center;
		min-height: auto;
	}
	.services .item:last-child p{
		border-bottom: none;
	}
	.services .item:after{
		display: none;
	}
	.services p {
		text-align: center;
		border-bottom: dotted 1px #dcdcdc;
		padding-bottom: 10px;
		width: 100%;
		display: inline-block;
		margin-bottom: 20px;
		float: none;
	}
	.left_area {
		background-size: 300px;
padding-bottom: 100px;
	}
	.contact_info {
		padding: 10px;
	}
	.contact_info .container {
		padding: 0;
	}
	.contact_info h3 {
		font-size: 13px;
		margin-bottom: 0;
	}
	.testimonials .entry-title {
		margin-bottom: 0;
	}
	.testimonials .read_more {
		display: block;
		position: static;
		margin: 10px 0 20px;
		float: none;
		text-align: center;
	}
	.bottom_links a {
		text-align: left;
		padding-left: 34% !important;
		width: 100%;
		margin: 10px 0 !important;
			
	}
	
	.linethrough {
		height:auto;
		border:none;
	}
	
}


.tg-icon-add:before {
    content: "\f00e";
    font-family: FontAwesome;
}
