/*////////////////responsive 320px //////////
*/
/*@media (max-width: 320px){
	.carousel-control-prev-icon {
		margin-top: -151px;
	}
}

@media (max-width: 320px){
	.carousel-control-next-icon {
		margin-top: -151px;
	}
}

@media (max-width: 320px){
.carousel-indicators [data-bs-target] {
	    margin-top: -195px;
	}
}*/

@media (max-width: 320px){
.top {
	    margin-top: -195px;
	}
}

@media (max-width: 320px){
.carousel-item img {
    height: 60vh;
    object-fit: cover;
}
}


@media (max-width: 320px){
.fa-handshake-o {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -19px !important;
}
}


@media (max-width: 320px){
.fa-map-marker {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -9px !important;
}
}

@media (max-width: 320px){
.fa-book {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -14px !important;
}
}

@media (max-width: 320px){
.fa-briefcase {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -15px !important;
}
}




/*////////////////responsive 375px //////////
*/

/*@media (max-width: 375px){
	.carousel-control-prev-icon {
		margin-top: -151px;
	}
}

@media (max-width: 375px){
	.carousel-control-next-icon {
		margin-top: -151px;
	}
}

@media (max-width: 375px){
.carousel-indicators [data-bs-target] {
	    margin-top: -195px;
	}
}*/

@media (max-width: 375px){
.top {
	    margin-top: -195px;
	}
}

@media (max-width: 375px){
.carousel-item img {
    height: 60vh;
    object-fit: cover;
}
}


@media (max-width: 375px){
.fa-handshake-o {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -19px !important;
}
}


@media (max-width: 375px){
.fa-map-marker {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -9px !important;
}
}

@media (max-width: 375px){
.fa-book {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -14px !important;
}
}

@media (max-width: 375px){
.fa-briefcase {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -15px !important;
}
}


/*////////////////responsive 425px //////////
*/
/*
@media (max-width: 425px){
	.carousel-control-prev-icon {
		margin-top: -151px;
	}
}

@media (max-width: 425px){
	.carousel-control-next-icon {
		margin-top: -151px;
	}
}

@media (max-width: 425px){
.carousel-indicators [data-bs-target] {
	    margin-top: -195px;
	}
}*/

@media (max-width: 425px){
.top {
	    margin-top: -93px;
	}
}
@media (max-width: 425px){
.carousel-item img {
    height: 60vh;
    object-fit: cover;
}
}


@media (max-width: 425px){
.fa-handshake-o {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -19px !important;
}
}


@media (max-width: 425px){
.fa-map-marker {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -9px !important;
}
}

@media (max-width: 425px){
.fa-book {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -14px !important;
}
}

@media (max-width: 425px){
.fa-briefcase {
    position: absolute !important;
    margin-top: -14px !important;
    margin-left: -15px !important;
}
}


/*\\\\\\\\\\\\\\\\\text address responsive /////////////////////*/







/*\\\\\\\\\\\\\\\\\btn button responsive home page /////////////////////*/

@media (max-width: 375px){
.lh-base {
    min-width: 51vh;
}
}



/*\\\\\\\\\\\\\\\\ counder css \\\\\\\\\\\\\\\\\\*/

/* General section styling */
.ttm-row {
    position: relative;
    padding: 5px 0;
/*    height: 35vh;
*/
}

.ttm-bgcolor-darkgrey-line {
    background-color: #000000; /* pure black */
    color: #ffffff;            /* white text for contrast */
}


.ttm-bgimage-yes.bg-img10 {
    background-image: url('path-to-your-background.jpg'); /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ttm-row-wrapper-bg-layer {
    position: absolute;
    content: '';
    top: 0; left: 0;
    width: 80%;
    height: 80%;
    opacity: 0.7;
    z-index: 0;
}

.ttm-row .container {
    position: relative;
    z-index: 1;
}

/* Column styling */
.ttm-fid {
    text-align: center;
    padding: 30px 15px;
}

.ttm-icon-wrapper {
    margin-bottom: 20px;
}

.ttm-icon {
    display: inline-block;
    background-color: #ff6600; /* Example skin color */
    color: #000;
    padding: 20px;
    font-size: 36px;
    border-radius: 50%;
    transition: transform 0.3s;
}

.ttm-icon:hover {
    transform: scale(1.1);
}

/* Number and Title */
.ttm-fid h4 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.ttm-fid h4 span.ml-5 {
    margin-left: 5px;
}

.ttm-fid-title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    color: #dcdcdc;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .ttm-fid {
        padding: 20px 10px;
    }

    .ttm-icon {
        font-size: 28px;
        padding: 16px;
    }

    .ttm-fid h4 {
        font-size: 28px;
    }

    .ttm-fid-title {
        font-size: 16px;
    }
}


.fa-handshake-o {
    position: absolute;
    margin-top: -18px;
    margin-left: -23px;
    transform: scale(0.7); /* 0.7 matlab 70% size */
}
.fa-map-marker{
     position: absolute;
    margin-top: -18px;
    margin-left: -10px;
    transform: scale(0.7); /* 0.7 matlab 70% size */

}

.fa-book {
   position: absolute;
    margin-top: -18px;
    margin-left: -17px;
    transform: scale(0.7); /* 0.7 matlab 70% size */

}

