/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

.header_area .col-md-3,.header_area .col-md-7{
    padding-left:0;
    padding-right:0;
}
.col-md-6,.col-md-8{padding-left:0;}
.col-md-4{padding-right:0;}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


a:focus{outline:none;}
.bangla_problem > a {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  width: 170px;
  height: 30px;
  position:relative;
}
.bangla_problem a img {
  height: 30px;
  width: 150px;
}
.bangla_problem a:before{
    background-color: #2e5fac;
    content: "";
    display: block;
    height: 20px;
    left: 7px;
    position: absolute;
    top: 10px;
    width: 3px;
}


.container-fluid{
    margin:0;
    padding:0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.header_section_area {
  background: #33aa99 none repeat scroll 0 0;
  margin: 0;
  padding: 0;
}

.header_section h2 {
  color: #fff;
  margin: 6px 0 0;
  padding: 0;
  font-size:22px;
} 
.header_area {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}
.logo a {
  text-decoration: none;
}
.logo h1 {
	color: #0072bc;
	font-size: 14px;
	letter-spacing: 2px;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0 12px;
	width: 130px;
}
.logo h1 a {
  text-decoration: none;
}
.logo h1 span.logoTextOne{
    color:#E83128;
}
.logo h1 span.logoTextSecond{
    color:#0083C6;
}

.logo {
  margin: 0;
  overflow: hidden;
  padding: 5px 0 0;
  width: 100%;
}
.logo img {
    display: block;
    height: 55px;
    width: 55px;
	float:left;
}


/*After Login CSS*/

nav.yrfUserProfile {
    margin: 0;
    padding: 22px 0 0;
    display: block;
    text-align: right;
}

span.ProfilePic {
	margin: 0;
	padding: 0;
	height: 25px;
	width: 25px;
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
    cursor: pointer;
    text-align:center;
}

.ProfilePic img {
    margin: 0;
    padding: 3px;
    display: block;
    width: 100%;
    height: 100%;
}
nav.yrfUserProfile ul {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	text-align: left;
	display: block;
	width: 260px;
	height: auto;
	position: absolute;
	top: 140%;
	right: 0;
	z-index: 100;
	background: rgb(170, 227, 217);
	border-radius: 4px;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.4);
}

nav.yrfUserProfile ul li {
    margin: 0;
    padding: 0;
    display: block;
}

nav.yrfUserProfile ul li a {
	margin: 0;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #000;
	font-family: arial !important;
}

nav.yrfUserProfile ul li:nth-child(1) a {
    text-transform: capitalize;
    font-weight: bold;
    background:#33aa99;
}

nav.yrfUserProfile ul li a:hover{
    background:#33aa99;
    color:#fff;
}





/*Header Main Menu Area*/


.headerMenu_area {
    margin: 0;
    padding: 0;
}
.mainMenu {
    display: block;
    margin: 0;
    padding: 0;
}
.mainMenu > ul#mainMenu {
    display: flex;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 15px;
}
#mainMenu > li {
    display: inline;
    margin: 0;
    padding: 0;
}
#mainMenu li a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
#mainMenu li:hover a,#mainMenu li.active a{
    color:#204d74;
}

/*Cart Option*/

.cartMenu {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.headerMenu_area .container, .headerMenu_area .col-md-2 {
    padding-right: 0;
}
.cartMenu > ul#cartMenu {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#cartMenu > li {
    display: inline;
    margin: 0;
    padding: 0;
}
#cartMenu li a {
    display: inline-block;
    margin: 0;
    padding: 8px 0 5px;
    position: relative;
    text-decoration: none;
}
.cartMenu ul#cartMenu li a img {
    width: 35px;
    height: 25px;
}
ul#cartMenu li a span.counter {
    background: #e83128 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 10px;
    height: 18px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 18px;
    justify-content: center;
    align-items: center;
}

#cartMenu li a {
    display: inline-block;
    margin: 0;
    padding: 10px 40px;
    position: relative;
    text-decoration: none;
    color: #fff;
    background: #1da28f;
}

