html {
   background-image: url("../img/bg_main.png");
}
.header-logo a:hover {
    text-decoration: none;
}
.breadcrumb {
    border: 0!important;
    color: #333;
    background: inherit;
}
.breadcrumb a {
    color: #333;
    text-decoration: underline;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\f105";
    font-family: FontAwesome;
}
.slider .tp-bannertimer {
    z-index: 20!important;
}
.form_type1 {
    background: rgb(244, 244, 244);
    padding: 10px;
    border: 3px solid #ccc;
}
.header-top {
    font-size: 13px;
}
.mas-item {
    width: 25%;
}
header {
    z-index: 991!important;
}
.pagination .txt {
    line-height: 34px;
}
.owl-stage {
    display: flex;
    align-items: center;
}
.bg-level-1 {
    background-image: url(../img/clouds.png);
}
.bg-level-1 {
     position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center top;
    background-repeat: repeat-x;
    z-index: 0; 
}
#header .header-body {
    background: transparent;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lobster', cursive;
}
h3 {
    text-transform: inherit;
}
h5 {
    text-transform: inherit;
}  
.list-group .background-color-primary {
    color: #fff;
}
/*
Name:           theme-blog.css
Written by:     Okler Themes - (http://www.okler.net)
Version:        4.9.3
*/
/* Posts */
.blog-posts article {
    border-bottom: 1px solid #DDD;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.blog-posts .pagination {
    margin: -10px 0 20px;
}

/* Post */
article.post h2 a {
    text-decoration: none;
}

article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}

article.post .post-meta > span {
    display: inline-block;
    padding-right: 8px;
}

article.post .post-meta i {
    margin-right: 3px;
}

article.post .post-date {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 10px;
    text-align: center;
}

