
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Dancing+Script:wght@400..700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&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&family=Quicksand:wght@300..700&family=Readex+Pro:wght@160..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Poppins",sans-serif !important;
}

:root{
    --grey_font:#777777;
    --black:#000000;
    --logo_colour:#0c6691;
    --bg_light_grey:#ececec;
}
a{
    text-decoration: none !important;
}
.section_container{
    padding: 0 60px !important;
}
header .get_Quote a {
    padding: 0 !important;
}
header .get_Quote {
    padding: 4px 23px !important;
}
.get_Quote{
    background: linear-gradient(90deg, #a82682, #a82682) !important;
}
.navbar-expand-md .navbar-nav {
    margin-top: 0 !important;
    align-items: center;
}
.head-nav-third {
    background: #fff;
    padding: 0px !important;
    position: relative;

}
.gardient{
    background: #8E2DE2;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4A00E0, #8E2DE2);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4A00E0, #8E2DE2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
/* blog top banner css start */
.blogsliderSwiper .swiper-wrapper .swiper-slide{
    height: 360px;
}
.blog_banner_sec{
    margin-top: 30px;
    border-radius: 15px;
}

.blog_banner .blog_banner_text .img_sec img{
    height: 350px !important;
    width: auto;
    position: relative;
}
.blog_banner {
    /* max-height: 360px; */
    background: url(../images/grey_pattern_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.blog_banner_text .text_sec h2 {
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}
.blog_banner_text .text_sec h2 span{
    color: #3d87b4;
    font-weight: 600;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.blog_banner_text .text_sec {
    padding: 50px 0px 0px 60px;
    width: 85%;
}
.blog_banner_text .img_sec ul{
    list-style: none;
}
.blog_banner_text .img_sec li{
    position: absolute;
    background: #fff;
    color: #000000;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.blog_banner_text .img_sec li span{
    font-size: 20px;
    font-weight: 600;
    color: #3d87b4;
}
.blog_banner_text .img_sec li:first-child{
    top: 10%;
    padding: 30px 20px;
    right: 40%;

}
.blog_banner_text .img_sec li:nth-child(2) {
    top: 5%;
    padding: 40px 20px;
    right: 8%;
}
.blog_banner_text .img_sec li:nth-child(3) {
    top: 48%;
    padding: 40px 20px;
    right: 39%;
}
.blog_banner_text .img_sec li:nth-child(4) {
    top: 50%;
    padding: 30px 20px;
    right: 5%;
}
.blog_banner_text .img_sec li:nth-child(5) {
    top: 60%;
    padding: 20px 20px;
    right: 54%;
}
/* blog top banner css end */
/* blog top blog css start */
.blog_latest{
    border: 2px solid var(--bg_light_grey);
    border-radius: 20px;
    padding: 10px 25px;
    align-items: center !important;
    display: flex !important;
}
.blog_latest .blog_sec {
    display: flex;
    align-items: center;
}
.blog_latest .blog_sec .img_sec img {
    height: auto;
    width: 90%;
    position: relative;
    border-radius: 15px;
}
.blog_latest .blog_sec .text_sec h4, .category_blog .category_card h4, .blog_list .list .category_card .text_sec h4, .blog_detail_banner .text_sec h4, .related_blog .category_card h4 {
   color: #a82682;
    /* color: #fff; */
    /* width: fit-content; */
    padding: 10px 0px;
    border-radius: 100px;
    font-size: 13px;
    /* font-weight: 400; */
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Inter, sans-serif;
}
.blog_latest .blog_sec .text_sec a, .category_blog .category_card .text_sec a,.blog_list .list .category_card .text_sec a, .related_blog .category_card .text_sec a{
    font-size: 26px;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 37px;
    color: var(--black);
    margin-bottom: 25px !important;
}
.blog_latest .blog_sec .text_sec a:hover , .category_blog .category_card .text_sec a:hover, .blog_list .list .category_card .text_sec a:hover{
    color: var(--logo_colour);
}
.blog_latest .blog_sec .text_sec p{
    width: 90%;
    color: var(--grey_font);
}
.blog_latest .blog_sec .text_sec p, .blog_latest .blog_sec .text_sec ul li, .category_blog .category_card .text_sec p, .category_blog .category_card .text_sec ul li, .blog_list .list .category_card .text_sec p, .blog_list .list .category_card .text_sec ul li, .blog_detail_banner .text_sec ul li, .related_blog .category_card .text_sec p, .related_blog .category_card .text_sec ul li{
    font-size: 15px;
    font-family:  "Poppins", sans-serif;
    font-weight: 400;
    line-height: 22px;
    color: var(--grey_font);
}
.blog_latest .blog_sec .text_sec ul, .category_blog .category_card .text_sec ul, .blog_list .list .category_card .text_sec ul, .blog_detail_banner .text_sec ul, .related_blog .category_card .text_sec ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 3px;
    margin: 0;
    flex-direction: column;
}
.blog_latest .blog_sec .text_sec ul li span, .search_tabs h2, .category_blog .category_card .text_sec ul li span, .blog_list .list .category_card .text_sec ul li span, .blog_detail_banner .text_sec ul li span, .related_blog .category_card .text_sec ul li span{
   font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 26px;
    color: #000000;
    margin: -3px 10px;
    font-size: 15px;
}
.blog_latest .blog_sec .text_sec hr, #search hr, .blog_detail_banner .text_sec hr {
    margin: 10px 0;
    color: inherit;
    border: 1px solid var(--bg_light_grey);
    opacity: 1;
    width: 20%;
}
/* blog top blog css end */
/* tabs secondary header css start */
.category_tabs{
    margin: 30px 0;
}
.category_tabs .tabs{
  padding: 7px;
    border-radius: 100px;
    border: 1px solid var(--bg_light_grey);
}
.category_tabs .tabs ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.blog_list .list .category_card .text_sec ul li{
        display: flex;
}
.category_tabs ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    scrollbar-width: none;
}
.category_tabs ul::-webkit-scrollbar {
    display: none;
}
/* Disable text selection while dragging */
.category_tabs ul.active, .category_tabs ul * {
    user-select: none;
}
.category_tabs .tabs li, .search_tabs ul li {
   background: #ececec87;
    padding: 6px 20px;
    border-radius: 100px;
    font-size: 16px;
       font-family: "Inter", serif;
    font-weight: 400;
    flex: 0 0 auto;
}
.category_tabs .tabs li:hover, .search_tabs ul li:hover {
    background: linear-gradient(90deg, #0c6691, #0c6691) !important;
}
.category_tabs .tabs li:hover a{
    color: #fff;
}
.category_tabs .tabs li a{
  color: #858585;
  font-size: 15px;
}
.search_bar{
    float: right;
}
.search_bar i{
    color:#0c6691;
}
.search_bar:hover i{
    color:#fff !important;
}
#search {
    display: none; /* Hide search by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    z-index: 999999999999;
    padding: 0px 49px;
}

#search.open {
    display: block; /* Show search when open */
}

#search form {
    text-align: left;
    margin-top: 20vh; /* Center the search box */
}
#search form button{
    float: right;
}
#search input[type="search"] {
    border: 0;
    width: 80%;
    padding: 10px;
    font-size: 30px;
    background: transparent;
    text-align: left;
    color: #ffffff;
}
#search .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    background: var(--bs-blue);
    border: 0;
    border-radius: 100px;
    margin: 0;
    padding: 0 10px 0px;
    line-height: 40px;
}
#search input::placeholder {
    color: #ffffff; /* Change this to the color you want */
    opacity: 0.6; /* Ensure full opacity for placeholder text */
    font-size: 30px;
}
#search input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
.search_tabs{
    margin-top: 50px;
}
.search_tabs h2{
    color: #fff !important;
    font-size: 20px;
}
.search_tabs ul{
    list-style: none;
    margin:30px 0  0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.search_tabs ul li {
    background:transparent !important;
    border: 2px solid #6c6c6c54 !important;
}
.search_tabs ul li a{
    color: #fff;
}
#search hr{
    width: 100%;
    opacity: 0.2;
}
/* tabs secondary header css end */
/* category_blog css start */
.category_blog{
    margin: 20px 0;
}
.category_slider{
    padding: 10px 0 !important;
}

