html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block;

}



body {

  line-height: 1;

}



ol, ul {

  list-style: none;

}



blockquote, q {

  quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #838282;
    line-height: 1.42857143;
}


h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}

img {
    width: 100%;
}

.fix {
    zoom: 1;
    clear: both;
}

.fix:before,
.fix:after {
    display: table;
    clear: both;
    content: '';
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    color: #2f2f2f
}

a:hover {
    color: #1851a9;
}

.widget-information a:hover {
    text-decoration: underline;
}

.wrap {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-bottom {
    position: relative;
}

.logo {
    float: left;
    font-size: 25px;
    font-weight: bold;
    margin-top: 14px;
    text-transform: uppercase;
    height: 50px;
    line-height: 20px;

}

.logo a {
    color: #1851a9;
    padding: 15px 0;
    display: inline-block;

}

#navBar {
    float: right;
    padding-right: 70px;
}

#navBar ul li {
    float: left;
    padding: 14px 0;
    margin: 0 5px;

}

#navBar ul li>a {
    color: #333;
    position: relative;
    display: inline-block;
    padding: 15px 10px;
    text-transform: uppercase;
}

#navBar ul li>a::before {
    background-color: transparent;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
    background-color: #1851a9;
}

#navBar ul li>a:hover {
    color: #1851a9;
}

#navBar ul li>a:hover::before {
    width: 100%;
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

#header.fixed .header-bottom {
    background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

#header.fixed #navBar ul li {
    padding: 15px 0;
}


@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


#search-icon {
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 8%;
    text-align: center;
    top: 20px;
    width: 35px;
    color: #1851a9
}

#search-icon .iconfont {
    font-size: 20px;
    font-weight: bold;
}

.mobile_key {
    display: none;
}

.crumbs {
    position: relative;
}

.crumbs .mask {
    background-attachment: fixed !important;
    background: url("../img/crumbs.jpg");
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

.single-page-header-left {
    float: left;
    width: 50%;
}

.single-page-header-left h2 {
    text-transform: uppercase;
}

.single-page-header-left p {
    font-size: 15px;
    color: #fff;
}

.single-page-header-right {
    float: left;
    width: 50%;
    font-size: 16px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}



.single-page-header-right .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    background: transparent none repeat scroll 0 0;
    text-align: right;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb>.active,
.breadcrumb>.active a {
    color: #1851a9;
}

#footer {
    background-color: #171717;
    display: inline;
    float: left;
    padding: 25px 0;
    width: 100%;
}

.footer-left {
    display: inline;
    float: left;
    width: 50%;
}

.footer-left .link {
    color: #5c5c5c;
    margin: 0;
}

.footer-left .link a {
    color: #5c5c5c;
}

.footmenu div,
.footmenu a {
    margin: 10px 5px 15px 20px;
}

.footer-left .link a:hover {
    text-decoration: none;
    outline: none;
    color:#1851a9;
}

.footer-right {
    display: inline;
    float: right;
    text-align: right;
    width: 50%;
}

