﻿.webstory-banner {
    text-align: center;
    padding: 30px 0;
}

.webstory-area-main {
    padding: 35px 0 35px;
}

.webstory-banner h1 {
    font-weight: 300;
    color: #053067;
    margin: 0;
}
.web-story-search-form select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 1;
    position: relative;
}

.select-wrapper {
    position: relative;
    z-index: 1;
}

    .select-wrapper::after {
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        font-size: 16px;
        top: 10px;
        right: 14px;
        position: absolute;
    }
.webstory-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
   /* max-height: 650px;*/
}

.webstory-thumb.small-thumb {
    max-height: 175px;
}

.webstory-heading {
    position: absolute;
    bottom: 0;
    padding: 10px;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
}

.webstory-date {
    font-weight: 300;
    color: #fff;
    font-size: 13px;
}

.webstory-thumb-category {
    float: right;
    font-size: 13px;
    color: #fff;
    font-style: italic;
}

.webstory-desc h3 {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.webstory-thumb img {
   /* width: 100%;
    transition: 10s ease-out;*/
    transition: 10s ease-out;
    width: 394px !important;
    height: 630px;
    object-fit: cover;
    object-position: unset;
    transform:scale(1)
}

.webstory-desc p {
    font-size: 15px;
    line-height: 26px;
}

.webstory-list-area a {
    color: #333;
    text-decoration: none;
}

.webstory-single-listing {
    padding: 8px;
    transition: 0.3s all;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 0 0 30px;
}
    .webstory-single-listing .webstory-desc {
        padding: 0 5px 0;
    }

.webstory-single-listing:hover .webstory-thumb img {
    transform: scale(1.2);
}

.subscribe-block .form-control {
    height: 38px;
    border-radius: 0;
    box-shadow: none;
}

.webstory-input {
    position: relative;
    margin: 25px 0 15px;
}

    .webstory-input .btn-blue-ghost {
        margin-top: 15px;
    }

.subscribe-block {
    text-align: center;
    padding: 25px 20px;
    background-color: #fff;
}

.webstory-side-inner {
    box-shadow: 0 3px 4px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}

.webstory-side-module {
    padding: 15px 0;
}

.sidebar-head-blog {
    font-size: 18px;
    margin: 7px 0 15px;
}

.webstory-offer-area {
    padding: 15px;
}

.webstory-offer-single {
    overflow: hidden;
}

.webstory-inner-bannner img {
    width: 100%;
}

.webstory-inner-bannner {
    margin: 35px 0;
    max-height: 470px;
    overflow: hidden;
}

.webstory-inner-heading {
    font-weight: 500;
    color: #111;
    font-size: 34px;
    margin: 25px 0;
    line-height: 44px;
}

.webstory-subhead {
    color: #053067;
    font-size: 20px;
    margin: 15px 0 14px;
}

.webstory-list {
    padding-left: 18px;
}

    .webstory-list li {
        margin-bottom: 7px;
        font-size: 16px;
    }

.abt-author-main {
    padding: 15px 10px;
    border: 1px solid #ddd;
    margin: 25px 0;
}

.author-img {
    float: left;
    width: 120px;
    margin-right: 15px;
}

.author-desc {
    overflow: hidden;
}

.author-desc p {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
}

.author-desc h4 {
    margin: 0 0 5px;
    font-size: 16px;
}

.author-desc h4 a {
    color: #053067;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #053067;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.category-area p a {
    color: #053067;
    font-weight: 600;
}

.tags a {
    background-color: #053067;
    padding: 3px 10px;
    display: inline-block;
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 13px;
    margin: 0 1px;
    text-decoration: none;
}

.webstory-inner-date {
    color: #333;
}

.webstory-inner-date .webstory-date {
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.pagination {
    margin: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ff812e;
    border-color: #ff812e;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 5px;
}

.search-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
}

.submit-btn-main {
    position: relative;
}

    .submit-btn-main .search-btn {
        position: absolute;
        right: 9px;
        top: 5px;
        border: none;
        color: #a39999;
        padding: 5px;
        background: none;
    }


.web-story-search-form .form-control {
    border-color: #eee;
    border-radius: 20px;
    box-shadow: none;
    color: #999b9c;
    height: 42px;
    font-size: 16px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
}

@media(max-width:1024px) {
    
    .webstory-thumb.small-thumb {
        max-height: 140px;
    }
}

@media(max-width:767px) {
    .author-img {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .webstory-inner-bannner, .webstory-thumb, .webstory-thumb.small-thumb {
        max-height: 1200px;
    }

    .tags a {
        margin-bottom: 5px;
    }

    .webstory-heading h2 {
        font-size: 23px;
        line-height: 30px;
    }

    .webstory-banner h1 {
        font-size: 24px;
    }

    .webstory-banner {
        padding: 15px 0 20px;
    }

    .webstory-single-listing {
        border-bottom: 1px solid #ececec;
    }

    .webstory-desc h3 {
        margin: 0;
    }

    .search-row {
        display:block;
    }
    .webstory-single-listing .webstory-desc {
        padding: 12px 5px 0;
    }
    .webstory-area-main {
        padding: 0px 0 35px;
    }
 }

.webstory-inner-desc ul {
    padding-left: 18px;
}

.webstory-inner-desc ul li {
    margin-bottom: 7px;
    font-size: 16px;
    margin-left: 11px;
}

.auth-smm {
    padding-top: 10px;
}

.auth-smm a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #6f6b6b;
    text-align: center;
    border-radius: 5px;
    color: #6f6b6b;
    margin-right: 2px;
    transition: 0.3s all;
    margin-bottom: 5px;
}

.auth-smm a:hover {
    border: 1px solid #053067;
    color: #fff;
    background-color: #053067;
}

.webstory-offer-area ul li {
    margin-bottom: 15px;
    list-style: none;
}

.img-seal-tag {
    display: inline-block;
    padding: 10px 10px;
}

.webstory-inner-desc p {
    text-align: justify;
}

.webstory-inner-desc img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.webstory-inner-desc h2 {
    font-weight: 400;
    color: #111;
    font-size: 28px;
    line-height: 38px;
}

.webstory-inner-desc h3 {
    font-weight: 400;
    color: #111;
    font-size: 24px;
    line-height: 38px;
}

.webstory-inner-desc h4 {
    font-weight: 400;
    color: #111;
    font-size: 18px;
    line-height: 38px;
}

.btn-webstory-right {
    margin-left: 25px;
}

.btn-webstory-center {
    text-align: center;
}

.move-right {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

@media(min-width:1024px) {
    .webstory-list-area .col-sm-6:nth-child(3n+1) {
        clear: both;
    }
}

@media(max-width:1023px) {

    .webstory-list-area .col-sm-6:nth-child(3n+1) {
        clear: none;
    }
}

.blue-btn {
    background-color: #053067;
    border: 1px solid #053067;
    color: #fff !important;
    border-radius: 30px;
    box-shadow: 0 3px 20px rgba(5, 48, 103,0.3);
    transition: .3s all;
    padding: 10px 30px;
    min-width: 130px;
    display: inline-block;
    text-align: center;
    -webkit-transition: .3s all;
}

/*pager*/

.pagernew {
    margin: 20px 0;
    text-align: right;
}

.pagernew a {
    padding: 10px;
    background-color: #053067;
    color: #fff;
}

.pagernew .active {
    background-color: #ff812e;
}

.webstory-inner-desc iframe {
    width: 100%;
}



@media(max-width:1024px) {
    .nav > li {
        padding: 0px 6px;
    }

    .dropdown-menu {
        left: auto;
        right: 0;
    }

    .dropdown.open .dropdown-menu {
        left: auto;
    }
}

@media(max-width:767px) {
    .dropdown-menu {
        display: none;
    }

    .dropdown.open .dropdown-menu {
        display: block;
    }

    .mob-trigger {
        float: right;
        margin: 0 10px 0;
    }

    .mob-trigger i {
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .dropdown.open .mob-trigger i {
        transform: rotate(180deg);
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 7px 5px 7px 15px;
    }
}

/*dropdown END*/