.category_blog .category_card:hover, .blog_list .list .category_card:hover, .related_blog .category_card:hover{
    border: 1px solid transparent;
    box-shadow: 0 0 10px #e3e3f7 !important;
}
.category_blog .category_card:hover img, .blog_list .list .category_card:hover img, .related_blog .category_card:hover img{
    filter: none;
}
/*.category_blog .category_card img,.blog_list .list .category_card img, .related_blog .category_card img{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    border-radius: 15px;*/
/*    position: relative;*/
/*    filter: brightness(0.7);*/
/*}*/
.category_blog .category_card img, .blog_list .list .category_card img, .related_blog .category_card img {
    width: 100%;
    height: 250px !important;

    position: relative;
    filter: brightness(0.7);
    object-fit: cover;
}
/*.category_blog .category_card h4, .blog_detail_banner .text_sec h4,.related_blog .category_card h4{*/
/*    background: #0000007a;*/
/*    color: #fff;*/
/*    position: absolute;*/
/*    top: 4%;*/
/*    left: 5%;*/
/*}*/
.category_blog .category_card .text_sec, .related_blog .category_card .text_sec{
    padding: 10px 10px 10px;
        text-align: left;
}
.category_blog .category_card .text_sec a, .related_blog .category_card .text_sec a{
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 43px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    margin: 10px 0 !important;
}
.category_blog .category_card .text_sec p, .blog_list .list .category_card .text_sec p, .related_blog .category_card .text_sec p{
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 43px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    margin: 10px 0 !important;
    font-family: Inter, sans-serif;
}
/* category_blog css end */
/* newsletter css start */
.newsletter_banner{
    margin: 0px 0 40px;
}
.newsletter_banner .section_container{
    /* position: relative; */
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.water-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    height: 300px; /* Set your desired height */
    background:  url(https://images.unsplash.com/photo-1496196614460-48988a57fccf?ixlib=rb-1.2.1&auto=format&fit=crop&w=1267&q=80);
    /* background: url(https://algosoft.co/assets/front/image/ripple.avif); */
    /* background: url(../images/ripple_img02.jpeg); */
    /* background: #2c3cb9; */
    background-size: cover;
}
.water-container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: var(--logo_colour);
    background: linear-gradient(90deg, #0c6691, #0c6691) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc935c",endColorstr="#cc935c",GradientType=1);
}
.newsletter_banner .text_area{
    z-index: 9999;
    position: absolute;
    /* top: 110%; */
    text-align: center;
    color: #fff;
    font-family: 'Poppins';
    /* text-shadow: 2px 0 #000000, -2px 0 #000000, 0 2px #000000, 0 -2px #000000,
               1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000; */
    /* text-shadow: 0 0 10px #000 ; */
}
.newsletter_banner .text_area h4{
    font-size: 22px;
    font-weight: 400;
    font-weight: 300 !important;
    width: fit-content;
    margin: auto;
}
.newsletter_banner .text_area h2, .blog_detail_banner .text_sec h2 {
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0 0 10px #00000070 ;
    width: fit-content;
    margin: 10px auto;
}
.newsletter_banner .text_area p {
    font-size: 13px;
    font-weight: 300 !important;
    width: 60%;
    margin: auto;
    text-shadow: none;
}
#newsletterform {
    width: fit-content;
    margin: auto;
}
#newsletterform input {
    border-radius: 100px;
    width: 400px;
    padding: 8px 20px;
    border: 1px solid #fff;
    background: transparent;
    margin: 20px 0px;
    color: #fff;
    font-weight: 300 !important;
}
#newsletterform input::placeholder{
    color: #fff;
    opacity: 0.7;
    font-weight: 300 !important;
}
#newsletterform .get_Quote:hover{
    background: transparent;

}
/* newsletter css end */
/* blog list css start */
.blog_list{
    margin: 20px 0;
}
.blog_list .text h4, .related_blog .text h4{
    font-size: 17px;
    font-weight: 300;
}
.blog_list .text, .related_blog .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.blog_list .text h2, .related_blog .text h2{
       font-size: 25px;
    line-height: 40px;
    color: var(--black);
    font-family: Inter, sans-serif;
    margin-bottom: 7px;

}
.blog_list .text h2 span, .related_blog .text h2 span {
    color: #a82682;
}
.blog_list .list{
    padding-right: 50px;
}
.blog_list .list .category_card{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
/*.blog_list .list .category_card img{*/
/*    height: 200px !important;*/
/*    width: auto !important;*/
/*}*/
.blog_list .list .category_card img {
    height: 200px !important;
    width: 100% !important;
    object-fit: cover;
    /*max-width: 316px !important;*/
    max-height: 200px;
}
.blog_list .list .category_card .text_sec{
   padding: 0 15px 15px;
        text-align: left;
}
.blog_list .list .category_card .text_sec h4{
    margin-bottom: 0;
}
.blog_list .list .category_card .text_sec a{
  font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 43px; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    margin: 0px 0 !important;
}
.blog_list .filter {
    position: relative;
    top: 0;
}
.blog_list .filter h4, .tb-list h4{
    font-size: 17px;
}

.blog_list .fixed {
    position: fixed;
    top: 100px; /* Adjust as needed based on header height */
    width: 25%; /* Make sure it stays aligned with the column width */
}

.blog_list .list {
    /* This part ensures the list section scrolls properly */
    position: relative;
}

.blog_list .filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}
.blog_list .filter ul li{
    margin: 0 ;
    padding: 0;
     border: 1px solid var(--bg_light_grey);
      padding: 5px 15px;
    border-radius: 10px;
        width: 100%;
}
.blog_list .filter ul li a {

    color: var(--grey_font);
    font-weight: 400;
    font-size: 15px;
    font-family: "Inter", serif;
}
.blog_list .filter ul li:hover{
    border: 2px solid transparent;
    background: linear-gradient(90deg, #a82682, #a82682) !important;

}
.blog_list .filter ul li:hover a{
     color: #fff;
}
.blog_list .pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.blog_list .pagination a {
    margin: 0 5px;
    color: #000000;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    border-radius: 100px;
    padding: 5px 12px !important;
    border: 1px solid var(--bg_light_grey);
}
.blog_list .pagination a.active {
    background-color: var(--logo_colour);
    color: #fff !important;
    border: 1px solid transparent;
}
.blog_list .pagination a:hover {
    background-color: #ddd;
}
.blog_list #pagination {
    display: flex;
    list-style: none;
    justify-content: center;
    margin: 20px 0px 31px;
    padding: 0px;
}
/* Footer css */
.blog_footer .cta {
    background-color: #f1f1f1 !important;
    color: #fff !important;
    padding: 30px 15px 10px;
    margin: 40px 0px 0px;
    border-radius: 20px;
    color: #000;
    align-items: center;
}
.blog_footer .cta h1,  .blog_footer .cta p, .blog-page-ending p{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: var(--grey_font);
}
.blog_footer .cta h2{
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #a82682;
}
.blog_footer .get_Quote {
    display: flex;
    width: max-content;
    align-items: center;
    margin-right: 15px;
    float: right;
}
.blog_footer .get_Quote i{
    margin: 0 10px !important;
}
.blog_footer .footer-social-sec{
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    margin: 20px  0;
    padding: 10px 20px;
    align-items: center;
    background: linear-gradient(90deg, #a82682, #00a0e3) !important;
    color: #fff;
}
.blog_footer .footer-social-sec h6{
    margin-bottom:  0;
}
.blog_footer .footer-social-icon ul {
    display: inline-flex;
    list-style: none;
    margin: 0px;
}
.blog_footer .footer-social-icon ul li {
    margin-left: 10px;
}
.blog_footer .footer-social-icon ul li a img{
    border: 2px solid #fff;
    border-radius: 100px;
    width: auto;
}
.blog-page-ending {
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #e3e3f7 !important;
}
.blog-page-ending {
    padding: 20px 0;
    border-top: 1px solid #c6cce500 !important;
    /* height: 61px; */
}
.blog-page-ending p{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--grey_font);
    width: fit-content;
    margin-bottom: 0;
}
.blog-page-ending p a:hover{
    color: var(--logo_colour);
}
.blog-page-ending img{
    height: 40px;
    width: auto;
}
.blog-page-ending .align{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom_top {
    position: absolute;
    right: 32px;
    top: -38px !important;
    padding: 10px 14px;
    border: none;
    border-radius: 100% !important;
    background-color:  #a82682 !important;
    color: #fff !important;
}
/* Footer css end*/

/* ///////////////////////////////////////////////// Blog detail page css start////////////////////////////////////////////////////////////////////////////////////////////////// */
.blog_detail_top{
    margin:30px 0 ;
}
.blog_detail_banner {
    position: relative;
    padding: 50px 0px 50px 20px !important;
    /* background: #e6605b; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: 0;
}
.blog_detail_banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00000000, #0000004d);
    border-radius: 20px;
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc935c", endColorstr="#cc935c", GradientType=1);
}
.blog_detail_banner .image_area{
    padding: 0;
    z-index: 999;
}
/*.blog_detail_banner .image_area img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    border-radius: 100px 0px 0px 100px;*/
/*    border: 8px solid #ffffff;*/
/*    border-right-width: 0px;*/
/*    box-shadow: -10px 10px 10px #0000001f;*/
/*}*/
.blog_detail_banner .image_area img {
    object-fit: cover;
    width: 100%;
   height: 283px !important;
    border-radius: 100px 0px 0px 100px;
    border: 8px solid #ffffff;
    border-right-width: 0px;
    box-shadow: -10px 10px 10px #0000001f;
}
.blog_detail_banner .text_sec {
    padding: 0px 50px;
    z-index: 999;
}
.blog_detail_banner .text_sec h4 {
    position: static;
    font-size: 17px;
    background: #00000030;
}
.blog_detail_banner .text_sec h2 {
    font-size: 30px;
    text-shadow: none;
    color: #ffffff;
    line-height: 44px;
    font-weight: 300;
}
.blog_detail_banner .text_sec hr {
    border: 1px solid #fff;
    margin: 30px 0;
}
.blog_detail_banner .text_sec ul li{
    color: #fff;
    font-weight: 300;
}
.blog_detail_banner .text_sec ul li span{
    color: #fff;
    font-size: 20px;
}

/* detail section css start */
.blog_detail .blog_detail_pannel{
    display: flex;
    flex-direction: row;
}
.blog_detail_pannel  .left_side{
    width: 20%;
}
.blog_detail_pannel .right_side{
    width: 20%;
}
.blog_detail_pannel .center{
    width: 60%;
}
.tb-list ul {
    padding: 0;
    list-style: none;
    overflow: scroll;
    overflow-x: hidden;
    max-height: 410px;
}
.tb-list li {
    padding: 0 0 10px;
}
.tb-list ul .main_heading a {
    color: var(--black);
    padding-left: 0px;
}
.blog_detail_pannel .left_side .tb-list ul .sub_heading {
    padding: 0 10px 9px;
    line-height: 15px;
}
.blog_detail_pannel .left_side .tb-list ul .sub_heading a{
    color: var(--grey_font);
    font-family: "Poppins",sans-serif;
}
.tb-list ul li {
    line-height: 20px;
    padding-right: 10px;
}
.tb-list ul li a {
    font-size: 13px;
}
.tb-list ul li.active a , .tb-list ul li .active a, .left_side .sub_heading.active a  {
    color: var(--logo_colour) !important;
    font-weight: 500;
}
.tb-list ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.tb-list ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.tb-list ul::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
.tb-list ul::-webkit-scrollbar-thumb:hover {
    background: var(--logo_colour);
}
.tb-list ul::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.blog_content_wrap{
    padding: 0 30px;
}
.blog_detail_pannel .center p, .right_side .contact_form p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: var(--grey_font);
    line-height: 24px;
}
.blog_detail_pannel .center h1 {
    font-size: 25px;
    line-height: 40px;
    color: var(--black);
    font-family: Inter, sans-serif;
    margin-bottom: 7px;
}
.blog_detail_pannel .center h2{
    font-size: 24px;
    margin: 30px 0 20px;
}
.blog_detail_pannel .center ul{
    list-style: circle;
}
.blog_detail_pannel .center ul li{
    font-size: 15px;
    line-height: 35px;
}
.blog_detail_pannel .center hr{
    border-radius: 100px;
    border: 2px solid #cecece;
    margin: 30px 0;
}
.blog_detail_pannel .center h1 a, .blog_detail_pannel .center p a, .blog_detail_pannel .center ul li a {
    /* text-decoration: underline !important; */
    border-bottom: 2px solid #2c3cb936 !important;
    border-radius: 0px;
    font-weight: 500;
    color: #000000;
}
.blog_detail_pannel .center h1 a:hover, .blog_detail_pannel .center p a:hover, .blog_detail_pannel .center ul li a:hover{
    color: var(--logo_colour);
}
.blog_detail_pannel .right_side .contact_form {
    background: #f1f3ff;
    padding: 20px 25px;
    border-radius: 15px;
}
.blog_detail_pannel .center img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 2px solid #ececec;
    margin: 0 0 20px;
}
.right_side .contact_form h1{
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}
.right_side .contact_form p{
    text-align: center;
}
.right_side .contact_form img{
    width: 100%;
    height: auto;
}
.right_side .contact_form a{
    margin: 20px auto;
    text-align: center;

}
.right_side .contact_form a .get_Quote{
    margin: 30px 0 0;
}
.left_side, .right_side {
    position: sticky;
    top:110px; /* This makes the element stick to the top of the viewport */
    align-self: start; /* In case it's part of a flexbox or grid layout */
}

