/*!
Theme Name: sewa
Theme URI: http://underscores.me/
Author: webplus
Author URI: http://webplus
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sewa
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

sewa is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
 
 
/* .vticker ul li h5{
  text-transform: uppercase;
 } */
 
 
.custom_loader {
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: block;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
    margin-bottom: auto;
}
.wlcm p strong {
    font-size: 23px;
    font-weight: 600;
}
.history_detail p{
	text-align:justify;
}

/*16-02-2021*/
 #text {
  display: none;
}

/*#toggle {
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: underline;
  font-size: 1em;
  margin: 2em auto;
  text-align: center;
}*/

#text1{
  display: none;
}

#read-more {
  cursor: pointer;
}

button#toggle1, a#read-more {
    text-align: center;
    margin: auto;
    display: table;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #333;
    color: #6e3228;
    font-weight: 600;
}

/*  @media only screen and (max-width:  991px) {
button#toggle1, a#read-more {margin:20px auto;}
 } */


/*28-05-2021*/
.section {padding: 0;}
.section ul#myTab {background: #fff;}
.section ul#myTab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {color: #444;background: #e8d0cc;border: 1px solid #e8d0cc;}
.vticker ul li h5 {font-size: 16px; margin-top: 0; line-height: 22px; margin:0; font-weight: 500;}
.vticker ul li h6 {font-size: 14px; font-weight: 400; margin: 5px 0 0 0;}
.vticker ul li {position: relative; padding: 0 0 15px 25px; }
.vticker ul li:before {position: absolute; content: "\f073"; font-family: 'Fontawesome'; left: 0; top: 4px; font-size: 14px;}
.section ul#myTab li.nav-item {
    background: #6e3228;
    }
    .nav-tabs .nav-link {border:0; color: #fff;border-radius: 0;font-family: 'Be Vietnam', sans-serif;font-size: 17px;padding: 8px 20px;}
.inner_icon {
    position: absolute;
    top: 8px;
    right:0;
}
button.up, button.down {
    width: 22px;
    height: 22px;
    line-height: 0;
    color: #6e3228;
    border: 0;
    background: transparent;
    /* line-height: 17px; */
    border-radius: 0;
    transition: all 0.5s;
    /* border: 2px solid #5252527d; */
    text-align: center;
    font-size: 20px;
    border-left: 1px solid #dddada;
}
button.up {border-left: 0;}
button.up i, button.down i {
    line-height: 0}
    button.up:hover, button.down:hover {
    background: #fff;
    color: #ef9126;
}

 @media only screen and (max-width: 1399px) {
.section {height: 300px;}
}

 @media only screen and (max-width: 991px) {
.section {padding: 0 !important; height: 250px;}

}
 @media only screen and (max-width: 390px) {
.vticker ul li h5 {font-size: 16px !important;}
}
#myTabContent{min-height:260px;}

.wlcm_detail p {
    font-size: 22px;
    color: #535353;
    line-height: 35px;
    margin-bottom: 15px !important;
}
 

/* No Record*/
.no-records {
    margin: 35px auto;
    text-align: center;
    position: relative;
    padding: 20px 20px;
}

.no-records ul {
    opacity: 1;
    visibility: visible;
    position: relative;
    margin: 0px 0px;
    padding: 0px 0px;
    background: #fff;
}
.no-records ul li {

    display: inline-block;
    margin: 0px 15px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}
.no-records ul li i {
    background: #6A1606;
    width: 150px;
    height: 150px;
    font-size: 50px;
    color: #fff;
    text-align: center;
    border: 1px solid #efefef;
    line-height: 150px !important;
    position: relative;
    top: -52px;
    margin-top: 30px;
}

.no-records ul li h6 {
    font-size: 50px;
    color: #333;
    font-family: 'poppinsmedium';
    margin: 0px 0px 0px 0px;
    line-height: 50px !important;
}
.no-records ul li small {
    font-size: 30px;
    color: #666;
}
/* End No Record */
.page-template-our-foundere-elaben-bhatt-temp .founder-page .breadcrumb ul li:nth-child(2) {
    display: none;
}