.fa-briefcase {
    position: absolute;
    margin-top: -17px;
    margin-left: -18px;
    transform: scale(0.7);
}


.container-ab{
	margin-top: 10px;
}




@media (max-width: 320px) {
    .contact-infos {
    margin-left: -10px;
}

    }



/*    /////////////////////////// back 4 card\\\\\\\\\\\\\\\\\\\\\*/

.ttm-row.zero-padding-section {
    padding: 0;
    position: relative;
    z-index: 1;
}

.ttm-bgcolor-darkgrey {
    background-color: #2e2e2e;
    color: #ffffff;
    width: 100%;
    margin-left: 1px;
}

.ttm-bgcolor-skincolor {
    background-color: #f5a623; 
    color: #ffffff;
}

.ttm-bgcolor-skincolor2 {
    background-color: #2e2e2e; 
    color: #ffffff;
}
.featured-icon-box {
    display: flex;
    align-items: center;
    padding: 25px 20px;
    margin-bottom: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.featured-icon-box.left-icon {
    flex-direction: row;
}

.featured-icon-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.ttm-icon-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
}

.ttm-icon_element-bgcolor-darkgrey {
    background-color: #ffffff;
}

.ttm-icon_element-bgcolor-skincolor {
    background-color: #ffffff;
}

.ttm-icon_element-size-md {
    font-size: 28px;
}

.featured-content {
    flex-grow: 1;
}

.featured-title h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: inherit;
}

@media (max-width: 767px) {
    .featured-icon-box {
        flex-direction: column;
        text-align: center;
    }

    .featured-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ttm-icon {
        margin-right: 0;
    }
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
@media (max-width: 768px){
   .featured-title h6 {
    margin-left: -27px;
}
}

@media (max-width: 320px){
   .featured-title h6 {
    margin-left: -9px;
}
}

@media (max-width: 375px){
   .display-3 {
    font-size: 32px;
}
}









/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\all mobile view responsive icons counter////////////////////////////////*/



@media (max-width: 430px){
.fa-handshake-o {
    margin-top: -14px;
    margin-left: -19px;
}
}

@media (max-width: 430px){
.fa-map-marker {
    margin-top: -14px;
    margin-left: -9px;
}
}


@media (max-width: 430px){
.fa-book {
    margin-top: -14px;
    margin-left: -14px;
}
}

@media (max-width: 430px){
.fa-briefcase {
    margin-top: -14px;
    margin-left: -14px;
}
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\all mobile view responsive footer address////////////////////////////////*/


@media (max-width: 360px){
.lh-base {
  min-width: 10px;
}
}

/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\all mobile view responsive hero 4 card text////////////////////////////////*/


@media (max-width: 412px){
.featured-title h6 {
    margin-left: -14px;

}
}



/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\all mobile view responsive footer address////////////////////////////////*/


@media (max-width: 1024px){
.lh-base {
  min-width: 10px;
}
}






/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\all mobile view responsive icons counter////////////////////////////////*/



@media (max-width: 540px){
.fa-handshake-o {
    margin-top: -14px;
    margin-left: -19px;
}
}

@media (max-width: 540px){
.fa-map-marker {
    margin-top: -14px;
    margin-left: -9px;
}
}


@media (max-width: 540px){
.fa-book {
    margin-top: -14px;
    margin-left: -14px;
}
}

@media (max-width: 540px){
.fa-briefcase {
    margin-top: -14px;
    margin-left: -14px;
}
}


/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\all mobile view responsive hero 4 card text////////////////////////////////*/


@media (max-width: 853px){
.featured-title h6 {
    margin-left: -14px;

}
}

@media (max-width: 768px){
.featured-title h6 {
    margin-left: -16px;
    font-size: 10px;
}
}

@media (max-width: 344px){
.featured-title h6 {
    margin-left: -5px;

}
}

/*img {
  filter: brightness(0) invert(1);
  width: 32px;
  height: 32px;
}
*/

@media (max-width: 375px){
.sec-line {
    margin-left: -25px;

}
}

@media (max-width: 375px){
.sec-con {
    margin-left: -25px;

}
}
@media (max-width: 375px){
.our-com {
    margin-left: -25px;

}
}

/*\\\\\\\\\\\\\\414 px\\\\\\\\\\\\\\\\*/


@media (max-width: 414px){
.sec-line {
    margin-left: -25px;

}
}

@media (max-width: 414px){
.sec-con {
    margin-left: -25px;

}
}
@media (max-width: 414px){
.our-com {
    margin-left: -25px;

}


/*\\\\\\\\\\\\\\\\\\\\\430 px\\\\\\\\\\\\\\\\\\\\\\\
*/
@media (max-width: 430px){
.sec-line {
    margin-left: -25px;

}
}

@media (max-width: 430px){
.sec-con {
    margin-left: -25px;

}
}
@media (max-width: 430px){
.our-com {
    margin-left: -25px;

}




/*\\\\\\\\\\\\\\\\\\\\\540 px\\\\\\\\\\\\\\\\\\\\\\\
*/
@media (max-width: 540px){
.sec-line {
    margin-left: -25px;

}
}

@media (max-width: 540px){
.sec-con {
    margin-left: -25px;

}
}
@media (max-width: 540px){
.our-com {
    margin-left: -25px;

}}






 