.center {
    max-width: 100%; /* Ensure center content takes available space */
    margin: 0 auto; /* Center align content */
}

.blog_detail_pannel {
    display: flex;
    gap: 20px; /* Space between the sections */
}
.related_blog{
    margin: 50px 0 30px;
}

/* //////////////////////////////////////////////// Blog detail page css End///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////// Blog list page css Start///////////////////////////////////////////////////////////////////////////////////////////////////// */
.blog_list_banner{
    margin: 50px 0 20px;
}
.blog_list_banner .head_text{
    width: 80%;
    margin: auto;
    text-align: center;
}
.grid_card .category_card{
    margin-top: 20px;
}
.grid_card .category_card h4{
    display: none;
}
.blog_list_banner .head_text p{
    font-size: 15px;
    margin: 10px 0 !important;
    color: var(--grey_font);
}
.breadcrumb-item .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item a{
    color: var(--black) !important;
    font-weight: 400;
}
.breadcrumb .breadcrumb-item.active a {
    color: var(--logo_colour) !important;
    font-weight: 500 !important;
}
.breadcrumb {
    list-style: none;
    display: flex;
    padding: 10px 20px !important;
        background: #f6f6f6 !important;
        border-radius: 10px !important;
        margin: 50px 0 0px !important;
}
/* //////////////////////////////////////////////// Blog list page css End///////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////// Modal css Start ///////////////////////////////////////////////////////////////////////////////////////////////////// */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin:  auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 800px; /* Set max width */
    border-radius: 8px;
}

