/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 27 2025 | 07:09:59 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --hd-blue: rgba(0, 0, 255, 1);
    --hd-blue-dark: rgba(0, 0, 88, 1);
    --hd-white: #fff;
    --hd-grey-bg: rgba(245, 245, 245, 1);
    --hd-black: : rgba(0, 0, 0, 1);
}

h1,
h2,
h3,
h4 {
    font-family: "Red Hat Display", sans-serif;
}

a {
    cursor: pointer;
}

textarea {
    font-size: 14px;
}

.heading {
    color: var(--hd-blue);
    font-size: 48px;
    font-weight: 700;

}

.heading_black {
    color: var(--hd-black);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5%;
}

.subheading {
    font-size: 36px;
    font-weight: 700;
    color: var(--hd-black);
}
.font_16{
    font-size: 16px;
    font-weight: 00;
}

.font_24{
    font-size: 24px;
    font-weight: 700;
}
.font_32{
    font-size: 32px;
    font-weight: 700;
}
.font_36{
    font-size: 36px;
    font-weight: 700;
}
.font_40{
    font-size: 40px;
    font-weight: 700;
}
.bg_white{
    background: var(--hd-white);
}
.radius_10{
    border-radius: 10px;
}
.blue_clr{
    color: var(--hd-blue);
}
h1 {
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 48px;
}

h3 {
    font-size: 16px;
    font-weight: 600;
}

img {
    max-width: 100%;
}
.font_14 {
    font-size: 14px;
    font-weight: 700;
}
.font_20 {
    font-size: 20px;
    line-height: 25px;
}
.font_22 {
    font-size: 22px;
    line-height: 25px;
}

.font_700 {
    font-weight: 700;
}

body {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    list-style: none;
}

.white {
    color: var(--hd-white);
}

.topnav {
    padding: 50px 0 35px 0;
}

.bg_grey {
    background: var(--hd-grey-bg);
}

.space {
    padding: 5% 0;
}

p {
    font-weight: 500;
    line-height: 17px;
}

.space_2 {
    padding: 10% 0;
}

.space_3 {
    padding: 15% 0;
}



.btn_white {
    height: 62px;
    background: var(--hd-white);
    color: var(--hd-blue);
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 212px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 700;
    gap: 15px;
    justify-content: center;
    border-radius: 10px;
    transition: transform 0.3s ease;
    /* Smooth transition */
}

.btn_white:hover {
    transform: translateY(-15px);
    /* Moves the box up by 10px */
}


.btn_blue {
    height: 62px;
    background: var(--hd-blue);
    color: var(--hd-white);
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 212px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 700;
    gap: 15px;
    justify-content: center;
    border-radius: 10px;
    transition: transform 0.3s ease;
    /* Smooth transition */
}

.btn_blue:hover {
    transform: translateY(-15px);
    /* Moves the box up by 10px */
}

.btn_blank {
    height: 45px;
    background: rgba(255, 255, 255, 0.01);
    text-align: center;
    width: 200px;
    display: inline-block;
    color: var(--hd-blue);
    line-height: 35px;
    padding: 15px 40px;
    text-decoration: none;
    box-shadow: 0px 0px 10px 0px rgb(171 171 171);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--hd-black);
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    /* Smooth transition */
}

.btn_blank_active {
    background: var(--hd-blue);
    color: var(--hd-white);
    cursor: pointer;

}

.btn_blank:hover {
    background: var(--hd-blue);
    color: var(--hd-white);
    cursor: pointer;
    transform: scale(1);
    cursor: pointer;
}

.aboucenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboucenter h1 {
    color: var(--hd-blue);
}

.hombannermain {
    position: relative;
}

.hombannermain img {
    position: relative;
    border-radius: 25px 0 0 25px;
    width: 100%;
    left: 17%;

}

.navcontact ul {
    margin: 0;
    text-align: right;
    justify-content: right;
}

.navcontact ul li {
    text-align: right;
}

.nav-link {
    color: var(--hd-white);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--hd-white);

}
.navbar-nav li:last-child{
    margin-left: 15px;
}
.mainnav {
    background: var(--hd-blue);
    padding: 30px 0;
	
}

.nbtnwhite {
    width: 153px;
    height: 41px;
    border-radius: 5px;
    line-height: 41px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    color: var(--hd-blue);
    font-weight: 600;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;


}

