/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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;
}
body {
    background: url(../img/bg.png);
    background-position: center;
    background-attachment: fixed;
    font-family: 'Poppins', sans-serif;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ====================  MENU  ============================= */
.header_top {
    background: #fff;
    overflow: hidden;
}
.header_top .row {
    border-bottom: 1px solid #ddd;
}
.logo {
    margin-left: 20px;
}
img.custom-logo {
    width: 50px;
    height: auto;
    float: left;
    margin-top: -3px;
    margin-right: 6px;
}
.logo p {
    font-size: 12px;
    font-style: italic;
    font-family: sans-serif;
}
.header_top h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
    margin-top: 12px;
    font-family: sans-serif;
}
.logo a {
    text-decoration: none;
    color: #000;

}

.soical_icon.float-right a {
    margin: 0px 3px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    background: #48d;
    padding: 6px 9px;
    color: #fff;
}
.soical_icon.float-right a:hover{
    color: #000;
    background: #48d;
    transition-duration: .5s;
}
.soical_icon.float-right {
    margin: 21px 22px;
}

/* Starter CSS for Menu */
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
    float: left;
    min-height: 1px;
    vertical-align: middle;
    border-right: 1px solid #444;
}
#cssmenu ul li:last-child {
    border-right: 0px solid #444;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
#cssmenu {
  background: #333333;
  border-bottom: 4px solid #BCD;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px;
}
#cssmenu > ul {
  *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu ul {
  text-transform: uppercase;
}
#cssmenu ul ul {
  border-top: 4px solid #48d;
  text-transform: none;
  min-width: 190px;
}
#cssmenu ul ul a {
  background: #48d;
  color: #ffffff;
  border: 1px solid #0082e7;
  border-top: 0 none;
  line-height: 150%;
  padding: 10px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:first-child > a {
  border-top: 1px solid #0082e7;
}
#cssmenu ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}
#cssmenu ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #48d;
  -webkit-box-shadow: 0 1px 0 #48d;
  box-shadow: 0 1px 0 #48d;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul ul li.has-sub > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  background: #48d;
  color: #ffffff;
}
#cssmenu ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu a {
  background: #333333;
  color: #CBCBCB;
  padding: 0 20px;
}
#cssmenu > ul > li > a {
  line-height: 35px;
  font-size: 12px;
}
/*secondary menu*/
.custom-menu-class {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
.custom-menu-class ul,
.custom-menu-class li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-class ul {
  position: relative;
  z-index: 200;
}
.custom-menu-class ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
.custom-menu-class ul li.hover,
.custom-menu-class ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
.custom-menu-class ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
.custom-menu-class ul ul li {
  float: none;
}
.custom-menu-class ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
.custom-menu-class ul li:hover > ul {
  visibility: visible;
}
.custom-menu-class ul ul {
  bottom: 0;
  left: 0;
}
.custom-menu-class ul ul {
  margin-top: 0;
}
.custom-menu-class ul ul li {
  font-weight: normal;
}
.custom-menu-class a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
.custom-menu-class {
  background: #48d;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  font-size: 12px;
}
.custom-menu-class > ul {
  *display: inline-block;
}
.custom-menu-class:after,
.custom-menu-class ul:after {
  content: '';
  display: block;
  clear: both;
}
.custom-menu-class ul {
  text-transform: uppercase;
}
.custom-menu-class ul ul {
  border-top: 4px solid #48d;
  text-transform: none;
  min-width: 190px;
}
.custom-menu-class ul ul a {
  background: #48d;
  color: #ffffff;
  border: 1px solid #0082e7;
  border-top: 0 none;
  line-height: 150%;
  padding: 10px 20px;
  font-size: 12px;
}
.custom-menu-class ul ul ul {
  border-top: 0 none;
}
.custom-menu-class ul ul li {
  position: relative;
}
.custom-menu-class ul ul li:first-child > a {
  border-top: 1px solid #0082e7;
}
.custom-menu-class ul ul li:hover > a {
  background: #4eb1ff;
  color: #ffffff;
}
.custom-menu-class ul ul li:last-child > a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #48d;
  -webkit-box-shadow: 0 1px 0 #48d;
  box-shadow: 0 1px 0 #48d;
}
.custom-menu-class ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-menu-class ul ul li.menu-item-has-children > a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}
.custom-menu-class ul li:hover > a,
.custom-menu-class ul li.active > a {
  background: #48d;
  color: #ffffff;
}
.custom-menu-class ul li.menu-item-has-children > a:after {
  content: '+';
  margin-left: 5px;
}
.custom-menu-class ul li.last ul {
  left: auto;
  right: 0;
}
.custom-menu-class ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
.custom-menu-class a {
    background: #48d;
    color: #fff;
    padding: 0 20px;
}
.custom-menu-class a:hover{
  background: #3779cc !important;
}
.custom-menu-class > ul > li > a {
  line-height: 35px;
  font-size: 12px;
}