.footer-right a {
    color: #5c5c5c;
    font-size: 18px;
    padding: 0 10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.footer-right a:hover{color:#1851a9;}
#content {
    background-color: #f8f8f8;
    padding: 40px 0;
}

.content-left {
    float: left;
    width: 66.66666667%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

.blog-news-single {
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.blog-news-img {
    display: inline;
    height: 350px;
    width: 100%;
}

.blog-news-img img {
    width: 100%;
    height: 100%;
}

.blog-news-title {
    padding: 20px 15px 15px;
}
.blog-news-title .dsc{
    margin-top: 10px;
}

.blog-news-title h2 {
    line-height: 1.5;
}

.blog-news-title h2,
.blog-news-title h2>a {
    color: #4f4e4e;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.details .blog-news-title h2{
    font-weight: bold;
    font-size: 25px;
}

.blog-news-title h2>a:hover {
    color: #1851a9;
}

.blog-news-title .tit {
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 10px 0;
}

.blog-news-title .blog-author {
    text-transform: uppercase;
}

.blog-news-title .blog-author:hover {
    text-decoration: underline;
}

.blog-news-details {
    padding: 0 15px;
}

.blog-news-details .des {
    margin-bottom: 10px;
}
.blog-news-details .details img{margin:10px 0;}

.blog-more-btn {
    color: #838282;
    display: inline-block;
    margin-top: 15px;
    text-decoration: none;
}

.blog-more-btn .iconfont {
    font-size: 20px;
}

.blog-more-btn:hover,
.blog-more-btn:focus {
    text-decoration: none;
    outline: none;
    color: #1851a9;
}

.blog-more-btn i {
    margin-left: 5px;
}

.blog-pagination {
    display: inline;
    float: left;
    margin-top: 20px;
    padding: 15px 0;
    width: 100%;
}

.pagination-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pagination-nav li {
    display: inline-block;
}

.pagination-nav li a {
    color: #555;
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
    padding: 8px 13px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination-nav li a:hover,
.pagination-nav li a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #1851a9;
    border-color: #1851a9;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.search-group {
    position: relative;
}

.search-group .blog-search-btn {
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    background-color: #1851a9;
}

.search-group input[type="search"] {
    height: 40px;
    outline: medium none;
    padding: 5px 10px 5px 55px;
    width: 100%;
    border: 1px solid #1851a9;
    font-size: 16px;
}

.search-group input[type="search"]:focus {
    outline: none;
    border-color: #1851a9;
}

.sidebar-widget ul>li>a {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
}
.sidebar-widget ul.widget-catg>li> i{width:5%; vertical-align: top;}
.sidebar-widget ul.widget-catg>li> a{width:90%; vertical-align: top; padding-left: 2%;}
.widget-title {
    color: #333;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}

.widget-title::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 30px;
    background-color: #1851a9;
}

.widget-catg li i {
    color: #1851a9
}

.widget-catg li a {
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 10px;
    transition: all 0.4s ease-in-out;
}

.widget-catg li a:hover,
.widget-catg li a:focus {
    text-decoration: none;
    outline: none;
}


.blog-news-details {
    padding: 0 15px;
}

.blog-news-details p {
    font-size: 14px;
}

.blog-single-details ul li {
    list-style: circle;
    margin-bottom: 5px;
}

.blog-single-details h1,
.blog-single-details h2,
.blog-single-details h3,
.blog-single-details h4,
.blog-single-details h5,
.blog-single-details h6 {
    color: #333;
}

.blog-single-details h3 {
    margin-top: 0px;
}

.blog-single-bottom {
    margin-top: 50px;
    padding: 10px 0;
}

.blog-single-social {
    float: right;
}

.blog-single-social a {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    min-width: 20px;
    padding: 5px;
    text-align: center;
}

.blog-single-social a:hover,
.blog-single-social a:focus {
    text-decoration: none;
    outline: none;
    color: #1851a9;
    border-color: #1851a9;
}

.comments-box-area {
    padding: 20px 15px;
}

.comments-box-area h2 {
    color: #333;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
}

.comments-box-area h2::after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 42px;
    width: 50px;
    background-color: #1851a9;
}

.comments-box-area p {
    font-size: 15px;
}

.form-control {
    font-size: 16px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.comments-form {
    margin-top: 10px;
}

.comments-form input {
    display: block;
    width: 100%;
    padding: 6px 15px;
    line-height: 1.42857143;
}

.comments-form textarea {
    height: 200px;
    padding: 10px;
    width: 70%;
    font-size: 18px;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #1851a9 !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 20px;
}

.comment-btn {
    padding: 10px 15px;
    outline: none;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #222;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.comment-btn:hover {
    color: #fff;
    background-color: #1851a9;
    border-color: #1851a9;
}


@media only screen and (max-width:1240px) {


    .wrap {
        width: auto;
    }

}

@media only screen and (max-width:992px) {

    .wrap {
        width: 750px;
    }

    .mobile_key {
        cursor: pointer;
        display: block;
        float: right;
        height: 35px;
        line-height: 35px;
        position: relative;
        width: 44px;
        text-align: center;
        border: 1px solid #1851a9;
        border-radius: 2px;
        margin: 16px 15px;
        color: #1851a9;
        transition: all 0.2s linear;
    }

    .mobile_key i {
        font-size: 22px;
    }

    .mobile_key:hover {
        background: #1851a9;
        color: #fff;
    }

    #navBar {
        display: none;
        width: 100%;
        float: none;
        background: #fff;
        z-index: 1;
        overflow-y: auto;
        padding: 0;
    }

    #navBar ul li {
        float: none;
        line-height: 30px;
        padding: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

    #navBar ul li>a {
        padding: 5px 10px;
        color: #666;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
    }

    #navBar ul li:hover>a {
        color: #1851a9;
    }

    #search-icon {
        right: 0;
        position: relative;
        float: right;
    }

    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }


    .blog-archive-left .blog-news-img {
        height: auto;
    }
}

