@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Karma:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');


body{
    margin: 0;
    padding:0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
    overflow: visible;
    overflow-x: hidden; /* Prevent horizontal scrolling */
    max-width: 100vw;
  
}
@media (max-width:1024){
   #navbar{
    width: 100%;
   }
}



.main-top-heading {
    margin: 1rem 0rem;
    padding-top: 1rem;
}
@media (max-width: 768px) {
    .main-top-heading .col-md-4 {
        justify-content: center;
    }
}
.main-top-heading .col-md-4 {
    display: flex
;
    align-items: center;
}
.logo img {
    width: 100%;
    min-width: 230px;
    max-width: 340px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#navbar {
    background-color: #009f00;
    position: sticky;
    top: -1px !important;
    z-index: 10;
    height: 60px;
}
#navbar,.navbar-btns{
    display: flex;
    align-items: center;
}
.navbar {
    font-family: Poppins;
    justify-content: space-evenly;
    font-weight: 600;
}
#navbar .nav-item:first-child {
    border-right: 1px solid #989292;
    display: flex;
    align-items: center;

}
.navbar-btns {
    justify-content: space-between;
    gap: 10px;
    font-family: Poppins;
    transition: 0.2s ease-in-out;
}
.sec-title{
    margin: 40px 0 27px;
    position: relative;
    display: flex;
    gap: 7px;
    justify-content: space-between;
}
/* video css Start*/
.interview-container {
    padding-top: 80px;
}
.video-list-container {
    display: flex
;
    flex-wrap: nowrap;
    gap: 26px;
    justify-content: center;
    white-space: nowrap;
    height: auto;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-color: red;
}
.video-item {
    cursor: pointer;
    text-align: center;
}
.video-item img {
    width: 100%;
    border-radius: 5px;
}
.video-item h6 {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
.about-mini-text {
    text-transform: capitalize;
    color: green;
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.36px;
    font-family: Poppins;
}
.about-mini-text {
    margin-bottom: 17px;
}
.about-mini-text span {
    margin-top: 1.5rem;
    /* padding-bottom: 5px; */
    border-bottom: 4px solid var(--var_sec);
    border-radius: 10px;
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--var_black);
    font-weight: 600;
}
.interview-link a {
    color: var(--var_sec);
    font-weight: 500;
    text-decoration: none;
}
@media only screen and (max-width: 500px) {
    .interview-container {
        padding-top: 20px !important;
        padding-bottom: 50px !important;
    }
}
@media (max-width: 576px) {
    iframe {
        height: 400px;
    }
}
@media (max-width: 576px) {
    #bellow-video {
        display: none;
    }
}
/* video css End*/

@media (max-width: 991px) {
    #navbarScroll {
        display: block;
    }
}
@media (max-width: 991px) {
    .search-ham {
        display: flex;
        gap:69px
    }
}



@media (max-width: 991px) {
    #navbarScroll ul {
        display: none;
    }
}


.news-container {
    position: relative;
    left: 0;
    background-color: #F3F7F2;
    width: 100%;
    height: 40px;
    
}
.new-tittle{
    padding-left: 30px;
}
.news-container .tittle{
    position: absolute;
    display: flex;
    align-items: center;
    padding: 4px 31px 4px 1px;
    font-family:sans-serif;
    height: 90%; 
    display: flex; 
    color:#009f00 ;
    font-weight: 900;
    margin-top: 4px;
    font-size: 16px;
}
/* .news-container marquee{
    padding-left: 120px;
} */
.news-container .marquee-part{
    padding-left: 144px;
}
.news-container ul{
    display:flex;
    list-style: none;
    margin: 0;
    animation: scroll 25s infinite linear;
    background-color: transparent;
}
.news-container ul span{
    padding: 5px 24px;
}
.news-container ul span a{
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
}
.news-container ul span a:hover{
    opacity: 0.8;
}



.border-line{
    margin: 40px auto;
}

.hamburgermenu {
    width: 24px;
    height: 20px;
    position: relative;
}

.hamburger {
    width: 100%;
    height: 3px;
    border-radius: 10vw;
    position: absolute;
}

.line-1 {
    background-color: white;
    transition: all 200ms ease-out;
    transition-delay: 250ms;
}

.line-2 {
    right: 0;
    background-color: white;
    bottom: 0;
    transition: all 200ms ease-out;
    transition-delay: 250ms;
}

.line-3 {
    background-color: white;
    top: calc(50% - 1.5px);
}

.hamburgermenu:hover .line-1 {
    width: 50%;
}

.hamburgermenu:hover .line-2 {
    width: 50%;
}

.hamburgermenu:hover .line-3 {
    animation-name: example;
    animation-duration: 500ms;
}

