/*
Theme Name: Stat Transfer
Theme URI: https://wordpress.org/themes/stattransfer/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Stat Transfer is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Stat Transfer will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: stattransfer

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
 
 
.menu-main-naviagtion-container {
    float: left;
}

.banner_content h2{
	text-transform:uppercase;
}
.search_input .search-form .search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 17px;
	height: 30px;
    width: 40px;
}
.search_input .search-form .fa {
    color: #fff;
    position: inherit;
    right: 0;
    top: 0;
}

.error404 .site_content, .search-no-results .site_content{
	padding-bottom:60px;
	text-align:center;
}
.menu-main-naviagtion-container ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .menu-main-naviagtion-container ul ul {
	display: block;
}

.menu-main-naviagtion-container ul .toggled-on {
	display: block;
}
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.panel-group .panel.panel-default p{
	margin:0;
}
.help_section p a{
    color: #fff; 
}
#itc-effect .bx-wrapper {
    position: absolute;
    z-index: 0;
   
}
#itc-effect .bx-viewport {
    height: 750px !important;
    overflow: visible !important;
}
#itc-effect .bxslider {
    height: 100%;
}
/*#itc-effect span.bg {
    width: 1600px !important;
    background:#000000;
    opacity:.7;
}*/
.testi .demo-1 .deco img {
    border-radius: 0;
}
.testi .deco {
    background: #fff;
    overflow: hidden;
	padding: 37px;
	display:table; 
}
.deco-inner {
    display: table-cell;
    vertical-align: middle;
}
.service-four figure.effect-block:hover img {
    opacity:1;
}
.title-main-test h1, .title-main-test p {
    color: #fff;
    margin: 0;
    text-align: center;  
}
.bg-2 .title-main-test h1, .bg-4 .title-main-test h1{
color: #222;
}
.title-main-test h1 {    
	font-size: 30px;
}
.title-main-test h3 {    
	font-size: 20px;
}
.testi  .demo-1 .deco, .testi .demo-1 .sl-slide h2, .testi .demo-1 .sl-slide blockquote {
    bottom: 35%;
}
.title-main-test {
    margin: 40px 0 0 0;
}

#our_services figure.effect-block:hover h6, #our_services figure.effect-block:hover h2, #our_services figure.effect-block:hover p {
    color: #006fff; 
}