/*Register Modal*/
 .nibondhonform {
    margin: 0 auto;
    width: 80%;
    padding: 0px 0 25px;
}

.nibondhonform .form-control {
    margin-bottom: 15px;
}

.nibondhonform button.btn.btn-primary {
    display: inline-block;
    width: 150px;
    height: 30px;
    margin: 15px 0 0;
}
#registerModal .modal-header {
    padding: 15px;
    border-bottom: none;
}


/* Slider Area */

.OneS{left:0% !important;position:absolute !important;padding:20px 25px !important;height:25px;overflow:hidden;background:#34495e !important;border-radius:4px;}
.TwoS{left:208px !important;position:absolute !important;padding:20px 25px !important;height:25px;overflow:hidden;background:#3498db !important;border-radius:4px;}
.threeS{left:416px !important;position:absolute !important;padding:20px 25px !important;height:25px;overflow:hidden;background:#1abc9c !important;border-radius:4px;}

.slider_area{
    height: 100%;
	margin:0;padding:0;
}
#fawesome-carousel, #fawesome-carousel div {
    height: 100%;
}
.item {
  height: 460px !important;
}
.single_title {
  display: inline-block;
  margin: 0;
  padding: 0;
  width:200px;
}
.slide_item_table, .slide_item_tablecell, .slide_item_tablecell div {
    height: auto !important;
}
.left_item {
  text-align: center;
}
.left_item > h3 {
  color: #fff;
  font-size: 35px;
  text-align: left;
  padding: 7% 0 0 15%;
}
.left_item img {
    height: 330px;
    width: 330px;
}
.slide_item_table {
    display: table;
    width: 100%;
}
.slide_item_tablecell {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.single_slide_item {
  height: 100%;
  margin: 0;
  padding: 65px 0;
  width: 100%;
  z-index: 1;
  position:relative;
  background-size:cover !important; 
}
.single_slide_item::after {
  background: #0072bc none repeat;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.right_item {
  color: #fff;
  margin: 0;
  padding: 70px 0 0;
}
.right_item h3 {
    font-size: 30px;
    letter-spacing: 2px;
}
.right_item h2 {
    font-size: 20px;
}
.right_item h2 a {
  margin: 0;
  background: #1D7AB7;
  color: #fff;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
}


.socialContact {
    display: block;
    padding: 0 40px 0 0;
    text-align: right;
}
.socialContact > a {
    border-radius: 4px;
    color: #fff;
    display: inline;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    width: 170px;
    height: 30px;
    position: relative;
    top:3px;
}



.slide-1{background:url("../img/slider_bg1.png");}
.slide-2{background:url("../img/slider_bg2.jpg");}
.slide-3{background:url("../img/slider_bg3.jpg");}



.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}



/* Bottom Menu */
.footer_area {
    margin: 0;
    padding: 30px 0 15px;
}

nav.footerMenu {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

nav.footerMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.footerMenu ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footerMenu ul li a {
    margin: 0 0 0 5px;
    display: inline-block;
    padding: 0 10px 0 0;
    border-right: 1.4px solid #000;
    font-size: 16px;
    line-height: 12px;
    text-decoration: none;
    color: #8a8a8a;
}
.footerMenu ul li a:hover{
    color:#666;
}

.footerMenu ul li:last-child a {
    border: none;
}
nav.contact {
    margin: 10px 0 0;
    padding: 0;
    display: block;
}

.contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.contact ul li {
    display: inline-block;
    margin: 4px 15px 0 0;
    font-family: arial !important;
    padding: 0;
    font-weight: bold;
    color: rgb(52, 152, 219);
}

nav.contact ul li i {
    margin: 0 5px 0 0;
}
.Apps {
    margin: 0;
    padding: 0;
    display: block;
}

.Apps nav {
    margin: 0;
    padding: 0;
}

.Apps ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: right;
}

.footerMenu ul li:first-child a {
    margin-left: 0;
}
/* Footer Area */


.footer_area {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.row.mainFooter {
    margin-top: 13px;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}

.mainFooter small.yrfCopyrights {
    color: #6a6b6b;
    font-size:5px !important;
}

nav.social {
    margin: 0;
    padding: 0;
    display: block;
}

.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: right;
}

.social ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.social ul li a {
    margin: 0 0 0 9px;
    color: #666;
}



/* New Sidebar and Notifing Area and Menu */
.headerMenu_area .col-md-3 {padding-left: 5px;}
ul#sidebar{margin:0;padding:0;list-style-type:none;}
ul#sidebar li{margin:0;padding:0;}
ul#sidebar li a{margin:0 0 2px;padding:10px;text-decoration:none;color:#000;display:block}
.profileProject {width: 70%;display: inline-block;overflow: hidden;height: 100px;background: #fff;padding:10px 0 0 15px;}
.profileProject img {width: 50px;height: 50px;border-radius: 100%;}
.profileProject p {margin: 0;padding: 0;font-size: 12px;}
.activityProject {width: 30%;display: flex;float: right;height: 100px;flex-direction: column;justify-content: center;align-items: flex-end;background: #fff;font-size: 12px;padding: 0 12px 0 0;}
.closeMenu {position: absolute;top: 3px;right: 7px;cursor: pointer;color: #ccc;}
#notifyMenu {margin: 0;padding: 0;display: block;position: absolute;top: 23px;list-style: none;right: 25px;}
#notifyMenu li {margin: 0;padding: 0;display: inline-block;position: relative;}
#notifyMenu li a {margin: 0;display: block;padding: 0 7px 0 0;text-decoration:none;color:#000;}
#notifyMenu li a.btn.btn-default {width: 70px;height: 23px;padding: 0;margin-right: 10px;line-height: 20px;}
#notifyMenu li b {background: #e35858;width: 15px;height: 15px;display: flex;border-radius: 100%;position: absolute;bottom: 8px;right: 2px;line-height: 5px;flex-direction: row;justify-content: center;align-items: center;color: #fff;font-size: 9px;}
.indexTable {min-height: 60vh;overflow: auto;}
.indexTable table tbody tr td strong {cursor:pointer;}

/* Message Box */
.top-bar .col-md-10.col-xs-10 {padding-left: 5px;}
.panel {margin-bottom: 0px;	position: fixed;left: 105px;bottom: -500%;width: 700px;transition: all 0.4s ease 0s;}
.top-bar {background: #666;color: white;padding: 10px;position: relative;overflow: hidden;padding-right:5px;}
.box-position{position: fixed;bottom: 0;width: 100%;}
/* .panel-body {padding: 0px 15px 15px;} */
.messageSend{width:100%;color:#fff;}


/* App Menu css */
.navigaion_area {
	margin: -10px 0 15px;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
  .navMenu {
    margin: 0;
    padding: 0;
    display: block;
  }
  .navMenu ul#navbar {
    margin: 0;
    padding: 0;
  }
  .navMenu ul#app_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
  }ul#app_nav li {
	margin: 0;
	padding: 0;
	display: block;
  }
  ul#app_nav li a {
	margin: 0;
	display: block;
	padding: 8px 15px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}






/*All Page Content Styel Start*/

span.details > p {
  font-size: 17px;
  line-height: 1.9;
}
span.details > p q,span.details ul li span q {
    font-weight: bold;
}

/*All Page Contant Styel End*/


/*
* Unit Member list page
*/
.printMemberList#memberList {
	width: 8.2in;
	height: auto;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	margin: 30px auto;
}
.printMemberList#memberList .container {
	width: 100%;
}
.unit-logo {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: 2px solid #ddd;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.unit-logo img {
	width: 60px;
	height: 60px;
	padding: 0px;
}
.memberListHeader {
	margin: 0;
	padding: 20px 0 30px;
}
.unit-title h2 {
	margin-top: 0;
}
.unit-id.text-right, .unit-address.text-right {
	padding-right: 20px;
}
.unit-section-title {
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 15px;
}
.memberListPaddingLeft-0{
    padding-left:0;
}
.memberWaitingList{
    margin-bottom:20px;
}













/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
