/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2025 | 08:27:34 */
/* 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 */ 

:root{
    --primary-color: #2e828f;
    --text-color: #242829;
}


.sticky {
    position: fixed !important;
    width: 100%;
    z-index: 99999;
    top: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}



/* Industries section homepage */
.industries-icon-block i.icon{
    width: 40px;
     height: 40px;
     margin-left: 0;
}
.industries-icon-block h3{
    margin-bottom: 15px;
}
.industries-icon-block{
    position: relative;
}
.industries-icon-block .fa-angle-right{
    position: absolute;
    top: 32px;
    right: 20px;
    font-size: 25px;
    color: var(--primary-color);
    font-family: 'FontAwesome';
    font-style: normal;
}
.industries-icon-block:hover .elementskit-info-box-icon{
    box-shadow: 0px 0px 4px 1px #00000024;
    background-color: #fff !important;
}
.industries-icon-block:hover .elementskit-info-box-icon svg{
    color: #2E828F;
    fill: #2E828F;
}

/* Benefit section homepage */
.Benefit-mask-image img{
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 500px;
    width:600px !important;
}
.benefit-grid .e-con-inner{
    justify-content:space-between !important;
    height:500px;
}
.align-end .elementor-widget-container{
    display: grid;
    align-items: flex-end;
}

/* Software solution slider homepage */
/* .slider-right-wrap{
    background-image: linear-gradient(to right, #01043f, #002055, #003767, #004d76, #006482, #1a7690, #2f899d, #439caa, #52b0bf, #62c4d4, #71d9e9, #81eeff) !important;
    border-radius: 0 20px 20px 0 !important;
}
.slider-left-image img{
    background-size: cover !important;
    background-position: center center;
    height: 300px !important;
    border-radius: 20px 0 0 20px !important;
}
.slider-right-wrap .n2-ss-button-container a:hover{
    background:#fff !important;
    color:#000 !important;
} */

/*Client Testimonial Homepage */
.client-testimonial .elementskit-client_logo{
    margin-block: 40px 20px !important;
    min-height: auto !important;
}
.client-testimonial .elementskit-client_logo img{
    max-width: 200px !important;
}
.ekit-wid-con .elementskit-single-testimonial-slider{
    box-shadow:none !important;
}
.client-review-section{
/*     background-image: linear-gradient(to right top, #06415c, #3093a4, #287582, #25484d, #2d8491, #138494, #389aa9, #287682, #308f9e, #38a9bb, #4ad6ec, #49e0f8) !important; */
    background: linear-gradient(140deg, rgba(7, 91, 102, 1) 0%, rgba(46, 130, 143, 1) 35%, rgba(70, 206, 227, 0.9) 100%) !important;
}
.client-review-section .elementskit-client_logo{
    background: #fffffff0;
    padding: 15px;
    border-radius: 5px;
}


/* Our client homepage */
.align-item-center .elementor-container.elementor-column-gap-default{
    align-items:center !important;
}
.client-carousel .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
.point-icon-box i.icon{
    width: 40px;
     height: 40px;
     margin-left: 0;
}

.award-section .gallery-icon.landscape{
    background: #ffffff9e;
    border-radius: 20px;
    padding: 12px;
    margin-inline: 20px;
    max-width: 350px;
	padding-block:10px !important;
}
.award-section .gallery-icon.landscape img{
	width:270px !important;
}


/* footer */
.footer-link summary{
    justify-content:space-between !important;
}
#footer>div{
    margin-top:0 !important;
}
#footer .social-login .box-body{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap:5px;
}
#footer .social-login .box-body p{
    margin-top:0 !important;
}
#footer .social-login .elementskit-infobox{
    display: flex;
    flex-direction: column-reverse;
    row-gap: 8px;
}
#footer ul{
	margin-left:0;
	list-style:none;
	padding-left:0 !important;
}

/* contact form homepage */
.form-control:focus,
.form-control{
    box-shadow:none !important;
}
.contact-section input,
.contact-section textarea{
    border:none;
    border-bottom :1px solid #ccc;
    border-radius:0;
    background: transparent;
    color: #000;
    font-family: 'Lato';
	
}
.contact-section input::placeholder,
.contact-section textarea::placeholder{
    color: #000;
    font-family: 'Lato';
}
.contact-section textarea.form-control{
	padding:3px; 
	resize:none;
}
.contact-section button[type="submit"],
.contact-section input[type="submit"],
.contact-section a{
    background-color: transparent;
    padding: 15px 20px 15px 20px;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    fill: #FFFFFF;
    background: #2e828f;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
	display: flex;
    white-space: nowrap;
}
.contact-form .btn-group p{
    display:flex;
    column-gap:20px;
}
.contact-section textarea{
    height:100px;
}
.contact-section{
    background: linear-gradient(140deg, rgba(7, 91, 102, 1) 0%, rgba(46, 130, 143, 1) 35%, rgba(70, 206, 227, 0.9) 100%) !important;
}
.contact-section span.wpcf7-form-control-wrap input{
	width:100%;
}

.mask-img img{
    clip-path: path("M 0 0 H 600 V 475 Q 500 500 575 500 H 125 Q 100 500 100 475 L 100 425 Q 100 400 75 400 L 25 400 Q 0 400 0 375 Z");
}