@media only screen and (max-width:760px) {
    .wrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }
    #content{
        padding:15px 0;
    }

    .logo {
        font-size: 20px;
        margin-top: 8px;
    }

    #search-icon .iconfont {
        font-size: 15px;
    }

    .mobile_key {
        width: 35px;
        line-height: 30px;
        height: 30px;
    }

    .mobile_key i {
        font-size: 17px;
    }

    #search-icon {
        top: 15px;
    }

    .content-left {
        padding: 0;
    }

    .content-right {
        padding: 0;
    }

    .blog-news-title {
        padding: 10px 10px 0;
    }

    .blog-news-title h2 {
        line-height: 1.5;
    }
    .details .blog-news-title h2{font-size: 18px; margin-bottom:0; font-weight: normal;}
    .blog-news-title .dsc{margin-top: 2px;}

    .blog-news-title h2,
    .blog-news-title h2>a {
        font-size: 15px;
    }

    .blog-more-btn {
        margin-top: 0;
    }

    .blog-news-single {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .blog-pagination {
        margin-top: 0;
    }

    .pagination-nav li a {
        padding: 3px 10px;
        font-size: 14px;
    }

    .widget-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .widget-title::after{top:24px;}

    #footer {
        padding: 15px 0;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        text-align: center;
    }
    .sidebar-widget{margin-bottom: 20px;}

    .blog-news-title h2{
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .sidebar-widget ul>li>a:last-child{margin-bottom: 0;}
    .sidebar-widget ul>li>a{font-size: 13px;}
    .sidebar-widget ul>li {
        margin-bottom: 5px;
    }
    .blog-more-btn{display:none;}

    #header.fixed #navBar ul li {
        padding: 0;
    }

    .overlay {
        padding: 25px 0;
    }

    .single-page-header-left,
    .single-page-header-right {
        width: 100%;
        text-align: center;
    }
    .single-page-header-left h2{padding-bottom: 0;}

    .single-page-header-right .breadcrumb {
        text-align: center;
    }

    .single-page-header-right {
        font-size: 14px;
        display: none
    }

    .blog-single-bottom {
        margin-top: 15px;
    }

    .blog-single-social {
        width: 100%;
    }

    .comments-box-area {
        margin-top: 10px;
        padding: 10px;
    }

    .comments-box-area h2 {
        font-size: 18px;
    }

    .form-control {
        font-size: 14px;
    }

    .comments-form textarea {
        font-size: 14px;
        width: 100%;
        height: auto;
    }

    .comment-btn {
        font-size: 12px;
        padding:8px 10px;
    }

    .comments-form .form-group {
        margin-bottom: 10px;
    }

    .blog-news-details {
        padding: 0 10px;
    }
    .blog-news-title .blog-date{display:none;}

    .blog-news-details p{font-size: 13px;}
    .blog-news-title .tit{margin:5px 0;}
    .blog-news-title .blog-author{font-size: 10px;}
    .blog-single-details h1, .blog-single-details h2, .blog-single-details h3, .blog-single-details h4, .blog-single-details h5, .blog-single-details h6{
        font-weight: normal;color:#4f4f4f;
    }
    .comments-box-area h2::after{top:22px; width:30px;}

    .sidebar-widget .dsc {
        font-size: 13px;
    }
}
.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}
.ad-div{
    margin-bottom: 50px;
    width: 100%
}
.t_de {
    height: 0.2rem;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}
.grecaptcha-badge { visibility: hidden; }

/* Modern Pagination Styles */
.basic-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 40px;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.blog-page__pagination {
  margin: 50px 0 30px;
}

.basic-pagination li {
  display: inline-block;
  margin-right: 0 !important;
}

.basic-pagination li a,
.basic-pagination li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #838282;
  background-color: #fff;
  border: 2px solid #e9ecef;
  /* border-radius: 50%; */
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(24, 81, 169, 0.1);
}

.basic-pagination li a::before,
.basic-pagination li span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(24, 81, 169, 0.1), transparent);
  transition: left 0.5s ease;
}

.basic-pagination li a:hover::before {
  left: 100%;
}

.basic-pagination li a i {
  font-size: 16px;
  vertical-align: middle;
}

.basic-pagination li a:hover {
  border: 2px solid #1851a9;
  background-color: #1851a9;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(24, 81, 169, 0.3);
}

.basic-pagination li a.current {
  background-color: #1851a9;
  border: 2px solid #1851a9;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 4px 8px rgba(24, 81, 169, 0.4);
}

.basic-pagination li a.disabled,
.basic-pagination li span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.basic-pagination li span.ellipsis {
  background-color: transparent;
  border: none;
  color: #1851a9;
  font-weight: 600;
  cursor: default;
  box-shadow: none;
}

.basic-pagination li span.ellipsis:hover {
  background-color: transparent;
  border: none;
  transform: none;
  box-shadow: none;
}

/* Enhanced hover effects for better UX */
.basic-pagination li a:not(.disabled):not(.current):hover {
  animation: paginationPulse 0.6s ease-in-out;
}

@keyframes paginationPulse {
  0% { transform: translateY(-2px) scale(1); }
  50% { transform: translateY(-2px) scale(1.05); }
  100% { transform: translateY(-2px) scale(1); }
}

/* Responsive design */
@media only screen and (max-width: 768px) {
  .basic-pagination {
    margin: 40px 0 30px;
    gap: 6px;
  }

  .blog-page__pagination {
    margin: 30px 0 20px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }

  .basic-pagination li a i {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .basic-pagination {
    gap: 4px;
  }

  .basic-pagination li a,
  .basic-pagination li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
  }

  .basic-pagination li a i {
    font-size: 12px;
  }
}