.nbtnblue {
    width: 153px;
    height: 41px;
    border-radius: 5px;
    line-height: 41px;
    text-align: center;
    background: var(--hd-blue);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    color: var(--hd-white);
    font-weight: 600;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abouttop {
    padding-top: 25%;
}




/* Custom styles for text overlay */
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.carousel-caption h1,
.carousel-caption p {

    padding: 10px;
    border-radius: 5px;
}

.aboutoverly {
    position: relative;
    z-index: 99999;
    
}

.carousel-caption {
    left: 9%;
    right: 9%;
}

.statc {
    font-size: 16px;
}

.overlaybanner {
    background: var(--hd-blue);
    padding: 5% 10%;
    color: var(--hd-white);
    border-radius: 10px;
    position: absolute;
    top: -8vw;
    z-index: 9999;
    margin: 0 auto;
    width: 85%;
    left: 0;
    right: 0 ;
}

.overlaybanner h1 {
    color: white;
    margin: 0;
    font-size: 36px;

}

.count {
    margin: 0;
    font-size: 40px !important;
    font-weight: 600;
}

.overlaybanner h3 {
    color: white;
    font-size: 14px;
    font-weight: normal;
    margin: 5% 0;
}

.cllogo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-wrap: break-word;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-wrap: break-word;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.cllogo li {

    word-wrap: break-word;
    border-radius: 10px;
}

.hover-box {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 450px;
    color: white;
    transition: background 0.5s ease;
    border-radius: 10px;
    padding: 0 30px;
}

.hover-box .btn_white_learn {
    height: 62px;
    background: transparent;
    color: var(--hd-white);
    text-decoration: none;
    display: flex;
    width: 212px;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
    font-size: 20px;
    font-weight: 700;
    gap: 15px;
    border-radius: 10px;
    background: url('/wp-content/uploads/2024/11/arrow-right-white.svg') no-repeat;
    background-position: 155px 24px;
    padding: 0 0 0 22px;
    align-items: center;
}

.hover-box:hover .btn_white_learn {
    height: 62px;
    background: url('/wp-content/uploads/2024/11/arrow-right-white.svg') var(--hd-white) no-repeat;
    color: var(--hd-blue);
    text-decoration: none;
    display: flex;
    width: 212px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: 700;
    gap: 15px;
    border-radius: 10px;
    background-position: 155px 24px;
    padding: 0 0 0 22px;
}

.hover-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    
    /* Dark overlay */
    transition: background 0.2s ease;
    border-radius: 10px;
}

.hover-box:hover::before {
    background: rgba(0, 0, 255, 0.5);
    border-radius: 10px;
}

.trustbyblock h2 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 28px;

}