/* ====================  RIGHT-SIDEBAR  ============================= */
.main_content {
    padding: 20px 0px;
    background: #fff;
    clear: both;
}
.right_sidebar {
    padding: 0px 20px;
    border: 1px solid #fff;
    margin-left: 10px;
    margin-right: 10px;
    background: #FBFBFB;
}
.post_title h2 {
    margin: 0;
    padding: 5px 0px;
    border-bottom: 1px dotted #DDF;
    margin-top: 10px;
}
.post_title h2:hover a {
    color: #006AAA;
}
.post_title h2 a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 7px;
    display: block;
    padding: 0;
    color: #48d;
}
.post_date h6 {
    font-size: 13px;
    padding-top: 6px;
    font-weight: 500;
    padding-left: 5px;
}
.post_date h6 a {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.post_list {
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0px 3px 4px 0px #efefef;
}
.post_list ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.post_img {
    width: 40%;
    float: left;
    margin-right: 14px;
}
@media only screen and (max-width: 767px){
.post_img {
    width: 100% !important;
    float: none;
   margin-bottom:15px;
}
.post_img img{
    width: 100%;
}
}
.post_img img{
    max-width: 100%;
}
.post_content p {
    font-size: 13px;
    line-height: 24px;
    color: #000;
    padding-right: 10px;
}
a.readmore {
    color: #000;
    font-weight: 800;
    font-size: 12px;
    padding-left: 4px;
}
.pagination{
  overflow: hidden;
  margin: 1em 0;
}
.pagination .left{
  width: 50%;
}
.pagination .right{
  width: 50%;
}
.pagination .right a{
  display: block;
  float: right;
}
.left a,.right a {
    text-decoration: none;
    color: #000;
}

/*--================  SIDEBAR =============--*/
.left_sidebar {
    padding: 0px 7px;
    border: 1px solid #fff;
    margin-right: 9px;
    background: #fdf6f6;
}
.search_box {
    margin-top: 16px;
}
.search_box input[type="text"] {
    width: 76%;
    height: 34px;
    padding: 0px 8px;
    box-shadow: none;
    border: 1px solid #ddd;
    margin-bottom: 18px;
    outline: none;
}
button.btn.search_icon {
    position: absolute;
    right: 40px;
    top: 35px;
    padding: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 1px solid #ddd;
    border-radius: 0;
    padding-left: 11px;
    box-shadow: none;
}
.sidebar_title {
    margin-bottom: 11px;
}
.sidebar_title h2 {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    background: #48d;
    padding: 10px 0px;
    color: #fff;
    margin-top: 10px;
}
.category_list ul{
  margin:0;
  padding: 0;
  list-style:none;
}
.category_list ul li {
    margin: 6px 0px;
     border-bottom: 1px dashed #ddd;
}
.category_list ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 6px 6px;
}
.category_list ul li:last-child{
     border-bottom: 0px dashed #ddd;
}
.category_list ul li a:hover{
    color: #969696;
}
.recent_post_title h2 {
    margin: 0;
    padding: 0;
}
.recent_post_title h2 a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
    border-bottom: 2px dotted #ddd;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 5px;
}
.recent_post_title h2:hover a{
    color: #de852a;
}
.recent_post_list ul{
  margin:0;
  padding:0;
  list-style: none;
}
@media only screen and (max-width: 992px){
.recent_img {
    width: 21% !important;
}
.left_sidebar {
    margin-left: 10px;
}
.right_sidebar {
    margin-bottom: 40px;
}
}
.recent_img {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 4px;
}
.recent_img img {
    max-width: 100%;
    border-radius: 2px;
    height: 67px;
}
.recent_article p {
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
    color: #555;
}
/*--===================== FOOTER ============================-- */
footer.footer_section {
    background: #fff;
    padding-bottom: 4px;
    border-top: 1px solid #ddd;
    padding-top: 16px;
}
.widget_list ul{
  margin:0;
  padding:0;
  list-style: none;
}
.widget_list.text-center ul li {
    display: inline-block;
    margin: 0px 5px;
}
.widget_list.text-center ul li a {
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}
.copy_right.text-center p {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}
/*--===================== FOOTER ============================-- */
.error_page.text-center .col-md-6.col-lg-6 {
    margin: 0 auto;
}
.error_page.text-center {
    background: #fff;
    padding: 80px 34px;
}
.error_page.text-center h1 {
    font-size: 150px;
    font-weight: 800;
    margin: 0;
    padding: 0;
}
.error_page.text-center h6 {
    font-size: 16px;
    font-weight: 600;
    color: #888;
}
.error_page.text-center p {
    font-size: 15px;
    color: #5d5454;
    font-weight: 600;
}
.error_page.text-center button.btn.search_icon {
    right: 27px;
    top: 79%;
}
.error_page.text-center button.btn.btn-dark a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.releted_wrap {
    margin-bottom: 22px;
    padding: 16px 10px;
    border: 1px solid #EAEAEA;
    box-shadow: 1px 1px 1px 1px #f5f5f5;
}
.releted_wrap:hover .releted_img img {
  transform: scale(1.1);
}
.releted_title {
    margin-bottom: 11px;
}
.releted_title h2 {
    font-size: 17px;
    margin: 0;
    text-align: center;
    font-weight: 700;
    background: #006CAD;
    padding: 10px 0px;
    color: #fff;
}
.releted_post_title h2 {
    margin: 0;
    padding: 0;
    line-height: 18px;
}
.releted_post_title h2 a {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
}
.releted_post_title h2:hover a {
    color: #de852a; 
 }
.releted_img{
   overflow: hidden;
 }
.releted_img img {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.releted_content p {
    font-size: 13px;
    text-align: justify;
    padding-top: 6px;
    color: #555;
}
/*--================ SCROLL-TOP ====================--*/
.scroll_top{
  cursor: pointer;
  display: none;
}
.scroll_top img {
    position: fixed;
    bottom: 20px;
    padding: 4px;
    right: 20px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
}

 




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  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:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    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 {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

