#navbarTogglerDemo03 {
    position: relative;
    z-index: 10 !important;
}

@font-face {
    font-family: 'Aller Display';
    src: url('fonts/AllerDisplay-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

p {
    font-family: 'Roboto', sans-serif;
}
a{font-family: 'Roboto', sans-serif;}

h1,h2,h3,h4,h5{font-family: 'Roboto', sans-serif;}

button:focus {
    outline: none;
}


/* section1 */


.outsourcesapps {
    width: 100%;
    float: left;
	padding:30px 0;
}

.fireflies {
    overflow-x: clip
}

.header {
    z-index: -1;
    position: relative;
}

.techngs {
    width: 100%;
    float: left;
    padding: 100px 0 0px;
}

.techngs .projectlevels {
    text-align: center;
    position: relative;
    width: 600px;
    height: 600px;
    margin: auto;
    z-index: 1;
}

.techngs .hyperscaling {
    padding: 0 52px;
}

.techngs .main-text {
    font-size: 56px;
    margin-bottom: 20px;
    line-height: 65px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Aller Display', sans-serif !important;
    font-weight: 600;
}

.techngs .subtext {
    font-size: 20px;
    color: #1B1B1B;
    line-height: 27px;
    margin-bottom: 20px;
    font-family: 'roboto', sans-serif;
}

.techngs .ourswprojects {
    display: inline-grid;
    position: relative;
    z-index: 1;
}

.techngs .hiringprofs {
    margin-bottom: 20px;
    background-color: #000;
    color: #fff !important;
}

.techngs .ourswprojects .btn {
    display: inline-block;
    padding: 7px 15px;
    font-size: 18px;
    color: #190101;
    border: none;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: 200px;
}

.techngs .hiringprofs:hover {
    background-color: #000;
    color: #fff !important;
    text-decoration: underline !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

a.btn.hireprofs:hover {
    text-decoration: underline !important;
}
.techngs .ourswprojects .hireprofs:hover {
    color: #1e1b1b !important;
    text-decoration:underline;
    background: transparent;
	
}

.techngs .ourswprojects i {
    margin-left: 10px;
}

.techngs .circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: visible;
    bottom: 99px;
    border: 1px solid #cccc;
    background: transparent;
}

.techngs .second-circle {
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 927px;
    height: 927px;
    margin: auto;
    bottom: -56px;
    margin: auto;
    text-align: center;
  
}

/* Positioning icons around the circle */

.techngs .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 .9375rem #3e2d8380;
    transition: 5s ease;
}



.techngs .icon i {
    font-size: 25px;
    color: blue;
}

.techngs .toolsfordev {
    font-size: 25px;
}

/* Individual positions */
.techngs .icon1 {
    top: 4%;
    left: 24%;
    transform: rotate(0deg) translateX(-50%);

}

.techngs .icon2 {
    top: 6%;
    left: 81%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon3 {
    top: 38%;
    left: 100%;
    transform: rotate(0deg) translateX(-50%);
}


.techngs .icon3-next {
    top: 53%;
    left: 100%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon4 {
    top: 74%;
    left: 91%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon4-before {
    top: 64%;
    right: -19%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon4-after {
    top: 91%;
    left: 76%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon5 {
    top: 97%;
    left: 49%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon6 {
    top: 73%;
    left: 10%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon7 {
    top: 35%;
    left: 1%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon7-next {
    top: 51%;
    left: 0%;
    transform: rotate(0deg) translateX(-50%);
}


.techngs .icon8 {
    top: 27%;
    left: 4%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon9 {
    top: 20%;
    left: 92%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon9-after {
   top: 28%;
   left: 98%;
   transform: rotate(-13deg) translateX(-50%);
}

.techngs .icon10 {
    top: 50%;
    left: 100%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon10-after {
    top: 68%;
    left: 96%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon11 {
    top: 82%;
    left: 86%;
    transform: rotate(0deg) translateX(-50%);
}


.techngs .icon12 {
    top: 97%;
    left: 50%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon13 {
    top: 94%;
    left: 35%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon14 {
    top: 82%;
    left: 14%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon14-before {
    top: 88%;
    left: 20%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon15 {
    top: 61%;
    left: 2%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .icon15-before {
    top: 69%;
    left: 4%;
    transform: rotate(0deg) translateX(-50%);
}

.techngs .sharedicon {
    position: absolute;
    left: -59%;
    top: 46%;
    object-fit: contain;
    width: 100%;
	font-size: 23px;
	}

.techngs .tiptools {
    position: relative;
    display: flex;
	align-items:center;
	justify-content:center;
}

.techngs .tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 10;
    bottom: 62px;
    left: 50%;
    margin-left: -109px;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.techngs .tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #4c4c4f transparent transparent transparent;
}


.techngs .tiptools:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
    z-index: 11;
}

.techngs .subicons {
    position: absolute;
    width: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.techngs .subicons2 {
    position: absolute;
    width: 50px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.techngs .likes {
    font-size: 23px;
    margin-left: 4px;
}

.techngs .arc1 {
    overflow: hidden;
    width: 139px;
    height: 188px;
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/11/leftarc.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 220px;
    left: -140px;
    z-index: -1;
}

.techngs .arc2 {
    overflow: hidden;
    width: 139px;
    height: 188px;
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/11/rightarc.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 224px;
    right: -139px;
    z-index: -1;
  }

.techngs .deliverysoftwares {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    background: -webkit-linear-gradient(#e00b61, #11118b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.techngs .icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.techngs .waveicon {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    margin: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.techngs .icon1:hover .waveicon,
.techngs .icon2:hover .waveicon,
.techngs .icon3:hover .waveicon,
.techngs .icon4:hover .waveicon,
.techngs .icon6:hover .waveicon,
.techngs .icon7:hover .waveicon,
.techngs .icon8:hover .waveicon,
.techngs .icon9:hover .waveicon,
.techngs .icon10:hover .waveicon,
.techngs .icon11:hover .waveicon,
.techngs .icon12:hover .waveicon,
.techngs .icon14:hover .waveicon,
.techngs .icon15:hover .waveicon {
    background-color: #E8D4D0;
}

/* Animation for the circular waves */
.techngs .icon1:hover .delay1,
.techngs .icon2:hover .delay1,
.techngs .icon3:hover .delay1,
.techngs .icon4:hover .delay1,
.techngs .icon6:hover .delay1,
.techngs .icon7:hover .delay1,
.techngs .icon8:hover .delay1,
.techngs .icon9:hover .delay1,
.techngs .icon10:hover .delay1,
.techngs .icon11:hover .delay1,
.techngs .icon12:hover .delay1,
.techngs .icon14:hover .delay1,
.techngs .icon15:hover .delay1 {
    -webkit-animation: waves 2.5s linear infinite;
    animation: waves 2.5s linear infinite;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.techngs .icon1:hover .delay2,
.techngs .icon2:hover .delay2,
.techngs .icon3:hover .delay2,
.techngs .icon4:hover .delay2,
.techngs .icon6:hover .delay2,
.techngs .icon7:hover .delay2,
.techngs .icon8:hover .delay2,
.techngs .icon9:hover .delay2,
.techngs .icon10:hover .delay2,
.techngs .icon11:hover .delay2,
.techngs .icon12:hover .delay2,
.techngs .icon14:hover .delay2,
.techngs .icon15:hover .delay2 {
    -webkit-animation: waves 2.5s linear 0.7s infinite;
    animation: waves 2.5s linear 0.7s infinite;

}

.techngs .icon1:hover .delay3,
.techngs .icon2:hover .delay3,
.techngs .icon3:hover .delay3,
.techngs .icon4:hover .delay3,
.techngs .icon6:hover .delay3,
.techngs .icon7:hover .delay3,
.techngs .icon8:hover .delay3,
.techngs .icon9:hover .delay3,
.techngs .icon10:hover .delay3,
.techngs .icon11:hover .delay3,
.techngs .icon12:hover .delay3,
.techngs .icon14:hover .delay3,
.techngs .icon15:hover .delay3 {
    -webkit-animation: waves 2.5s linear 1.3s infinite;
    animation: waves 2.5s linear 1.3s infinite;
}

.techngs .icon1:hover .delay4,
.techngs .icon2:hover .delay4,
.techngs .icon3:hover .delay4,
.techngs .icon4:hover .delay4,
.techngs .icon6:hover .delay4,
.techngs .icon7:hover .delay4,
.techngs .icon8:hover .delay4,
.techngs .icon9:hover .delay4,
.techngs .icon10:hover .delay4,
.techngs .icon11:hover .delay4,
.techngs .icon12:hover .delay4,
.techngs .icon14:hover .delay4,
.techngs .icon15:hover .delay4 {
    -webkit-animation: waves 2.5s linear 1.9s infinite;
    animation: waves 2.5s linear 1.9s infinite;
}

@-webkit-keyframes waves {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        /* Adjust wave size */
        opacity: 0;
        /* Fade out effect */
    }
}


.techngs .icon1:hover .waveicon {
    background-color: #E8D4D0;
}

.techngs .icon2:hover .waveicon {
    background-color: #D6E8D0;

}

.techngs .icon3:hover .waveicon {
    background-color: #D0D8E8;

}

.techngs .icon4:hover .waveicon {
    background-color: #E8D0E2;

}

.techngs .icon6:hover .waveicon {
    background-color: #F6E8D0;

}

.techngs .icon7:hover .waveicon {
    background-color: #DAD0E8;

}

.techngs .icon8:hover .waveicon {
    background-color: #D0E8E4;

}

.techngs .icon9:hover .waveicon {
    background-color: #C7E4E8;

}

.techngs .icon10:hover .waveicon {
    background-color: #D6E8D0;

}

.techngs .icon11:hover .waveicon {
    background-color: #D0D8E8;

}


.techngs .icon12:hover .waveicon {
    background-color: #F6E8D0;

}
.techngs .icon14:hover .waveicon {
    background-color: #E8D0E2;

}

.techngs .icon15:hover .waveicon {
    background-color: #F6E8D0;

}

/* section2 */

.keyfeaturesservices {
    width: 100%;
    padding: 60px 0 0px;
    float: left;
}

.servicesours {
    color: #1734E9;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

.keyfeatures {
    font-size: 42px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 20px;
	
	
}
.irrespectives  .keyfeatures {
    font-size: 42px !important;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 30px !important;
	border-bottom:none !important;
	color: #000 !important;
	
}
.services-container {
    margin-top: 30px;
	margin-bottom:30px;
}
.irrespectives .sustainables {
    width: 100%;
    font-size: 22px !important;
    line-height: normal !important;
    font-weight: 400 !important;
}
.sustainables {
    width: 100%;
    font-size: 22px !important;
    line-height: normal;
    font-weight: 400;
}

.keyfeaturesservices .digiupgrade {
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.keyfeaturesservices .digiservices {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 80px;
	}

.keyfeaturesservices .service-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease, border-top-width 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    width: 100%;
    min-height: 315px;
	background:#f8f8f8;
}

.keyfeaturesservices .service-card:hover {
    border-top-width: 3px;
    border-top-color: #1734E9;
    border-top-style: solid;
    

}

.keyfeaturesservices .service-card .read-more {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
	position: absolute;
    bottom: 22px;
}

.keyfeaturesservices .service-card:hover .read-more {
    color: #1734E9;

}

.keyfeaturesservices .service-icon {
    margin-bottom: 1rem;
}

.keyfeaturesservices .service-icon img {
    width: 50px;
}

.keyfeaturesservices .service-card h4 {
    font-size: 21px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-align: left;
}

.keyfeaturesservices .service-card p {
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 30px;
	text-align: left;
}

.services-container .slick-prev.slick-arrow,
.services-container .slick-next.slick-arrow {
    color: transparent;
    background-color: transparent;
    border: none;

}

.services-container .slick-prev.slick-arrow::before,
.services-container .slick-next.slick-arrow::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}
.menu-item-new .icon img{
		width: 100%;
        height: 50px;
        object-fit: contain;}
.services-container .slick-prev.slick-arrow::before {
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/05/arrow-icon.webp') !important;
}

.services-container .slick-next.slick-arrow::before {
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/05/arrow-icon.webp') !important;
    transform: rotateZ(180deg);
}

.services-container .slick-next {
    right: -83px;
    display: inline-block !important;
    position: absolute;
    top: 50%;
    background: transparent;
    box-shadow: none;
}

.services-container .slick-prev {
    left: -15px;
    display: inline-block !important;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: transparent;
    box-shadow: none;
}

.services-container .slick-prev.slick-arrow {
    opacity: 0.4;
    cursor: pointer;
}

.services-container .slick-next.slick-arrow {
    opacity: 0.4;
    cursor: pointer;
}



.services-container .slick-slide {
    margin-left: 6px;
    margin-right: 6px;
}

.services-container button:focus {
    outline: none !important;
}
.services-container .slick-prev.slick-arrow, .services-container .slick-next.slick-arrow {
        display: none !important;
	}

.slick-dots {
    bottom: -80px !important;
    top: inherit;
	}
	
.slick-dots li button {
   display: block;
    font-size: 0;
    width: 10px !important; 
    height: 10px !important; 
    border-radius: 50% !important; 
    border: 1px solid #ccc !important; 
    background: transparent !important; 
    cursor: pointer !important; 
    text-indent: -9999px !important; 
    overflow: hidden !important; 
    position: relative !important; 
	margin: 0 5px !important; 
}

.slick-dots li.slick-active button {
    background: #000 !important;
}
.slick-dots li {
    list-style: none;
    margin: 15px 3px;
}



/* section3 */

.spokebe {
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
}

.tenplusverticals {
    background: #000;
    padding: 15px;
}


.tenplusverticals .slider-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    gap: 30px;
}

.tenplusverticals .vertical-slider {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
	height: auto;
}

.tenplusverticals .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tenplusverticals .menu-item-new {
    cursor: pointer;
	padding: 5px 10px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tenplusverticals .menu-item-new.active {
    background-color: #0056b3;
    color: white;
	border-radius: 5px;
}

.tenplusverticals .icon {
    margin-bottom: 5px;
}

.tenplusverticals .content-section-new {
    padding: 15px;
    display: flex;
}

.tenplusverticals .content-section-new .row {
    display: flex;
    align-items: end;
}

.portfoliosolutions {
    background-color: #f4f4f4;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
}

.tenplusverticals .case-study img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	height: 210px;
    object-fit: cover;

}

.viewallportfolios {
    text-align: center;
}

.viewallportfolios img {
    width: 100%;
    border-radius: 10px;
}

.tenplusverticals .case-study button {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(135deg, #f0f0f0, #ffffff);
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: none;
    transition: background 0.5s ease, transform 0.3s ease;

}

.tenplusverticals .case-study button:hover {
    background: linear-gradient(135deg, #ffffff, #f0f0f0, );
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.viewallportfolios button {
    font-family: 'Roboto', sans-serif;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
	padding: 10px 20px;
    text-align: left;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 23px;
    transition: background 0.5s ease, transform 0.3s ease;
}

.viewallportfolios button:hover {
    background: linear-gradient(135deg, #ffffff, #f0f0f0, );
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
 }

.devsolutions {
    width: 100%;
}

/* Arrows */
.tenplusverticals .prev-arrow-new,
.tenplusverticals .next-arrow-new {
    cursor: pointer;
    font-size: 24px;
    padding: 10px;
    user-select: none;
    color: #fff;
}

.tenplusverticals .prev-arrow-new {
    position: absolute;
    top:0;
    left: 30px;
}

.tenplusverticals .next-arrow-new {
    position: absolute;
    bottom:0;
    left: 30px;
}

.ourserviceslist {
    color: #ffffff;
}

.devsolutions h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.image-container {
    display: inline-block;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    transition: transform 0.3s ease;
	height: 210px;
    object-fit: cover;

}

.image-container:hover img {
    transform: scale(1.05);
    animation: pulse 1s infinite alternate;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

/* section4 */

.irrespectives {
    text-align: center;
   
}

.trendingtechs ul li.bg {
    transform: translatex(-300%);
    z-index: -1;
    transition: all .5s ease-in-out;
}

.trendingtechs #button-1:checked~ul li.bg {
    transform: translatex(-300%);
}

.trendingtechs #button-2:checked~ul li.bg {
    transform: translatex(-200%);
}

.trendingtechs #button-3:checked~ul li.bg {
    transform: translatex(-100%);
}

.trendingtechs #button-1:checked~#content #tab-1 {
    display: flex;
}

.trendingtechs #button-2:checked~#content #tab-2 {
    display: flex;
}

.trendingtechs #button-3:checked~#content #tab-3 {
    display: flex;
}

.trendingtechs #button-1:checked~#shadow #content {
    transform: translatex(0px);
}

.trendingtechs #button-2:checked~#shadow #content {
    transform: translatex(-33.33%);
}

.trendingtechs #button-3:checked~#shadow #content {
    transform: translatex(-66.67%);
}

.trendingtechs #shadow {
    overflow-x: clip;
}

.trendingtechs #content {
    display: flex;
    width: 300%;
    box-sizing: border-box;
    transition: all .5s ease-in-out;
}

input[type="radio"] {
    display: none;
}

.trendingtechs .tabs-section {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.trendingtechs .tab-links {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    list-style: none;

}

.trendingtechs .tab-content.active {
    display: block;
    opacity: 1;
}

.trendingtechs .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    background-color: #F8F8F8;
    border-radius: 3px;
}

.trendingtechs .grid-item {
    padding: 20px;
    border: 1px solid #ddd;
    text-align: left;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 1;
}

.trendingtechs .grid-item:hover {
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    border-color: #1734E9;
    opacity: 0.9;
}

.trendingtechs .grid-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
	font-weight:bold;
	margin-bottom: 20px;
}

.trendingtechs .grid-item p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0px;
	font-weight:400;
}

.trendingtechs .grid-item a {
    font-size: 18px;
    color: #007BFF;
    font-weight: bold;
    text-decoration: none;
}


.trendingtechs .tab-links li {
    position: relative;
    cursor: pointer;
    padding: 10px 40px;
    transition: color 0.3s ease;
}

.trendingtechs .tab-links li h4 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    font-size: 22px;
    cursor: pointer;
}

.trendingtechs .heading-with-line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: 59%;
    background-color: #282d32;
}

.trendingtechs .tab-links li.active {
    color: #1734E9;
    position: relative;
}

.trendingtechs .tab-links li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background-color: #1734E9;
}

#trending .tab-content,
#technology .tab-content,
#application .tab-content {
    transition: transform 0.5s ease-in-out;
}

.weassist {
    display: flex;
    align-items: start;
}

.weassist img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin-top: 10px;
	margin-right: 25px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    border: 1px solid #8c8b8b;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
    background-color: rgb(26 23 23);
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr;
    }
}

/* section5 */
.ourstats {
    padding: 60px 20px;
    background-color: #000;
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/12/bannerbgdec.gif');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
	animation: infiniteScroll 10s ease-in-out infinite;
}

@keyframes infiniteScroll {
    0% {
        background-position: top center;
    }
    50% {
        background-position: center center;
    }
    100% {
        background-position: bottom center;
    }
}
.newsfsolutions {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #ffffff;
    margin-top: 20px;
}

.ourstats .stats-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0;
}

.ourstats .stat-box {
    background-color: white;
    border-radius: 10px;
    padding: 8px 0;
    width: 300px;
    height: 97px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border-top: 5px solid transparent;
}

.ourclientslogos {box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);background-color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 100%; height:225px;gap:50px;border-radius: 10px;}
.vidiowatchs:hover{color:#ffffff;}
.ourstats .stat-box:hover {
    border-top-color: #1734E9;
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}
.expertiseyrs{display: flex;
    align-items: center;
    justify-content: center;}

.ourstats .stat-box h2 {
    font-size: 42px;
    margin: 0;
    color: #000;
}

.ourstats .stat-box p {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}



/* section6 */

.essentialcards {
	width: 100%;
    float: left;
}

.essentialcards .card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 0;
	background: #F8F8F8;
}

.essentialcards .card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 340px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    will-change: transform;
}

.essentialcards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: #000;
    color: #fff;
}

.essentialcards .card:hover ul li i {
    color: #fff;
}

.essentialcards .card:hover .cta {
    color: #fff;
    text-decoration: underline;
}

.essentialcards .card .header {
    margin-bottom: 10px;
}

.essentialcards .card .tag {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
}

.essentialcards h3 {
    margin-bottom: 10px;
    font-size: 39px;
}

.essentialcards p {
    margin-bottom: 20px;
    font-size: 18px;

}

.essentialcards ul {
    list-style: none;
    margin-bottom: 20px;
    display: contents;
}

.essentialcards ul li {
    font-size: 14px;
    margin-bottom: 6px;
}

.essentialcards ul li i {
    margin-right: 8px;
    color: #000000;
}

.essentialcards .cta {
    display: inline-block;
    font-size: 18px;
    color: #3c3232;
    text-decoration: none;
    font-weight:400;
}
.essentialcards .cta:hover {text-decoration:underline !important;}

/* section7 */

.valueyourprojects {
    background-color: #000;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.valueyourprojects h2 {
    margin: 30px 0;
}

.valueyourprojects button {
    padding: 9px 36px;
    font-size: 18px;
    color: #000000;
    background-color: #e3e3e3;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Roboto', sans-serif;
    border: none;
    margin-bottom: 30px;
}

.valueyourprojects button:hover {
    background-color: #0a1fb9;
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	color: #fff;
}

/* section8 */

.ourclientstesti .testimonial-section {
    padding: 20px;
}

.ourclientstesti .testimonis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* Left Column: Testimonial text styling */
.ourclientstesti .testimonial-text {
    padding: 20px;
    max-width: 100%;
}

.ourclientstesti .testimonial-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.ourclientstesti .testimonial-text h4 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
}