@keyframes example {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(35deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@media (max-width: 991px) {
    .navbar-btns {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .feedback-divider{
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .advertisement img, .sec-title {
        margin-top: 20px !important;
        display: flex;
        
    }
    .sec-title hr{
        width: 17%;
    }
    .bichar .sec-title hr{
        width: 100%;
    }
    .business .sec-title h2 a{
        color: white;
    }
}

/* SEARCH BAR */
.modal-content {
    width: 630px;
    padding: 25px;
}

body input, .modal-header .fs-5, .side-bar .side-menu-items a {
    font-family: Mukta, sans-serif;
}
.search-field {
    height: 50px;
    width: 100%;
    border-radius: 100vw;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none !important;
    box-shadow: none !important;
}
.gadget1 .sec-title{
    margin: 40px 0 27px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.phones{
    margin-bottom: 3rem;
}

/* SIDE BAR */
.offcanvas-logo {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding: 25px;
    background-color: #029F00;
}

.offcanvas1 {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    background-color: #f4f6f8;
    color: #2260bf;
    height: 100%;
    width: 330px;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    /* padding: 25px; */
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}
.offcanvas .btn-close {
    filter: invert(1);
    margin-left: auto;
    margin-right: 0;
    color: #00adef;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
}
.offcanvas-btns {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.offcanvas-btns button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 38px;
    aspect-ratio: 1 / 1;
    background: #00000017;
    border-radius: 50%;
    border: none !important;

}

.offcanvas-btns i {
    font-size: 14px;
}
.kit-search .form-group {
    position: relative;
}
/* .kit-search .form-group input:focus-visible {
    border: none;
    outline: 0;
} */
.kit-search .form-group input {
    display: block;
    width: 100%;
    line-height: 34px;
    padding: 10px 42px 10px 10px;
    height: 50px;
    color: #000;
    background-color: #fff;
    border: none;
    font-size: 16px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.05);
}
.kit-search .form-group button {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
}
.side-menu-items {
    padding-inline: 25px;
}
.side-bar .side-menu-items ul {
    /* height: 730px; */
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
}
.side-bar .side-menu-items ul li {
    padding: 10px 0;
    position: relative;
    margin-bottom: 10px;
}
.side-bar .side-menu-items a:hover,
a.hello:hover {
    color: #029F00 !important;
}

.side-bar .side-menu-items ul li:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.04);
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    transition: 0.3s;
}

.side-bar .side-menu-items ul li:hover:before {
    width: calc(100% + 30px);
    color: #00adef;
}
.side-bar .side-menu-items ul li a {
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: none;
}
.side-menu-items span {
    font-size: 20px;
    padding: 5px;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    
}
.side-bar .side-menu-items a {
    /* display: block; */
    margin-top: 9px;
    font-size: 20px;
    color: #000;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    /* z-index: 5; */
    line-height: 1;
    flex: 2;
    font-family: Mukta, sans-serif;
}

.marquee-logo{
    padding: 3px;
    border: 1px solid #098900;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.content{
    background-color: #009f00;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    padding: 9px 12px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
    font-family:khand ;
}
.single-heading{
    margin-top: 20px;
    border-bottom: 1px solid #989292;
    
}

.single-heading h1{
    font-size: 2.5rem;
    font-weight: 530;
    margin-bottom:15px;
    
    
}
.global{
 
    padding: 10px 10px 10px 10px;
}
.global div{
    padding-bottom: 13px;
    border-bottom: 1px solid #efe9e9;
}

.container1{
    padding: 0rem 6rem 0rem 6rem;
}
.row1{
    font-family: Mukta, sans-serif;;
}
.Full-underline{
    
}



.left{
    padding-left: 12px;
    width: 75%;
}
.left1{
    
}
@media screen and (max-width: 768px) {
    .left, #right {
        flex: 0 0 100%; /* On smaller screens, both divs take full width */
    }
}

.pradesh-height .side-post img {
    max-width: 100%;
    min-width: 100%;
    height: 120px;
}

.ntc{
    /* margin: 0px 12px 3rem 12px; */
    /* padding-top: 20px; */
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.row2{
    margin: 40px 0 28px;
}
.gadget .sec-title{
    margin-top: 40px;
    display: flex;
    gap: 3px;
    align-items: center;
}
.sec-title img{
    padding: 3px;
    border: 1px solid #098900;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.sec-title h2 {
    margin: 0;
    line-height: 1;
    font-size: 27px;
    font-family: poppins;
    padding-right: 5px;
    font-weight: 600;
}
.sec-title h2 a {
    color: #009f00;
    text-decoration: none;
    font-family: khand;
    font-size: 40px;

}

.sec-title1{
    padding: 0rem 6rem 0rem 6rem;
}


  .new-link{
    display: flex;
    gap: 7px;
  }
  .new-link a{
    font-size: 16px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6901960784);
    z-index: 1;
    padding-left: 13px;
    text-decoration: none;
    font-weight: 600;
  }
  .new-link a:hover{
    color: aqua;

  }
  .new-link a:hover i{
    color: aqua;
    transform: translateX(10px);
  }
  .new-link a i{
    display: inline-block;
    transition: transform 0.3s ease;
  }
  

  .post1 a{
      text-decoration: none;
    }
    .post1 a img{
        height: 170px;
        width: 100%;
        border-radius: 6px;
        object-fit: cover;
    }
    
    .post1 a h3{
        font-weight: 500;
        font-size: 22px;
        font-family: mukta;
        margin-top: 10px;
        color: black;
    }
    
    .post2{
        display: flex;
        gap: 2rem;
    }

  .post2 a{
    text-decoration: none;
}
  .post2 a img{
    max-width: 100%;
    min-width: 100%;
    height: 120px;
    border-radius: 6px;
  }

  .post2  h3{
    font-weight: 500;
    font-size: 22px;
    font-family: mukta;
    margin-top: 4px;
    color: black;
  }
  .news:hover{
    color: #009f00;
  }

  .gadget{
    padding: 0rem 7rem 0rem 7rem;
  }

  .feedback-divider {
      
      border: 0;
      height: 2px;
      background:rgba(0, 0, 0, 0.35);
      margin: 8px auto;
    }
    .feedback-divider1 {
        border: 0;
        height: 2px;
        background: #00b000;
        width: 68%;
        margin: 8px auto;;
    }
    .feedback-divider2 {
      border: 0;
      height: 2px;
      background: #00b000;
      width: 69%;
      margin: 8px auto;;
    }
    /* #right{
        padding-top: 6%;
    } */
    .feedback-divider3 {
        border: 0;
      height: 2px;
      background: #00b000;
      width: 74%;
      margin: -7px 27px 0px -4px;
      }
    .gadget .sec-title {
     margin: 40px 0 27px;
    }


    .bichar {
        position: sticky;
        top: 10%;
    }
    .side-post a{
        text-decoration: none;
        display: flex;
        gap:10px ;
        color: black;
    }
    .side-post a :hover{
        color: #009f00;
    }
    .mobile-right h3 a:hover{
        color: #009f00;
    } 
    .side-post img {
        max-width: 125px;
        min-width: 125px;
        height: 100px;
        border-radius: 6px;
        flex: auto;
    }
 
.title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.45;
    font-family: Mukta, sans-serif;
    color: black;
}

    .side-post a .tittle:hover{
        color: #009f00;
    }

    /* #phones{
        display: flex;
        margin: 0rem 7rem 0rem 7rem;
    } */

    #phones .img1 img{
        height: 500px;
    }
    #phones .img1{
        aspect-ratio: 0;
        height: 500px;
    }
    #phones .img2 img{
        width: 33.33%;
    }
    #phones .img2{
        aspect-ratio: 0;
        height: 500px;
    }

    .image-text{
        font-family: Mukta,sans-serif;
    }
