/*
Theme Name: Compact One
Theme URI: https://cyberchimps.com/compact-one/
Author: CyberChimps
Author URI: https://www.cyberchimps.com/
Description: Compact One - Single Page Business WordPress Theme. An elegant and responsive one page WordPress theme primarily designed to suffice needs of big and small businesses, corporates and service providers. With impressive sections, all on a single page this theme will help you highlight all the services and products of your company. Image slider, progress bar to showcase skills, work section to display portfolio etc. and many more interesting features together makes this a power-packed theme. <a href="https://cyberchimps.com/forum/free/compact-one/"> Official support forum</a> (https://cyberchimps.com/forum/free/compact-one/) <a href="https://cyberchimps.com/compactone-demo"> View theme demo here </a> (https://cyberchimps.com/compactone-demo)
Version: 1.8
Tags: one-column, grid-layout, custom-colors, theme-options, translation-ready, portfolio, blog, right-sidebar, two-columns, custom-menu, custom-logo, full-width-template
Text Domain: compact-one
License: GNU General Public License
License URI: http://www.opensource.org/licenses/gpl-license.php GPL v3.0 (or later)
*/
/*======== variables ==========*/
/*--------------------------------------------------------------
# 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;
  -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
		  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	 -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		  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. */ }

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

/*--------------------------------------------------------------
# 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;
  table-layout: fixed; }

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

/*==== content ====*/
.container {
  max-width: 1170px; }

body {
  color: #424141;
  font-size: 16px;
  word-wrap: break-word;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif; }

#form-allowed-tags code {
  background-color: transparent; }

pre {
  white-space: pre-wrap;
  word-break: normal; }

img {
  border: 0;
  max-width: 100%;
  height: auto; }

a {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease; }

a:hover {
  text-decoration: none;
  cursor: pointer; }

.wp-caption {
  margin-bottom: 10px;
  max-width: 100%; }

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

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

.error-404 .page-content {
  margin-bottom: 30px; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

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

.bypostauthor {
  display: block; }

label[for="comment"] {
  display: block; }

input, textarea {
  max-width: 100%;
  padding: 6px;
  border: 1px solid #b0bdc2; }

input[type="submit"] {
  font-weight: 500;
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  background-color: #3a6591;
  -webkit-border-radius: 25px / 30px;
	 -moz-border-radius: 25px / 30px;
		  border-radius: 25px / 30px;
  color: #fff;
  border: none;
  text-transform: uppercase; }

.commentlist li {
  list-style-type: none; }

/*calendar */
#wp-calendar th, #wp-calendar td {
  padding: 0.2em; }

#sidebar aside {
  margin: 20px 0; }

table {
  border-collapse: collapse;
  margin: 0 0 1.5em; }

