/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto+Slab:400,700|Teko:400,700&display=swap);
html{
  overflow-x: hidden;
}
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 18px;
  padding-top: 145px;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
.site-header{
  position:fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
}
#atstbx2{
  display: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}
.relatedbox{
  border: 1px solid #243B7D;
  
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px !important;
  margin-right: auto;
  margin-left: auto;
}
.relatedbox .modul-title{
  padding: 0px;
  margin: 0px;
}
.relatedbox .lead{
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  /* or 137% */


/* text */

color: #323232;
}
.relatedbox .lead p{
  margin-bottom: 0px;
}
.relatedbox .new_title{
  margin-bottom: 0px;
}
@media screen and (max-width: 768px)
{
  .relatedbox {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .relatedbox img{
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .relatedbox .new_title{
    
    padding-left: 10px !important;
  }
}
button {
  overflow: visible;

}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  max-width: 100vw;
  margin-bottom: 0;
  background-color: #243b7d ;
  padding: 0px 0px;
  box-shadow: 0px 5px 10px rgba(36, 59, 125, 0.2);
  left: 0px;
  top :0px;
  transition: 1s ease-in-out;
}
header#masthead .navbarcont {
  transition: 0.2s ease-in-out;
  position: relative;
  top:0px;
  z-index: 1;
  max-height: 500px;

}
header#masthead.notshow .navbarcont  {
  top: -500px;
  max-height: 0px;
}
#masthead .dropdown-menu>li a
{
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 27px;
color: #323232;
padding-top: 15px !important;
padding-bottom : 15px !important;
}
#masthead .dropdown-menu>li a:hover{
  background: #F3F5FA;
}
.navbar-brand{
  background-color: #243b7d;
  position:relative;
  z-index:100;
  text-align:center;
  display:block;
  padding-bottom: 10px;
  padding-top: 20px !important;
  margin: 0px;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  width: 112px;
  
}
.navbar-brand > a > img{
  height: 80px;
}
.ml-form-embedWrapper.embedForm
{
  max-width: 100% !important;
}
.wp-block-algori-social-share-buttons-block-algori-social-share-buttons{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align:center;
}
.wp-block-latest-posts li
{
  padding-bottom: 15px;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav{
  margin-right: auto;
  margin-left: auto;
  padding-left: 100px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-family: 'Roboto Condensed',sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 2px;
  /* identical to box height, or 157% */
  
  letter-spacing: 0.05em;
  text-transform: uppercase;
  
  /* grey-05 */
  
  color: #D2D5DE;
}
#masthead .navbar-nav > li{
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
 #masthead .navbar-nav > li::before{
  content: '';
  width: 1px;
  height: 22px;
  background: #D2D5D1;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
}
#masthead .navbar-nav > li:first-child:before
{
  display: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;

}
.header_icon{
  
    height: 22px;
    margin-right: 20px;
}
i.header_icon{
  font-size: 25px;
  top: 3px;
  position:relative;
} 
.navbar-brand {
  height: auto;
}



