/*!
Theme Name: Raleway Lite
Theme URI: https://themesvila.com/item/raleway-bootstrap-agency-wordpress-theme/
Author: Masum Billah
Author URI: https://themesvila.com/
Description: Bootstrap Agency WordPress Theme
Version: 1.1
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: raleway-lite
Tags: two-columns, blog, right-sidebar

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.

Raleway Lite is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Raleway', sans-serif;
	
}
h1,
h2,
h3,
h4,
h5,
h6{
	color: #333;
}
body{
	font-weight: 400;
	color: #555;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 700;
}
a{
	text-decoration: none;
}
dl {
  margin: 0 20px;
}
dd {
	margin-bottom: 12px;
}
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
 	 text-align: left;
}
pre {
	padding: 10px 25px;
	margin: 0 0 10px;
	font-size: 13px;
	color: #555;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 0px;
	text-align: left;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
caption {
	font-size: 16px;
	margin: 0;
	padding-top: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
tr{
	 padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
select{
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #fff;
}

body{
	overflow-x:hidden;
}
blockquote{
	border: inherit;
	text-align: center;
	background: #fafafa;
	padding: 30px;
	font-size: 16px;
  
}

a{
	color: #2a80b9;
}
a:hover,
a:focus
{
	text-decoration: none;
	color: #2a80b9;
}
/*
* ----------------------------------------------------------------------------------------
* 02.START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
  background: #fff;
  border-color: #f1f1f1;
  padding-top: 15px;
}
.mainmenu {
 
}
.navbar-right {
	margin-top: 20px;
}
.mainmenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mainmenu #nav li {
  display: inline-block;
  position: relative;
}

.mainmenu #nav  li  a{
	box-sizing: border-box;
	color: #555;
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.mainmenu #nav  li  a{position:relative}
.mainmenu #nav  li  a i.fa{
	padding-right: 5px;
}
.mainmenu #nav  li:hover a:before,
.mainmenu #nav li.current_page_item a:before
{
	opacity: 1;
	
}
.mainmenu #nav li:hover a,
.mainmenu #nav li.active a,
.mainmenu #nav li.current_page_item a{
	color: #2a80b9;
}

.nav li  a{
	display: inline-block;
}

/*-------------------------------
10.1.1 dropdwon menu 
--------------------------------*/

.mainmenu #nav ul.children, 
.mainmenu #nav ul.sub-menu, 
.mainmenu #nav li ul.children li ul.children,
.mainmenu #nav li ul.sub-menu li ul.sub-menu
{
	background: #fff none repeat scroll 0 0;
	opacity: 0;
	position: absolute;
	top: 115%;
	transition: all 0.5s ease 0s;
	width: 220px;
	z-index: -99;
	visibility:hidden;
	transform: translateY(50px);
	box-shadow: 0 5px 10px rgba(0,0,0,.12);
}
.mainmenu #nav ul.children ul.children,
.mainmenu #nav ul.sub-menu ul.sub-menu
{
	left: 100%;
	top: -3px;
	transition: all 0.5s ease 0s;
	transform: translateX(50px);
}
.mainmenu #nav li ul.children li,
.mainmenu #nav li ul.sub-menu li
{
	padding: 0;
	width: 100%;
	position: relative;
}
.mainmenu #nav li ul.children li:last-child,
.mainmenu #nav li ul.sub-menu li:last-child
{
	border-bottom: none;
}
.mainmenu #nav li:hover ul.sub-menu,
.mainmenu #nav li:hover ul.children
{
	top:100%;
	opacity:1;
	z-index:999;
	visibility:visible;
	transform: translateY(0);
}
.mainmenu #nav ul.children li:hover ul.children ,
.mainmenu #nav ul.sub-menu li:hover ul.sub-menu 
{
	top: -3px;
	opacity:1;
	z-index:999;
	visibility:visible;
	transform: translateX(0);
}
.mainmenu #nav li ul.children li a, 
.mainmenu #nav li ul.sub-menu li a 
{
	color: #888;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 20px;
	text-align: left;
	background: #fff;
	text-transform: none;
}
.mainmenu #nav li:hover ul.children li a:hover,
.mainmenu #nav li:hover ul.sub-menu li a:hover

{
	text-decoration: none;
	background-color:#2a80b9;
	color: #fff;
}

.mainmenu  .sub-menu li.current-menu-item a, .mainmenu  .current-menu-ancestor .sub-menu li a ,
.mainmenu  .current-menu-ancestor .sub-menu li a{
	background: #2a80b9;
	color: #fff; 
}

.mainmenu  .current-menu-ancestor a,
.mainmenu .current-menu-ancestor >a:hover,
.mainmenu  .current-menu-ancestor >a:focus,
.mainmenu  .current-menu-item > a, 
.mainmenu  .current-menu-item > a:hover,
.mainmenu  .current-menu-item > a:focus{
	color:#2a80b9; 
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 35px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	
}