.ourclientstesti .testimonial-text .author {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.ourclientstesti .testimonial-text .author-img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 10px;
}

/* Right Column: Video or Profile card styling */
.ourclientstesti .testimonial-video {
    padding: 20px;
    max-width: 100%;
}

.play-button a {
    cursor: pointer;
}

.ourclientstesti .video-card {
    position: relative;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.ourclientstesti .video-thumbnail img {
    width: 100%;
    border-radius: 10px;
}

.ourclientstesti .play-button {
    position: absolute;
    top: 59%;
    left: 41px;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
}

.ourclientstesti .video-author-details {
    padding: 15px;
    color: #fff;
    background-color: #333;
    text-align: center;
    border-radius: 0 0 10px 10px;
}



.clientstestimonials .slick-prev.slick-arrow,
.clientstestimonials .slick-next.slick-arrow {
    color: transparent;
    background-color: transparent;
    border: none;

}

.clientstestimonials .slick-prev.slick-arrow::before,
.clientstestimonials .slick-next.slick-arrow::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.clientstestimonials  .slick-prev.slick-arrow, .clientstestimonials  .slick-next.slick-arrow {
        display: none !important;
	}
.clientstestimonials .slick-prev.slick-arrow::before {
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/05/arrow-icon.webp') !important;
}

.clientstestimonials .slick-next.slick-arrow::before {
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/05/arrow-icon.webp') !important;
    transform: rotateZ(180deg);
}

.clientstestimonials .slick-next {
    right: -33px;
    display: inline-block !important;
    position: absolute;
    top: 50%;
    background: transparent;
    box-shadow: none;
}

.clientstestimonials .slick-prev {
    left: -52px;
    display: inline-block !important;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: transparent;
    box-shadow: none;
}

.clientstestimonials .slick-prev.slick-arrow {
    opacity: 0.4;
    cursor: pointer;
}

.clientstestimonials .slick-next.slick-arrow {
    opacity: 0.4;
    cursor: pointer;
}

.clientstestimonials .slick-dots li {
    display: none;
}

.clientstestimonials .slick-slide {
    margin-left: 6px;
    margin-right: 6px;
}

.clientstestimonials button:focus {
    outline: none !important;
}

#clientstestvideo .slick-prev.slick-arrow {
    opacity: 0.4;
    cursor: pointer;
    display: none !important;
}