/* smart solution card */
.smart-sol-card .ekit-image-box-body{
    background: transparent !important;
    position: absolute !important;
    bottom: 0 !important;
}
.smart-sol-card .elementskit-box-header.image-box-img-left img{
    height: 500px !important;
    object-fit: cover !important;
    width: 100% !important;
}
.smart-sol-card .elementskit-box-style-content a{
    box-sizing: border-box;
    padding: 7px 15px 7px 15px;
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid;
    border-radius: 30px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    border-color: #fff;
    background: #ffffff38;
    cursor: auto;
    display: inline-block;
    max-width: 100%;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: anywhere;
}
.smart-sol-card .elementskit-box-style-content{
    max-width: 100%;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.smart-sol-card .elementskit-info-image-box.ekit-image-box.text-left.style-modern::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
    border-radius: 8px;
}
.smart-sol-card:hover .elementskit-info-image-box.ekit-image-box.text-left.style-modern::before{
    background: rgb(208 242 255 / 89%);
}
.smart-sol-card:hover .elementskit-info-box-title{
    display:none !important;
}
.smart-sol-card:hover .elementskit-box-style-content a{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.custom-col.first .smart-sol-card:hover .card-text {
    top: -368px;
}
.card-text{
    display:none;
}
.smart-sol-card:hover .card-text{
    display:block;
    color:#000;
    position:absolute;
    top:-330px;
    left:20px;
    right:20px;
    width: auto;
    font-family: "Lato", Sans-serif;
}
.smart-sol-card:hover .card-text h4{
    color:var(--primary-color) !important;
    font-size:20px;
    margin-top:0;
}
.smart-sol-card .elementskit-info-image-box .elementskit-box-style-content{
    margin-bottom:0 !important;
    padding-bottom:10px !important;
}
.custom-col:nth-child(3) .smart-sol-card:hover .card-text{
    top:-280px;
}



.mirror-mask-image img{
    clip-path: path("M 0 0 H 600 V 475 Q 500 500 524 500 H 125 Q 100 500 100 475 L 100 425 Q 100 400 75 400 L 25 400 Q 0 400 0 375 Z");
    transform: scaleX(-1);
}


/* New changes */
.custom-col{
    position:relative;
}
.text-wrap{
    display:none;
}


/* who we are */
.wwa-text .ekit-heading__description{
    max-width: 100% !important;
}
.wwa-text .ekit-heading__description p{
    margin-bottom: 5px;
}
.wwa-funfact .elementskit-funfact-inner.position_top{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    align-items: center;

}
.wwa-funfact .funfact-icon i{
    width:100px !important;
    height:100px !important;
}

/* faq */
.faq-tab-wrap .e-n-tabs.e-activated{
    display: flex;
    flex-direction: row;
    column-gap: 50px;
}
.faq-tab-wrap .e-n-tabs-heading{
    display: flex;
    flex-direction: column;
    flex: 0 0 300px;
}

.contact-form button[type="submit"] i{
	margin-left:5px;
}
.contact-form a i{
		margin-left:5px;
}
.contact-form button[type="submit"]:hover{
    background:#000;
}
.social-icon li.elementor-icon-list-item.elementor-inline-item a {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    background: #ffffff40;
    box-shadow: 0px 0px 3px #fff;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon li.elementor-icon-list-item.elementor-inline-item a i{
	display: flex;
    align-items: center;
    justify-content: center;
}

.ekit-wid-con .elementskit-infobox.gradient-active::before{
    width:83px !important;
}
.brand-text-wrap .ekit-heading__description{
    max-width:90% !important;
}



/* technology page */
.service-box h3.elementor-icon-box-title{
    margin-bottom:5px;
}
.service-box h3.elementor-icon-box-title>span>span,
.service-box h3.elementor-icon-box-title>a>span{
    font-family: "Roboto", Sans-serif;
    font-size:70px;
    color: #c6c6c6;
}
.mx-width .ekit-heading__description{
    max-width:100% !important;
}
.service-benefit-icon-box .elementskit-info-box-title{
    margin-bottom:8px;
}
.service-benefit-icon-box .elementskit-info-box-icon i{
	align-items: center !important;
    display: flex !important;
}
.elementskit-card-body.ekit-accordion--content ul{
    padding-left:20px !important;
}
.custom-box {
    position: relative;
    width: 344px;
    height: 220px;
    background: #fff;
    border: 3px solid #00788c;
    border-radius: 12px;
    box-sizing: border-box;
    padding:20px;
}

    .custom-box .side-shape {
         position: absolute;
        right: -70px;
        top: 0;
        width: 70px;
        height: 100%;
        background: #2e828f;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        border-left: 3px solid #00788c;
        padding: 10px 10px 10px 0;
        
    }
.custom-box h3{
    margin-block: 0 10px;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Lato';
}
.custom-box p{
    font-size: 16px;
    color: #242829;
    margin-bottom:0;
}

.development-process-icon-box .elementskit-info-box-icon::after {
   content: "";
    width: 250px;
    height: 3px;
    position: absolute;
    top: 28px;
    right: -280px;
    background: #808080;
}
.dev-hire-process>div:last-child .development-process-icon-box .elementskit-info-box-icon::after {
	display:none;
}
.why-choose-icon-box.elementor-widget-container{
    cursor: pointer !important;
}
.sticky-service-header .elementor-widget-wrap.elementor-element-populated{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: sticky !important;
    top: 150px !important;
    width: 100% !important;
    height: 300px !important;
}

.why-choose-icon-box .elementskit-infobox:hover{
    margin-top:-5px;
}

#site-header{
	display:flex;
}
.service-box:first-child .elementor-icon-box-title{
	margin-top:0 !important
}
.wpcf7-spinner{
	margin: 0 5px;
	background-color: #d1d0d0;
}
.wpcf7-spinner {
  display: none !important; 
}