.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22close%22%20viewBox%3D%220%200%201%201%22%20height%3D%221%22%20width%3D%221%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cline%20x1%3D%220%22%20y1%3D%221%22%20x2%3D%221%22%20y2%3D%220%22%20stroke%3D%22white%22%20stroke-width%3D%220.1%22%20%2F%3E%3Cline%20x1%3D%220%22%20y1%3D%220%22%20x2%3D%221%22%20y2%3D%221%22%20stroke%3D%22white%22%20stroke-width%3D%220.1%22%20%2F%3E%3C%2Fsvg%3E");
}
.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.menu-item.active .nav-link{
  color: #ee3731 !important;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.modul {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #243b7d;
}
.modul7 .modul-title{
  margin-bottom: 0px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#footer-widget{
  background: #243b7d !important;
  padding-top: 20px;
}
#footer-widget .nav-link{
  padding: 5px 0px;
}
#footer-widget h2{
  color: white;
  font-size: 20px;
  border-bottom: 1px solid white;
}
.footer-top #menu-footer {
  
    flex-direction: initial !important;
}
.footer-top #menu-footer .nav-link{
  padding-right: 20px;
}
#menu-footer .nav-link,#menu-footer1 .nav-link,#menu-footer2 .nav-link,#menu-footer3 .nav-link{
  color: #aaafc5;
    display: inline-block;
    font-size: 14px;
}
#menu-footer .nav-link:hover, #menu-footer1 .nav-link:hover,#menu-footer2 .nav-link:hover,#menu-footer3 .nav-link:hover{
  background: none;
  color: white;
}
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 0;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  margin-top: 0px;
 
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 00px;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
  .modul{
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

 
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}
.entry-meta, .entry-footer, .post-navigation, .comments-area{
  display: none;
}
.my_tag{
  padding: 5px 7px 1px;
  margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    display: inline-block;
    background: #000032;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Teko,sans-serif;
    line-height: 18px;
    transition: .2s ease all;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tag_in_title .my_tag{
  margin-top: 0px;
}
.my_tag:hover{
  transform: translateY(-2px);
}
.tag_tag{
 
  background: #ee3731;
 
}
.tag_category{
 
  background: #000032;
 
}
.post-thumbnail{
  margin-bottom: 10px !important;
}
.post-thumbnail img{
  margin-bottom: 3px;
  width: 100%;
}
.post-thumbnail .my_tag{
  display: none;
}
.post-thumbnail .tag_Commentary{
  display: inline-block;
}
.tag_in_title .post-thumbnail .tag_Commentary{
  display: none;
}
.category .entry-title,.tag .entry-title,.search .entry-title, .related_posts .entry-title
{

    margin: 0;
    font-size: 24px;
    font-family: Teko,sans-serif;
    font-weight: 400;
    color: #243b7d;
    line-height: 105%;
}
.category .my-excrept,.tag .my-excrept,.search .my-excrept,.related_posts .my-excrept{
  margin-top: 12px;
    font-size: 15px;
    color: #323232;
    line-height: 19px;
}
.category article,.tag article,.search article,.tag article,.related_posts article{
  transition: 0.2s;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
}
.no-gutter>[class^="col-"]{
  padding-left: 0;
  padding-right: 0;
}
h2.entry-title{
  border-bottom: none;
}

.single-post .post-thumbnail
{
  margin-bottom: 20px !important;
  width: 100%;
  float:left;
  
}
.related_posts  .post-thumbnail{
  margin-bottom: 0px !important;
}

.article_cover img{
  width: 100%;
}
.newstyle .post-thumbnail{
  display: flex;
}

.newstyle .article_head{
  padding: 0px 10px;
  }
   
.article_head h1{
    font-family: Teko,sans-serif;

    border-right: 10px solid #243b7d;
    border-left: 10px solid #243b7d;
    background-color: #243b7d ;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: #fff;
    text-transform: none;
    white-space: normal;
    margin: 0;
    padding: 10px 15px;
    font-weight: 400;
    display: inline;
    font-size: 81px;
    line-height: 85px;
    font-size: 65px;
    line-height: 98px;
    border-bottom: none;
}
.article_head .lead{
  font-family: 'Roboto Condensed',sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  margin-top: 25px;
  /* or 110% */


  /* blue */

  color: #243B7D;
}
.article_head .post_date{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #7F838E;
}

.newstyle .article_head .lead{
  width: calc(100% - 20px);
  
}
@media (max-width: 1320px)
{
  .article_head , .newstyle .article_head{
    width: 100%;
    left : 0px;
    position:relative;
   
  }
  .article_head h1{
    font-size: 81px;
    line-height: 150%;
    background-size: 100% 50%;
    
    width: calc(100% - 20px);
  }
  .article_cover, .newstyle .article_cover{
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    
  }
  .article_cover img{
    width: 100%;
  }
  .article_head .lead{
    width: 100%;
  }
  .single-post  .post-thumbnail{
    margin-bottom: 20px !important;
  }
}
.article_head .editor
{
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 20px;
  
  display: inline-block;
  padding: 0;
  font-size: 15px;
  color: #c2c2c2;
  line-height: 105%;
}
.article_head .editor .blue
{
  display: inline-block;
  color: #243b7d;
  text-transform: uppercase;
  font-weight: 700;
}

p{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.navbar-text .search-form
{
  display: none;
}
.navbar-text .search-form.show
{
  display: block;
}
.header-search{
  position: relative;
  width: 200px;
  left: 116px;
  top: -39px;
  height: 1px;
}
.header-search .form-control{
  pointer-events: none;
    transform: scale(0,0) translateX(250px);
    transition: all .2s ease-in-out;
    position: absolute;
    height: 32px;
    width: 0;
    border-radius: 100px!important;
    border: 0;
    background-repeat: no-repeat;
    background-image: url(/assets/images/icon-search-light.svg);
    background-size: 18px;
    background-position: 10px center;
    background-color: transparent;
    color: #243b7d;
    opacity: .2;
    padding: 0 10px 0 35px;
    box-shadow: -3px 0 13px 8px #243b7d, 1px 0 0 11px #243b7d;
    outline: 0;
  background-repeat: no-repeat;
  background-image: url(icon-search.svg);
  background-size: 18px;
  background-position: 10px center;
  background-color: #fafafa;
  transform: scale(1) translateX(0);
  width: 100%;
  height: 32px;
  border-radius: 4px;
  opacity: 1;
  pointer-events: all;
}
.header-search input[type=submit]{
  display: none;
 
}
@media (max-width: 1200px)
{
  
  .modul-title {
    padding-left: 10px !important;
  }
  .timeago{
    padding-left: 10px;
  }
  #masthead .dropdown-menu>li a{
    color: white;
  }
  body{
    padding-top: 80px;
  }
  .navbar-nav{
    padding-left: 0px;

  }
  #masthead .navbar-nav > li::before{
    display:none;
  }
}
@media (min-width: 1200px)
{
  .navbar-toggler{
    display: none;
  }
  #main-nav.mobil_social{
    display: none !important;
    
  }
}