tr {
  border-bottom: 1px solid #eee; }

th:first-child, td:first-child {
  padding-left: 0; }

th {
  padding: 0.4em;
  text-align: left; }

td {
  padding: 0.4em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/*=========== menu =============*/
.navbar-collapse {
  float: right; }

.navbar-default .navbar-nav > li a {
  padding-right: 0;
  padding-left: 0;
  padding-top: 15px;
  border-bottom: 2px solid transparent; }

.navbar-default .navbar-nav > li {
  padding-right: 15px;
  padding-left: 15px; }

.navbar-default .navbar-nav > li:last-child {
  padding-right: 0; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  border-bottom: 2px solid #fff; }

.compact_one_header .navbar-default .navbar-nav > .active > a, .compact_one_header .navbar-default .navbar-nav > .active > a:focus, .compact_one_header .navbar-default .navbar-nav > .active > a:hover {
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff; }

#logo {
  margin-top: 5px;
  margin-bottom: 5px; }

.page-template-template-home .navbar-default .navbar-nav .dropdown-menu li a {
	color:#333; }

.page-template-template-home .navbar {
  margin-bottom: 0; }

.page-template-template-home .navbar-default {
  background-color: transparent;
  border: none;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 9999; }
  .page-template-template-home .navbar-default .nav_inner {
	width: 100%;
	float: left; }
  .page-template-template-home .navbar-default .navbar-nav > li a {
	color: #fff; }

.page-template-template-home .top-nav-collapse.navbar-default .navbar-nav > li a {
  padding-bottom: 15px;
  padding-top: 15px; }

.page-template-template-home .sticky-header2 .navbar-default {
  background: rgba(58, 101, 145, 0.9);
  padding: 0; }
  .page-template-template-home .sticky-header2 .navbar-default .nav_inner {
	border-bottom: none; }
  .page-template-template-home .sticky-header2 .navbar-default .navbar-nav > .active > a, .page-template-template-home .sticky-header2 .navbar-default .navbar-nav > .active > a:focus, .page-template-template-home .sticky-header2 .navbar-default .navbar-nav > .active > a:hover {
	border-bottom: 2px solid #fff;
	background-color: transparent;
	color: #fff; }
  .page-template-template-home .sticky-header2 .navbar-default #logo {
	margin-top: 5px;
	margin-bottom: 5px; }

.page-template-template-home .compact_one_header .navbar-default .navbar-nav li a:hover
{
	border-bottom:2px solid #fff;
}

.page-template-template-home .compact_one_header .navbar-default .navbar-nav > .active > a, .page-template-template-home .compact_one_header .navbar-default .navbar-nav > .active > a:focus{
	border-bottom: 2px solid transparent;
}
.page-template-template-home .compact_one_header .navbar-default .navbar-nav > .active-link > a, .page-template-template-home .compact_one_header .navbar-default .navbar-nav > .active-link > a:focus, .page-template-template-home .compact_one_header .navbar-default .navbar-nav > .active-link > a:hover {
	border-bottom: 2px solid #fff;
}

/*============== for other templates (other than front page) =================*/
.navbar-default {
  background: rgba(58, 101, 145, 0.9);
  border: none;
  -webkit-border-radius: 0;
	 -moz-border-radius: 0;
		  border-radius: 0; }

.navbar-default .navbar-nav > li > a {
  color: #fff; }

.navbar-default .navbar-nav li a
{
	font-size:0.8em;
	text-transform:uppercase;
}

.dropdown:hover > .dropdown-menu {
  display: block;
	border-radius:0;
	margin-top:-7px; }
.navbar-nav > li > .dropdown-menu {
	margin-top:-7px; }
.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }
  .dropdown-menu ul {
	list-style-type: none;
	padding-left: 1em; }
  .dropdown-menu > li {
	/*padding-bottom: 10px;*/ }

.dropdown-menu ul li
{
	padding: 3px 0;
}

.navbar-default .navbar-nav .dropdown-menu li a {
  padding: 10px 8px; }

.navbar .glyphicon-plus {
  display: none; }

.nav-previous, .nav-next {
  display: inline-block; }

.nav-next {
  float: right; }

.page-numbers {
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  float: left; }

.page-numbers.current {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.site-title a,
.blog-description {
  color: #fff; }

/* Single post, blog pages */
.s_post_details {
    padding: 0;
}
.s_post_details li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    border-right: solid 1px #cfcfcf;
    padding-right: 10px;
}
.author_img {
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    display: inline-block;
    overflow-x: hidden;
    overflow-y: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
.s_post_details .author_img {
    padding: 0 !important;
}
.s_post_details .author_img img {
    width: 50px;
}
.sep
{
	display:none;
}
.post_title_single {
    margin: 0 0 20px;
    text-align: left;
}
.post_title_single span
{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.post_title_single span:after {
    border-bottom: solid 2px #3a6591;
    top: 115%;
    content: "";
    left: 0;
    position: absolute;
    margin: 0 auto;
    width: 100px;
}
.entry-content
{
	margin:0;
}
#breadcrumbs{
    list-style:none;
    margin:10px 0 30px 0;
    overflow:hidden;
	padding:0;
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}

#breadcrumbs .separator{
    color:#505050;
}

/* sidebar */
.single-post #secondary
{
	margin-top:40px;
}
aside .widget-title {
    position: relative;
}
aside .widget-title:after {
    border-bottom: solid 2px #3a6591;
    bottom: -7px;
    content: "";
    left: 0;
    position: absolute;
    width: 100px;
}
#sidebar ul {
    padding: 0;
}
.widget-container ul li {
    border-bottom: 1px solid #cfcfcf;
    line-height: 35px;
    list-style: outside none none;
    width: 100%;
}

/* blog page */
.compact-one-post-left {
    width: 46%;
    float: left;
    margin: 0 4% 35px 0;
    padding: 0;
}
.compact-one-post-right {
    width: 46%;
    float: left;
    margin: 0 1% 35px 3%;
    padding: 0;
}
#main .post-title
{
	font-size:24px;

}
.magazine-metadata
{
	margin-bottom: 10px;
}
.excerpt-more
{
	padding: 6px 15px;
	margin: 1%;
	border-radius: 3px;
	background: #3a6591;
	color:#fff;
}
.excerpt-more:hover
{
	color:#fff;
}
@media all and (max-width:768px)
{
	.compact-one-post-left, .compact-one-post-right
	{
		width: 100%;
		text-align: center;
		margin: 0;
		float: none;
		margin-top: 20px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
	float: none; } }

@media all and (max-width: 767px) {
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #3a6591; }
  .navbar-default .navbar-toggle .icon-bar {
	background-color: #fff; }
  .navbar-collapse {
	float: none; }
  .navbar-default .navbar-nav > li a {
	display: inline-block; }
  .navbar-collapse {
	background: rgba(58, 101, 145, 0.9); }
  .dropdown-menu {
	position: static;
	top: auto;
	left: auto;
	display: block;
	float: none; } }

@media (min-width: 767px) {
  .navbar {
	padding: 20px 0;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-o-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out; }
  .top-nav-collapse {
	padding: 0; } }

.admin-bar .sticky-header2 {
  top: 46px; }

@media screen and (min-width: 783px) {
  .admin-bar .sticky-header2 {
	top: 32px; } }

@media screen and (max-width: 600px) {
  .admin-bar .sticky-header2, .admin-bar .sticky-header2 .navbar-default {
	top: 0; } }

/*====sections ==========*/
#compact_one_about_section, #compact_one_work_section, #compact_one_team_section, #compact_one_contact_section {
  padding-top: 70px; }

.section_title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  color: #333333;
  font-weight: normal; }

.section_title_hr {
  max-width: 80px;
  border-top: 1px solid #45a3c7;
  position: relative;
  margin-bottom: 50px;
  margin-top: 15px; }

.section_title_hr:after {
  top: -2px;
  content: "";
  left: 20px;
  position: absolute;
  width: 40px;
  border-top: 3px solid #3a6591; }

.responsive_slider_img {
  background-position: center;
  -webkit-background-size: cover;
	 -moz-background-size: cover;
	   -o-background-size: cover;
		  background-size: cover;
  height: 600px; }

#compact_one_slider .caption {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  opacity: 0.85;
  background: #172a57;
  /* Old browsers */
  background: -moz-linear-gradient(top, #172a57 0%, #418eac 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #172a57 0%, #418eac 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#172a57), to(#418eac));
  background: -o-linear-gradient(top, #172a57 0%, #418eac 100%);
  background: linear-gradient(to bottom, #172a57 0%, #418eac 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172a57', endColorstr='#418eac',GradientType=0 );
  /* IE6-9 */ }
  #compact_one_slider .caption h1 {
	letter-spacing:3px;
	word-spacing:2px;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: normal;
	margin-bottom:20px; }
  #compact_one_slider .caption p {
	letter-spacing:1px;
	word-spacing:2px;
	font-size: 18px; }
  #compact_one_slider .caption .inner-caption {
	width: 65%;
	left: 50%;
	right: 0;
	position: absolute;
	top: 55%;
	margin: 0 auto;
	padding: 0.5em;
	background-color:rgba(0,0,0,0.6);
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		 -o-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%); }

#compact_one_slider .container.arrows {
  position: relative; }

#compact_one_slider .arrow_right {
  right: 15px; }

