body{
    font-family: "Poppins",sans-serif !important;
}
:root{
    --grey_font:#777777;
    --black:#000000;
    --logo_colour:#2c3cb9;
    --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, #2c3cb9, #1c6bdb) !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); */
   border-radius: 0px;
      padding-top: 91px;
    transform: translate(0px, 0px);
    background: linear-gradient(to left, #173db9, #03a9f4);
}
.blog_banner_text .text_sec h2 {
font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 20px;
}
.blog_banner_text .text_sec h2 span{
   color: #1643bc;
    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 {
    background: #e9ecff;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}
.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: 60px;
    margin: 0;
}
.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: 400;
    line-height: 26px;
    color: var(--black);
}
.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: 10px;
    border-radius: 100px;
    border: 2px solid var(--bg_light_grey);
}
.category_tabs .tabs ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;    
}
.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: 8px 20px;
    border-radius: 100px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    flex: 0 0 auto;
}
.category_tabs .tabs li:hover, .search_tabs ul li:hover {
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
}
.category_tabs .tabs li:hover a{
    color: #fff;
}
.category_tabs .tabs li a{
    color: #000;
}
.search_bar{
    float: right;
}
#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: 1000;
    padding: 50px;
}

#search.open {
    display: block; /* Show search when open */
}

#search form {
    text-align: left;
    margin-top: 10vh; 
}
#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,.blog_list .list .category_card, .related_blog .category_card{
    padding: 10px;
    border: 2px solid var(--bg_light_grey);
    background: #fff;
    border-radius: 20px;
}
.category_blog .category_card:hover, .blog_list .list .category_card:hover, .related_blog .category_card:hover{
    border: 2px 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;
    border-radius: 15px;
    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;
}
.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;
}
/* 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, #2c3cb9b0, #1c6bdbc2) !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: 30px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
.blog_list .text h2 span, .related_blog .text h2 span {
    color: var(--logo_colour);
}
.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 20px;
}
.blog_list .list .category_card .text_sec h4{
    margin-bottom: 0;
}
.blog_list .list .category_card .text_sec a{
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 43px; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    margin: 10px 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;
}
.blog_list .filter ul li a {
    padding: 5px 15px;
    border-radius: 10px;
    background: #fff;
    line-height: 35px;
    border: 2px solid var(--bg_light_grey);
    color: var(--grey_font);
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
}
.blog_list .filter ul li a:hover{
    border: 2px solid transparent;
    background: linear-gradient(90deg, #2c3cb9, #1c6bdb) !important;
    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: var(--logo_colour);
}
.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, #2c3cb9, #1c6bdb) !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: 20px;
    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:  #2e4fad !important;
    color: #fff !important;
}
/* Footer css end*/

/* ///////////////////////////////////////////////// Blog detail page css start////////////////////////////////////////////////////////////////////////////////////////////////// */
.blog_detail_top{
    margin:0px 0 ;
}
.blog_detail_banner {
    position: relative;
    padding: 80px 0px 50px 20px !important;
    /* background: #e6605b; */
    border-radius: 0px;
    display: flex;
    align-items: center;
    margin: 0px 0px 30px 0px;
}
.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: 350px !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: 35px;
    text-shadow:none;
    color: #ffffff;
    line-height: 50px;
}
.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: 28px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 20px;
}
.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: 0px 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: #fff !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;
      
        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: #2a41bc;
    border: 1px solid #ececec;
    border-radius: 50%;
    padding: 5px 14px;
}

.bluetext{
    color: #2c3cb9;
}

#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: 760px){
    .open li {
        display: inline-flex !important;
        margin: 10px 0 0px;
        width: 100%;
    }
    .head-nav-third ul li {
    background: #00000021;
    border-radius: 10px;
    padding: 0;
    margin: 6px 9px !important;
}
    .head-nav-third ul li a{
        padding: 9px 13px !important;
}
    .navbar-nav ul li a,
    .navbar-toggler{
        color: #fff !important;
    }
        #collapsibleNavbar {
        justify-content: center;
        overflow: scroll;
        padding: 0 0 50px;
    }
    .head-nav-third ul li {
        margin: 0 0px;
        width: 100%;
        background: #00000021;
        border-radius: 10px;
        padding: 0;
    }
    
    .navbar-nav li ul {
        position: relative !important;
        width: 100% !important;
        box-shadow: rgb(0 0 0 / 0%) 0 4px 12px !important;
    }
        .head-nav-third ul li .scroll-mynav, .head-nav-third ul li ul {
        display: block !important;
        background: none;
        border-radius: 0 !important;
        margin: 0 15px;
        width: auto !important;
        padding: 0 0 10px;
    }
    .head-nav-third ul li .scroll-mynav li, .head-nav-third ul li ul li {
        /* background: #2b3db8; */
        background: none;
        border: 1px Solid #ffffff36;
        margin-bottom: 10px;
        padding: 0 15px;
    }
    .navbar-collapse {
    color: #ffffff;
    background: linear-gradient(180deg, var(--logo_colour), #0c155a);
    position: absolute;
    top: 105%;
    left: -17px;
    width: 100%;
    height: 100vh;
    transition: top 0.3s ease-in-out;
    }
    .navbar-toggler {
    border: none;
    position: absolute;
    right: 0px;
    top: 7px;
    border: none;
    }
    .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    }
    .blog_banner{
            padding-bottom: 35px;
    }
        Footer .tagline {
        text-align: center !important;
        margin: 14px 0px 15px 0px !important;
        font-size: 14px !important;
    }
        footer .social-media {
        display: flex;
        justify-content: center;
        float: unset !important;
    }
        .contact li:first-child, .select li:first-child {
        display: block;
        border-top: 0px;
        background: none;
        border-bottom: 2px solid #ffffff12;
        border-radius: 0px;
        /* width: 100%; */
        padding: 10px;
        margin-bottom: 0px;
        text-align: left;
    }
        
    .contact li, .select li {
        display: none;
        cursor: pointer;
        padding: 10px 10px;
        border-top: none;
        min-width: 90%;
        background: #27304F;
        border-radius: 8px;
        text-align: center;
    }
        .contact.open span:before, .select.open span:before {
        content: "-";
    }
    .contact span:before, .select span:before {
        position: absolute;
        top: 0px;
        right: 15px;
        content: "+";
        color: #ddd;
        font-size: 25px;
    }
    .contact, .select {
        border-bottom: none;
        display: inline-block;
        padding: 0;
        border-radius: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }
        footer .logo_sec {
        flex-direction: column;
    }
     
    .section_container {
        padding: 0 5px !important;
    }
      .newsletter_banner #wave {
       
        width: 100%;
    }
    .btn--changeGradient {
        position: absolute;
        right: -55px;
        transform: rotate(90deg);
        top: 340px;
        background: linear-gradient(90deg, #2c3cb9, #1c6bdb);
        color: #fff !important;
        z-index: 9999999999;
    }
    .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: 25px;
        line-height: 35px;
    }
    .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;
        max-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: 44px 0px 0px 0px !important;
        width: 100% !important;
        text-align: center;
    }
    .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;
    }
    /* //////////////////////////////////////////////// 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;
}
.get_Quote:hover{
        color: #3866d6 !important;
}