/* fonts */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Poppins';
    font-weight: normal;
}
h2{
    font-weight: bold;
    color: #000;
    font-size: 25px;
}
h3{
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.site-header{
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.08);
    background: #fff;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hamburgers {
    width: 25px;
    display: block;
    height: 2.4px;
    margin: 4px 0;
    background-color: #000;
    border-radius: 2px;
}
.active-menu {
    margin-right: 20px;
}
.active-menu .hamburgers:first-child {
    transform: rotate(45deg);
    position: absolute;
    transition: all 0.5s;
    width: 25px;
    right: 12px;
    top: 42px;
}
.active-menu .hamburgers:nth-child(2) {
    display: none;
}
.active-menu .hamburgers:last-child {
    transform: rotate(-45deg);
    transition: all 0.5s;
    width: 25px;
    position: absolute;
    right: 12px;
    top: 42px;
}
.menu-menu-1-container{
    display:none;
    position: absolute;
    top: 86px;
    width: 100%;
    right: 0;
    display: none;
    z-index: 3;
    background-color: #000;
    padding:30px 20px;
    height: 384px;
    overflow: auto;
}
.site-branding {
    width: 50%;
}
.menu-toggle {
    background: transparent;
    padding: 0;
    border: 0;
}
.main-navigation li{
    margin-bottom: 20px;
}
.main-navigation li:last-child{
    margin-bottom: 0;
}
.main-navigation a{
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    transition: 0.5s;
    text-transform: capitalize;
}
.main-navigation a:hover{
    opacity: 0.4;
}
.main-navigation .current-menu-item a{
    color: #83b735;
}
.custom-logo-link img{
    max-width: 173px;
}
.left-sidebar-wrapper ul{
    padding: 0;
    margin: 0;
}
.left-sidebar-wrapper ul li{
    list-style: none;
    margin-bottom: 25px;
}
.left-sidebar-wrapper ul li:last-child{
    margin-bottom: 0;
}
.left-sidebar-wrapper ul li a{
    text-decoration: none;
    transition: 0.5s;
}
.left-sidebar-wrapper ul li a:hover{
    opacity: 0.6;
}
.report-wrap {
    padding: 30px 0 100px;
}
.left-sidebar-wrapper ul li a{
    color: #000;
}
.left-sidebar-wrapper {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    padding: 40px 20px;
    border-radius: 12px;
}
.site-footer {
    background: #000;
    padding: 40px 0 20px; 
}
.site-info , .site-info a{
    color: #fff;
    text-align: center;
}
.reports-container {
    margin-top: 54px;
}
.reports-inner h3{
    margin-top: 0;
}
.reports-inner h3 a{
    margin-bottom: 13px;
    color: #000;
    text-decoration: none;
}
.reports-inner p{
    margin: 0;
}
.report-cat{
    color: #83b735;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}
.date-price{
    margin-bottom: 20px;
}
.date-price > span{
    font-weight: 500;
    font-size: 17px;
    color: #707070;
}
.date-price>span.report-price {
    color:#fc5a5a;
}
.btns-wrap {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}
a.btn, .btn {
    padding: 11px 20px;
    font-size: 15px;
    background-color: #83b735;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    min-width: 214px;
    text-align: center;
    border:1px solid transparent;
    transition: 0.5s;
    width: 100%;
}
a.btn:hover,
.btn:hover{
    border-color: #83b735;
    color: #000;
    background-color: transparent;
}
.reports-inner {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 75% 20%;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 5%;
}
.report-img img {
    display: block;
    height: 200px;
    object-fit: cover;
}
.reports-inner:last-child{
    margin-bottom: 0;
}
.pagination-wrapper, .news-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.news-listing {
    padding: 40px 0;
}
.page-numbers , a.page-numbers{
    border: 1px solid #000;
    border-radius: 2px;
    text-decoration: none;
    color: #000;
    width: 37px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.next.page-numbers,
.prev.page-numbers{
    border: 0;
    width: auto;
    height: auto;
}
.prev.page-numbers svg{
    transform: rotate(180deg);
}
.page-numbers.current{
    color: #83b735;
    background: #000;
}
.reports-single-wrap{
    padding: 20px 0 100px;
}
.reports-single-wrap .reports-inner{
    padding: 0;
    box-shadow: none;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 60px;
    border-radius: 0;
    margin-bottom: 60px;
}
.reports-single-img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.single-tabs-nav{
    margin: 0;
    padding: 0;
    display: flex;
    overflow: auto;
    border-bottom: 1px solid #83b735;
}
.single-tabs-nav li{
    list-style: none;
}
.single-tabs-nav li a{
    padding: 11px 20px;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    min-width: 214px;
    text-align: center;
    transition: 0.5s;
}
.single-tab-active {
    border: 1px solid #83b735;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #000;
    margin-bottom: -1px;
}
.single-tabs-nav .single-tab-active a{
    color: #83b735;
}
.single-tabs-nav li:focus-visible{
    outline: none;
}
.reports-single-img figure{
    margin-top: 0;
}

/* 19 Feb */
.report-search-form input.search-field {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 20px;
    height: 46px;
    padding: 0 20px;
}
.report-search-form input.search-submit {
    display: inline-block;
    padding: 15px 40px;
    margin: 20px auto 0;
    width: auto;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    transition: all .4s;
}
.report-search-form input.search-submit:hover  {
    background-color: #83b735;
}
.report-search-form {
    margin: 0px auto 40px;
    padding: 40px 0;
    text-align: center;
    background-color: rgb(226,232,237);
    margin-top: 0;
    text-align: center;
}
.report-search-form input[type="search"]:focus{
    outline: 0px;
}
.payment-page {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 30px;
    text-align: center;
}
.payment-top, .payment-middle {
    font-size: 20px;
}
.payment-page a {
    font-size: 20px;
}

/* News Page */

/* Grid Container */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

/* Individual News Items */
.news-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Featured Image */
.news-thumbnail {
    overflow: hidden;
    height: 200px;
    background-color: #f4f4f4;
}

.news-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-thumbnail:hover img {
    transform: scale(1.1);
}

/* Title Style */
.news-item h2 {
    font-size: 1.5em;
    margin: 15px;
    font-weight: bold;
}

.news-item h2 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-item h2 a:hover {
    color: #0073e6;
}

/* Date and Excerpt */
.news-date {
    font-size: 0.9em;
    color: #777;
    margin: 10px 15px;
}

.news-excerpt {
    font-size: 1em;
    color: #333;
    margin: 0 15px 15px;
    line-height: 1.6;
}


@media screen and (min-width:768px) {
    .menu-toggle {
        display: none;
    }
    .menu-menu-1-container {
        display: block;
        position: static;
        padding: 0;
        background: transparent;
        height: auto;
    }
    .site-branding {
        width: 20%;
    }
    .main-navigation {
        display: block;
        width: 70%;
    }
    .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        grid-column-gap: 20px;
    }
    .main-navigation li{
        margin-bottom: 0;
    }
    .main-navigation a{
        font-size: 12px;
        color: #000;
    }
    .report-wrap {
        padding-bottom: 90px;
    }
    .reports-container {
        margin-top: 0;
    }
    .report-wrap .container{
        display: grid;
        grid-template-columns: auto 1fr;
        grid-column-gap: 45px;
        align-items: flex-start;
    }
    a.btn,
    .btn {
        width: auto;
    }
    .reports-single-wrap {
        padding: 50px 0 100px;
    }
    .reports-single-wrap .container{
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 30px;
    }
    .reports-single-img {
        height: 100%;
        width: 223px;
        margin-bottom: 0;
    }
    .single-tabs-nav{
        overflow: unset;
    }
}
@media screen and (min-width:990px) {
    .main-navigation a{
        font-size: 16px;
    }
    .left-sidebar-wrapper{
        padding: 40px 40px 40px 25px;
    }
}
@media screen and (min-width:1200px) {
    .main-navigation ul{
        grid-column-gap: 35px;
    }
}
@media screen and (max-width:1024px){
    .report-wrap .container {
        grid-column-gap: 15px;
    }
}
@media screen and (max-width:991px) {
   
    .site-footer {
		padding-bottom: 15px;
	}
.layout-grid-4 .col.col-1 {
        width: 100%;
    }
    .footer-social li img {
        width: 60%;
    }
    .layout-grid-4 .col {
        width: 33%;
    }
    .report-wrap .container {
        grid-column-gap: 15px;
    }
    .reports-inner{
        grid-template-columns: 100%;
        grid-row-gap: 0;
    }
    .report-img{
        margin-top: 20px;
    }
    .report-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media screen and (max-width:767px) { 
.report-search-form input.search-field { 
    width: 100%;
}
.btns-wrap {
    flex-wrap: wrap; 
}
.layout-grid-4 .col {
    width: 100%;
    padding-bottom: 0;
}
.payment-page h1 {
    font-size: 30px;
    line-height: 35px;
}

}


/* -------------------------------------------------------- */

/*BLOG*/

.news-category{
	display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 4px 12px 6px 11px;
    background-color: #000;
    margin-bottom: 23px;
}
.wt-btn {
    border: 1px solid #055098;
    padding: 10px 20px 10px 15px;
    color: #055098;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border-radius: 25px;
    transition: all .5s;
   	width: 100%;
    position: relative;
	cursor: pointer;
	background-color: #fff;
    text-decoration: none;
}
.news-item:hover .wt-btn {
	background-color: #055098;
	color: #fff;
}
figure{
	margin: 0;
}
.news-item:hover .arrow{
    filter: brightness(0) invert(1);
}
.news-section{
	padding: 20px 0;
}
.news-listing{
	display: grid;
	gap: 25px;
}
.news-img img{
    max-width: 100%;
    height: 250px;
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.news-item{
	padding: 0 0 20px;
	transition: all 1s;
	border-radius: 10px;
}
.news-item:hover {
    box-shadow: 0px 0px 30px #0000001C;
}
/* Containers*/
/* .container {
    max-width: 1560px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
} */
.news-content h3{
	margin-bottom: 6px;
    /* font-family: "MuseoSansCyrl",sans-serif; */
	font-weight: 700;
    margin-top: 0;
}
.news-content h3 a{
	text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
}
.news-section h1{
    text-align: center;
    font-size: 40px;
}
.news-content{
    padding: 13px 15px 0;
}
.news-content p{
	margin-bottom: 25px;
	font-size: 16px;
	color: #000000;
	line-height: 1.3;
    margin-top: 0;
}
/* .single-news-img img {
    width: 500px;
    height: 500px;
    padding-top: 80px;
} */

.single-news-wrap {
    margin: 50px 0px;
}
a.read-more-btn.wt-btn {
    margin-top: 20px;
}
span.news-pub-date {
    margin-left: 100px;
}
/*---------------------------- Slider CSS ----------------------------*/

.slide .btn{
    background-color: #0BB45E;
    position: relative;
    margin-bottom: 30px;
    border: 2px solid transparent;
  }
  .slide .btn:after{
    content: '';
    position: absolute;
    top: 12px;
    left: 20px;
    width: 15px;
    height: 15px;
    background: url('../images/white-star.png') no-repeat;
    background-size: cover;
  
  }
  .slider-content p{
    margin-bottom: 10px;
    line-height: 1.3;
  }
  
  .slider-content h2, .slider-content p{
    color: #fff;
  }
  .slider-content h2{
    margin-bottom: 15px;
  }
  .slide-wrapper .slide::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
  }
  .short-text {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 40px;
    display: block;
  }
  .progress-report strong{
    display: block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: 900;
    margin-bottom: 20px;
  }
  span.record-data {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
  }
  .progress-report{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 45px;
  }
  .case-study.btn {
    background: #fff;
    color: #0066FF;
  }
  .slide-btn.btn:hover{
    border-color: #fff;
  }
  .case-study.btn:hover,.slide-btn.btn:hover{
    border-color: #fff;
    background-color: transparent;
    color: #fff;
  }
  .case-study.btn:after{
    display: none;
  }
  .progress-report li{
    padding: 18px 6px 13px 6px;
    border: 1px solid #418DFF;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    max-width: 203px;
    border-radius: 15px;
  }
  .progress-report em{
    display: inline-block;
    color: #0BB45E;
  
  }
  .slider-section .container{
    position: relative;
    z-index: 1;
  }
  .slide{
    padding: 70px 0;
  }
  .slide-data .right-block{
    width: 150px;
    height: 40px;
  }
  .slider-content{
    margin-bottom: 25px;
  }
  .slide-data .slick-arrow {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width:52px;
    height: 38px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: 100%;
  
  }
  .right-block .slick-arrow.slick-prev {
      /* background: url(../images/left-arrow.png); */
      margin-right: 13px;
      width: 52px;
      height: 38px;
      background-size: cover;
  }
  .right-block .slick-arrow.slick-next {
      /* background: url(../images/right-arrow.png); */
      width: 52px;
      height: 38px;
      background-size: cover;
  }
  /* .right-block button{
    display: block;
    width: 40px;
    height: 40px;
    background-color: red;
  } */
  .gallery .container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    /* position: relative; */
  }
  .gallery img{
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .pointer span{
    display: inline-block;
    font-size: 18px;
  }
  
  .pointer {
    /* position:fixed; */
    color: red;
    width: 80px;
    height: 80px;
    display: none;
    justify-content: center;
    align-items:center;
    background: #181818;
    pointer-events: none;
    box-sizing: border-box;
    transition : 0.2s ease;
    z-index: 9999;
    position: absolute;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    top:10px;
    left:10px;
    background-color: white;
  }
  /* ------------------------ Slider CSS End ----------------------------*/


/* ------------------ News Sidebar --------------------------------------*/
  .single-news-section.container {
    display: flex;
    flex-wrap: wrap;
}

.single-news-img.news-section {
    width: 100%;
    
}
.news-sidebar {
    width: 100%;
}

/* --------------- News Sidebar End------------------------------------- */
@media screen and (min-width:576px) {
	.news-listing{
		grid-template-columns: repeat(2, 1fr);
		gap: 40px 25px;
	}	
}
@media screen and (min-width:768px) {
    .single-news-img.news-section {
        width: 70%;
        padding-right: 15px;
        
    }
    .news-sidebar {
        width: 30%;
    }
}
@media screen and (min-width: 992px) {
    .news-listing {
        grid-template-columns: repeat(3, 1fr);
		column-gap: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .news-listing {
        grid-template-columns: repeat(4, 1fr);
    }
    .single-news-img.news-section {
        padding-right: 30px;
        
    }
}