#compact_one_slider .arrow_left, #compact_one_slider .arrow_right {
  position: absolute;
  z-index: 1000;
  bottom: 220px; }

#compact_one_slider .arrow_left:before {
  content: url("inc/images/arrow-left.png"); }

#compact_one_slider .arrow_right:before {
  content: url("inc/images/arrow-right.png"); }

#compact_one_slider .no-image-caption {
	position:relative;
	height:600px; }

@media all and (max-width: 767px) {
  #compact_one_slider .caption h1 {
	font-size: 1.7em; } }

#compact_one_about_section {
  padding-bottom: 70px; }
  #compact_one_about_section .compact_one_about_desc {
	text-align: center;
	margin-bottom: 50px;
	padding-left: 6%;
	padding-right: 6%; }
  #compact_one_about_section .tw_subsection_titles {
	font-size: 22px;
	text-transform: uppercase;
	color: #333333;
	margin-bottom: 50px;
	font-weight: normal; }
  #compact_one_about_section .progress {
	border: 1px solid #c9d7dc;
	padding: 4px;
	height: 33px;
	background-color: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	margin-bottom: 10px;
	margin-top: 20px; }
  #compact_one_about_section .progress-bar {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	text-align: right;
	background: -webkit-gradient(linear, left top, right top, from(#3a6591), to(#45a3c7)) repeat scroll 0% 0% transparent;
	background: -webkit-linear-gradient(left, #3a6591, #45a3c7) repeat scroll 0% 0% transparent;
	background: -moz-linear-gradient(left, #3a6591, #45a3c7) repeat scroll 0% 0% transparent;
	background: -o-linear-gradient(left, #3a6591, #45a3c7) repeat scroll 0% 0% transparent;
	background: linear-gradient(to right, #3a6591, #45a3c7) repeat scroll 0% 0% transparent;
	-webkit-transition-duration: 3s;
	   -moz-transition-duration: 3s;
		 -o-transition-duration: 3s;
			transition-duration: 3s;
	line-height: inherit;
	letter-spacing: 1px; }
	#compact_one_about_section .progress-bar .val {
	  margin-right: 20px;
	  font-family: "Lato", sans-serif;
	  font-weight: 700;
	  font-size: 16px; }
  #compact_one_about_section .progress-title {
	color: #333333; }
  #compact_one_about_section .panel-group .panel {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	border: none; }
  #compact_one_about_section .panel-heading {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	border-color: #d9d9d9;
	background-color: #d9d9d9;
	position: relative;
	padding: 14px; }
	#compact_one_about_section .panel-heading .more-less {
	  left: 0px;
	  width: 45px;
	  height: 46px;
	  background-color: #3a6591;
	  color: #fff;
	  position: absolute;
	  top: 0;
	  padding: 14px; }
	#compact_one_about_section .panel-heading .panel-title {
	  margin-left: 50px; }
  #compact_one_about_section .panel-heading:hover {
	background-color: #3a6591;
	color: #fff; }
  #compact_one_about_section .collapse.in {
	border: 1px solid #c9d7dc;
	border-top: none; }
  #compact_one_about_section .collapse.in ~ .panel-heading {
	background-color: #3a6591;
	color: #fff; }
  #compact_one_about_section .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 30px; }
	#compact_one_about_section .panel-default > .panel-heading + .panel-collapse > .panel-body p {
	  margin: 0; }
  #compact_one_about_section .panel-group .panel + .panel {
	margin-top: 10px; }
  #compact_one_about_section .panel-heading.active {
	color: #fff;
	background-color: #3a6591; }