/* The Close Button */
.close {
    position: absolute;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 500;
    left: 95%;
    top: 0%;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#contact_popup .modal-content{
    border-radius: 20px;
    box-shadow: 0 0 9px #696969;
    height: fit-content;
    top: 23%;
}
#contact_popup{
    z-index: 999999;
}
#contact_popup .deisgn_area{
    display: flex;
    align-items: center;
}
#contact_popup .deisgn_area .text_area{
    background: #fff6eb;
    padding: 30px  15px 20px;
    border-radius: 15px;
    text-align: center;
}
#contact_popup .deisgn_area .text_area h2 {
    font-size: 30px;
    margin: 20px 0 10px;
}
#contact_popup .deisgn_area .text_area h4 {
    font-size: 17px;
    font-weight: 400;
    color: #2b2b2b;
    line-height: 30px;
}
#contact_popup .deisgn_area .text_area img{
    width: 80%;
    height: auto;
}
/* #contact_popup .deisgn_area .text_area h4 span {
    font-size: 22px;
    font-style: italic;
    line-height: 76px;
    text-transform: uppercase;
    padding: 10px 25px;
    background: rgb(255, 255, 255);
    border-radius: 29px;
    color:var(--logo_colour);
    font-weight: 600;
} */
.contact_popup_form input,  textarea  {
    width: 100%;
    padding: 8px 20px;
    border: 2px solid #ebe1e18a;
    margin: 5px 0px !important;
    border-radius: 15px;
}
/* //////////////////////////////////////////////// Modal css End ///////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1500px){
    .newsletter_banner .text_area {
        position: absolute;
        /* top: 150%;
        left: 9%; */
    }
}