.page-links {
	clear: both;
	margin: 20px 0 0;
}

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

.bypostauthor {
	display: block;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

#kc_page_template{
	margin-left: -15px ;
	margin-right: -15px ;
}
.section-top-title {
	padding-bottom: 90px;
	padding-top: 150px;
}
.section-top-title h2{
	color: #fff;
	font-size: 25px;
	letter-spacing: 2px;
	font-weight: 600;
}
.section-top-title,
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
}
.section-top-title .breadcrumb > .active{
	color: #fff;
}
.section-top-title ol li { color: #fff; }
.section-top-title ol li a { color: #fff!important; }
.section-top-title ol li a:hover { color: #8bc34a; }
.section-top .overlay{
	background: rgba(0,0,0,0.5);
	position: relative;
}
.post_btn{
	margin-top: 25px;
}
.content-area{
	margin: 40px 0;
}
.content-area p{
	margin-bottom: 15px;
}

.content-area p.form-submit{
	margin-bottom: 30px;
}
.post_img,
.post_audio_video{
	margin-bottom: 20px;
}
.post_img{
	text-align: center;
}
.post_img img{
	display: inline-block;
}
.entry_meta{
	
}
.entry_meta,
.entry_meta a{
	color: #888;
	font-weight: 600;
	font-size: 13px;
	text-transform: capitalize;
	transition: .5s;
}
.entry_meta a:hover{
	color: #2a80b9;
}
.entry_meta i{
	padding-right: 6px;
}
.entry-title{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
}
.entry-title a{
	display: inline-block;
	color: #333;
	transition: .5s;
}
.entry-title a:hover{
	color: #2a80b9;	
}
.single_post_blog{
	margin-bottom: 40px;

}
.single_post_blog,
.widget-area,
.comments-area{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
iframe{
	border: none;
}
.widget-title {
	margin-top: 0;
	margin-bottom: 15px;
}

.widget-title ,
#reply-title,
.comments-title
{
	font-size: 18px;
}
.widget-area ul{
	margin-bottom: 0;
	padding-left: 0;
}

.widget-area li{
	border-bottom: 1px dashed #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	list-style-type: none;
}
.widget-area li li{
	margin-left: 15px;
}
.widget-area li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget-area a{
	color: #777;
	transition: .5s;
}
.widget-area a:hover{
	color: #2a80b9;	
}

.tagcloud a {
	background: #e9e9e9;
	color: #777;
	padding: 10px 20px;
	margin: 0 4px 15px;
	display: inline-block;
	font-size: 13px !important;
	transition: .5s;
	line-height: normal;
}
.widget .tagcloud a:hover{
	background: #2a80b9;
	color: #fff;
}
.navigation.pagination{
	margin: 15px 0 15px;
	text-align: center;
	width: 100%;
}
.navigation.pagination a{
	color: #777;	
	transition: .5s;
}

.navigation.pagination a,
.navigation.pagination span{
	padding: 12px 16px;
	background: #e9e9e9;
	margin-right: 10px;
}
.navigation.pagination a:hover,
.navigation.pagination span{
	background: #2a80b9;  
	color: #fff;
}
#comment{
	height: 120px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #ddd;
	padding: 6px 10px;
}

.form-submit #submit,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn-pricing-bg 
	{
	border: 2px solid #2a80b9;
	border-radius: 30px;
	color: #fff;
	padding: 10px 30px;
	transition: all 0.3s ease 0s;	
	background:#2a80b9;
}
.form-submit #submit:hover,
.form-submit #submit:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn-pricing-bg:hover,
.btn-pricing-bg:focus{
	background:#fff!important;
	border-color:#eee!important;
	color: #555;
	outline: none;
	box-shadow: inherit;
}
.post-password-form input[type="submit"]{
	margin-left: 10px;
}
.nav-links .nav-previous,
.nav-links .nav-next{
	text-align: center;
}
.nav-links .nav-previous a, 
.nav-links .nav-next a {
	display: inline-block;
	text-align: center;
	padding: 8px 22px;
	border: 1px solid #2a80b9;
	margin-bottom: 14px;
	border-radius: 20px;
	color: #fff;
	transition: .5s;
	background-color: #2a80b9;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover{

	color:#fff;
	filter:brightness(110%)

}
article.hentry{
  padding: 30px 30px 0;
  border: 1px solid #ddd;	
  border-radius: 3px;
}
article.sticky{
  padding: 30px 30px 0;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  border-left: 3px solid #2a80b9;
}

.entry-title a,
.widget-title,
.comments-title,
.comment-reply-title
{
	color: #2a80b9;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
}

#searchform .form-control{
	height: 45px;
	line-height: 45px;
	padding: 7px 16px;
	border-radius: 0;
	border: 1px solid #ddd;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: "Raleway",sans-serif;
	border-radius: 50px 0 0 50px;
}
#searchform .form-control:hover{
	
}
#searchform .form-control:focus{
	border-color: #2a80b9;
}
#searchform .search_btn{
	background: #2a80b9;
	color: #fff;
	border-color: #2a80b9;
	cursor: pointer;
	transition: .5s;
	padding: 10px 19px;
	font-size: 13px;
	border-radius: 0 50px 50px 0;
	height: 45px;
	font-family: "Font Awesome";
}
#searchform .search_btn:hover,
#searchform .search_btn:focus{
	background: #222;
	border-color: #222;
}