.wpcf7-submit .wpcf7-spinner {
  display: none !important; 
}

.wpcf7-form.submitting .wpcf7-submit .wpcf7-spinner {
  display: inline-block !important; 
}
.contact-section button[type="submit"]{
	width: 145px;
    display: flex;
    justify-content: center;
	cursor:pointer !important;
}
.contact-section a:hover{
	background:#000;
	color:#fff;
}
.main-banner-wrap{
	height:calc(100vh - 120px) !important;
}
.main-banner-wrap.cmn-banner{
	height:100vh !important;
}

.elementskit-post-body .btn-wraper a i{
	margin-left:10px;
}

/* technology Hire page */
.technology-recognition-block{
	width: 75%;
}
.technology-recognition-block #gallery-1{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.technology-recognition-block #gallery-1 .gallery-item img{
	width:180px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.technology-recognition-block #gallery-1 .gallery-item img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2); 
}
.tech-quality-wrap{
	background: linear-gradient(140deg, rgba(7, 91, 102, 1) 0%, rgba(46, 130, 143, 1) 35%, rgba(70, 206, 227, 0.9) 100%) !important;
}
.expertise-icon-box .elementskit-info-box-icon img{
	width:75px;
}
.expertise-icon-box .elementskit-info-box-icon {
	position:absolute;
	top: -150px;
    left: -65px;
}
.bg-color{
	background: linear-gradient(140deg, rgba(7, 91, 102, 1) 0%, rgba(46, 130, 143, 1) 35%, rgba(70, 206, 227, 0.9) 100%) !important;
}
.tech-nontech-wrap{
	row-gap:0 !important;
}
.tech-nontech-wrap p{
	margin-top:0;
}
.tech-nontech-wrap ul{
	margin-left: 0 !important;
    margin-bottom: 0 !important;
	list-style:none;
	padding-left:50px;
}
.tech-nontech-wrap ul li{
	position:relative;
	margin-block: 10px;
}
.tech-nontech-wrap ul li::before {
  content: url('/wp-content/uploads/2025/07/checked-24.png'); 
  position: absolute;
  left: -32px;
  top: 0; 
}
.industry-wrap .elementskit-info-box-icon  img{
	width:100px !important;
}
.schedule-form input.form-control,
.schedule-form textarea.form-control,
.schedule-form select{
    border-bottom: 1px solid #ccc !important;
    border-radius: 6px !important;
    background: transparent;
    color: #000 !important;
    font-family: 'Lato';
    padding: 5px 10px !important;
    height: 42px !important;
    font-size: 16px !important;
	margin-top:5px;
}
.schedule-form textarea.form-control{
	height:100px !important;
}
.schedule-form input.form-control::placeholder,
.schedule-form textarea.form-control::placeholder{
	color: #00000075 !important;
    font-family: 'Lato';
	font-size: 14px !important;
}
.schedule-form input[type="submit"],
.schedule-form button[type="submit"]{
	padding: 15px 20px 15px 20px !important;
    font-family: "Lato", Sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px;
    color: #FFFFFF !important;
    fill: #FFFFFF;
    background: #2e828f !important;
    border-style: none !important;
    border-radius: 5px 5px 5px 5px !important;
    display: flex !important;
    white-space: nowrap !important;
    width: 400px;
    text-align: center !important;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    height: auto !important;
}
.schedule-form input[type="submit"]:hover,
.schedule-form button[type="submit"]:hover{
	background: #000 !important;
}
.schedule-form label{
	font-weight:500 !important;
}
.schedule-form .col-md-12:last-child{
	display:flex;
	justify-content:center;
}
.project-carousel .elementor-swiper-button.elementor-swiper-button-prev,
.project-carousel .elementor-swiper-button.elementor-swiper-button-next{
	border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: 0 0 10px #0000007d;
    justify-content: center;
    align-items: center;
	background:#fff;
}
.project-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover,
.project-carousel .elementor-swiper-button.elementor-swiper-button-next:hover{
	background:#000;
}
.project-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg,
.project-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg{
	fill: #fff !important;
}
.project-carousel .elementor-swiper-button.elementor-swiper-button-prev svg{
	padding-right:4px;
}
.project-carousel .elementor-swiper-button.elementor-swiper-button-next svg{
	padding-inline:2px;
}
.align-center{
	display:flex;
	align-items:center;
}
.tech-notech-left-wrap::before{
	content: "";
    width: 320px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: #2e828f;
	border-radius:5px;
}
.tech-notech-left-wrap img{
	transform:scaleX(-1);
}
.tech-notech-left-wrap .elementor-widget-container::before{
	position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.tech-notech-left-wrap .elementor-widget-container:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* about us page */

.custom-tab-timeline .e-n-tabs-heading {
  position: relative;
  display: flex;
}

.custom-tab-timeline .e-n-tab-title::after {
  content: "";
    display: block;
    margin: 6px auto 0;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    top: 52px;
    position: absolute;
	cursor:pointer;
}
.custom-tab-timeline .e-n-tab-title-text{
	cursor:pointer;
}
.custom-tab-timeline .e-n-tab-title[aria-selected="true"]::after {
  background-color: var(--primary-color);
}
.custom-tab-timeline .elementskit-info-box-title span{
	font-family:"Roboto", Sans-serif;
}

.custom-tab-timeline .tab-dot-indicator {
 position: absolute;
    bottom: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    border-radius: 50%;
    transition: left 0.4s ease;
    z-index: 5;
}
.custom-tab-timeline .elementskit-infobox{
	min-height:225px;
}
.team-image-box .image-box-img-center img{
	height: 350px;
    object-fit: cover;
    width: 100% !important;
}
.team-image-box .elementskit-box-body.ekit-image-box-body{
	padding:15px 25px !important;
}
.flex-center .e-con-inner{
	display:flex !important;
	justify-content:center !important;
	align-items:center !important;
}

.story-wrap .elementskit-profile-image-card img{
	max-width: 250px;
	width:100%;
    border-radius: 5px;
}
.story-wrap .elementskit-single-testimonial-slider  .col-lg-6.elementkit-testimonial-col:first-child{
	flex: 0 0 60%;
    max-width: 60%;
}
.story-wrap .elementskit-single-testimonial-slider  .col-lg-6.elementkit-testimonial-col:last-child{
	flex: 0 0 40%;
    max-width: 40%;
}
.story-wrap .elementskit-single-testimonial-slider{
	min-height:335px;
}

/* indusrties page */
.industries-info-block .elementskit-info-box-icon{
    padding: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    box-shadow: 5px 6px 10px #00000052;
	background:#fff;
}
.industries-info-block .elementskit-info-box-icon img{
	width:80px;
	height:auto;
}
.industries-info-block .box-body ul{
	padding-left: 20px !important;
    color: #000;
}
.industries-info-block.alt .box-body ul{
	color:#fff
}
.cmn-icon .elementor-icon i:before{
	top: -5px !important;
    font-size: 55px !important;
}
.text-white{
	color:#fff;
}
.text-white:hover{
	color:#000;
}

.page {
    margin-bottom: 0 !important
}
.case-study-wrap h2.entry-title{
  min-height: 60px;
}
.case-study-banner .container-fluid{
	display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 150px 115px 100px 115px;
}
.case-study-banner{
	background: linear-gradient(150deg, rgb(17 42 46 / 70%) 0%, rgb(63 175 192 / 70%) 100%), url(/wp-content/uploads/2025/09/banner-half.png);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.case-study-banner .banner-right img{
	border-radius: 10px;
    box-shadow: 5px 5px 10px #00000075;
}
.case-study-banner .banner-left h1{
	color: #ffffff;
    margin: 2px 0px 40px 0px;
    font-family: "Lato", Sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    letter-spacing: 1px;
    word-spacing: 8px;
}
.case-study-banner .banner-left{
	display: flex;
    flex-direction: column;
    padding-right: 50px;
}
.case-study-banner .banner-left a{
	background-color: #FFFFFF;
    font-family: "Lato", Sans-serif;
    font-weight: 600;
    color: #000000;
    border-style: none;
	border-radius: 5px;
    font-size: 15px;
    padding: 15px 30px;
	text-align: center;
	transition: all .4s 
ease;
	text-decoration:none;
	max-width:300px;
}
.case-study-banner .banner-left a:hover {
    background-color: #000000;
    color: #ffffff;
    fill: #ffffff;
}
.case-study-banner .banner-left a::after {
	content: "\e87a";
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left:5px;
}
.award-section #gallery-1 figure:nth-child(4) .gallery-icon.landscape img,.award-section #gallery-1 figure:nth-child(5) .gallery-icon.landscape img{
	width: 220px !important;	
}
.award-section #gallery-1 figure:nth-child(4) .gallery-icon.landscape,.award-section #gallery-1 figure:nth-child(5) .gallery-icon.landscape{
	min-height: 118px;
    align-items: center;
    display: flex;
	justify-content:center;
}
.fa-react:before {
    content: "\f41b";
    font-family: 'Font Awesome 5 Brands';
}
.client-review-section .elementskit-watermark-icon {
    top: -10px !important;
}
.d-none{
	display:none !important;
}
.elementskit-post-body .btn-wraper{
	margin-top: 20px;;
}
.industries-info-block .elementskit-infobox li{
		font-family: "Lato", Sans-serif !important;
	}