.image-text a {
    overflow: hidden;
    display: block;
}
.image-text .card {
    aspect-ratio: 0;
    height: 500px;
}
.image-text img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    filter: brightness(45%);
}

.image-text .card-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    transition: 0.9s ease-in-out;
}
.image-text  .card:hover .card-title{
    transform: translatey(-10px);
}

.card-img-overlay1 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
}
.card-img-overlay1 {
    padding: 30px 35px 25px 40px;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    color: #fff;
    border-radius: 6px;
    top: auto;
    position: absolute;
}

.single-side-ad {
    position: sticky;
    top: 140px;
}

.tab-content>.active {
    display: block;
}
.tab-content>.active {
    display: block;
}

.gadget1{
    margin-bottom: 40px;
}
.gadgets-post .side-post img {
    min-width: 132px;
    height: 108px;
}

/* .gadgets-post .side-post {
    text-decoration: none;
    display: flex;
    gap: 10px;
    color: black;
    margin-bottom: 22px;
} */


@media only screen and (max-width: 600px) {
    .mobile-right {
        width: 60% !important;
    }
 
}
@media only screen and (max-width: 600px) {
    .mobile-left {
        width: 40% !important;
    }
 
}
.left-ntc{
    /* padding: 0 12px; */
}
.business1{
    margin-bottom: 20px;
    background: #081D03;
}
/* .business{
    margin-bottom: 20px;
    background: #081D03;
} */
.contain{
    padding: 0rem 7rem 0rem 7rem ;
}
.business .sec-title{
    padding: 40px 0 27px;
}
.business .sec-title .feedback-divider1 {
    border: 0;
    height: 2px;
    background: #00b000;
    width: 78%;
    margin: 8px auto;
}
@media only screen and (max-width: 600px) {
    .business .sec-title .feedback-divider1{
        width: 24%;
    }
}
.business .sec-title .new-link a i {
 display: inline-block;
    transition: transform 0.3s ease;
}