@media (max-width: 1028px)
{
  .article_head h1{
    font-size: 36px;
   
  }
}
.related_title{
  width: 100%;
  font-size: 35px;
  border-top: 1px solid rgba(0,0,0,.5);
  color: #000032;
  font-family: Teko,sans-serif;
  padding: 20px 0;
  margin: 40px 0 0;
  text-transform: uppercase;
}
.blue_column{
  background: #243b7d;
  padding: 20px 35px 30px !important;
}
.blue_column .post-thumbnail img, .blue_column .my-excrept{
  display: none;
}
.blue_column .entry-title{
  color: white;
}
.blue_column article:hover .entry-title{
  color: #243b7d;
}
.blue_column .post.hentry{
  margin-bottom: 0rem;
}
.blue_column h3{
  font-size: 35px;
  color: #aaafc5;
  text-transform: uppercase;
  font-family: Teko,sans-serif;
  padding: 0 5px 10px;
}
.w4pl {
  position: relative;
  padding-top: 1.5em;
}
.w4pl:nth-child(2n-1):before{
  content:'';
  position:absolute;
  z-index: -1;
  top:0px;
  width: 100vw;
  height: 100%;
  left: calc(50% - 50vw);
  background: #e6e7e8;  
}
.home .site-content{
  padding-top: 0px !important;

}
.static h1{
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: center;
}
.static{
  font-family: 'Roboto Condensed',sans-serif;  
}
.home .addthis_inline_share_toolbox,.static .addthis_inline_share_toolbox, .static .related_title, .static .related_posts{
  display: none;
}
a:hover{
  text-decoration: none;;
}
.red .my-excrept{
  color: #ee3731;
}
figcaptions{
  color: #767676;
  font-size: 14px;
}
.size-full img{
  width: 100%;
  max-width: 100%;
}
.wp-block-embed__wrapper{
  max-width: 530px;
  /*max-height: 325px;*/
}