.rating-wrap{
	display: grid;
    grid-template-columns: auto auto auto !important;
    column-gap: 35px !important;
}
.hire-icon-wrap .elementskit-info-box-icon i{
	    line-height: 30px !important;
}
.adr-wrap .elementskit-infobox{
	display: flex !important;
    align-items: flex-start !important;
}
.back-button-section button{
	padding: 15px 20px 15px 20px;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #FFFFFF;
    fill: #FFFFFF;
    background: #2e828f;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    white-space: nowrap;
}
.back-button-section button i{
	margin-left:5px;
}
.back-button-section button:hover{
	background:#000;
	color:#fff;
}
.back-button-section{
	display: flex;
    justify-content: end;
    margin-bottom: 50px;
}
.development-process-icon-box .elementskit-info-box-icon i{
	display:flex !important;
	align-items:center !important;
}
.spl-post-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
	padding:10px;
}
.spl-post-box{
	padding-bottom:20px;
}

.spl-img-wrapper {
    position: relative;
}

/* Category Badge */
.spl-cat-badge {
    position: absolute;
    top: 22px;
    left: 17px;
    background-color: #FFFFFF;
    padding: 3px 13px 3px 13px;
    border-radius: 0px 0px 0px 0px;
    z-index: 10;
}

.spl-cat-badge a {
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #121A24;
}