#compact_one_features_section .compact_one_features_section_background {
  background-color: #192c33; }

#compact_one_features_section .section_title {
  margin-top: 70px;
  color: #fff; }

#compact_one_features_section .feature_each_title {
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: normal; }

#compact_one_features_section .feature_each_desc {
  color: #869499;
  margin-bottom: 0; }

#compact_one_features_section .feature_each_img {
  width: 60px;
  height: 60px;
  border: 2px solid #45a3c7;
  -webkit-border-radius: 100%;
	 -moz-border-radius: 100%;
		  border-radius: 100%;
  margin: 0px auto;
  text-align: center; }
  #compact_one_features_section .feature_each_img img {
	-webkit-transform: translate(0%, 35%);
	   -moz-transform: translate(0%, 35%);
		-ms-transform: translate(0%, 35%);
		 -o-transform: translate(0%, 35%);
			transform: translate(0%, 35%); }

#compact_one_features_section .boxes.row {
  margin-bottom: 50px; }

#compact_one_features_section .feature_main_row {
  position: relative;
  overflow: hidden; }

#compact_one_features_section .feature_main_img {
  float: right;
  width: 31%;
  position: absolute;
  right: 15px; }

@media all and (max-width: 991px) {
  #compact_one_features_section .boxes.row {
	margin-bottom: 0; }
  .feature_each {
	margin-bottom: 30px; }
  #compact_one_features_section .feature_main_img {
	-webkit-transform: translate(0%, 30%);
	   -moz-transform: translate(0%, 30%);
		-ms-transform: translate(0%, 30%);
		 -o-transform: translate(0%, 30%);
			transform: translate(0%, 30%); } }