.business .sec-title .new-link a i:hover{
    color: #00adef;
    transform: translateX(10px);
   
} 
.business .tab-content{
    color: white;
    margin-top: 40px;
}

.business .tab-content .first-part, .second-part {
    margin-bottom: 20px;
}

.business .tab-content .height-fix {
    height: 350px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 10px;
}
.business .visible .height-fix {
    height: 200px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 10px;
}
.business .tab-content .height-fix img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}
.business .tab-content .right .title {
    font-size: 22px;
    line-height: 1.7;
    font-weight: 700;
    padding: 40px 20px;
    margin-bottom: 0;
}

.business .tab-content .right .title a {
    color: white;
    text-decoration: none;
    font-size: 28px;
    line-height: 1.1;
}
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

.business .image-text {
    font-family: Mukta, sans-serif;
}
.business .image-text .card {
    border-radius: 6px;
    height: 350px;
    aspect-ratio: 0;
}

.business .image-text .card  img{

filter: brightness(60%);
}
.second-part .card-title {
    padding: 0px;
    font-size: 24px;
    text-align: center;
}

.card-img-overlay2 {
    position:absolute;
    padding: 30px 35px 25px 40px;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    color: #fff;
    border-radius: 6px;
    top: auto;
}

.business .posts a {
    text-decoration: none;
}
.business .posts a :hover{
    transition: all .5s ease-in-out;

}

.business .contain .tab-content .visible .second-part .posts .height-fix {
    height: 200px;
    margin-bottom: 20px;
    border-radius: 6px;
}

.business .tab-content .second-part .posts img {
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    filter: brightness(60%);
    transition: all 0.5s ease-in-out;
}
.business .tab-content .second-part .posts img:hover {
transform: scale(1.1);
overflow: hidden;
object-fit: cover;
}

.title, .title a {
    transition: 0.3s ease-in-out;
}
.business .tab-content .second-part .posts img :hover{
    transition: all .5s ease-in-out;
}
.business .tab-content .second-part .posts .title {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}
#fintech{
    margin-bottom: 30px;
    /* padding: 0rem 7rem 0rem 7rem; */
}

/* .advertisement {
    margin-top: 40px;
} */

#fintech .sec-title{
    margin-top: 65px;
} 
#fintech .row3{
    margin-top: 24px;
}
#fintech .row3 .card-img-overlay2 .card-title {
    font-size: 24px;
}

@media only screen and (max-width: 600px) {
    #fintech .sec-title .feedback-divider1 {
        width: 24%;
    }
}

.posts img, .side-post {
    margin-bottom: 10px;
}
#tech{
    /* margin: 0 12px; */
    margin-bottom: 20px;
}

/* #tech  .row  {
    margin: 40px 12px 0px 12px;
    
} */
 #tech .sec-title{
    margin: 40px 0 27px;
    position: relative;
    display: flex
;
    justify-content: space-between;
 }


#tech .technology .posts img {
    height: 440px;
    margin-top: 0;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}
#tech .technology .posts a{
    text-decoration: none;
}
#tech .technology .posts .title:hover{
color: #009f00;
}
#tech .technology .posts .title {
    font-size: 1.5rem;
    font-weight: 700;
  
}
.gadgets-post {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    min-height: 500px !important;
    max-height: 500px !important;
}
.gadgets-post .side-post img {
    min-width: 132px;
    height: 108px;
}
.gadgets-post .side-post {
    margin-bottom: 0;
}


#tech .technology .side-post .title {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.45;
    font-family: Mukta, sans-serif;

}

/* #special {
    margin: 3rem 12px;
} */
#special .sec-title {
    margin: 40px 0 27px;
    position: relative;
    display: flex
;
    justify-content: space-between;
}

 /* #mukhya{
    padding: 3rem 4rem 0rem 8rem;
} */

#mukhya .sec-title {
    margin: 40px 0 27px;
    position: relative;
    display: flex
;
    justify-content: space-between;
}

#mukhya .sec-title .feedback-divider1 {
    border: 0;
    height: 2px;
    background: #00b000;
    width: 62%;
    margin: 8px auto;
}
.posts a{
    text-decoration: none;
}
#mukhya .posts img {
    height: 170px;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 10px;
    object-fit: coverT;
}
@media (min-width: 768px) {
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media only screen and (max-width: 600px) {
    #mukhya .sec-title .feedback-divider1  {
        width: 0%;
    }
    #mukhya .card-body {
        padding: 0;
    }
}
#mukhya .card{
    border: none;
    background-color: #f7f8f8;
        margin-bottom: 20px;
}
#mukhya .card-body {
    padding: 0;
}

.posts .title:hover{
    color: #009f00;
}