.spl-title {
    margin: 0px 10px 15px 0px;
    font-family: "Lato", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}

.spl-excerpt {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #242829;
    text-align: left;
    margin: 16px 0 20px 0;
    padding-bottom: 10px;
}

.spl-read-more,
#load-more-blog {
    background-color: #2E828F;
    padding: 15px 20px 15px 20px;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 20px;
    color: #FFFFFF !important;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
}

.spl-read-more:hover,
#load-more-blog:hover {
    background-color: #000;
}

#load-more-blog,#load-more-case-study{
    display: block;
    margin: 30px auto;
}

.spl-read-more i,
#load-more-blog i {
    margin-left: 10px;
}

.spl-img-wrapper img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: all .4s ease;
    max-width: 369px;
}

.spl-date {
    font-family: "Lato", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
    color: #55585B;
    margin-bottom: 5px;
}

.spl-post-box .spl-img-wrapper a {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px 10px 0 0;
}

.spl-post-box:hover .spl-img-wrapper img {
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
}


#spl-post-wrapper {
    padding: 10px;
}
.case-study-list .spl-date,.case-study-list .spl-excerpt{
	display:none !important;
}

.case-study-list .spl-title{
	margin-top: 10px;
    padding-bottom: 15px;
}
.footer-link-wrap .elementor-icon-list-item a{
	display: flex !important;
    align-items: start !important;
    justify-content: start !important;
	column-gap:10px;
}
.footer-link-wrap .elementor-icon-list-item span{
	align-items: center !important;
    display: flex !important;
}
.footer-link-wrap .elementor-icon-list-item span:first-child{
		padding-top:4px;
}
.footer-link-wrap .elementor-icon-list-item span svg{
	width: 14px !important;
}
.page-list ul,.social-icon ul{
	display:flex;
	margin-bottom:0;
}
.social-icon ul span.elementor-icon-list-text{
	padding-inline-start:0 !important;
}
i.fas.fa-star {
    font-family: 'FontAwesome';
    font-style: normal;
}
i.icon.icon-arrow-right{
	padding-top:2px;
}
.contact-form a i.icon.icon-arrow-right{
	padding-top:0;
}
a.text-white:active,a.text-white:focus{
	color:#000 !important;
}
@media (min-width:854px){
	.right-menu-wrap>div,.right-menu-wrap,#mega-menu-wrap-menu-1,#mega-menu-menu-1{
		position:static !important;
	}
}
/* new changes */
@media (max-width:1680px){
    
    .smart-sol-card:hover .card-text {
        top: -280px;
    }
    .custom-col.first .smart-sol-card:hover .card-text {
        top: -324px;
    }
    .custom-box {
        width: 290px;
        height:235px;
    }
	.sticky-service-header .elementor-widget-wrap.elementor-element-populated{
		height: 400px !important;
	}
	.development-process-icon-box .elementskit-info-box-icon::after {
		width: 240px;
		right: -270px;
	}
}