@media all and (max-width: 767px) {
  #compact_one_features_section .feature_main_img {
	float: none;
	position: relative;
	margin: 0px auto;
	width: 50%;
	-webkit-transform: none;
	   -moz-transform: none;
		-ms-transform: none;
		 -o-transform: none;
			transform: none;
	margin-bottom: 30px;
	right: 0; } }

#compact_one_work_section .nav-tabs {
  border-bottom: transparent;
  margin: 2em auto 30px;
  display: table; }
  #compact_one_work_section .nav-tabs li {
	border: 1px solid #ddd;
	margin-right: 20px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px; }
	#compact_one_work_section .nav-tabs li a {
	  margin-right: 0;
	  border: none;
	  color: #333333;
	  padding: 8px;
	  line-height: 1; }

#compact_one_work_section .nav-tabs > li.active > a, #compact_one_work_section .nav-tabs > li.active > a:focus, #compact_one_work_section .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #3a6591;
  border: none;
  margin-right: 0;
  -webkit-border-radius: 0;
	 -moz-border-radius: 0;
		  border-radius: 0; }

#compact_one_work_section .nav-tabs > li > a:hover {
  background-color: #3a6591;
  color: #fff;
  border: none;
  margin-right: 0;
  -webkit-border-radius: 0;
	 -moz-border-radius: 0;
		  border-radius: 0; }

#compact_one_work_section .tw_each_portfolio:hover img {
  -webkit-transform: scale(1.2);
	 -moz-transform: scale(1.2);
	  -ms-transform: scale(1.2);
	   -o-transform: scale(1.2);
		  transform: scale(1.2);
  max-width: 100%; }

#compact_one_work_section .tw_each_portfolio {
  overflow: hidden; }
  #compact_one_work_section .tw_each_portfolio img {
	max-width: 100%;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s; }

#compact_one_work_section .element-item {
  margin-bottom: 30px; }

#compact_one_work_section .compact_one_tabs {
  text-align: center;
  margin-bottom: 50px; }
  #compact_one_work_section .compact_one_tabs .button {
	border: 1px solid #ddd;
	margin-right: 10px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	background: none;
	padding: 8px;
	line-height: 1; }
  #compact_one_work_section .compact_one_tabs .button.is-checked, #compact_one_work_section .compact_one_tabs .button:hover {
	color: #fff;
	background-color: #3a6591; }

#compact_one_work_section .imghvr-push-up {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background-color: #dark-blue;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
	   backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
	   transform: translateZ(0); }

#compact_one_work_section figcaption {
  padding: 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #fff;
  opacity: 0.85;
  background: #3a6591;
  background: -moz-linear-gradient(top, #3a6591 0%, #45a3c7 100%);
  background: -webkit-linear-gradient(top, #3a6591 0%, #45a3c7 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3a6591), to(#45a3c7));
  background: -o-linear-gradient(top, #3a6591 0%, #45a3c7 100%);
  background: linear-gradient(to bottom, #3a6591 0%, #45a3c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$dark-blue', endColorstr='$light-blue',GradientType=0 );
  visibility: hidden; }
  #compact_one_work_section figcaption .fa, #compact_one_work_section figcaption .tw_portfolio_title_metabox, #compact_one_work_section figcaption .tw_portfolio_desc_metabox {
	visibility: hidden; }
  #compact_one_work_section figcaption a {
	color: #fff;
	top: 20%;
	position: relative; }

#compact_one_work_section .imghvr-push-up:hover > figcaption, #compact_one_work_section .imghvr-push-up:hover > figcaption .fa, #compact_one_work_section .imghvr-push-up:hover > figcaption .tw_portfolio_title_metabox, #compact_one_work_section .imghvr-push-up:hover > figcaption .tw_portfolio_desc_metabox {
  visibility: visible; }

