/*
Theme Name: threestar64
Theme URI: http://sumanshresthaa.com.np
Author: Suman Shrestha
Author URI: http://sumanshresthaa.com.np/
Description: threestar64 theme for Create ACME developed by sumanshresthaa.com.np
Version: 1.1.11
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

body {
    word-wrap: break-word;
}
.suman-banner { display: block; margin-bottom: 0px !important; }

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0 10px;
}
.wp-caption.aligncenter {
    margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
}
.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}

/* WP Gallery */
.gallery {
    margin-bottom: 1.5em;
}
.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.gallery dd {
    margin: 0;
}
.gallery-caption {
    display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-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 */
}


/* Content */
.main-content-inner {
    padding-bottom: 1.5em;
}
.hentry {
    margin: 0 0 1.5em;
}
.sticky {
    display: block;
}
.bypostauthor {
    display: block;
}


/* Clearing */
.clear {
    clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

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

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
    clear: both;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 15px;
}



/* styles for KANCHANYOGA_pagination und KANCHANYOGA_link_pages */
nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}





/*--------------------------------------------------------------
## CUSTOM CSS SCROLL TO TOP
--------------------------------------------------------------*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #222;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 22px;
    bottom: 80px;
    padding-bottom: 2px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: none; 
}

.scroll-top-wrapper:hover {
    opacity: 0.6 !important; 
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0; 
}

.scroll-top-wrapper i.fa {
    line-height: inherit; 
}




#header {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
#header.sticky-head {
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
    background-color: #067f0d;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#067f0d), to(#26136d));
    background: linear-gradient(to bottom, #067f0d, #26136d);*/
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header--fixed .menu-item a {
    padding: 17px 22px;
    color: #333;
    text-shadow: none;
}

.custom-logo {
    height: 80px;
    width: auto;
}


.header-nav-menu li a {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.header-nav-menu li a:hover {
    color: #000;
    text-shadow: 1px 1px 1px #333;
}
.sub-menu .menu-item a {
    color: #fff;
    padding: 5px 30px;
}
.sub-menu .menu-item a:hover {
    color: #000;
}

.search-form .search-field {
    padding: 3px 15px;
    border: 1px solid #eee;
    border-radius: 20px;
    width: auto;
}



.suman-banner {
    display: block;margin-bottom: 30px;
}
.suman-banner .banner-img.item {
    overflow: hidden;
    max-height: 620px;
}
.suman-banner .carousel-caption {
    top: 30%;
}
.slider-title {
    font-size: 4em;
    letter-spacing: 1px;
}
.suman-banner .au-btn.au-btn--arrow {
    border: 1px solid #fff;
    color: #fff;
}
.suman-banner .au-btn.au-btn--arrow:hover{
    border: none;
}




.media-about .title-sub {
    margin-bottom: 18px;
    color: #333;
    padding-top: 30px;
}
.media-about .title-1 {
    margin-bottom: 25px;
}
.media-about .media__text {
    margin-bottom: 25px;
}
.media-about .media__img {
    position: relative;
    display: block;
    margin-top: -26%;
    z-index: 1;
}




/*******   OWL CAROUSEL EXTRA CSS   *******/

.suman-banner .owl-nav {
    display: block;
    position: absolute;
    top: 45%;
    left: 0%;
    right: 0%;
}
.suman-banner .owl-prev {
  color: #00824e !important;
  float: left;
  border: 1px solid transparent !important;
  height: auto !important;
  width: 40px;
  background: transparent !important;
  font-size: 15px !important;
  padding: 5px 15px !important;
}
.suman-banner .owl-next {
  color: #00824e !important;
  float: right;
  border: 1px solid transparent !important;
  height: auto !important;
  width: 40px;
  background: transparent !important;
  font-size: 15px !important;
  padding: 5px 15px !important;
}
.suman-banner .owl-prev:hover, .suman-banner .owl-next:hover{
  background: transparent !important;
  color: #000 !important;
}


.owl-nav {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.owl-prev {
    border: 1px solid #999 !important;
    height: auto !important;
    width: 40px;
    background: #fff !important;
    font-size: 9px !important;
    padding: 5px 15px !important;
    margin: 15px 15px 0px 0px;
}
.owl-next {
    border: 1px solid #999 !important;
    height: auto !important;
    width: 40px;
    background: #fff !important;
    font-size: 9px !important;
    padding: 5px 15px !important;
}

.owl-next .fa, .owl-prev .fa {
    font-weight: 900;
}
.owl-dot {
    background: #666 !important;
    height: 5px;
    width: 15px;
    margin: 0px 2px;
}
.owl-dot.active {
    background: #000 !important;
}


.footer.bg-parallax{
    -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.5);
    background-color: #067f0d;
    color: #fff;
}
.list-social__item a{
    font-size: 30px;
}

.media-service .media__title .number{
    color: #ddd;
}


.innerpage .slider-title {
    text-shadow: 1px 2px 3px #000;
    text-transform: uppercase;
}

.team-list {
    display: block;
    margin-bottom: 30px;
}
.team-list .team-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-list h6 {
    font-weight: 500;
    margin-bottom: 5px;
}

.list-social__item a{
    font-size: 30px;
}

.media-service .media__title .number{
    color: #ddd;
}


.suman-banner.innerpage .banner-img.item {
    max-height: 320px;
    overflow: hidden;
}
.innerpage .slider-title {
    text-shadow: 1px 2px 3px #000;
    text-transform: uppercase;
	margin-top:25px;
}

.btn-readmore {
    border: 1px solid #333;
    color: #333;
    padding: 6px 25px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: inline-block;
    margin-top: 20px;
}
.btn-readmore:hover {
    background: #333;
    color: #fff;
	text-decoration: none;
}
.btn-readmore .fa{padding-left:6px;}
.gallery-block a img {
    margin-bottom: 30px;
}




@media (max-width: 767px) {
    
}

@media (max-width: 600px) {
    
}

@media (max-width: 420px) {
   
}