#mukhya .line-divide {
    width: 100%;
    background-color: #f1f1f1;
    height: 6px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.prime {
    background: linear-gradient(45deg, #1d2327, #009f00);
    margin-bottom: 150px;
    padding: 20px 15px;
    height: 380px;
}

.prime .card-body {
    padding: 1rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0.1rem 1rem 0.1rem rgb(0 0 0 / 5%);
}
.prime .posts img {
    height: 150px;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.prime .prime-box .posts {
    max-height: 300px;
    min-height: 300px;
    box-shadow: none;
    border: none;
    margin: 0;
}
.prime .prime-box .posts .title {
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.prime .sec-title {
    margin: 40px 0 27px;
    position: relative;
    display: flex
;
    justify-content: space-between;
}
.prime .feedback-divider1 {
    border: 0;
    height: 1px;
    background: #fff;
    width: 78%;
    margin: 8px auto;
}

@media only screen and (max-width: 600px) {
    .prime .sec-title .feedback-divider1 {
        width: 27%;
    }
    #special .card-img-overlay2 .card-title {
        font-size: 22px !important;
    }
}
@media (max-width: 768px) {
    .prime {
        height: auto;
        margin-bottom: 40px !important;
    }
}
.col-md-3 .sec-title{
    margin: 40px 0 27px;
    position: relative;
    display: flex;
    justify-content: space-between;

}


@media only screen and (max-width: 600px) {
    #paryetan .sec-title .feedback-divider1 {
        width: 24%;
    }
}



        @media only screen and (max-width: 600px) {
            #paryetan .image-text .card {
                height: 300px !important;
                margin-bottom: 20px;
            }
        }
.popular img {
    min-width: 100px;
    height: 100px;
    width: 100%;
    /* height: 100%; */
    border-radius: 6px;
    object-fit: cover;
}
.cyber .feedback-divider1 {
    border: 0;
    height: 2px;
    background: #00b000;
    width: 21%;
    margin: 8px auto;
}
.popular .title a{
    text-decoration: none;
    color: black;
}
.popular .title a:hover{
    color: #009f00;
}

.prime .card{
    border: none;
}

#paryetan{
    /* padding: 0rem 7rem 3rem 7rem; */
}
#paryetan .sec-title{
    margin: 40px 0 27px;
    position: relative;
    display: flex
}

#paryetan .image-text .autotech-card {
    height: 590px;
    aspect-ratio: 0;
    border-radius: 3px;
    z-index: 1;
    overflow: hidden;
}

#paryetan .image-text .autotech-card .card-title {
    font-weight: 600;
    font-size: 32px;
}
.paryetan-post {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    min-height: 590px !important;
    max-height: 590px !important;
}
#paryetan .image-text .autotech-cardside {
    height: 280px;
}

#paryetan .feedback-divider1 {
    border: 0;
    height: 1px;
    background: #00b000;
    width: 78%;
    margin: 8px auto;
}

.footer {
    border-top: 1px solid rgba(2, 159, 0, 0.1);
  
    font-family: Poppins;
}

.footer-content {
    padding: 75px 0 50px;
}

.footer-content .footer-head h3 {
    color: #029F00;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
}
p.describe {
    color: rgba(0, 0, 0, 0.75);
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.24px;
}


.footer .footer-content .content1 {
     background-color: #f2faf2; 
    font-size: 14px;
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 0px;
    color: rgba(0, 0, 0, 0.5);

}
.footer .footer-content .content1 a{
    text-decoration: none;
    color: black;
}
.footer  .footer-content .content1 a:hover{
    color: #009f00;
}
@media (max-width: 768px) {
    .footer-content .footer-head h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .add-content-footer, p.content, p.describe,p.content1 {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .footer-content .footer-head{
        display: none;
    }
    .footer-content  #upayogita{
        display: none;
    }
}

@media (max-width: 768px) {
   .footer .for-advertisement {
        padding-top: 0px;
    }
    .footer-suchana{
        border: none !important;
    }
}



 p.second-foot {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.28px;
    font-weight: 600;
}
.second-foot a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}
.second-foot a:hover{
    color: #009f00;
}

.for-advertisement {
    padding-top: 58px;
}

.add-content-footer {
    border-radius: 6px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.8) 100%), #029F00;
    height: 201px;
    padding: 30px;
    color: #fff;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.52px;
}

p.thrid-foot {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.22px;
    font-family: Poppins;
    font-style: normal;
    line-height: normal;

}
.ad-name {
    font-size: 16px !important;
}
a.hello {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
}