#compact_one_work_section .fa-search {
  margin: 0 auto;
  color: #fff;
  font-size: 26px;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
	 -moz-border-radius: 100%;
		  border-radius: 100%;
  padding: 12px;
  margin-bottom: 30px; }

#compact_one_work_section .tw_portfolio_title_metabox {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px; }

#compact_one_work_section .company_profile_section {
  margin-top: 70px;
  background: #3a6591;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3a6591 0%, #45a3c7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3a6591 0%, #45a3c7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#3a6591), to(#45a3c7));
  background: -o-linear-gradient(top, #3a6591 0%, #45a3c7 100%);
  background: linear-gradient(to bottom, #3a6591 0%, #45a3c7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$dark-blue', endColorstr='$light-blue',GradientType=0 );
  /* IE6-9 */ }
  #compact_one_work_section .company_profile_section .ht_pt_count {
	text-align: center;
	font-size: 72px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0; }
  #compact_one_work_section .company_profile_section .ht_pt_heading {
	text-align: center;
	color: #fff;
	text-transform: uppercase; }
  #compact_one_work_section .company_profile_section .count {
	padding-top: 3.5%;
	padding-bottom: 3.5%;
	border-left: 2px solid #7cbed7;
	text-align: center; }
  #compact_one_work_section .company_profile_section .count:last-child {
	border-right: 2px solid #7cbed7; }

@media all and (min-width: 768px) and (max-width: 991px) {
  #compact_one_work_section figcaption {
	padding-top: 10px; }
  #compact_one_work_section figcaption a {
	top: 5%; }
  #compact_one_work_section .fa-search {
	font-size: 12px; }
  #compact_one_work_section .tw_portfolio_title_metabox {
	font-size: 1em; }
  #compact_one_work_section figcaption .tw_portfolio_desc_metabox {
	font-size: 0.9em; }
  #compact_one_work_section .company_profile_section img {
	-webkit-transform: scale(0.7, 0.7);
	   -moz-transform: scale(0.7, 0.7);
		-ms-transform: scale(0.7, 0.7);
		 -o-transform: scale(0.7, 0.7);
			transform: scale(0.7, 0.7); }
  #compact_one_work_section .company_profile_section .ht_pt_count {
	font-size: 55px; } }

@media all and (max-width: 767px) {
  #compact_one_work_section .compact_one_tabs .button {
	margin-bottom: 15px; } }

@media all and (max-width: 480px) {
  #compact_one_work_section .element-item {
	width: 100%; }
  #compact_one_work_section .company_profile_section img {
	position: relative;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	display: block; }
  #compact_one_work_section .company_profile_section .ht_pt_count {
	font-size: 40px; } }