article.post .post-date .month {
    background: #CCC;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}

article.post .post-date .day {
    background: #F4F4F4;
    border-radius: 2px 2px 0 0;
    color: #CCC;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-weight: bold;
    padding: 10px;
}

article.post .post-image .owl-carousel {
    width: 100.1%;
}

article .post-video {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 61%;
}

article .post-video iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

article .post-audio {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 8px;
    display: block;
    height: auto;
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 25%;
}

article .post-audio iframe {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

article.post-medium .post-image .owl-carousel {
    width: 100.2%;
}

article.post-large {
    margin-left: 60px;
}

article.post-large h2 {
    margin-bottom: 5px;
}

article.post-large .post-image, article.post-large .post-date {
    margin-left: -60px;
}

article.post-large .post-image {
    margin-bottom: 15px;
}

article.post-large .post-image.single {
    margin-bottom: 30px;
}

article.post-large .post-video {
    margin-left: -60px;
}

article.post-large .post-audio {
    margin-left: -60px;
}

/* Single Post */
.single-post article {
    border-bottom: 0;
    margin-bottom: 0;
}

article.blog-single-post .post-meta {
    margin-bottom: 20px;
}

/* Post Block */
.post-block {
    border-top: 1px solid #DDD;
    margin: 15px 0 0 0;
    padding: 20px 0 15px 0;
}

.post-block h3 {
    font-size: 1.8em;
    font-weight: 200;
    margin: 0 0 20px;
    text-transform: none;
}

.post-block h3 i {
    margin-right: 7px;
}

/* Post Author */
.post-author {
    margin: 15px 0 0 0;
}

.post-author img {
    max-height: 80px;
    max-width: 80px;
}

.post-author p {
    font-size: 0.9em;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.post-author p .name {
    font-size: 1.1em;
}

.post-author .img-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

/* Post Share */
.post-share {
    margin: 55px 0 0 0;
    padding-bottom: 0;
}

/* Post Comments */
.post-comments {
    margin-top: 45px;
}

ul.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.comments li {
    clear: both;
    padding: 10px 0 0 115px;
}

ul.comments li img.avatar {
    height: 80px;
    width: 80px;
}

ul.comments li ul.reply {
    margin: 0;
}

ul.comments li a {
    text-decoration: none;
}

ul.comments li .img-thumbnail {
    margin-left: -115px;
    position: absolute;
}

ul.comments li .comment {
    margin-bottom: 10px;
}

ul.comments .comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #F4F4F4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
}

ul.comments .comment-block {
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px 20px 30px;
    position: relative;
}

ul.comments .comment-block p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

ul.comments .comment-block .comment-by {
    display: block;
    font-size: 1em;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}

ul.comments .comment-block .date {
    color: #999;
    font-size: 0.9em;
}

/* Leave a Comment */
.post-leave-comment {
    margin-top: 25px;
    padding-top: 45px;
}

.post-leave-comment h3 {
    margin: 0 0 40px;
}

/* Recent Posts */
.recent-posts h4 {
    margin-bottom: 7px;
}

.recent-posts article.recent-post h4 {
    margin: 0 0 3px 0;
}

.recent-posts article.recent-post h4 a {
    display: block;
}

.recent-posts .date {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
}

.recent-posts .date .month {
    background: #CCC;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}

.recent-posts .date .day {
    background: #F7F7F7;
    color: #CCC;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-weight: bold;
    padding: 8px;
}

section.section .recent-posts .date .day {
    background: #FFF;
}

/* Simple Post List */
ul.simple-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.simple-post-list li {
    border-bottom: 1px dotted #E2E2E2;
    padding: 15px 0;
}

ul.simple-post-list li::after {
    clear: both;
    content: "";
    display: table;
}

ul.simple-post-list li:last-child {
    border-bottom: 0;
}

ul.simple-post-list .post-image {
    float: left;
    margin-right: 12px;
}

ul.simple-post-list .post-meta {
    color: #888;
    font-size: 0.8em;
}

ul.simple-post-list .post-info {
    line-height: 20px;
}

/* Responsive */
@media (max-width: 479px) {
    ul.comments li {
        border-left: 8px solid #DDDDDD;
        clear: both;
        padding: 0 0 0 10px;
    }

    ul.comments li .img-thumbnail {
        display: none;
    }

    ul.comments .comment-arrow {
        display: none;
    }
}
/*new sryles*/
#footer .row .col-md-3>*{
    text-align: center;
}
.slideDownMenu:hover, .slideDownMenu2:hover{
    cursor: pointer;
}
ul.megaMenuDrop li, ul.megaMenuDrop2 li{
    display: none;
    list-style-type:none;
}
.megaMenuDrop, .megaMenuDrop2{
    margin: 0;
    padding: 0;
}
li.list-group-item a{
    color: #a2a2a2;
}
li.list-group-item a:hover{
    text-decoration: none;
}
li.list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    cursor: pointer;
}
li.list-group-item{
    width: 96%;
    margin-left: 5px;
    border-radius: 0px ;
}
li.list-group-item:last-child{
    border-radius: 0px ;
}
#galereyalist .headline{
     font-family: 'Lobster', cursive;
     font-size: 18px;
     color: #000;
     margin-bottom: 5px;
     padding-left: 10px;
         -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 3px;
}
#galereyalist .headline:hover{
    text-decoration: underline;
    color: #000;
        -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#galereyalist .item-hover:hover{
    text-decoration: underline;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gal-item a:hover:before {
    opacity: 1;
}
.gal-item a:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    content: "";
    display: block;
    position: absolute;
    width: 270px;
    height: 180px;
    opacity: 0;
    z-index: 2;
}
.gal-item a:hover:after {
    top: 61%;
    opacity: 1;
    left: 4%;
}
.gal-item a:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-family: FontAwesome;
    color: #FFF;
    content: "\f00e";
    font-size: 30px;
    height: 30px;
    position: absolute;
    top: 30%;
    margin-top: -15px;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 3;
}
#galereyalist .portfolio-wrapper {
    border: 1px solid #a5a5a5 ;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 0;
}
#galereyalist{
    text-align: center;
}
.recent-posts .date .day, article.post .post-date .day {
    color: #444;
}
.recent-posts .date .month, article.post .post-date .month {
    background-color: #444;
}
a.text-color-dark{
    color: #000;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #444;
    border-color: #444;
}
form label{
    font-family: 'Lobster', cursive;
    /* text-align: center; */
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}
form input, form textarea{
    border-radius: 10px;
    padding-left: 10px;
    border: 1px solid #adadad;
    width: 30%;
    margin-bottom: 10px;
    height: 32px;
}
form input:focus , form textarea:focus, form button:focus{
    outline:none;
}
form button{
    background: #b941bd;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #adadad;
    width: 150px;
    height: 35px;
    font-size: 22px;
    font-family: 'Lobster', cursive;
    padding-bottom: 3px;
    margin-left: 50px;
    margin-top: 20px;
}
form textarea{
    height: 70px;
}
form{
    padding-left: 5px;
}