* {
	padding:0;
	margin:0 ;
}
a{
    text-decoration: none !important;
}
.text_header{
    position: absolute;
    top: 0px;
    bottom: 0px;
    padding-top: 57px;
    padding-left: 26px;
}
.text_header h1 {
    color: #fff;
    font-weight: 900;
    font-size: 100px;
    }
.banner_img{
	width: 100%
	position: relative;
}
.ads img {
	width: 100%;
    margin-bottom: 15px;
}
.p_date {
    padding: 1px;
    background-color: #286090;
    color: #fff;
}
.post_title a:hover{
	color: orange;
}
.titleInfo {
    font-style: italic;
    font-size: 11px;
    padding: 18px 10px;
}
.post_title p {
    font-size: 14px;
    color: #625655;
    font-family: cursive;
}
.post_title2 p {
    font-size: 16px;
    color: #999;
}
.post_title2 ol {
    padding: 12px;
}
.post_title2 ol li {
    padding: 10px;
    color: #9e9e9e;
}
.post_title2 ul li {
    color: #9e9e9e;
    font-size: 16px;
    line-height: 3;
}
iframe.video_post {
    width: 100%;
    height:450px;
}
.p_butt a {
  font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 0px;
    width: 100%;
    background-color: #2f4e71;
    border: none;
    border-bottom: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
}
.p_butt:hover a {
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 0px;
    width: 100%;
    background-color: orange;
    border: none;
    border-bottom: 3px solid orange;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;

}
.ads {
    margin-top: 20px;
}
.post {
    margin-top: 20px;
}
.category h4{
    font-family: open sans;
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}
._list {
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
._list li{
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 0;
}
._list li a {
     color: #777;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 30px;
}
._list li a:hover{
	color: orange;
}
.category {
    margin-top: 20px;
    padding: 5px
}
.comment-title{
        font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px #7ca5d3;
    text-align: center;
    color: #4c404d;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.comments-list {
    border-bottom: 1px dotted #ced8df;
    margin: 27px 0 45px;
    padding: 0 0 30px;
    overflow: hidden;
}
.comment .avatar {
    background: #fff;
    float: left;
    margin: 0 0 2px 0;
    position: relative;
    width: 54px;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comment .comment-body, .comment .comment-meta {
    float: right;
    margin: 0 0 -2px 1px;
    padding-left: 20px;
    width: 89%;
}
.comment-meta h5 {
    font-size: 14px;
}
.author a {
    color: orange;
}
.comment-body p {
    color: #999;
}
input.normal, select.normal, textarea.normal {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #acadbf;
    font-weight: 400;
    padding: 15px 25px;
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    border: none;
    border-bottom: 3px solid orange;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input.button {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 52px;
    font-weight: 700;
    /* text-align: center; */
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    width: 30%;
    margin-left: 35%;
    height: 53px;
    background: #2f4e71;
    border: none;
    border-bottom: 3px solid #090908;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input.button:hover{
    color: snow;
    background-color: orange;
     border-bottom: 3px solid orange;
}
.item a {
    margin-top: 6px;
}
.post_title h2 {
    font-size: 29px;
    margin-top: 9px;
    font-family: emoji;
    font-weight: 700;
}
.post_title2 h2 {
    font-size: 14px;
    font-family: 'Open Sans';
    margin-top: 23px;
    font-weight: 700;
}
.post_button{
   font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 0px;
    width: 25%;
    float: right;
    background-color: #2f4e71;
    border: none;
    border-bottom: 3px solid black;;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.post_button:hover{
    color: snow;
    background-color: orange;
     border-bottom: 3px solid orange;
}
.post.post_detail {
    box-shadow: 1px 0 5px #d9d9d9;
    padding: 15px;
    border-radius: 10px;
    transition: all linear .7s;
    border: 1px solid #f3f3f3;
    font-family: 'Poppins', sans-serif;
    margin: 1em auto;
    overflow: hidden;
}
.post_button_close{
   font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-right: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 0px;
    width: 25%;
    float: right;
    background: #2f4e71;
    border: none;
    border-bottom: 3px solid #243c58;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.modal-header h2 {
    font-size: 21px;
}
.modal-header {
   font-family: 'Open Sans', sans-serif;
    background-color:#093e6b;
    text-transform: uppercase;
    padding: 4px;
    border-bottom: 1px solid #0e077b;
    color: snow;
}
._detail hr {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0e077b;
}

.modal-body {
    padding: 15px;
    background-color: #f4f4f4;
}
.modl_dilog{
    margin-right: 40%;
}
img.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/*===blog css===*/
.add_wrap img {
    width: 450px;
    margin-top: 20px;
    max-width: 100%;
    height: auto;
    padding: 0px 0px 20px;
}
.post-img img {
    width: 150px;
    height: auto;
    max-width: 100%;
    margin-bottom: 17px;
}
.post-img {
      transition: transform .4s;
}
.post-img:hover {
    transform: scale(1.3);
}
.post-item {
    margin-bottom: 15px;
    position: relative;
}
/*.post-desc {
    position: absolute;
   top: -116px;
    left: 169px;
}*/
.post-desc a {
    display: block;
    color: black;
    font-weight: 600;
    margin-bottom:5px;
    text-decoration: none;
}
.titleInfo span a {
    color: orange;
}
.post-desc a:hover{
  color:#1879c4;
}
span.date-post {
    color: orange;
    font-weight: 400;
    font-size: 14px;
}
.rec_wrap {
    margin-bottom: 24px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #2860ad;
    color: #286090;
}
.right_blogs .rec_wrap{
position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .banner-nav .close_banner {
    position: absolute;
    top: 15px;
    right: 30px;
    color: white;
    cursor: pointer;
}
.banner-nav {
    margin-top: 12px;
    margin-bottom: -16px;
}

nav, section {
    display: block;
}
p {
    margin: 0px 0px 10px;
    padding: 0px;
    text-align: justify;
}
a, button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover{
    text-decoration: none;
}
.item a:hover{
    text-decoration: none;
        color: #f7971e;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.form-control:hover,input:hover,input:focus{
    outline: none !important;
    box-shadow: none !important;
}
.section-fluid{
    padding-right: 55px;
    padding-left: 55px;
}
.p80{padding: 80px 0px;}

.cat-menu ul li{
   position: relative;
    margin-right: 7px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    color: #fff;
    margin-left: 40px;
    font-size: 15px;
    font-weight: 400;
}
.cat-menu {
    display:flex;
    background-color: orange;
}

.cat-menu ul ul{
    position: absolute;
    z-index: 2;
    top: 150%;
    left: -15px;
    display: block;
    visibility: hidden;
    min-width: 235px;
    margin: 0;
    list-style: none;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    letter-spacing: 0;
    opacity: 0;
    background-color: #fff;
    background: #fff;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.1), 0 4px 15px 0 rgba(0,0,0,.1);
    text-align: left;
    border-radius: 2px;
}
.cat-menu ul li ul li{
        padding: 10px 15px;
}
.cat-menu ul li a::after{
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 5px;
    content: "\f107";
    opacity: 1;
}
.cat-menu ul ul li a::after{
    display: none;
}
.cat-menu ul ul li.sub-links a::after{
    content: '\f105';
    float: right;
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 5px;
    opacity: 1;
    display: block;
}
.cat-menu ul li ul li a {
    display: block;
    padding: 0;
    color: #7e7e7e;
}
.cat-menu ul li:hover ul{
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.cat-menu ul li ul li{
    margin-right: 0px;
}
.cat-menu ul li ul li:last-child{
    border-bottom: none;
}
.cat-menu ul li:hover{
    color: #0157a0;;
}
.cat-menu ul li ul li:hover a{
   color: #0157a0;
}
.cat-menu ul ul ul{
    left: 100%;
    visibility: hidden !important;
    opacity: 0 !important;
}
.cat-menu ul ul li:hover ul{
    visibility: visible !important;
    opacity: 1 !important;
    top:0;
}
.cat-menu ul ul ul li a::after{
    display: none !important;
}
.cat-menu ul li ul li:hover ul li a{
    color: #333;
}
.cat-menu ul ul ul li:hover a{
        color: #ff5252 !important;
}
.hfrm .input-group{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0px 0px 0px 0px #ffffff;
        border-style: solid;
    border-color: rgba(34,49,63,0);
        background-color: #f4f4f4;
}
.hfrm .form-control{
    border-color: rgba(34,49,63,0);
    background-color: #f4f4f4;
    width: 300px;
    font-size: 14px;
    font-weight: 400;
    height: 44px;

}
.hfrm .search-btn{
    color:#8d8787;
}
.main-menu ul {
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
     display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.main-menu ul li{
    position: relative;
    margin-right: 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}
.main-menu ul li:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #d8d8d8;
}
.main-menu ul li:last-child::after{
    display: none;
}
.main-menu ul ul{
    position: absolute;
    z-index: 2;
    top: 150%;
    left: -15px;
    display: block;
    visibility: hidden;
    min-width: 600px;
    margin: 0;
    list-style: none;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    letter-spacing: 0;
    opacity: 0;
    background-color: #fff;
    background: #fff;
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.1), 0 4px 15px 0 rgba(0,0,0,.1);
    text-align: left;
    border-radius: 2px;
}
.main-menu ul ul li{
    padding: 10px 15px;
    margin-right: 0px;
    width: 50%;
    float: left;
}
.main-menu ul ul li .clist{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.main-menu ul ul li .cimg {
    width: 130px;
    height: 60px;
    padding-right: 8px;
}
.main-menu ul ul li .cimg .sub-title{
    font-size: 12px;
    font-weight: 600;
}

.main-menu ul ul li .ctext {
    font-size: 14px;
}
.main-menu ul ul li:after {
    height: 50px;
}
.main-menu ul ul li:nth-child(even)::after{
    display: none;
}
.main-menu .mm-btn {
    padding: 10px 15px;
    position: relative;
}
.main-menu .mm-btn:before{
    position: absolute;
    content: '\f178';
    font-family: "FontAwesome";
    font-size: 12px;
    opacity: 1;
    display: block;
    right: -5px;
    top: 30%;

}
.main-menu ul li:hover ul{
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.hright{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hright .cart{
    padding-right: 40px;
    font-size: 18px;
}
.hright .login{
    border: none;
    cursor: pointer;
    padding: 0 1.3em;
    line-height: 2.5em;
    min-height: 2.6em;
    max-width: 100%;
    font-weight: bolder;
    text-transform: capitalize;
    -webkit-transition: border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s,-webkit-transform .3s;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    background: #cf1818;
    font-weight: 300;
}
.hright .login:hover{
    background-color: #e04a5c;
}
.hright .login:hover a{
    color: #gggg;
}
h2.top_head {
    /* background-color: #ffa500; */
    color: #000;
    margin-right: 32px;
    text-align: center;
    font-size: 30px;
    margin-top: 6px;
}
.post_details{
    /*box-shadow: 1px 0 5px #0157a059;*/
    padding: 15px;
    /*border-radius: 10px;*/
    transition: all linear .7s;
    /*border: 1px solid #f3f3f3;*/
    font-family: 'Poppins', sans-serif;
    margin: 1em auto;
    overflow: hidden;
}
hr.post_line {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1.5px solid #ff900380;
}
.p_butt {
    width: 30%;
    margin-left: auto;
}

.cmt_left {
    float: left;
    margin-top: 5px;
}
.cmt_right {
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
.cmt_left a {
    color: #fff;
    padding: 6px 18px;
    border-radius: 0px 12px 0px 0px;
}
.cmt_right a {
    border-radius: 10px;
    color: #fff;
    padding: 6px 18px;
}
a.comment {
     background-color: #ff4422;
     transition: all 0.2s ease-in;
      position: relative;
}
a.comment:hover{
    opacity: .4;
    top: -4px;
}
a.thumbsup {
    border-radius: 12px 0 0 0;
    background-color: #38be5b;
    margin-left: -5px;
     transition: all 0.2s ease-in;
      position: relative;
}
a.thumbsup:hover{
    opacity: .4;
    top: -4px;
}
a.facebook {
     transition: all 0.2s ease-in;
      position: relative;
    background-color: #4267B2;
}
a.facebook:hover{
    opacity: .4;
    top: -4px;
}
a.twitter {
     transition: all 0.2s ease-in;
      position: relative;
    background-color: #55acee;
}
a.twitter:hover{
    opacity: .4;
    top: -4px;
}
a.insta {
     transition: all 0.2s ease-in;
      position: relative;
    background-color: #e95950;
}
a.insta:hover{
    opacity: .4;
    top: -4px;
}
a.whatsapp {
     transition: all 0.2s ease-in;
      position: relative;
    background-color: #25D366;
}
a.whatsapp:hover{
    opacity: .4;
    top: -4px;
}
a.share {
     transition: all 0.2s ease-in;
      position: relative;
    background-color: #fb9847;
}
a.share:hover{
    opacity: .4;
    top: -4px;
}
.rating_str i {
     transition: all 0.2s ease-in;
      position: relative;
    background-color: #ff4422;
    color: #fff;
    padding: 7px 12px;
}
.rating_str i:hover{
    opacity: .4;
    top: -4px;
}

.cmt_rating span {
    font-size: 17px;
    font-family: ui-sans-serif;
    font-weight: 600;
}
.cmt_rating {
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.modal-content.modal_mid {
    width: 150%;
}
label.datenschutzlabel {
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 10px;
}
label.datenschutzlabel input[type=checkbox] {
    position: relative;
    vertical-align: middle;
    bottom: 3px;
    width: 20px;
}
figure.post_img img {
    width: 100%;
    max-height: 316.5px;
}


.owl-carousel .owl-item .categryimg img {
    display: block;
    max-height: 20vh;
    width: 100%;
    height: 100px;
}
.item.categryimg a {
   border: 1px solid white;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f7971e;
    box-shadow: 1px 1px #d5d9dd;
    text-align: center;
    font-size: 13px;
    font-family: 'IcoFont';
    color: white;
    opacity:0.7;
}
.item.categryimg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item.categryimg a:hover {
    transition: width 0.4s;
    opacity: 2.1;
    transform: scale(1.05);
}

/*--------------------------------------------responsive-------------------------------------------------------------*/
@media screen and (max-width: 700px) {
  .cat-menu{
    display: block;
  }
  .cat-menu ul ul li:hover ul {
    visibility: visible !important;
    opacity: 1 !important;
    top: 0px;
    left: 0px;
}
.p_butt a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 0px;
    width: 200%;
    margin-bottom: 20px;
    float: right;
    background-color: #2f4e71;
    border: none;
    border-bottom: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cmt_right {
    float: left;
    margin-top: 5px;
    margin-left: 0px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 34px;
    bottom: 15px;
    z-index: 99999;
}
.p_butt {
    width: 20%;
    margin-left: auto;
    margin-bottom: 70px;
}
.rating-widget {
    margin-left: 4%;
    display: block;
    margin-bottom: 0px;
}

}