.mid-footer {
    background: #081D03;
}
.mid-footer-content {
    display: flex;
    padding: 30px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.mid-part1, .mid-part2, .share-list {
    display: flex;
    flex-direction: row;
}

.footer-logo {
    display: flex;
    align-items: center;
    padding-right: 45px;
}
img{
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    .end-footer-content, .end-part1, .mid-footer-content, .mid-part1 {
        flex-direction: column !important;
    }
  
}

.footer-suchana {
    display: flex;
    padding: 15px 7px 15px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.footer-suchana p {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 600;
    margin-bottom: 0;
}
.end-cridit p, .footer-suchana p, p.thrid-foot {
    font-size: 11px;
    letter-spacing: 0.22px;
    font-family: Poppins;
    font-style: normal;
    line-height: normal;
}
.footer-suchana a {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
}
 .footer-suchana a:hover{
    color: #027f00;
}

.mid-part2 ul {
    display: flex;
    list-style: none;
}
.mid-part2 ul li {
    padding-right: 10px;
}

.mid-part2 .define-space {
    padding: 10px !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #027f00;
    transition: 0.2s all ease-in-out;
}
.define-space img {
    height: 25px !important;
    width: 25px !important;
}

.end-footer {
    border-top: 1px solid #011E00;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #011E00;
}
.end-footer-content {
    display: flex;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
}

.end-part1 .line1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.end-part1 .text {
    font-weight: 400;
    padding-right: 6px;
}
.end-part1 .text, .social-link a {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.28px;
    font-style: normal;
    font-family: Poppins;
}
.end-part1 .text p {
    margin-bottom: 0;
}

.end-part1 .line1, .end-part1 .line2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-link a {
    font-weight: 500;
    margin-right: 6px;
    text-decoration: none;
}
.design p {
    color: #e5ffee;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
    padding-right: 15px;
}
.kantipur img {
    width: 70%;
}
.end-part2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.site-link:hover {
    padding-bottom: 6px;
}
.site-link {
    transition: 0.2s ease-in-out;
}
#fintech .feedback-divider1{
    border: 0;
    height: 2px;
    background: #00b000;
    width: 78%;
    margin: 8px auto;
}

.feedback-divider3 {
    border: 0;
    height: 2px;
    background: #00b000;
    width: 6%;
    margin: 8px auto;
}
.feedback-divider4 {
    border: 0;
    height: 2px;
    background: #00b000;
    width: 64%;
    margin: 8px auto;
}

@media (max-width: 768px) {
    .end-part2 {
        justify-content: center;
        width: 100%;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    #fintech .image-text .card, .gadget1 .image-text .card, #special .image-text .card, .entertain-main .card {
        height: 300px !important;
        margin-bottom: 20px;
    }

    .tech-tips .side-post .tittle a{
        font-size: 20px ;
    }
    #paryetan .card-img-overlay1 .card-title{
        font-size: 22px !important;
    }
}


@media only screen and (max-width: 600px) {
    .tech-tips .side-post .mobile-right .title a{
        font-size: 20px !important;
        font-weight: 700;
    }
    .bichar .side-post .title,.gadgets-post .side-post .title{
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    .visible .posts .title{
        margin-top: 10px;
    }
}
.pradesh {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pradesh .side-post img {
    max-width: 100%;
    min-width: 100%;
    height: 120px;
}

@media (max-width: 1024px) {
   .mid-footer .mid-part2 {
        bottom: 0;
        display: flex;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
    }
}

.pradesh .row-cols-1 {
    margin: 0;
    padding: 0;
}

.tech-tips .card-body{
    padding: 0;
    margin-bottom: 10px;
}

.side-post img {
    margin-right: 10px;
    margin-left: 0;
    object-fit: cover;
}
.footer1{
    background-color: #f2faf2;
}

.sticky-element {
    position: sticky;
    top: 0px;
    border-bottom: 1px solid rgb(206, 206, 206);
    background-color: white;
    z-index: 2;
    font-family: Mukta, sans-serif;
}
#antarbarta .posts, .heading {
    margin-top: 6px;
}
.context {
    font-size: 16px;
    background-color: #009f00;
    color: #fff;
    line-height: 1.2;
    padding: 9px 12px;
    border-radius: 4px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
}
.context{
    display: inline-block;
}
.advertisement .widget {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.advertisement .widget img {
    border-radius: 6px;
    height: auto;
    width: 100%;
    margin: 10px 0;
}

.sec-title2{
    margin: 5px 0px 5px 0px;
    padding-bottom: 8px;
    display:flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2) ;
}
.sec-title2 img {
    padding: 3px;
    border: 1px solid #098900;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.sec-title2 h2 {
    margin: 0;
    line-height: 1;
    font-size: 27px;
    font-family: poppins;
    padding-right: 5px;
    font-weight: 600;
}
.sec-title2 h2 a {
    display: flex;
    text-decoration: none;
    color: black;
    font-family: khand;
    font-size: 20px;
    align-items: center;
    
}
.feedback-divider1 {
    border: 0;
    height: 2px;
    background: #00b000;
    width: 68%;
    margin: 8px auto;
}
.new-link {
    display: flex;
    gap: 7px;
}

.new-link a {
    font-size: 16px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.6901960784);
    z-index: 1;
    padding-left: 13px;
    text-decoration: none;
    font-weight: 600;
}
.new-link a i {
    display: inline-block;
    transition: transform 0.3s ease;
}