#pagination .current {
    color: white;
    background: #a82682;
    border: 1px solid #ececec;
    border-radius: 50%;
    padding: 5px 14px;
}

.bluetext{
    color: #a82682;
}

#newslsuccess{
    font-family: Poppins;
    display: none;
    position: absolute;
    width: max-content;
    right: -5%;
    bottom: -90%;
    border-radius: 100px 100px 10px 100px;
    padding: 8px 25px;
}

#newslerror{
    font-family: Poppins;
    display: none;
    position: absolute;
    width: max-content;
    right: -5%;
    bottom: -90%;
    border-radius: 100px 100px 10px 100px;
    padding: 8px 25px;
}

#contactsuccess, #contacterror{
    font-family: Poppins;
    display: none;
    width: 100%;
}

.calnum{
    border-radius: 5px;
    margin-right: 10px;
    padding: 6px 14px;
    border: 1px solid #c7c5c5;
}
#calsum{
    width: 70px !important;
}
#projectdetails{
    height: 75px !important;
}

#socialshareicons ul{
    list-style: none;
    display: flex;
    padding:0px;
}
#socialshareicons ul li{
    margin: 0 10px;
    font-size: 26px;
    color: #000;
}
#socialshareicons ul li i{
    color: #000;
}
#socialshareicons p{
    font-size: 14px;
}

