/*! 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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
body{
	background-color:#fff;
}
a:focus{outline:none;}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Header section area */
   


.header_section {
    margin: 0;
    padding: 0;
}


   
.content_section_area {
    margin: 0;
    padding: 15px 0;
}

.single_contant.tab-pane {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.main_contant_body {
    margin: 0;
    padding: 2px 5px 15px;
}
.single_contant {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0;
    padding: 25px 30px 30px;
}
.single_contant h3 {
  background: rgba(0, 131, 198, 0.5) none repeat scroll 0 0;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  margin: 17px 0 30px;
  padding: 14px 32px 8px;
}
.single_contant span.details {
  border-radius: 5px;
  display: block;
  margin: 0 0 45px;
  padding: 5px 10px;
}

.panel-title > a {
  display: block;
  text-decoration: none;
}
.single_contant > p:last-child {
    color: #7F8C8D;
    margin: 0;
    padding: 0;
    text-align: center;
	font-size:12px;
	font-family:solaimanlipi;
}
.single_contant hr {
    margin: 30px 0 12px;
}
span.tika {
  background: #eee none repeat scroll 0 0;
  border-radius: 10px;
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
  margin: 15px 0 0;
  padding: 15px;
  text-align:left;
}
.details_collapses {
  border: 1px solid #eee;
  height: 260px;
  margin: 0;
  overflow: auto;
  padding: 0;
  border-radius:5px;
}

.sidebar_links {
    background: #eee;
    border-radius: 5px;
    margin: 0;
    padding: 10px;
}
.sidebar_links > p {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 25px;
    padding: 3px 8px;
	font-family:tahoma;
}
.sidebar_links > p::after {
    background: #2e5fac none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 0;
    padding: 0;
    width: 10%;
}
.sidebar_nav {
    margin: 0;
    padding: 0 5px;
}
.sidebar_nav > ul#nav {
  line-height: 2;
  list-style: outside none none;
  margin: 0;
  padding: 0;
    text-align: center;
}
ul#nav > li {
    display: block;
    margin: 0;
    padding: 0;
}
ul#nav li a {
  background: #3498db none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: tahoma,solaimanlipi;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 12px;
  padding: 5px 15px;
  text-decoration: none;
  width: 92%;
    text-align: left;
}
ul#nav li:hover a {
    text-decoration: none;
}
ul#nav li.active a {
  background: #2e5fac none repeat scroll 0 0;
  text-decoration: none;
}


span.details ul li {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
}

span.details ul li b {
    background: #2e5fac none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: block;
    float: left;
    height: 30px;
    margin: 7px 25px 35px 0;
    padding: 4px 0 33px;
    text-align: center;
    width: 35px;
}
span.details ul li span {
    display: inline-block;
    width: 90%;
    text-align: justify;
    min-height: 90px;
    overflow:hidden;
}
span.details ul.bishes li span {
    width: 85%;
}
span.details ul li:nth-child(3) span {
    margin: 5px 0 0 0;
    display: inline-block;
    list-style: none;
}


.sortho {
  display: block;
  padding: 1% 5% 0 0;
  text-align: right;
  color: #7FC1E2;
  text-decoration: none;
  cursor: pointer;
}
.popover-content {
  color: #000;
  font-style: italic;
}

span.details ul.bishes li b {
  background: #2e5fac none repeat scroll 0 0;
  border-radius: 10%;
  color: #fff;
  display: block;
  float: left;
  height: 30px;
  margin: 7px 25px 35px 0;
  padding: 4px 0 25px;
  text-align: center;
  width: 65px;
}
span.details > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}



   /*Frame of Research*/
   
span.details p b {
  background: #2e5fac none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  margin: 0 -6px 25px 0;
  padding: 10px 0;
  text-align: center;
  width: 120px;
}
#niom span.details p b {
  border-radius: 100%;
  height: 30px;
  margin: 0;
  width: 30px;
  margin: 0;
  padding: 0px 10px 0px;
}
span.details p strong {
  border: 1px solid #2e5fac;
  display: inline-block;
  margin: 0;
  padding: 9px 10px;
  width: 75%;
}




.middle_point {
    margin: 0;
    padding: 0;
    text-align: center;
}
.middle_text {
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: inline-block;
  height: 100px;
  margin: 0;
  padding: 35px 0 0;
  width: 100px;
  font-weight: bold;
  font-size: 12px;
}
.middle_text > strong {
  display: block;
  font-weight: normal;
  letter-spacing: 8px;
  margin: 0;
  padding: 3px 0 0 10px;
  text-align: center;
  width: 100%;
}

.bottom_points {
    clear: both;
    display: table-cell;
    height: 240px;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    vertical-align: bottom;
    z-index: 0;
}
.single_bottom_text {
    border: 1px solid #ddd;
    display: block;
    font-size: 20px;
    height: 30px;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 30px;
    z-index: 0;
}
.single_bottom_text.B {
    left: 115px;
}
.single_bottom_text.R {
    left: 330px;
}
.single_bottom_text.F {
    left: 545px;
}
.single_bottom_text::before {
    background: #ddd none repeat scroll 0 0;
    bottom: 100%;
    content: "";
    display: block;
    left: 10px;
    position: absolute;
    width: 5px;
    z-index: 0;
}
.single_bottom_text.B::before {
  height: 230px;
  transform: skewX(-42deg) translate(106px, 0px);
  z-index: 0;
}
.single_bottom_text.R:before {
  height: 215px;
  width: 3px;
}
.single_bottom_text.F::before {
  height: 230px;
  transform: skewX(42deg) translate(-105px, 0px);
}

.point_dropdown {
    display: block;
    margin: 15px 0 50px;
    text-align: center;
    width: 100%;
}
.point_dropdown > p {
  margin: 0 auto;
  width: 66%;
  padding: 0 0 0 10px;
}
.point_dropdown p select.form-control {
  text-align: center;
}

   

/* Bottom Menu */

.menu_area {
  margin: 0;
  padding: 10px 0;
}

.main_menu {
    margin: 0;
    padding: 0;
}
.main_menu ul#main_nav {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.main_menu ul#main_nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul#main_nav li a {
  color: rgb(44, 62, 80);
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: capitalize;
}
ul#main_nav li:hover a {
    color: #1D7AB7;
    text-decoration: none;
}














/* ==========================================================================
   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;
    }
}