.single-image {
    height: auto !important;
    max-height: 580px !important;
    margin-bottom: 0px !important;
}
.single-image img {
    width: 100%;
    height: auto !important;
    max-height: 560px;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    object-fit: cover;
}

.post-details {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    transition: 0.35s ease-in-out;
    margin-top: 10px;
}

.post-share {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    position: relative;
    z-index: 1;
}


.post-details .time {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.6784313725);
    gap: 17px !important;
    font-family: sans-serif;
}

.time span {
    font-size: 15px;
    font-weight: 500;
}
.st-total {
    color: #555;
    display: inline-block;
    font-weight: 500;
    line-height: 15px;
    margin-right: 0;
    max-width: 80px;
    padding: 4px 8px;
    text-align: center;
}
.st-total > span {
    font-size: 20px;
    line-height: 22px;
    display: block;
    padding: 0;
}

.st-total > span.st-shares {
    font-size: 12px;
    line-height: 12px;
}

.ntc1{
    margin-top: 10px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.read-time {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.font-options {
    display: flex
;
    flex-direction: row;
    margin: 10px 0;
}

.font-options span {
    height: 40px;
    width: 40px;
    border: 1px solid #009f00;
    background: #009f001c;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

.time span {
    font-size: 15px;
    font-family: Mukta, sans-serif;
    font-weight: 500;
}
.the-content {
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 22px;
    font-family: Karma;
    text-align: justify;
}
.entertain-sec .card-title, .the-content {
    font-size: 22px;
}

.reaction-box {
    background: #f2f4f9;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    margin-top: 20px;
}
.reaction-box h2 {
    color: #009f00;
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 30px;
    font-family: Poppins;
}
.custom-reaction{
    display: flex
;
    justify-content: space-between;
    width: 100%;
}
.custom-reaction span {
    display: flex;
    flex-direction: column;
}

.reaction-count {
    background: #009f00;
    border-radius: 50px;
    color: #ffffff;
    font-family: Poppins;
}

.reaction-button {
    background: none;
    border: none;
    font-size: 50px;
    transition: 0.3s all ease-in-out;
}
.reaction-button:hover{
    transform: translateY(-10px);
}

.reaction-button .reaction-text {
    font-family: Poppins;
    text-transform: Uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #009f00;
   
}

/* 
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
} */

.pratikriya  .feedback-divider1 {
    border: 0;
    height: 1px;
    background: #00b000;
    width: 70%;
    margin: 8px auto;
}
.bichar1 {
    position: sticky;
    top:14%;
}
.comment-count{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9ebee;
    line-height: 25px;
    padding: 24px;
  

}

.comment{
  
        font-weight: 700;
        font-size: 14px;
    
}

.sortbox {
    display: flex;
    gap: 10px;
    font-size: 14px;
    margin-right: 4px;
}

.sort-name{
    color: #4b4f56;
}
.sort div{
        border: 1px solid #ccd0d5;
        border-radius: 2px;
        box-sizing: content-box;
        font-size: 12px;
        -webkit-font-smoothing: antialiased;
        font-weight: bold;
        justify-content: center;
        padding: 0 8px;
        position: relative;
        text-align: center;
        text-shadow: none;
        vertical-align: middle;
    
}

.sort div i{
    width: 6px;
    height: 11px;
    font-size: 7px;
}

.sort span{
    font-size: 12px;
    font-weight: bold;
    color: #4b4f56;
    background-color: #f5f6f7;
 
   
}

#mukhya .sec-title .feedback-divider5 {
    border: 0;
    height: 2px;
    background: #00b000;
    width: 84%;
    margin: 8px auto;
}

.sambandhit{
    background: #f7f8f8;
    margin-bottom: 20px;
}

#category .feedback-divider1 {
    border: 0;
    height: 2px;
    background: #00b000;
    width: 81%;
    margin: 8px auto;
}

#category .upper-category{
    margin-bottom: 20px;
}

.upper-category-height {
    height: 400px;
    font-family: Mukta, sans-serif;
}

.upper-category-height img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.main-news {
    height: 100%;
    box-shadow: 3px 8px 34px rgba(0, 0, 0, 0.168627451);
    border-radius: 6px;
    padding: 30px 40px 35px 35px;
    display: grid;
    place-content: center;
}
.main-news a {
    font-size: 35px;
    line-height: 1.35;
    font-weight: 700;
    color: rgba(35, 37, 45, 0.9490196078);
    text-decoration: none;
}
#category .posts img {
    height: 200px;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}
#category  .card{
    border: none;
}

#category .page-change .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

#category .page-change .pagination ul {
    margin: 30px 0 30px 0;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: right;
    position: relative;
    list-style: none;
}