.hover-box .content {
    position: relative;
    z-index: 1;
    top: 70%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.hover-box .content h2 {
    min-height: 90px;
    align-items: flex-end;
    display: flex;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 32px;
}

.btnli li {
    width: 45%;
}

.aboutctest h3{
    margin-top: 1rem;
}
.ourcore_block {
    padding: 10%;
    background: var(--hd-white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    height: 100%;
    flex-direction: column;
  
    border-radius: 10px;
    transition: transform 0.3s ease;
    /* Smooth transition */
}

.ourcore_block:hover {
    transform: translateY(-15px);
    /* Moves the box up by 10px */
}

.testcont {
    font-size: 20px;
    margin: 10% 0;
    line-height: 25px;
}

.ourcore_block img {
    height: 70px;
}


.ourcore_block h3 {
    font-size: 24px;
    margin: 20px 0 11px;
    font-weight: 700;
}

.carousel-item {
    text-align: center;

}

.carousel-item h5 {
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}

/* .carousel-item p {
    font-style: italic;
} */

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-indicators {
    bottom: -30px;
}

.enquiry {
    background: var(--hd-blue);
}

.enquiry input {
    background: rgba(237, 237, 237, 0.7);
    border: none;

}

::placeholder {
    font-weight: 600;
    font-size: 14px;
    color: rgba(0, 0, 88, 1);

}

.enquiry textarea {
    background: rgba(237, 237, 237, 0.7);
    border: none;
}

.enquiry select {
    background: rgba(237, 237, 237, 0.7);
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 88, 1);
}

.enquiry .tcenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.enquiry .enquirybtn {
    display: flex;
    background-color: var(--hd-white);
    margin-top: 20px;
    font-weight: 600;
    color: var(--hd-blue);
    justify-content: space-between;
    display: flex;

}

.footer {
    background: var(--hd-blue-dark);
    color: var(--hd-white);
    padding: 5% 0;
}

.footer h3 {
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer ul li {
    line-height: 35px;
}

.footer ul li a {
    text-decoration: none;
    color: var(--hd-white);
    font-size: 14px;
}

.getintoucn {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.getintoucn .d-flex {
    gap: 10px;
    justify-content: baseline;
}

.copylist {
    gap: 25px;
}

.copylist li a {
    font-size: 16px;
    font-weight: 600;

}

.accordion-button:not(.collapsed) {
    background: rgba(245, 245, 245, 1);

}

.accordion {
    border-radius: 0;
}

.accordion-button {
    background: rgba(245, 245, 245, 1);
    border-radius: 10px !important;
    font-size: 16px;
    font-weight: 700;
}

.accordion-item {
    border: none;
    margin-top: 10px;
    border-radius: 10px;
}

.accordion-body {
    background: rgba(40, 78, 190, 0.2);
    margin-top: 10px;
    border-radius: 10px;

}

.text-center{
    display: flex;
    justify-content: center;
}

.newsbox {
    background: var(--hd-grey-bg);
    border-radius: 10px;
    transition: background 0.5s ease;
    margin-bottom: 25px;

}

.newsbox:hover {
    background: var(--hd-blue);
    border-top-right-radius: 100px;
    overflow: hidden;

}
.newsbox  .learmoretxt {
    background: url('/wp-content/uploads/2024/11/arrow_right_grey.svg') no-repeat right;
    width: 119px;
    text-align: left;
}
.newsbox:hover .learmoretxt{
    background: url("/wp-content/uploads/2024/11/arrowrightsm.svg") no-repeat right;
    width: 119px;
    text-align: left;
}

.newsbox h3 {
    font-size: 20px;
    font-weight: 700;
}


.newsbox:hover h3 {
    color: var(--hd-white);

}

.newsbox:hover p {
    color: var(--hd-white);
}

.newsbox:hover a {
    color: var(--hd-white);
}

.newsbox .imgnews img {
    border-radius: 10px 10px 0 0;
    height: 240px;
    width: 100%;
    object-fit: cover;
    transition: background 0.5s ease;
}

.newsbox a {
    font-size: 14px;
    font-weight: 600;
    padding: 0;

}
.pr-10{
    padding-right:10%
}
.pl-10{
    padding-left:10%
}
.newsbox .newscontent {
    padding: 20px;
}
.newsbox .newscontent p{
    line-height: 24px;
}
.newscontent svg {
  margin-bottom: 15px;
}
.newscontent:hover svg path{
    fill: #fff;
}
.allnews {
    text-align: right;
    margin: 15px 0 0 0;

}

.allnews span {
    font-size: 20px;
    color: var(--hd-blue);
    font-weight: 800;
    text-align: right;
    position: relative;
}

.allnews span::after {
    position: absolute;
    width: 100%;
    content: '';
    box-shadow: -5px 3px 15px 4px rgba(0, 0, 0, 0.25);
    height: 0px;
    left: 0;
    top: 11px;
}

.mbspace {
    padding-bottom: 5%;
}

.caroseltesi {
    background: rgba(40, 78, 190, 0.2);

}



.testimocenter {
    display: flex;

    flex-direction: column;
    height: 50vh;
    justify-content: center;
    text-align: left;
    position: relative;
}

.quate {
    width: 60px;
    width: 60px;
    position: absolute;
    top: -20px;
}

.quatebottom {
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
}



.testimocenter h3 {
    font-size: 36px;
    font-weight: 700;
    padding-top: 110px;
    padding-left: 40px;
    line-height: 48px;

}

.testimocenter p {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    padding-left: 40px;
}

.mainoverlay {
    position: relative;
}

.overlayimgabout {
    position: absolute;
    top: -320px;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 98%;
}

.aboutpadding {
    padding: 10% 0 26% 0;
}

.aboutpadding h1 {
    margin-bottom: 60px;
}

.corevialue {
    padding-top: 25%;
}

.learnbtn {
    font-size: 20px;
    text-decoration: none;
    font-weight: 800;
    color: var(--hd-blue);
    display: flex;
    gap: 15px;
    position: relative;
}

.learnbtn::after {
    position: absolute;
    width: 100%;
    content: '';
    box-shadow: -5px 3px 15px 4px rgba(0, 0, 0, 0.25);
    height: 0px;
    left: 0;
    top: 11px;
    width: 150px;
}

.accordion-button {
    color: var(--hd-black);
}

.accordion-button:not(.collapsed) {
    color: var(--hd-black);
}

.accordion-body h3 {
    font-weight: 700;
}

.slidetest {
    overflow: hidden;
    padding: 0 70px;
}


.custom-carousel-control {
    position: absolute;
    bottom: 10px;
    /* Position at the bottom */
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    border-radius: 50%;
}

.carousel-control-prev {
    left: 10px;
    /* Position on the bottom left */
}

.carousel-control-next {
    right: 10px;
    /* Position on the bottom right */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: 100%, 100%;
}

.testimonialsm {
    text-align: left;
    background: rgba(237, 237, 237, 1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cltesti {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.testimonialsm p {
    margin-bottom: 25px;
    margin-top: 25px;
    min-height: 200px;
}

.testcontrol{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -80px;

}
.testcontrol .carousel-control-prev {
   position: relative;
    width: 50px;


}
.testimoil  .carousel-inner{
    width: 80%;
    margin:  auto;
}

.testcontrol .carousel-control-next {
    width: 50px;
    position: relative;
}

.qute {
    width: 55px;
}

.howeright {
    text-align: right;
    font-style: italic;

}

.how_we {
    padding-left: 10%;
    position: relative;
}

.how_we .steps {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;

}

.how_we h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 55px;
}

.howerright {
    text-align: right;
    padding: 0 0 50px 0;
}

.howeleftlinke {
    position: relative;
}



.howeleftlinke::after {
    border-left: 3px solid var(--hd-blue);
    margin-left: 30px;
    content: '';
    position: absolute;
    width: 1px;
    left: 0;
    height: 100%;
    top: 0;
}

.numberscount {
    background: var(--hd-blue);
    color: var(--hd-white);
    font-size: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    left: -7px;
    z-index: 99;
    display: flex;
    align-items: center;
    font-size:30px;

}

.noneafter::after {
    display: none;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-icon {
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
}

.search-box {
    width: 0;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    opacity: 0;
    position: absolute;
    left: -210px;
    top: 0;
    transition: width 0.4s ease, opacity 0.4s ease;
    /* Smooth transition */
}

.search-container:hover .search-box {
    width: 200px;
    /* Expand the width */
    opacity: 1;
    /* Make the text box visible */
}

.iconsarrowleft {
    background: url('/wp-content/uploads/2024/11/arrow_left.svg') no-repeat center #fff;
    background-size: 15px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);

}

.iconsarrowleft:hover {
    background: url('/wp-content/uploads/2024/11/arrow_right.svg') no-repeat center var(--hd-blue);
    transform: rotate(180deg);
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 10;
}

.iconsarrowright {
    background: url('/wp-content/uploads/2024/11/Vector-5-2.png' no-repeat center #fff;
    background-size: 15px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
/*     transform: rotate(180deg); */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);

}

.iconsarrowright:hover {
    background: url('/wp-content/uploads/2024/11/arrow_right.svg') no-repeat center var(--hd-blue);
    transform: rotate(360deg);
}

/* .carousel-control-next, .carousel-control-prev{
    background: url(../img/icon/arrow_left.svg) no-repeat center #fff;
    background-size: 15px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
  } */
  .carousel-itemtopbanner {
    height: 80vh;
    background-size: cover;
    background-position: center;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: left;

}
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .carousel-control-prev,
.carousel-fade .carousel-control-next {
    filter: brightness(0.8); /* Optional: To make controls blend in better */
}

.btnli_download  .btn_blank { 
    width: auto;
    
}
.downoadsection {
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 35px;

}
.dleft{
    width: 70%;
}
.downloadbtn{
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
    gap: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
  

}
.downloadbtn img{
    
}
.pdfgrey{
    font-size: 14px;
    color:  rgba(0, 0, 0, 0.5);
    margin: 0;

}

.pdfli li a{
    padding:25px;
    height: 52px;
}

.banner {
    position: relative;
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:  0 auto;
    background:url('/wp-content/uploads/2024/11/gredient.svg') no-repeat;
    color: #fff;
    background-size: cover;
}
.banner h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}


.enquiry_contact{
    padding: 5%;
    background: var(--hd-blue);
    border-radius: 15px;
}
.enquiry_contact .form-control{
    background: rgba(0, 0, 0, 0.2);

    width: 100%;
    color: var(--bs-white);
    font-size: 14px;
    font-weight: 700;
    border: 2px solid rgba(237, 237, 237, 0.7);
}

.enquiry_contact ul li{
    width: 100%;
}
.enquiry_contact ::placeholder {
    color: var(--hd-white);
}
.overlaybluebox{
    padding: 5%;
    background: var(--hd-blue);
    color: var(--hd-white);
    display: flex;
    gap: 15px;
    flex-direction: column;
    border-radius: 10px;
  position: relative;
  top: -9vw;
}
.overlaybluebox h3{
    font-size: 32px;
}
.overlaybluebox a{
 
    color: var(--hd-white);
    text-decoration: none;
    display: flex;
    gap: 20px;
    font-weight: 700;
}

.contactbtn {
    background: var(--hd-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    margin-top: 25px;
    color: var(--bs-blue);
    font-weight: 700;
}


.contactulli{
    margin: 8% 0;
}
.contactulli li {
    display: flex;
    gap: 25px;
    margin:30px 0 30px 0;
    align-items: center;
    font-size: 16px;
}
.contactulli li p {
margin: 0;
}

.contacir{
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-blue);
   border-radius: 100px;
}
.follow{
    border-top: 1px solid #000;
    padding: 25px 0 0 0;
}
.w-90{
    width: 90%;
}
.w-90-h-100{
    width: 90%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
}
.whybox{
    background: var(--bs-white);
    padding: 15%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 20px;
}

.whybox h3{
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}

.whybox_blue{
    background: var(--bs-blue);
    padding: 15%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: left;
    border-radius: 20px;
    color: var(--bs-white);
}
.whybox_tras{
    background: transparent;
    padding: 15%;
    
    text-align: left;
    border-radius: 20px;
    color: var(--bs-white);
    text-align: center;
}
.whybox_tras h3{
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    
}
.whybox_tras img{
    width: 60px;
}


.whybox_blue h3{
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}
.whybox_blue:hover{
    background: rgba(127, 147, 203, 1);

}

.bg_grey_new{
    background: var(--hd-grey-bg);
    box-shadow: none;
}


.image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
  }
  
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .overlay_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 88, 1);
    z-index: 999;

; /* Transparent by default */
    transition: background-color 0.5s ease; /* Smooth transition */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease; /* Smooth transition */
  }
  
  .image-container:hover .overlay_content {
    background: rgba(0, 0, 88, 1);

    opacity: 1;
  }
  
  .overlay-text {
    color: white;
    font-size: 20px;
  
  }

  .overlay-text h3{
    font-size: 32px;
    font-weight: 700;
  }
  .overlay-text p{
    font-size: 16px;
  }
 

  .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: left;
    width: 85%;
}
.whychose_list li{
 display: flex;
 gap: 10px; 
 border-bottom: 1px solid #ccc;
 padding: 15px 0;
}
.whycontentn{
    width: 80%;
}
.nav-item{
    padding: auto 20px;
}
.yeartab .nav-link{
    color:  rgba(0, 0, 0, 0.5);
    font-size: 20px;
     font-weight: 700;
     padding-left: 0;
}
.yeartab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: var(--hd-white);
    color: var(--bs-blue);
    cursor: pointer;
}
.yeartab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
    border: var(--hd-white);
    cursor: pointer;
}
.yeartab .tab-content{
    padding: 25px 0;
}
.yeartab .tab-pane h3{
    font-size: 20px;
    font-weight: 700;
}
.yeartab .lfttab {
    border-left: 8px solid var(--bs-blue);
    padding-left: 15px;
    margin-bottom: 30px;
}
.yeartab .tab-pane p{
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    margin: 0 0 5px 0;

}
.subtitleinus{
    line-height: 35px;
}