.socialshareiconsright {
    display:none;
}








/*********  Responsive CSS  ************/

@media (max-width: 390px){
    /* .newsletter_banner #wave {
        top: 175% !important;
        left: 0% !important;
    } */
    .section_container {
        padding: 0 5px !important;
    }
}

@media (min-width: 400px) and (max-width: 660px) {
    .newsletter_banner #wave {
        /* top: 130% !important;
        left: 0% !important; */
        width: 100%;
    }
}
@media (max-width: 760px){
 
  .navbar-collapse {
        position: absolute;
        transform: translateX(-0%);
        transition: transform 0.6s ease-in-out;
        background-color: #fff;
        top: 89px;
        left: -16px;
        width: 110%;
        padding: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

   
   .head-nav-third ul li a {
        padding: 9px 5px;
        color: #000 !important;
        font-weight: 500 !important;
    }
  
  button:focus:not(:focus-visible) {
    outline: 0;
 
    box-shadow: none;
}
    .head-nav-third ul li {
	text-align: center;
    width: 100%;
}
    .dropdown:hover .dropdown-content{
            position: relative;
    list-style: none;
    }


    .footer-social-sec {
    display: block !important;
}

    #search.open {
    display: block;
    z-index: 99999999;
}
#search {
    padding: 16px;
}
#search .close {
    padding: 0px 13px 0px;