#category .page-change .pagination  ul li {
  padding: 0;
  margin: 0;
    display: inline-block;
    border: none;
}
#category .page-change .pagination ul li a {
    display: block;
    text-align: center;
    color: rgba(0, 0, 0, .6705882353);
    padding: 0 12px;
    line-height: 45px;
    margin: 0 8px;
    height: 45px;
    font-weight: 500;
    font-size: 18px;
    background: rgb(248, 243, 243);
    border: 1px solid rgba(0, 0, 0, .2117647059);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    min-width: 45px;
}

#category .page-change .pagination  ul li a:hover{
    background: #009f00;
    border: 1px solid #009f00;
    color: #ffffff;
}


#navbar .navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 600;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 10px;
    color: white;
    font-family: khand;
    font-size: 22px;
}



/* pagination css */
.page-change {
    display: flex;
    justify-content: center;
}
.page-change ul {
    margin: 30px 0;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: right;
    position: relative;
}
.page-change ul li {
    margin: 0 0 7px;
    display: inline-block;
}
.page-change ul li a {
    display: block;
    text-align: center;
    color: #00860a;
    padding: 0 12px;
    line-height: 45px;
    margin: 0px 8px;
    height: 45px;
    font-weight: 500;
    font-size: 18px;
    background: var(--var_white);
    border: 1px solid #00860a;
    border-radius: 5px;
    text-decoration: none;
    transition: all .2s 
ease-in-out;
    min-width: 45px;
}
.page-change ul li a:hover {
    color: white;
    background: #00860a;
    border: 1px solid #00860a;
}
.page-change ul li a i
 {
    line-height: 45px;
}
.page-item:first-child .page-link {
    border-radius: 2px !important;
}


.page-item.active .page-link {
    background-color:#00860a ;
    border-color: #00860a   ;
}
.pagination-nav {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

#category .pagination {
    list-style: none;
    display: flex;
    gap: 5px;
    padding: 0;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pagination .page-item.active .page-link {
    background-color: green;
    color: white;
    border-color: green;
}

.pagination .page-link:hover {
    background-color: #f0f0f0;
    border-color: #bbb;
}

.pagination .page-item.disabled .page-link {
    color: #aaa;
    pointer-events: none;
}


.single-php .the-content{
    width: 100%; /* Flexible width */
    overflow-wrap: break-word; /* Word wrapping */
    line-height: 1.5; /* Line spacing */
    /* padding: 1rem; */
    /* margin: 1rem; */
    transition: font-size 0.3s ease; /* Smooth transition */
}



/* comment sorting part */

.sort-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: Arial, sans-serif;
  }
  
  .sort-header {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .sort-button {
   
    border: 1px solid #f5f6f7;
    border-radius: 4px;
    padding: 5px 10px;
    color: #4b4f56;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    align-items: center;
    gap: 5px;
    border-color: #ccd0d5;
    color: #4b4f56;
    height: 25px;
  }
  
  .sort-button i {
    font-size: 12px;
  }
  
  .sort-popup {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 10;
    display: none; /* Initially hidden */
    
  }
  
  .sort-popup ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .sort-popup li {
    padding: 8px 12px;
    cursor: pointer;
  }
  
  .sort-popup li:hover,
  .sort-popup li.selected {
    background-color: #f0f0f0;
  }
  

  .comment-count .hidden {
    display: none;
  }

  .left-ntc .above-tech-update .row a .widget img{
    width: 100%;
    border-radius: 7px;
  }

  .tech-tips .ntc .widget img{
    width: 100%;
    border-radius: 7px;
  }

   .feedback-divider11 {
    border: 0;
    height: 2px;
    background: #00b000;
    width: 58%;
    margin: 8px auto;
}
.category11 .sec-title h2{
    color: #009f00;
}
.above-tech-update img{
    width: 100%;
    border-radius: 5px;
}


  /* list page top section */

    #mukhya .sec-title .feedback-dividerlist{
    border: 0;
    margin-top: 13px !important;
    height: 4px;
    background: #00b000;
    width: 81%;
    margin: 8px auto;
}

 @media only screen and (max-width: 600px) {
     #mukhya .sec-title .feedback-dividerlist{
        width: 36%;
    }
}
.section-top {
    /* margin-top: 100px; */
    margin-bottom: 80px;
    padding-top: 150px;
    position: relative;
    padding-bottom: 90px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, /* Slightly dark on the left */ rgba(0, 0, 0, 0.7) 100% /* Much darker on the right */), url(http://localhost/techkagaj/wp-content/uploads/2025/12/tech.png) center center / cover;
    background-position: center center;
}
.section-top-title {
    position: relative;
}

.section-top-title h1 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 50px;
    color:#009f00;
}
.section-top-title ul li {
    color: #F3F7F2;
    display: inline-block;
    margin-left: -36px;
}
.section-top-title ul li a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
@media (max-width: 576px) {
    .section-top-title h1 {
        font-size: 42px !important;
    }
}
@media (max-width: 479px) {
    .section-top-title h1 {
        font-size: 36px !important;
    }
}