blockquote {
  font-size: 24px;
  color: #243b7d;
  line-height: 116%;
  padding-left: 130px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-style: italic;
  position: relative;
  min-height: 50px;
}
blockquote:before {
  content: " ";
  height: 50px;
  width: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(./inc/images/icon-quote.svg);
  top: 14px;
  left: 40px;
  position: absolute;
}
blockquote h3{
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #243b7d;
}
@media (max-width : 800px)
{
  .article_head .editor{
    margin-top: 5px;
    margin-bottom: 4px;
  }
  .my_tag{
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .related_title
  {
    margin: 0px;
  }
  .search-form .search-submit{
    display: none;
  }
  .search-form label {
    display: block;
  }
  .navbar-collapse.mobil_social{
    padding: 10px;
    text-align: right;
  }
  header#masthead .navbarcont.show{
    max-height: 100vh;
    top: 0vh;
    height: 100vh;
  }
  header#masthead .navbarcont  {
    top: -100vh;
    max-height: 0px;
  }
  body{
    max-width: 100vw;
    
  }
  .single-post article{
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-post article .post-thumbnail{
    margin-left: -10px;
    margin-right: -10px;
    width: 100vw;
  }
  figcaption{
    padding-left: 10px;
    padding-right: 10px;
  }
  #primary{
    padding :0px;
  }
  article.mainpost{
    padding: 0px;
  }
  .entry-header{
    padding-left: 10px;
    padding-right: 10px;
  }
  
}
.post-thumbnail .my_tag{
  display: none;
}
.post-thumbnail .tag_Commentary{
  display: inline-block;
}
.redtext{
  display: inline-block;
  color: red;
  background-color: white;
  padding-right: 0.5em;
}
#atstbx{
  top: 0px;
}
.first-sidebyside article:first-child {
  display: flex;
}
.first-sidebyside article:first-child .post-thumbnail{
  flex-basis: 0;
  flex-grow: 1;
}
.first-sidebyside article:first-child header{
  flex-basis: 0;
  flex-grow: 1;
}
.first-sidebyside article:first-child .entry-header{
  padding: 0px 10px;
}
.first-image article .post-thumbnail img, .no-image .post-thumbnail img{
  display: none;
}

.first-image article:first-child .post-thumbnail img{
  display: block;
}
.no-excerpt .my-excrept{
  display: none;
}
.modul-title{
  font-family: 'Teko',sans-serif;
font-style: normal;
font-weight: 500;
font-size: 52px;
line-height: 52px;
margin-top: 5px;
/* identical to box height, or 100% */

letter-spacing: 0.01em;
padding-left: 20px;

/* dark */

color: #000032;

}
.ago .post-thumbnail img{
    display: none
}
.ago .my_tag{
  display :none !important
}
.ago .redtext{
  display: block;

}
.timeago{
  display: none;
}
.ago .entry-header{
  padding-left: 100px;
}
.ago .timeago
{
  position:absolute;
  left: 0px;
  display: block;
  font-family: 'Roboto Condensed';
font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 22px;
/* identical to box height, or 157% */

text-align: right;
letter-spacing: 0.05em;
text-transform: uppercase;

/* grey-01 */

color: #585963;
}
.cim_padding {
  padding-top: 71px;
}
.new_title .entry-title{
  font-family: 'Teko';
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 24px;
/* or 100% */

letter-spacing: 0.01em;

/* text */

color: #000032 !important;

}
.entry-header .my_tag{
  display: none;
  position: relative;
  top: 5px;
  margin-bottom: 0px;
}
.tag_in_title .entry-header .my_tag.tag_Commentary{
  display: inline-block;
}
.tag_in_title .entry-title{
  display: inline;
}
#trending_box h2
{
  font-family: 'Teko';
font-style: normal;
font-weight: 500;
font-size: 40px;
line-height: 40px;
/* identical to box height, or 100% */

letter-spacing: 0.01em;

/* dark */

color: #000032;
}
#trending_box .nav-link{
  padding: 0px;
  padding-top: 10px;
  font-family: 'Teko';
font-style: normal;
font-weight: normal;
font-size: 24px;
line-height: 24px;
/* or 100% */

letter-spacing: 0.01em;

/* dark */

color: #000032;
}
aside{
  display: none;
}
.single-post aside{
  display: block;
}
.strong_title .entry-title a{

  background-color: #243b7d ;
  color:white !important;
  display: inline;
  line-height: 1.6;
  font-weight: 500;
  font-size: 40px;
  border-right: 10px solid #243b7d;
    border-left: 10px solid #243b7d;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.dropdown-toggle::after{
  border: none;
  background-image: url('inc/images/chevron-right.svg');
  width: 10px;
    height: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    top: 4px;
    position: relative;
    transition: 1s;
}
.show .dropdown-toggle::after{
  background-image: url('inc/images/chevron-right_red.svg');
}