#compact_one_team_section {
  padding-bottom: 70px; }
  #compact_one_team_section .tw_showcase_social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
	#compact_one_team_section .tw_showcase_social a {
	  width: 34px;
	  height: 34px;
	  color: #fff;
	  text-align: center; }
	  #compact_one_team_section .tw_showcase_social a .fa {
		-webkit-transform: translate(0%, 33%);
		   -moz-transform: translate(0%, 33%);
			-ms-transform: translate(0%, 33%);
			 -o-transform: translate(0%, 33%);
				transform: translate(0%, 33%);
		font-size: 20px; }
	#compact_one_team_section .tw_showcase_social .tw_showcase_facebook {
	  background-color: #748bbb; }
	#compact_one_team_section .tw_showcase_social .tw_showcase_twitter {
	  background-color: #8edffa; }
	#compact_one_team_section .tw_showcase_social .tw_showcase_googleplus {
	  background-color: #ea5b5c; }
	#compact_one_team_section .tw_showcase_social .tw_showcase_linkedin {
	  background-color: #3e9fd1; }
	#compact_one_team_section .tw_showcase_social .tw_showcase_pinterest {
	  background-color: #df5364; }
  #compact_one_team_section .tw_showcase_img_div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
		-ms-flex-direction: column;
			flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	   -moz-box-flex: 1;
		-ms-flex: 1 1 0%;
			flex: 1 1 0%;
	position: relative; }
  #compact_one_team_section .tw_team_div {
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	float: right; }
  #compact_one_team_section .team_member_details {
	display: none;
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color: rgba(34, 50, 63, 0.85);
	padding: 0 10px 10px; }
	#compact_one_team_section .team_member_details .tw_showcase_title {
	  color: #45a3c7;
	  font-size: 18px;
	  font-weight: 700;
	  margin-top: 30px;
	  margin-bottom: 20px;
	  text-transform: uppercase; }
	#compact_one_team_section .team_member_details .tw_showcase_designation {
	  color: #fff;
	  font-style: italic;
	  margin-bottom: 20px;
	  display: inline-block;
	  line-height: 1; }
	#compact_one_team_section .team_member_details .tw_showcase_designation:after {
	  content: "";
	  width: 60%;
	  border-top: 1px solid #45a3c7;
	  display: inherit; }
	#compact_one_team_section .team_member_details .tw_showcase_desc {
	  color: #d4d4d4; }
  #compact_one_team_section .tw_team_div:hover .team_member_details {
	display: block;
	cursor: pointer;
	width: 100%; }
  #compact_one_team_section .modal-content {
	width: 75%;
	margin: 100px auto;
	padding: 40px; }
	#compact_one_team_section .modal-content .close-modal {
	  position: absolute;
	  cursor: pointer;
	  background-color: transparent;
	  top: 20px;
	  width: 50px;
	  height: 50px;
	  right: 50px; }
	  #compact_one_team_section .modal-content .close-modal .lr {
		z-index: 1051;
		width: 1px;
		margin-left: 35px;
		background-color: #222222;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			 -o-transform: rotate(45deg);
				transform: rotate(45deg);
		height: 25px; }
		#compact_one_team_section .modal-content .close-modal .lr .rl {
		  z-index: 1052;
		  width: 1px;
		  background-color: #222222;
		  -webkit-transform: rotate(90deg);
			 -moz-transform: rotate(90deg);
			  -ms-transform: rotate(90deg);
			   -o-transform: rotate(90deg);
				  transform: rotate(90deg);
		  height: 25px; }

@media all and (min-width: 768px) and (max-width: 991px) {
  #compact_one_team_section .team_member_details {
	font-size: 0.8em; } }

@media all and (max-width: 767px) {
  #compact_one_team_section .tw_team_div {
	float: none;
	margin: 0px auto;
	max-width: 360px;
	margin-bottom: 30px; } }

#compact_one_testimonial_section .test_layer {
  padding-bottom: 5%;
  opacity: 0.85;
  background: #172a57;
  /* Old browsers */
  background: -moz-linear-gradient(top, #172a57 0%, #418eac 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #172a57 0%, #418eac 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#172a57), to(#418eac));
  background: -o-linear-gradient(top, #172a57 0%, #418eac 100%);
  background: linear-gradient(to bottom, #172a57 0%, #418eac 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172a57', endColorstr='#418eac',GradientType=0 );
  /* IE6-9 */ }

#compact_one_testimonial_section .section_title {
  margin-top: 70px;
  color: #fff; }

#compact_one_testimonial_section .testimonial_img img {
  width: 164px;
  height: 164px;
  border: 4px solid #fff;
  padding: 4px; }

#compact_one_testimonial_section .testimonial_main_text {
  background: rgba(25, 44, 51, 0.9);
  margin-top: -92px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 60px; }

#compact_one_testimonial_section .testimonial_author {
  padding-top: 100px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #45a3c7;
  margin-bottom: 0;
  text-align: center;
  margin-top: 1em; }

#compact_one_testimonial_section .testimonial_abt {
  text-align: center;
  font-style: italic;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px; }

#compact_one_testimonial_section .testimonial_text {
  margin-top: 0px;
  font-style: normal;
  font-size: inherit;
  text-align: center;
  color: #fff;
  margin-bottom: 1em; }

#compact_one_testimonial_section .testimonial_img {
  text-align: center; }
  #compact_one_testimonial_section .testimonial_img img {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	max-height: 12em; }

#compact_one_testimonial_section .carousel-indicators {
  bottom: 25px;
  margin-bottom: 0; }
  #compact_one_testimonial_section .carousel-indicators li {
	background-color: #45a3c7;
	border: 2px solid #45a3c7; }
  #compact_one_testimonial_section .carousel-indicators li.active {
	border: 2px solid #fff; }