left: 82%;
}
#search form {
    text-align: left;
    margin-top: 10vh;
}

    .close {
        font-size: 45px;
        font-weight: 400;
        left: 89%;
        top: 0%;
    }
    #contact_popup .modal-content {
        top: 10%;
        width: 90%;
    }
    #contact_popup .deisgn_area .text_area img {
        width: 60%;
        height: auto;
    }
    #contact_popup .deisgn_area .text_area h2 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    #contact_popup .deisgn_area .text_area {
        margin: 0 0 20px;
    }
    .socialshareiconsright {
        display:block;
    }

    .blog_detail_pannel .left_side{
        display: block;
        width: 100%;
        position: static;
    }
    .blog_detail_pannel .left_side .tb-list{
        display: none;
    }
    .blog_detail_pannel .left_side .socialshareiconsleft {
        display: none;
    }
    .blog_detail_pannel .right_side {
        display: block;
        width: 100%;
        position: static;
    }
    .blog_detail .blog_detail_pannel {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .blog_detail_pannel .center {
        width: 100%;
    }
    .blog_content_wrap {
        padding: 0px;
    }
    .blog_detail_banner {
        padding: 20px 0px 11px 20px !important;
        display: block;
    }
    .blog_detail_banner .text_sec {
        padding: 0px 20px 0 0;
        z-index: 999 !important;
    }
    .blog_detail_banner .text_sec h2 {
        font-size: 25px;
        line-height: 32px;
    }
    .blog_detail_banner .text_sec hr {
        margin: 12px 0;
    }
    .blog_detail_banner .text_sec ul li span {
        font-size: 16px;
    }
    .blog_detail_banner .image_area img {
        margin: 20px 0px;
        height: auto !important;
    }
    .blog_detail_banner:after {
        background: linear-gradient(90deg, transparent, transparent);
    }
    .blog_detail_pannel .center h1 {
        font-size: 18px;
        line-height: 30px;
    }
    .blog_detail_pannel .center h2 {
        font-size: 20px;
        margin: 20px 0 15px;
    }
    /* //////////////////////////////////////////////// blog list css Start ///////////////////////////////////////////////////////////////////////////////////////////////////// */
    .blog_list .list .category_card {
        width: 100% !important;
    }
    .section_container {
        padding: 0 5px !important;
    }
    .blog_list .list .category_card{
        display: block;
    }
    #newsletterform input {
        /*width: 100%;*/
        /*margin: 0px 0px 20px;*/
        width: 90%;
        margin: 0px 0px 20px;
    }
    .blog_list .list .category_card img {
        height: auto !important;
        width: 100% !important;
    }
    .blog_list .list {
        padding-right: 10px;
    }
    .talk_us_center{
        margin: 0;
    }
    .blog-page-ending .align {
        display: block;
        width: 100%;
    }
    .blog-page-ending p {
        padding: 0;
        margin: 0;
        width: auto;
    }
    .blogsliderSwiper .swiper-wrapper .swiper-slide {
        /* height:70vh; */
        height:auto;
    }
    .blog_latest .blog_sec .text_sec a {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px !important;
    }
    .blog_latest .blog_sec .text_sec a, .blog_latest .blog_sec .text_sec p {
        overflow: hidden;
        text-overflow: ellipsis;
        /* height: 43px; */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-width: 100%;
        display: block;
        display: -webkit-box;
    }
    .blog_latest .blog_sec .text_sec hr, #search hr, .blog_detail_banner .text_sec hr {
        width: 70%;
    }
    .blog_latest {
        padding: 10px 15px;
        display: block;
    }
    .blog_latest .blog_sec .img_sec img {
        width: 100%;
        margin-bottom: 15px;
    }
    .blog_banner_text .text_sec {
        padding: 15px 0px 0px 20px !important;
        width: 100% !important;
    }
    .blog_banner_text .text_sec h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .blog_banner_text{
        flex-direction: column-reverse;
    }
    .blog_banner .blog_banner_text .img_sec img {
        margin: 10px 20% 0;
        height: 240px !important;
    }
    .blog_banner_text .img_sec li {
        font-size: 12px;
    }
    .blog_banner_text .img_sec li span {
        font-size: 15px;
    }
    .blog_banner_text .img_sec li:nth-child(2) {
        top: 4%;
        padding: 27px 8px;
        right: 5%;
    }
    .blog_banner_text .img_sec li:first-child {
        top: 4%;
        padding: 20px 10px;
        right: 72%;
    }
    .blog_banner_text .img_sec li:nth-child(4) {
        top: 26%;
        padding: 20px 10px;
        right: 5%;
    }
    .blog_banner_text .img_sec li:nth-child(3) {
        top: 34%;
        padding: 29px 10px;
        right: 68%;
    }
    .blog_banner_text .img_sec li:nth-child(5) {
        top: 45%;
        padding: 10px 10px;
        right: 16%;
    }
    .filter{display: none;}
    .blog_list .list .category_card .text_sec {
        padding: 15px 10px 15px 10px;
    }
    .newsletter_banner .text_area p {
        display: none;
    }
    /* .newsletter_banner .text_area {
        top: 140% !important;
        left: 0% !important;
        width: 100%;
    } */
    .newsletter_banner .text_area h4 {
        font-size: 15px;
    }
    .newsletter_banner .text_area h2{
        font-size: 24px;
        width: 80%;
    }
    .blog_list .text h2, .related_blog .text h2 {
        font-size: 23px;
        line-height: 35px;
    }
    .blog_footer .cta {
        margin: 0px 0px 0px;
        padding: 30px 15px 30px;
    }
    .blog_footer .talk_us_center{
        text-align: center;
    }
    .footer-social-sec {
        display: block;
        text-align: center;
    }
    .blog_footer .footer-social-icon ul {
        display: flex;
        margin: 10px 0;
        padding: 0 !important;
        justify-content: center;
    }
    .blog-page-ending{
        text-align: center;
    }
    .blog-page-ending img {
        margin-bottom: 10px;
    }


    #newslerror{
        font-size: 14px;
        font-family: Poppins;
        display: none;
        position: absolute;
        width: max-content;
        right: -5%;
        bottom: -60%;
        border-radius: 100px 100px 10px 100px;
        padding: 6px 22px;
    }
    /* //////////////////////////////////////////////// blog list css End ///////////////////////////////////////////////////////////////////////////////////////////////////// */
}
/* @media (min-width: 770px) and (max-width: 800px) {
    .newsletter_banner .text_area {
        top: 232% !important;
        left: 0% !important;
        width: 100%;
    }
} */
@media (min-width: 768px) and (max-width: 900px){
    .blog_detail_pannel .left_side, .blog_detail_pannel .right_side {
        display: none;
    }
    .blog_detail_pannel .center {
        width: 100%;
    }
    .blog_content_wrap {
        padding: 0px;
    }
    .blog_detail_banner .text_sec {
        padding: 0px 20px;
        z-index: 999;
    }
    .blog_detail_banner .text_sec h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .blog_detail_banner .text_sec hr {
        margin: 15px 0;
    }
    /* //////////////////////////////////////////////// blog list css Start ///////////////////////////////////////////////////////////////////////////////////////////////////// */
    .section_container {
        padding: 0 10px !important;
    }
    .blog_latest .blog_sec .text_sec a {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px !important;
    }
    .blog_latest .blog_sec .img_sec img {
        width: 100%;
    }
    .blog_banner_text .text_sec {
        padding: 60px 0px 0px 26px;
        width: 75%;
    }
    .blog_banner_text .text_sec h2 {
        font-size: 22px;
        line-height: 33px;
    }
    .blog_banner .blog_banner_text .img_sec img {
        top: 10%;
        height: 300px !important;
    }
    .blog_banner_text .img_sec li {
        font-size: 13px;
    }
    .blog_banner_text .img_sec li span {
        font-size: 16px;
    }
    .blog_banner_text .img_sec li:nth-child(2) {
        top: 5%;
        padding: 29px 10px;
        right: 4%;
    }
    .blog_banner_text .img_sec li:nth-child(4) {
        top: 55%;
        padding: 20px 10px;
        right: 3%;
    }
    .blog_banner_text .img_sec li:first-child {
        top: 6%;
        padding: 20px 11px;
        right: 30%;
    }
    .blog_banner_text .img_sec li:nth-child(3) {
        top: 27%;
        padding: 30px 10px;
        right: 42%;
    }
    .blog_banner_text .img_sec li:nth-child(5) {
        top: 66%;
        padding: 20px 20px;
        right: 44%;
    }
    .filter{
        display: none
    }
    /* .newsletter_banner .text_area {
        top: auto !important;;
        left: 0% !important;
        bottom: -84% !important;
    } */
    .newsletter_banner .text_area h2{
        font-size: 30px;
    }
    .blog_list .list .category_card {
        width: 145%;
    }
    .blog_list #pagination {
        justify-content: flex-start;
    }
    .talk_us_center, .talk_us_right{
        width: 100% !important;
        text-align: center;
    }
    .blog_footer .cta {
        padding: 30px 15px 30px;
        margin: 0px 0px 0px;
    }
    .blog-page-ending .align {
        display: block;
        text-align: center;
    }
    .blog-page-ending img{
        margin-bottom: 10px;
    }
    .blog-page-ending p{
        text-align: center;
        width: auto;
    }








        .category_card{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
        /*border: 1px solid #ddd;*/
        /*border-radius: 10px;*/
        /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);*/
    }

    .image_wrapper {
    position: relative;
    display: inline-block;
}