/* Comment Style */

.comments-area ul,
.comments-area ol{
	list-style-type: none;
	padding: 0;
}
/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	padding-top: 24px;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {

}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {

}
.comment-respond{
	margin-top: 15px;
}
.comments-title,
.comment-reply-title {

}

.comments-title {

}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {

}

.comment-list .children {

}

.comment-list .children > li {

}
.comment-list a,
.comment-author.vcard .fn,
.comment-author.vcard .fn a
{
	color: #555;
}

.comment-author a:hover {

}

.comment-author .avatar {
	border-radius: 50%;
	margin-right: 15px;
}

.bypostauthor > article .fn:after {

}

.comment-metadata,
.pingback .edit-link {

}

.comment-metadata a,
.pingback .edit-link a {
	color: #2a80b9;
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {

}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comments-area article.comment-body{
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.comments-area li.comment:last-child
.comments-area article.comment-body:last-child
{
	border-bottom: inherit;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.comments-area li.comment ol.children{
	padding-left: 30px;
}
.comment-metadata {
	margin-bottom: 10px;
	margin-top: 10px;
	display: inline-block;
	letter-spacing: 2px;
	font-style: italic;
}
.comment-list .reply{
	display: inline-block;
	margin-top: 16px;
}

.comment-reply-link {
	font-weight: 700;
	letter-spacing: 1px;
}
.comment-metadata a{

}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	
}

.comment-content ul,
.comment-content ol {
	
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {

}

.comment-list .reply a {

}

.comment-list .reply a:hover,
.comment-list .reply a:focus {

}

.center-block{
	float: inherit;
}
.content-area{
	line-height: 1.7;
}
.entry-content img{
	max-width: 100%;
  height: auto;
}
.entry-content ul,
.entry-content ol{
	padding-left: 20px;
}
.widget select {
	width: 100%;
}
.widget img{
	max-width: 100%;
	height: auto;
}
.admin-bar .navbar-fixed-top.menu-top {
	margin-top: 20px;
}
#reply-title{
	margin-bottom: 10px;
}
.logged-in-as{
	margin-bottom: 10px;
}
.comments-title{
	margin-bottom: 25px;
}
/* Reseponsiv Style */
@media only screen and (max-width:782px) { 
  .admin-bar .navbar-fixed-top.menu-top {
    margin-top: 30px;
  }
}
@media only screen and (max-width:767px) { 

  #secondary{
    margin-top: 30px;
  }  
}
@media only screen and (max-width:600px) { 
  .admin-bar .navbar-fixed-top.menu-top.menu-shrink {
    margin-top: 0px;
  }
}
.search_field{
	letter-spacing: 2px;
}
.form-control{
	height: 45px;
	line-height: 45px;
	border-radius: 0;
	border: 1px solid #ddd;
	box-shadow: inherit;	
}
.comment_field{
	line-height: inherit;
}

.center-block{
	float: inherit;
}

.entry_meta{
	margin-top: 0px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin-bottom: 15px;
	font-weight: 600;
}

.comment-form .form-control{
    margin-bottom: 15px;
}
#contact-form textarea{
	height: 150px;
}
.footer {
	border-top: 1px solid #eee;
	padding: 30px 0;
}

.main_banner{
	background: #fff;
	padding: 20px 0 0;
}

.main_banner h2{
	color: #2a80b9;
}

.site-title{
	margin-top: 0;
}
.custom-logo-link{
	margin-bottom: 20px;
}
.page-header{
	margin: 0px 0 20px;
}

.page-header .page-title{
	margin-top: 0;
}

.mobile_menu{
	display: none;
}
.mean-container .mean-bar {
	margin-bottom: 10px;
}
@media only screen and (max-width:767px) { 
	.mainmenu{
		display: none;
	}
	.navbar-header{
		padding: 0 20px;
	}
}

input[type="radio"], input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px;

}

.navbar {
	margin-bottom: 60px;
}