@media (max-width:1600px){
    
    .main-banner-container{
        padding-top:20px;
    }
    .custom-box {
        width: 285px;
    }
	.case-study-banner .banner-left h1{
		font-size:42px;
		line-height:48px;
	}
	.story-wrap .elementskit-single-testimonial-slider{
		min-height:335px;
	}
}
@media (max-width:1600px) and (min-width:1441px){
	.main-banner-wrap{
        padding: 50px 115px 50px 115px !important;
    }
}
@media (max-width:1536px){
    .smart-row-wrap{
        padding: 0px 40px 80px 40px !important;
    }
    .smart-row-wrap .elementor-widget-wrap{
        padding: 10px !important;
    }
    .smart-sol-card:hover .card-text{
        top:-324px;
    }
    .main-banner-container{
        padding-top:0;
    }
    .development-process-arrow-wrap{
        padding-inline:50px !important;
    }
	.case-study-banner .banner-left h1{
		font-size:38px;
        line-height: 42px;
	}
    h3.ekit-heading--subtitle.elementskit-section-subtitle,.ekit-heading__description p{
         font-size: 16px !important;
        line-height: 22px !important;
    }
    
}
@media (max-width:1536px) and (min-width:1280px){
     h2{
        font-size: 38px !important;
        line-height: 44px !important;
    }
    .main-banner-wrap.cmn-banner .elementskit-section-title{
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .main-banner-wrap.cmn-banner .elementskit-section-title-wraper p{
        font-size: 18px !important;
        line-height: 26px !important;
    }
}
@media (max-width:1440px){
    .main-banner-container{
        column-gap: 2% !important;
    }
    .smart-sol-card:hover .card-text{    margin-bottom:0;
163

        top:-300px;
    }
    .custom-col.first .smart-sol-card:hover .card-text {
        top: -340px;
     }
    .custom-box {
        width: 265px;
        height: 255px;
    }
	.elementor-5940 .elementor-element.elementor-element-df6d87e img{
		height:670px;
	}
	.dev-hire-process{
		padding-inline:50px !important;
	}
	
	.case-study-banner .container-fluid{
		padding:100px 50px 50px 50px;
	}
	.story-wrap .elementskit-single-testimonial-slider{
		min-height:390px;
	}
    
}

@media (max-width:1440px) and (min-width:1399px){
    .custom-col:nth-child(3) .smart-sol-card:hover .card-text {
        top: -296px !important;
    }
    .custom-box{
        width: 258px;
        height: 260px
    }
}
@media (max-width:1440px) and (min-width:1280px){
	.about-funfact .number-percentage-wraper{
		font-size:40px !important;
		margin-bottom:30px;
	}
}
@media (max-width:1400px){
    .custom-col:nth-child(3) .smart-sol-card:hover .card-text {
        top: -250px;
    }
    
    .custom-box {
        width: 245px;
        height: 265px;
    }
     .main-banner-wrap.cmn-banner .elementskit-section-title-wraper p{
        font-size: 16px !important;
        line-height: 22px !important;
    }
}
@media (max-width:1440px) and (min-width:1367px){
	.main-banner-wrap{
        padding: 60px 50px 50px 50px !important;
    }
    .main-banner-wrap.cmn-banner{
        padding: 110px 50px 50px 50px !important;
    }

}

@media (max-width:1366px){
    .smart-sol-card:hover .card-text {
        top: -292px;
    }
    .custom-box {
        width: 230px;
        height: 280px;
    }
	
    .elementor-5940 .elementor-element.elementor-element-df6d87e img{
		height:700px;
	}
   	.industries-info-block .elementskit-infobox li{
		font-size: 16px !important;
	}
	.tech-nontech-wrap .elementor-icon-box-content li{
		font-size: 16px !important;
	}
	.tab-content-wrap ul li,.development-process-icon-box .box-body p{
		font-size:16px !important;
	}
	.development-process-icon-box .elementskit-info-box-title{
		font-size:20px !important;
	}
	

}
@media (max-width: 1366px) and (min-width: 1279px){
	.main-banner-wrap .elementskit-section-title-wraper .elementskit-section-title{
        font-size: 50px !important;
        line-height: 60px !important;
    }
}
@media (max-width: 1366px) and (min-width: 1025px){
	 .main-banner-wrap{
        padding: 60px 50px 50px 50px !important;
    }
    .main-banner-wrap.cmn-banner{
        padding: 110px 50px 50px 50px !important;
    }
	.main-banner-wrap .elementskit-info-box-title{
		font-size: 20px !important;
	}
	.main-banner-wrap .elementskit-infobox .box-body p,.client-review-section .elementskit-commentor-content p,.ekit-accordion--content p,.ekit-accordion--content li,.ekit-accordion--content,
	.industries-info-block .box-body li,.elementskit-infobox .box-body p{
		font-size: 16px !important;
	}
	.elementskit-post-body .entry-title{
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.smart-sol-card:hover .card-text{
		font-size:16px !important; 
	}

}

@media (max-width: 1280px) {
    .smart-row-wrap {
        padding: 0px 15px 80px 15px !important;
    }
     .custom-col:nth-child(4) .smart-sol-card:hover .card-text {
        top: -250px;
    }
    .client-review-section .elementskit-testimonial-slider .swiper-button-prev{
        left :0 !important;
    }
    .client-review-section .elementskit-testimonial-slider .swiper-button-next{
        right:0 !important;
    }
    .client-review-section .elementskit-commentor-content p{
        padding-inline:50px !important;
    }
    .custom-box {
        width: 215px;
        height: 315px;
    }
	.elementor-5778 .elementor-element.elementor-element-5637ee4a{
		padding-inline:30px !important;
	}
	.award-section+ .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-0fee008 > div{
		margin-left:20px !important;
	}
	.elementor-5940 .elementor-element.elementor-element-df6d87e img{
		height:700px;
	}
	.main-banner-left-col .elementor-widget-elementskit-icon-box{
		width:65% !important;
	}
	.dev-hire-process {
        padding-inline: 20px !important;
    }
	
	
}

@media (max-width: 1280px) and (min-width: 1023px){
	.main-banner-wrap .elementskit-section-title-wraper .elementskit-section-title{
        font-size: 50px !important;
        line-height: 60px !important;
    }
	.sticky-service-header .elementor-widget-wrap.elementor-element-populated{
		margin-left:30px !important;
	}
	
}
@media (max-width: 1024px){
	.wwa-funfact .number-percentage-wraper,.wwa-funfact .funfact-title{
		text-align:left;
	}
	.mask-img img,.mirror-mask-image img{
		clip-path:none;
	}
	.client-review-section .elementskit-commentor-content p {
        padding-inline: 0 !important;
    }
	.faq-tab-wrap .e-n-tabs.e-activated{
		column-gap: 30px;
	}
	.award-section #gallery-1 figure.gallery-item{
		max-width: 50% !important;
    	margin-bottom: 15px;
	}
	.award-section #gallery-1{
		display:block;
	}
	#footer .social-login .elementskit-infobox{
		align-items: flex-start;
	}
	.service-box h3.elementor-icon-box-title>span>span, .service-box h3.elementor-icon-box-title>a>span {
		font-size: 50px;
	}
	.development-process-arrow-wrap{
		display: grid;
     	grid-template-columns: 50% 50%;
	}
	.custom-box{
		width: calc(100% - 70px);
		height: 210px;
	}
	#footer .page-list .elementor-icon-list-item,.social-icon .elementor-icon-list-item{
		margin-left:0 !important;
	}
	.case-study-banner .container-fluid{
		flex-direction: column;
		row-gap: 30px;
		align-items: start;
	}
	.case-study-banner .banner-left h1 {
        font-size: 36px;
        line-height: 42px;
		margin-bottom:30px;
    }
	.case-study-banner+#post-content .e-con-boxed{
		padding-inline:20px !important;
	}
	.case-study-banner .banner-left {
		padding-right: 0px;
	}
	.case-study-banner+#post-content .e-con-boxed h3{
		font-size:26px;
		line-height:34px;
	}
	.case-study-banner+#post-content .e-con-boxed h4{
		font-size:22px;
		line-height:30px;
	}
	.cmn-icon .elementor-icon i:before {
		top: 0px !important;
		font-size: 40px !important;
	}
	.industries-info-block .elementskit-info-box-icon img {
		width: 50px;
		height: auto;
	}
	.industries-info-block:nth-child(3) .elementskit-infobox,.industries-info-block:nth-child(7) .elementskit-infobox,
	.industries-info-block:nth-child(11) .elementskit-infobox{
		background-color: #2E828F !important;
		border-color:#2E828F !important;
	}
	.industries-info-block:nth-child(3) .elementskit-infobox h3.elementskit-info-box-title,.industries-info-block:nth-child(7) .elementskit-infobox h3.elementskit-info-box-title,
	.industries-info-block:nth-child(3) .elementskit-infobox .box-body ul,.industries-info-block:nth-child(7) .elementskit-infobox .box-body ul,
	.industries-info-block:nth-child(11) .elementskit-infobox .box-body ul,.industries-info-block:nth-child(11) .elementskit-infobox h3.elementskit-info-box-title{
		color: #fff !important;
	}
	.industries-info-block:nth-child(4) .elementskit-infobox,.industries-info-block:nth-child(8) .elementskit-infobox,
	.industries-info-block:nth-child(12) .elementskit-infobox{
		background-color: #fff !important;
		border-color:#fff !important;
	}
	.industries-info-block:nth-child(4) .elementskit-infobox h3.elementskit-info-box-title,.industries-info-block:nth-child(8) .elementskit-infobox h3.elementskit-info-box-title,
	.industries-info-block:nth-child(4) .elementskit-infobox .box-body ul,.industries-info-block:nth-child(8) .elementskit-infobox .box-body ul,
	.industries-info-block:nth-child(12) .elementskit-infobox .box-body ul,.industries-info-block:nth-child(12) .elementskit-infobox h3.elementskit-info-box-title{
		color: #000 !important;
	}
	.expertise-icon-box .elementskit-info-box-icon img {
		width: 58px;
	}
	.expertise-icon-box .elementskit-info-box-icon {
		position: absolute;
		top: -130px;
		left: -44px;
	}
	.dev-hire-process{
		display: grid;
		grid-template-columns: 50% 50%;
	}
	.dev-hire-process>div{
		width:100%;
	}
    .why-choose-icon-box .elementskit-infobox{
        border-radius: 30px !important;
    }
	.wwa-funfact .funfact-icon i {
		width: 80px !important;
		height: 80px !important;
	}
     .spl-img-wrapper img {
        height: auto;
    }

    .spl-post-items {
        grid-gap: 30px 20px;
    }
}