#clientstestvideo .slick-next.slick-arrow {
    opacity: 0.4;
    cursor: pointer;
    display: none !important;
}

@media (max-width: 768px) {

    .ourclientstesti .testimonial-text,
    .ourclientstesti.testimonial-video {
        padding: 10px;
        max-width: 100%;
    }
}


/* section9 */
.ouremploysays {
    background: #000;
    height: auto;
    color: #fff;
}

.knowusbetter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.watchourvideos button {
    padding: 9px 36px;
    font-size: 18px;
    color: #000000;
    background-color: #e3e3e3;
	text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Roboto', sans-serif;
    border: none;

}

.watchourvideos button:hover {
    background-color: #0a1fb9;
    transform: scale(1.05);
	color:#ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.watchourvideos {
    padding: 0px 54px;
}

.watchourvideos a {
    color: #000000;
}
.watchourvideos a:hover { color: #ffffff;}
.watchourvideos h4 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.colanemployeetrail img {
    width: 100%;
    height: 100%;
    margin-left: 30px;
}

/* section10 */


.ourblogsupdates {
    display: flex;
    transition: transform 0.4s ease-in-out;
    margin-top: 35px;
    margin-bottom: 35px;
}

.ourblogsupdates .carousel-card {
    background-color: #F8F8F8;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 10px;
    min-width: 335px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ourblogsupdates .carousel-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.ourblogsupdates .carousel-card:hover a {
    color: #1734E9;
}

.ourblogsupdates .carousel-card img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-inners {
    padding: 30px 25px;
    text-align: left;
}

.ourblogsupdates h4 {
    font-size: 22px;
    margin: 10px 0;
    text-align: left;
    font-weight: 700;
	line-height:normal;
}

.ourblogsupdates p {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
	margin-bottom:30px;
}

.ourblogsupdates a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
    position: absolute;
    bottom: 22px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.ourblogsupdates a:hover {
    text-decoration: underline;
}

.ourblogsupdates .slick-prev.slick-arrow,
.ourblogsupdates .slick-next.slick-arrow {
    color: transparent;
    background-color: transparent;
    border: none;
    width: 20px;
}

.ourblogsupdates .slick-prev.slick-arrow::before,
.ourblogsupdates .slick-next.slick-arrow::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ourblogsupdates .slick-prev.slick-arrow::before {
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/05/arrow-icon.webp') !important;
}

.ourblogsupdates .slick-next.slick-arrow::before {
    background-image: url('https://colaninfotech.com/wp-content/uploads/2024/05/arrow-icon.webp') !important;
    transform: rotateZ(180deg);
}

.ourblogsupdates .slick-next {
    right: 30px;
    display: inline-block !important;
    position: absolute;
    top: -38px;
    background: transparent;
    box-shadow: none;
}

.ourblogsupdates .slick-prev {
    right: 44px;
    display: inline-block !important;
    position: absolute;
    top: -38px;
    z-index: 1;
    background: transparent;
    box-shadow: none;
}

.ourblogsupdates .slick-prev.slick-arrow {
    opacity: 0.4;
    cursor: pointer;
}

.ourblogsupdates .slick-next.slick-arrow {
    
    cursor: pointer;
}

.ourblogsupdates .slick-dots li {
    display: none;
}


.ourblogsupdates button:focus {
    outline: none !important;
}

.viewalls button {
    padding: 9px 36px;
    font-size: 18px;
    color: #000000;
    background-color: #e3e3e3;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Roboto', sans-serif;
    border: none;
    margin-bottom: 30px;
    width: 183px;
}

.viewalls button:hover {
    background-color: #0a1fb9;
    transform: scale(1.05);
	color:#ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.viewalls {
    text-align: center;
}



/* section11 */
.ourcontsctsform {
    background-color: #F8F8F8;
    padding: 40px 0px 60px;
}

.ourcontsctsform h2 {
    text-align: center;
}

.ourcontsctsform .contact-section h4 {
    font-size: 22px;
    font-weight: 700px;
}

.ourcontsctsform .contact-section p {
    font-size: 16px;
    font-weight: 400;
}


.ourcontsctsform .contact-info {
    display: flex;
    flex-wrap: wrap;
}

.ourcontsctsform .mainofficeadd {
    width: 100%;
    margin: 1%;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
}

.ourcontsctsform .officeadd {
    width: 48%;
    margin: 1%;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
}

.ourcontsctsform input,
.ourcontsctsform textarea {
    width: 100%;
    padding: 20px;
    margin-bottom: 19px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.ourcontsctsform textarea {
    min-height: 178px;
}

.ourcontsctsform input:hover,
.ourcontsctsform textarea:hover {
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.ourcontsctsform input[type="submit"]:hover {
    background-color: #0056b3 !important;
}

.ourcontsctsform .recaptcha {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ourcontsctsform .recaptcha img {
    width: 300px;
}

.ourcontsctsform input,
textarea:hover {
    outline: none;
}

.contact-section .row {
    display: flex;

}

.valuesubmit:hover {
    background-color: #0a1fb9;
	color:#ffffff;
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.valuesubmit {
    padding: 9px 36px !important;
    font-size: 18px;
    color: #000000;
    background-color: #e3e3e3 !important;
    text-decoration: none;
    border-radius: 5px;
    width: 220px !important;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
    font-family: 'Roboto', sans-serif;
    border: none !important;
    margin-top:25px !important;
}

@keyframes blink {
    0% {
        background-color: #d3d3d3;
    }

    50% {
        background-color: #f5f5f5;
    }

    100% {
        background-color: #d3d3d3;
    }
}

.blinking-input {
    animation: blink 0.8s ease-in-out 3;
}

/* footer */

.footer {
    background-color: #000;
    padding: 40px;
    text-align: left;
    color: #fff;
}

.footer .logoimg {
    width: 225px;
    margin-right: 20px;
}

.footer .logo-section p {
    font-size: 18px;
    line-height: 1.6;
    margin: 30px 0;
    width: 79%;
}


.footer h3 {
    font-size: 21px;
    margin-bottom: 20px;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
}

.footer ul li {
    margin-bottom: 15px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.footer .social-icons {
    margin-top: 30px;
    display: flex;
    margin-bottom: 30px;
}

.footer .bottom-bar {
    text-align: center;
    border-top: 1px solid #e3e0e0;
    padding-top: 20px;
    font-size: 12px;
}

.social-icons img {
    width: 100%;
}

.social-icons a {
    margin-right: 20px;
	background: transparent;
}

.itsince {
    text-align: left;
    font-size: 18px;
}

.rightcopys {
    text-align: end;
    font-size: 18px;
}

.footer .bottom-bar a {
    color: #fff;
    text-decoration: none;

}

.footer .bottom-bar a:hover {
    text-decoration: underline;
}




/* responsive  */
/* section1&2 */
@media (max-width: 768px) {

    .techngs {
        padding: 30px 0 0px;
        height: 400px !important;
    }

    .techngs .deliverysoftwares {
        font-size: 16px;
    }

    .techngs .main-text {
        font-size: 43px;
        margin-bottom: 15px;
        line-height: normal;
    }

    .techngs .projectlevels {
        width: 100%;
    }

    .techcircles {
        display: none;
    }

.irrespectives .keyfeatures {
    font-size: 31px !important;}

    .keyfeaturesservices {
        padding: 30px 0 0px;
        text-align: center;
    }

    .servicesours {
        font-size: 16px;
    }

    .keyfeatures {
        font-size: 31px;
        text-align: center;
    }

    .keyfeaturesservices .service-card {
        width: auto !important;
    }

    .services-container .slick-next {
        right: -44px;
    }

    .ourblogsupdates .carousel-card {

        min-width: auto;

    }
}

/* section3 */
@media screen and (min-width: 481px) and (max-width:1024px) {
    .tenplusverticals .slider-container {
        flex-direction: column;
        align-items: flex-start;
        margin: 40px 0;
    }
	
.tenplusverticals .prev-arrow-new {
    position: absolute;
    top: -51px;
    left: 21px;
}
.tenplusverticals .next-arrow-new {
    position: absolute;
	left: 19px;
    top: 92px;
}
}

@media screen and (max-width: 1024px) {

 .tenplusverticals .vertical-slider {
        width: auto;
        flex-direction: row;
        overflow-x: auto;
        margin-bottom: 20px;
	    height: auto;
    }

    .tenplusverticals .menu {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .tenplusverticals .menu-item-new{
        padding: 5px 10px;
        font-size: 14px;
    }
	
    .tenplusverticals .prev-arrow,
    .tenplusverticals .next-arrow {
        font-size: 18px;
        position: relative;
        top: 0;
        left: 0;
        margin: 10px;
    }

    .tenplusverticals .content-section .row {
        flex-direction: column;
        align-items: flex-start;
    }

    .devsolutions,
    .portfoliosolutions {
        margin: 10px 0;
        width: 100%;
        height: auto;
    }

    .devsolutions h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

}

/* For Mobile Screens */
@media screen and (max-width: 768px) {
    .tenplusverticals .slider-container {
margin: 52px 0; 
    }

    .tenplusverticals .menu-item-new{
        font-size: 12px;
        padding: 5px;
    }

    .tenplusverticals .menu-item-new .icon {
        margin-bottom: 3px;
    }

    .tenplusverticals .content-section .row {
        flex-direction: column;
    }

    .tenplusverticals .case-study button,
    .viewallportfolios button {
        font-size: 14px;
        padding: 10px;
    }

    .tenplusverticals .case-study img,
    .viewallportfolios img {
        border-radius: 5px;
    }
}

@media screen and (max-width: 480px) {
    .tenplusverticals .menu {
        flex-direction: column;
    }

    .tenplusverticals .menu-item-new {
        font-size: 10px;
        padding: 5px 8px;
    }

    .devsolutions h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .tenplusverticals .case-study img,
    .viewallportfolios img {
        height: auto;
    }

    .tenplusverticals .case-study button,
    .viewallportfolios button {
        font-size: 12px;
        padding: 8px;
    }
	.tenplusverticals .next-arrow-new {
    position: absolute;
    bottom: 15px;
    left: 16px;
}

.tenplusverticals .prev-arrow-new {
    position: absolute;
    top: -13px;
    left: 17px;
}
.keyfeaturesservices .service-card .read-more {
    bottom: 22px;
    text-align: left;
    left: 21px;
}
}


/* section4 */


@media (max-width: 1024px) {
    .trendingtechs .grid-container {
        grid-template-columns: repeat(2, 1fr);

    }

    .trendingtechs .tab-links li {
        padding: 8px 20px;

    }

    .trendingtechs .tab-links li h4 {
        font-size: 18px;

    }
}

@media (max-width: 768px) {


    .trendingtechs .tab-links li {
        padding: 6px 10px;

    }

    .trendingtechs .tab-links li h4 {
        font-size: 16px;
    }

    .trendingtechs .grid-item {
        text-align: center;

    }

    .trendingtechs .weassist {
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
    }

    .weassist img {
        width: 36px;
        height: 36px;

    }
}

@media (max-width: 480px) {
    .carousel-indicators li {
        width: 8px;
        height: 8px;

    }

    .carousel-indicators .active {
        width: 8px;
        height: 8px;
        background-color: rgb(50, 50, 50);

    }
}

@media screen and (min-width: 481px) and (max-width:768px) {
    .ourstats .stats-section {
        gap: 15px;
    }

    .clientstestimonials .slick-prev {
        left: -10px;
    }

    .ourclientstesti .testimonial-text .author {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .sustainables {
        text-align: center;
        font-size: 16px;
    }

    .ourstats .stat-box h2 {
        font-size: 37px;
    }

    .essentialcards .card-container {
        padding: 30px 35px;
    }

    .essentialcards h3 {
        font-size: 27px;
    }

    .essentialcards p {
        font-size: 16px;
    }

    .essentialcards ul li {
        font-size: 12px;
    }

    .watchourvideos h4 {
        font-size: 34px;
        margin-top: 30px;
    }

    .watchourvideos {
        padding: 0px 10px;
    }

    .watchourvideos button {
        margin-bottom: 30px;
    }

    .colanemployeetrail img {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .ourstats .stats-section {
        display: inline-block;
        width: 100%;
    }

    .ourstats .stat-box {
        width: 100%;
    }

    .ourstats .stat-box {
        height: auto;
        margin-bottom: 30px;
    }

    .essentialcards .card-container {
        display: inline-block;
    }

    .essentialcards .card {
        margin-bottom: 30px;
    }

    .clientstestimonials .slick-prev {
        left: -23px;
    }

    .ourclientstesti .testimonial-video {
        padding: 15px 0px;
    }

    .ourcontsctsform .officeadd {
        width: 100%;
        margin-bottom: 20px;
    }

    .ourcontsctsform .mainofficeadd {
        width: 100%;
        margin-bottom: 20px;
    }


}

@media (max-width:1024px) {
    .rightcopys {
        text-align: left;
        font-size: 13px;
    }

    .footer .logo-section p {
        font-size: 16px;
    }

    .itsince {
        font-size: 13px;
    }
}









