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: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #777777;
    line-height: 1.42857143;
    background-color: #f9f9ff;
}


h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    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: #777777
}

a:hover {
    color: #2bcdc1;
}

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

.header-wrap {
    width: 88%;
    margin: 0 auto;
}

.header-bottom {
    position: relative;
}

.logo {
    float: left;
    font-size: 25px;
    margin-top: 11px;
}

.logo a {
    color: #565656;
    display: inline-block;

}

.logo a:hover {
    color: #2bcdc1
}

#navBar {
    float: right;
    margin: 15px 0;
}

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

}

#navBar ul li>a {
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
}



#navBar ul li>a:hover {
    color: #2bcdc1;
}

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

#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    top: 48px;
    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;
}


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

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


.mobile_key {
    display: none;
}


#footer {
    padding: 40px 0;
    background-color: #222;
    text-align: center;
}

.footer-left {
    font-size: 16px;
}

.footer-left .link a {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

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

.footer-right a {
    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: #2bcdc1;
}

.footer-right .copyright {
    margin-top: 5px;
}


.header-top {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #fff;
}

.header-top .header-top-social {
    float: left;
}

.header-top i {
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    line-height: 40px;
}

.header-top i:hover {
    color: #2bcdc1;
}

.header-top .header-top-email {
    float: right;
    line-height: 40px;
    font-size: 13px;
}

.content-left {
    float: left;
    width: 66.66666667%;
    padding-right: 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 {
    margin-bottom: 50px;
}

.blog-news-single-right {
    float: right;
    width: 75%;
}

.blog-news-single-left {
    float: left;
    width: 20%;
    text-align: right;
}

.blog-news-single-left ul {
    padding-top: 30px;
}

.blog-news-single-left ul li {
    margin-bottom: 15px;
    transition: .5s ease;
}

.blog-news-single-left ul li:hover {
    transform: translateX(5px);
}

.blog-news-single .blog-news-img {
    min-width: 100%;
    width: 100%;
    position: relative;
}

.blog-news-single .blog-news-img a {
    display: inline-block;
}

.blog-news-single .blog-news-title {
    padding-top: 20px;
}

.blog-news-single .blog-news-title h2 {
    color: #000;
    font-size: 24px;
    line-height: 1.2;
}

.blog-news-single .blog-news-title h2 a {
    color: #000;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #2bcdc1;
}

.blog-news-single .blog-news-title .con {
    margin: 5px 0 20px;
}

.more-btn {
    display: inline-block;
    background: #f9f9ff;
    padding: 0px 35px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 34px;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #eeeeee;
    cursor: pointer;
    transition: all 300ms linear 0s;
}

.more-btn:hover {
    background: #2bcdc1;
    color: #fff;
    border-color: #2bcdc1;
}


.newsletter-widget {
    position: relative;
    z-index: 1;
}

.newsletter-widget h2 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 30px 0;
    margin-bottom: 0;
}

.newsletter-widget form input {
    height: 36px;
    font-size: 12px;
    color: #656565;
    border: none;
    box-sizing: border-box;
    outline: none;
    width: 60%;
}

.newsletter-widget form button {
    height: 38px;
    background-color: #2bcdc1;
    font-size: 18px;
    color: #fff;
    border: none;
    padding: 0 15px;
    float: right;
}

.newsletter-widget .c {
    text-align: center;
    margin-bottom: 15px;
}

.newsletter-widget .input-group {
    position: relative;
    line-height: 36px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
}

.newsletter-widget .input-group i {
    padding-left: 10px;
    font-size: 12px;
}

.newsletter-widget form button:hover,
.newsletter-widget form button:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #000;
}

.newsletter-widget .t {
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
}

.blog-side-bar {
    border: 1px solid #eee;
    background-color: #fafaff;
    padding: 30px;
}

.blog-side-bar .br {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 30px 0px;
}

.sidebar-widget .widget-information li {
    border-bottom: 1px dotted #eee;
    transition: all 0.3s ease 0s;
    padding: 12px 0;
}