@media (max-width:912px) {
    .spl-post-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .spl-title {
        font-size: 18px;
        line-height: 26px;
    }

    .spl-img-wrapper img {
        max-width: 440px;
    }
}

@media (max-width: 1024px) and  (min-width: 821px){
	.header-left-wrap{
		width:25% !important;
	}
	.header-left-wrap+div >.elementor-widget-maxmegamenu{
		width:75% !important;
	}
	.header-left-wrap+div{
		width:100% !important;
	}
}

@media (max-width: 853px){
	    .custom-box {
        height: 250px;
    }
	.award-section+ .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-0fee008 > div{
		margin-inline: 10px !important;
		padding:40px 25px 40px 25px !important;
	}
}
@media (max-width: 767px){
		.main-banner-wrap.home-banner {
		height: 1240px !important;
	}
	.ekit-wid-con .elementskit-infobox.gradient-active::before {
		width: 72px !important;
	}
	.faq-tab-wrap .e-n-tabs.e-activated{
		display:flex;
		flex-direction:column;
	}
	.faq-tab-wrap .e-n-tabs-heading button{
		margin-bottom:0 !important;
	}
	.award-section #gallery-1 figure.gallery-item{
		max-width: 100% !important;
	}
	.contact-form .btn-group p {
		display: flex;
		row-gap: 10px;
		flex-direction: column;
	}
	.faq-tab-wrap .e-n-tabs-heading {
		flex: 0 0 260px;
	}
	.contact-section button[type="submit"] {
		width: 100%;
	}
	.contact-section button[type="submit"], .contact-section input[type="submit"], .contact-section a{
		justify-content:center;
	}
	.flex-center .e-con-inner{
		flex-direction:column;
	}
	.team-wrap .e-n-tabs-content>.e-con{
		display:block !important;
	}
	.sticky-service-header .elementor-widget-wrap.elementor-element-populated{
		height:auto !important;
	}
	.service-box h3.elementor-icon-box-title{
		margin-top:0;
	}
	.development-process-arrow-wrap{
		display: grid;
        grid-template-columns: 100%;
		padding-inline: 20px !important;
	}
	.service-box h3.elementor-icon-box-title>span>span, .service-box h3.elementor-icon-box-title>a>span {
        font-size: 40px;
    }
	.custom-box {
        height: 200px;
    }
	.justify-center{
	display:flex;
	justify-content:center;
}
	.main-banner-wrap .elementor-container{
		width:100% ;
	}
	  .case-study-banner .banner-left h1 {
        font-size: 28px;
        line-height: 34px;
    }
	.case-study-banner .container-fluid {
        padding: 100px 25px 50px 25px;
    }
	.case-study-banner .container-fluid{
		height: auto;
    	min-height: 100vh;
		padding:150px 25px 50px 25px;
	}
	.case-study-banner+#post-content .e-con-boxed h3{
		font-size:22px;
		line-height:28px;
	}
	.case-study-banner+#post-content .e-con-boxed h4{
		font-size:20px;
		line-height:26px;
	}
	.industries-info-block:nth-child(3) .elementskit-infobox,.industries-info-block:nth-child(7) .elementskit-infobox,
	.industries-info-block:nth-child(11) .elementskit-infobox{
		background-color: #fff !important;
		border-color:#fff !important;
	}
	.industries-info-block:nth-child(3) .elementskit-infobox h3.elementskit-info-box-title,.industries-info-block:nth-child(3) .elementskit-infobox .box-body ul,
	.industries-info-block:nth-child(7) .elementskit-infobox h3.elementskit-info-box-title,.industries-info-block:nth-child(7) .elementskit-infobox .box-body ul,
	.industries-info-block:nth-child(11) .elementskit-infobox h3.elementskit-info-box-title,.industries-info-block:nth-child(11) .elementskit-infobox .box-body ul{
		color: #000 !important;
	}
	.industries-info-block:nth-child(4) .elementskit-infobox,.industries-info-block:nth-child(8) .elementskit-infobox,
	.industries-info-block:nth-child(12) .elementskit-infobox{
		background-color: #2e828f !important;
		border-color:#2e828f !important;
	}
	.industries-info-block:nth-child(4) .elementskit-infobox h3.elementskit-info-box-title,.industries-info-block:nth-child(4) .elementskit-infobox .box-body ul,
	.industries-info-block:nth-child(8) .elementskit-infobox h3.elementskit-info-box-title,.industries-info-block:nth-child(8) .elementskit-infobox .box-body ul,
	.industries-info-block:nth-child(12) .elementskit-infobox h3.elementskit-info-box-title,.industries-info-block:nth-child(12) .elementskit-infobox .box-body ul
	{
		color: #fff !important;
	}
	.custom-box h3{
		font-size:20px;
	}
	.why-choose-icon-box:nth-child(2n) .elementskit-infobox{
		background:#000 !important;
		border-color:#000 !important;
	}
	.why-choose-icon-box:nth-child(2n-1) .elementskit-infobox{
		background:#2e828f !important;
		border-color:#2e828f !important;
	}
	.technology-recognition-block #gallery-1{
		display: grid;
		justify-content: center;
		align-items: center;
		grid-template-columns: auto;
	}
	.technology-recognition-block #gallery-1 .gallery-item img{
		max-width: 150px;
    	width: 100%;
	}
	.schedule-form button[type="submit"]{
		width:auto;
	}
	.expertise-icon-box .elementskit-info-box-icon {
    position: absolute;
		top: -115px;
		left: -20px;
	}
	.dev-hire-process {
        display: grid;
        grid-template-columns: 100%;
    }
	.story-wrap .elementskit-single-testimonial-slider >.row{
		flex-direction:column-reverse;
	}
	.story-wrap .elementskit-single-testimonial-slider >.row >.col-lg-6{
		flex: 0 0 100% !important;
    	max-width: 100% !important;
	}
	.story-wrap .elementskit-profile-image-card img{
		display: block !important;
    	margin-inline: auto !important;
	}
	.industry-wrap .elementskit-info-box-icon img{
		width: 70px !important;
	}
	.schedule-form label {
		font-weight: 500 !important;
		font-size: 16px;
	}
	.schedule-form p{
		margin-top:0px;
	}
	.img-mb img{
		height:300px !important
	}
	.tab-content-wrap ul{
		margin-left:0 !important;
	}
	.development-process-icon-box .elementskit-infobox{
		padding:15px 30px 15px 15px !important;
	}
	.project-carousel .elementor-swiper-button.elementor-swiper-button-next,.project-carousel .elementor-swiper-button.elementor-swiper-button-prev{
		width: 24px !important;
    	height: 24px !important; 
	}
	.project-carousel .elementor-image-carousel-wrapper{
		width:94%;
	}
	.tech-nontech-wrap .elementor-widget:first-child ul+p{
		margin-bottom:0 !important;
	}
	.spl-post-items {
        grid-template-columns: repeat(1, 1fr);
		padding: 6px;
    }

    #load-more-blog,#load-more-case-study {
        margin: 30px auto 30px 6px;
    }

    .spl-img-wrapper img {
        max-width: 600px;
        width: 100%;
        object-fit: cover;
        height: auto;
    }
	
}
@media (max-width: 500px){
	.custom-box {
        height: 250px;
    }
}
@media (max-width: 400px){
	.custom-box {
        height: 300px;
    }
}


