.category_label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}


    /*.category_card img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }*/

    .text_sec ul {
        list-style: none;
        padding: 0;
    }

    .text_sec ul li {
        display: inline-block;
        /*margin-right: 15px;*/
    }
    /* //////////////////////////////////////////////// blog list css End ///////////////////////////////////////////////////////////////////////////////////////////////////// */
}
@media (min-width: 920px) and (max-width: 1024px){
    /* .newsletter_banner .text_area {
        width: 82% !important;
        top: 130% !important;
    } */
    .section_container {
        padding: 0px 30px !important;
    }
    .blog_footer .cta{
        justify-content: space-between;
        padding: 30px 35px 10px 15px;
    }
}
/* @media (max-width: 980px){
    .newsletter_banner .text_area {
        top:134%;
        left: auto;
    }
}
@media (max-width: 1200px){
    .newsletter_banner .text_area {
        top:150%;
        left: auto;
    }
} */
/* @media (min-width: 1460px){
    .newsletter_banner .text_area {
        top:128% !important;
        left: auto;
    }
}
@media (min-width: 1590px){
    .newsletter_banner .text_area {
        top:122%;
        left: auto;
    }
} */
@media (min-width: 1600px){
    /* .newsletter_banner .text_area {
        top: 120%;
        left: 0%;
        width: 100%;
    } */
}

code {
    font-size: 15px !important;
    color: #3866d6 !important;
    word-wrap: break-word;
    font-family: 'Poppins' !important;
    background: #eff4ff;
    padding: 0 10px;
    border-radius: 10px;
}

.category_card{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 10px;

    }

    .image_wrapper {
    position: relative;
    display: inline-block;
}

.category_label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
}


    /*.category_card img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }*/

    .text_sec ul {
        list-style: none;
        padding: 0;
    }

    .text_sec ul li {
        display: inline-block;
        /*margin-right: 15px;*/
    }
    .slides_content ,
.blog_detail_top .blog_detail_banner ul{
    flex-direction: row !important;
        gap: 14px !important;
}
.blog_detail_top .blog_detail_banner ul li span {

    margin: 0px 0px;
}
.blog_detail_top .blog_detail_banner .text_sec h4 {
    position: static;
    font-size: 17px;
    background: #00000030;
    padding: 9px 15px;
    font-weight: 300;
    color: #ffffff;
}
.bg_dark_blue2 {
    background: linear-gradient(131deg, #a82682 20%, #00a0e3);
    font-family: Oswald;
  padding: 84px;
    color: #fff;
}
.navbar-toggler {
    position: relative;
    width: 35px;
    height: 35px;
    border: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 4px auto;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

/* Default (Bars) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0) translate(0, 0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0) translate(0, 0);
}

/* Active (Cross) */
.navbar-toggler:not(.collapsed) .top-bar {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler:not(.collapsed) .middle-bar {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .bottom-bar {
    transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-toggler{
    padding: 0px !important;
    border: none !important;
    border-radius:10px !important;
}
.navbar-toggler:focus,
.navbar-toggler:focus{
    outline:0px;

}
.hamburger-icon,
.cross-icon{
  background-color: #a82682;
    color: #fff;
    padding: 5px;
    width: 40px;
    height: 41px;
}
 .dropdown {
            position: relative;
            display: inline-block;
        }
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: white;
            min-width: 160px;
            box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
            border: 1px solid #ccc;
            padding: 10px;
        }
        .dropdown:hover .dropdown-content {
            display: block;
        }