@media all and (min-width: 481px) and (max-width: 768px) {
  #compact_one_testimonial_section .testimonial_text {
	padding-left: 30px;
	padding-right: 30px; } }

@media all and (max-width: 480px) {
  #compact_one_testimonial_section .testimonial_text {
	padding-left: 15px;
	padding-right: 15px; }
  #compact_one_testimonial_section .testimonial_main_text {
	padding-left: 0;
	padding-right: 0; } }

#compact_one_contact_section .contact_sub_title {
  color: #333333;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: normal; }

#compact_one_contact_section .contact_row, #compact_one_contact_section .wpcf7-textarea {
  margin-bottom: 30px; }

#compact_one_contact_section .wpcf7-submit {
  font-weight: 500;
  display: inline-block;
  min-width: 150px;
  padding: 10px;
  background-color: #3a6591;
  -webkit-border-radius: 25px / 30px;
	 -moz-border-radius: 25px / 30px;
		  border-radius: 25px / 30px;
  color: #fff;
  border: none;
  text-transform: uppercase; }

#compact_one_contact_section .wpcf7-form p {
  margin-bottom: 0; }

#compact_one_contact_section .contact_maps {
  margin-top: 50px; }
  #compact_one_contact_section .contact_maps iframe {
	width: 100%;
	text-align: center;
	display: inherit; }

#compact_one_contact_section .compact_one_contact_right_text {
  margin-bottom: 30px; }

#compact_one_contact_section .compact_one_contact_right_no {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px; }

#compact_one_contact_section .compact_one_contact_right_email {
  position: relative;
  padding-left: 30px; }

#compact_one_contact_section .compact_one_contact_right_no:before, #compact_one_contact_section .compact_one_contact_right_email:before {
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #3c829d; }

#compact_one_contact_section .compact_one_contact_right_no:before {
  content: '\f095'; }

#compact_one_contact_section .compact_one_contact_right_email:before {
  content: '\f0e0'; }

@media all and (max-width: 991px) {
  #compact_one_contact_section .contact_sub_title.compact_one_contact_form {
	margin-top: 0; }
  #compact_one_contact_section .contact_sub_title {
	margin-top: 50px; } }

@media all and (max-width: 768px) {
  .your-name .wpcf7-text {
	margin-bottom: 30px; }
	.your-name .wpcf7-text, .your-email .wpcf7-email {
	width:100%; } }

@media all and (max-width: 480px) {
  .your-name .wpcf7-text, .your-email .wpcf7-text {
	width: 100%; } }

#after_footer .compact_one_footer_icons {
  background-color: #3e90b0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }
  #after_footer .compact_one_footer_icons .theme-specific-icons a.symbol {
	width: 45px;
	height: 45px;
	font-size: 22px;
	line-height: 40px;
	border: 2px solid #fff;
	margin-right: 15px;
	margin-bottom: 0;
	text-shadow: none;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
	background: none; }
  #after_footer .compact_one_footer_icons .theme-specific-icons a.symbol:hover {
	background-color: #48789f; }

#after_footer .compact_one_footer_copyright {
  background-color: #1e2224;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }
  #after_footer .compact_one_footer_copyright .compact_one_footer_image {
	float:left; }
  #after_footer .compact_one_footer_copyright .cc-credit-logo, #after_footer .compact_one_footer_copyright .cc-credit-text {
	float: none; }
  #after_footer .compact_one_footer_copyright #copyright {
	font-size: 14px;
	color: #b2babd;
	float: right; }

@media all and (max-width:767px)
{
	#after_footer .compact_one_footer_copyright .compact_one_footer_image
	{
		float: none;
		display: block;
		margin: 0px auto 20px;
	}
	#credit
	{
		display:block;
	}
	#after_footer .compact_one_footer_copyright #copyright
	{
		float: none;
		margin-top: 20px;
	}
}

#commentform input {
	display: block;
}

#scroll-to-top {
  background: #3a6591;
  border: 2px solid #fff;
  padding: 5px 9px; }

/*===========media===========*/
@media print {
  #secondary, #comments {
	display: none; } }