.sidebar-widget .widget-information li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.sidebar-widget .widget-information li:last-child {
    border: none;
}

.widget-title {
    font-size: 18px;
    line-height: 25px;
    background: #2bcdc1;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 30px;
}

.widget-catg li i {
    color: #2bcdc1
}



.blog-archive-area {
    padding: 50px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
}
.single-blog-post-details .dsc{margin-bottom: 5px;}

.single-blog-post-content .img {
    margin-bottom: 20px;
}

.single-blog-post-content .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.add-post-btn {
    display: inline-block;
    min-width: 150px;
    height: 45px;
    color: #fff;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    line-height: 45px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #2bcdc1;
    border:1px solid #2bcdc1;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    background: #fff;
    color:#2bcdc1;
    border:1px solid #2bcdc1;
}

.comments-box-area {
    margin-bottom: 30px;
    padding:47px 30px 43px;
    border:1px solid #eee;
}

.comments-box-area h2 {
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    color: #777;
    background-color: #fff;
    background-image: none;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    line-height: 38px;
    height: 38px;
}

.form-group1 .form-control {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

.form-group1 .form-control[name="email"] {
    margin-right: 0;
}

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

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

.comments-form textarea {
    height: 140px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

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

.comments-form .form-group {
    margin-bottom: 15px;
}
.comments-form .form-btn{text-align: center;}

.blog-pagination {
    padding: 0 0 15px;
    text-align: center;
}

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

.pagination-nav li a {
    color: #999;
    border: 1px solid #CACACA;
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    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: #000;
    background-color: #2bcdc1;
    border-color: #2bcdc1;
}

.widget-news li {
    margin-bottom: 10px;
}

.widget-news i {
    width: 4%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
}

.widget-news span {
    width: 93%;
    display: inline-block;
    vertical-align: top;
}

.search-group {
    position: relative;
}

.search-group .blog-search-btn {
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 38px;
    right: 0;
    position: absolute;
    top: 0;
    width: 50px;
    background-color: transparent;
}

.search-group input[type="search"] {
    outline: medium none;
    font-size: 14px;
    line-height: 29px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    border-radius: 45px;
    z-index: 0;
    background: #2bcdc1;
    padding: 5px 50px 5px 20px;
}

.search-group .form-search.placeholder {
    color: #fff;
}

.search-group .form-search:-moz-placeholder {
    color: #fff;
}

.search-group .form-search::-moz-placeholder {
    color: #fff;
}

.search-group .form-search::-webkit-input-placeholder {
    color: #fff;
}

.search-group input[type="search"]:focus {
    outline: none;
}

.blog-title h2 {
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single-blog-post-details h2{
    font-size: 24px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}
.single-blog-post-details .info {
    margin: 20px 0;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.single-blog-post-details .blog-news-single-right{padding-top: 50px;}








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

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

    .wrap {
        width: auto;
    }

}










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

    .header-wrap,
    .wrap {
        width: 750px;
    }



    .mobile_key {
        position: relative;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        float: right;
        z-index: 10;
        display: block;
        width: 20px;
        height: 20px;
        margin-left: 10px;
        margin-top: 18px
    }

    .mobile_key span,
    .mobile_key:before,
    .mobile_key:after {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 2px;
        margin-left: -10px;
        background: #2bcdc1;
        border-radius: 2px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

    .mobile_key span {
        margin-top: -4px;
    }

    .mobile_key:before {
        content: '';
        margin-top: 3px;
    }

    .mobile_key:after {
        content: '';
        margin-top: 10px;
    }

    .menu-open .mobile_key:before {
        opacity: 0;
        transition: 0.2s ease 0.1s;
    }

    .menu-open .mobile_key:after {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }

    .menu-open .mobile_key span {
        margin-top: 2px !important;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
        transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
    }

    #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: #000;
        display: block;
        font-size: 0.875em;
        transition: all 0.2s linear;
    }

    #navBar ul li:hover>a {
        color: #2bcdc1;
    }


    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }



    .logo {
        margin: 20px 0;
        width: auto;
    }

    #navBar {
        margin-top: 0;
    }

    #navBar ul {
        padding-top: 0;
    }







}

















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

    .header-wrap,
    .wrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }


    .logo {
        font-size: 20px;
        margin: 15px 0;
    }

    .mobile_key {
        width: 35px;
        line-height: 30px;
        height: 30px;
        margin: 10px 0 0;
        border: none;
    }

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

    #footer {
        padding: 15px 0;
    }

    .footer-left {
        width: 100%;
        text-align: center;
    }

    .footer-left .link a {
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 2px;
    }

    .footer-right {
        width: 100%;
        text-align: center;
    }

    .footer-right .icon {
        margin: 5px 0;
    }

    .footer-right .copyright {
        font-size: 12px;
    }


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

    .content-left {
        padding: 0 0 10px;
    }

    .content-right {
        padding: 0;
    }

    .header-top {
        display: none;
    }

    #header .header-bottom {
        top: 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        background-color: #fff;
    }

    .blog-archive-left .blog-news-single {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-archive-left .blog-news-single h2 {
        font-size: 16px;
    }

    .widget-title {
        font-size: 16px;
        margin-bottom: 10px;
        padding:5px 0;
    }

    .newsletter-widget .t {
        margin-top: 12px;
    }

    .newsletter-widget form button {
        font-size: 15px;
    }

    .newsletter-widget h2 {
        font-size: 16px;
        padding: 15px 0;
    }

    .newsletter-widget form input,
    .newsletter-widget form button {
        height: 40px;
    }

    .widget-news span {
        font-size: 13px;
    }

    .sidebar-widget ul>li>a {
        font-size: 12px;
    }



    .sidebar-widget {
        margin-bottom: 20px;
    }
    .sidebar-widget:last-child{margin-bottom: 0;}

    .blog-title h2 {
        font-size: 17px;
        padding-bottom: 0;
    }

    .single-blog-post-details h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }


    .single-blog-post-content .img {
        margin-bottom: 10px;
    }

    .single-blog-post-content .tit {
        font-size: 16px;
    }

    .single-blog-post-content .dsc {
        font-size: 13px;
    }

    .single-blog-post-details {
        margin-bottom: 25px;
    }

    .add-post-btn {
        min-width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .blog-archive-area {
        padding: 20px 0 0;
    }

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

    .form-group1 .form-control {
        width: 100%;
        margin-right: 0;
    }

    .form-group1 .form-control:first-child {
        margin-bottom: 10px;
    }

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

    .form-control {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .comments-form textarea {
        height: 100px;
    }

    .blog-archive-left .blog-news-single h2 {
        padding-bottom: 8px;
    }

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

    .widget-news i {
        font-size: 12px;
    }

    .blog-news-single-left{display:none;}
    .blog-news-single-right{width:100%;}
    .blog-news-single .blog-news-title{padding-top: 15px;}
    .blog-news-single .blog-news-title .con{font-size: 12px;}
    .more-btn{font-size: 12px;}
    .blog-side-bar{padding:15px; margin-bottom: 20px;}
    .blog-side-bar .br{margin:15px 0;}
    .sidebar-widget .widget-information li a{font-size: 13px;}
    .sidebar-widget .widget-information li{padding:5px 0;}
    .newsletter-widget .c{font-size: 12px;}
    .comments-box-area{padding:15px; margin-bottom: 20px;}
    .single-blog-post-details .info .tit {
        font-size: 15px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .single-blog-post-details .blog-news-single-right{padding-top: 0;}








}

.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: #777777;
  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(43, 205, 193, 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(43, 205, 193, 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 #2bcdc1;
  background-color: #2bcdc1;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(43, 205, 193, 0.3);
}

.basic-pagination li a.current {
  background-color: #2bcdc1;
  border: 2px solid #2bcdc1;
  color: #fff;
  font-weight: 400;
  box-shadow: 0 4px 8px rgba(43, 205, 193, 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: #2bcdc1;
  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;
  }
}