.certivicate{
    display: flex;
     gap: 20px;
}
.certivicate li a{
    border: 1px solid var(--hd-white);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    gap: 10px;
    text-decoration: none;
    border-radius: 10px;
}

.subtexthead{
    width: 70%;
    margin:  0 auto;
}

.indus_accordent .accordion-body{
    background: white;
  }

  .indus_accordent .accordion-body .img_pro{
    width: 320px;
  }
  .indus_accordent .accordion-button{
    font-size: 36px;
    background: none;
    border-bottom: 1px solid #000;
    border-radius: 0!important;
  }
.indus_accordent .accordion-button:not(.collapsed){
background: none;
color: var(blue_clr);
}
.service_count{
    display: flex;
    gap: 25px;
    margin-top: 30px;
}
.service_count h3{
    font-size: 36px;
    font-weight: 700;
    color: var(--bs-blue);
}
.serlist{
 
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 15px;
}
.serlist li{
    position: relative;
    line-height: 35px;
}
.serlist li::before{
    content: '';
    width: 10px;
    height: 10px;
    background: var(--bs-blue);
    border-radius: 100px;
    position: absolute;
    left: 0;    
    margin: 12px 0 0 -18px;
}

.servicebimg{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.otherservice{
    background: rgba(164, 164, 184, 1);

    text-align: center;
    height: 250px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: var(--hd-white);
}

.otherservice h2{
    font-size: 24px;
    font-weight: 600;
}
/* Additional styles to adjust the tab width and layout */
.industrytab .nav-tabs-left {
    flex-direction: column; /* Stack the tabs vertically */
    border-right: 1px solid #ddd; /* Right border for separation */
  }
  .industrytab .nav-tabs-right {
    flex-direction: column;
    border-left: 1px solid #ddd;
  }
.industrytab  .tab-pane {
    padding: 20px;
  }
  .industrytab .nav-link{
    width: 100%;
  background: none !important;
  font-size: 24px;
  text-align: left;
  color: #000;
  font-weight: 700;
  border: none;
  
  }
  .industrytab .nav-link:hover{
    outline: none;
    border: none;
  }
.industrytab li{
width: 100%;
border-bottom: 1px solid #000;
  padding: 20px 0;
}
  .induscontent h3{
    font-weight: 700;
    font-size: 32px;
    margin:0 0 15px 0;
  }
  .conroslsecss{
    position: absolute; 
    left: 0;
    right: 0;
    bottom:- 40px;
    text-align: center;
    display: flex;
    width: 30%;
    margin: 0 auto;
    text-align: center;
  }
.conroslsecss  .carousel-control-prev {
    left: -33px;
    position: relative;
    top: 11px;
    width: 51px;
    height: 50px;
    background: none;
}
.conroslsecss  .carousel-control-next {
    left: 33px;
    position: relative;
    top: 11px;
    width: 51px;
    height: 50px;
    background: none;
}
.servicebotom{
    padding-bottom: 15%;
}
.servicebotom  .newsbox .newscontent {
    text-align: left;

}
.testimoil .newscontent{
    text-align: left;
}
.testimoil .newsbox:hover{
    border-radius: 10px ;
 
}
.arrowtopright {
    position: absolute;
    display: flex;
    width: 145px;
    justify-content: space-between;
    right: 80px;
    top: -130px;
}
.testimoil{
    position: relative;
}
.testimoil .carousel-control-prev, .carousel-control-next{
    width: auto;
    position: relative;
}
.indusulsec{
    padding-left: 30px;
    position: relative;
}
.indusulsec li::before{
    width: 20px;
    height: 20px;
    background: var(--hd-blue);
    position: absolute;
    content: '';
    margin-top: 7px;
    left: 0;
}
.textrightbloc{
    display: flex;
    justify-content: end;
}
.testibg{
    background: var(--hd-grey-bg);
}
.aboutctest{
    padding: 8% 5%;
    position: relative;
 
}
.aboutctest .quaabout{
    position: absolute;
    right: 8%;
    
}

.botprofil{
    padding: 0 5% 5% 5%;
}
.aboutctest h3{
    line-height: 45px;
}
.profileico{
    border-radius: 100px;
}
.botprofil{
    align-items: center;
    gap: 10px;
  
}
.rolse{
    display: flex;
    flex-direction: column;
}
.teamname{
    z-index: 9;
    position: absolute;
    bottom: 10px;
    left: 31px;
}
.teamname h3{
    font-size: 28px;
    font-weight: 700;
    color: var(--hd-white);
}
.teamname p{
    font-size: 20px;    
    color: var(--hd-white);
}

.borderir{
    border-right: 1px solid #fff;
}

.aboutinner:hover{
    background: var(--bs-blue);
    color: var(--bs-white);
}
.aboutinner:hover .iconwhites path{
    fill: var(--bs-white);
}

.recenblocknews{
    display: flex;
}
.recenblocknews  .imgnews img{
    border-radius: 10px 0 0 10px;
}
.recenblocknews  .imgrecent {
    height: 330px;
    width: 100%;
}
