* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #262626;
    background-color: #fff;
    position: relative;
    font-family: "Manrope";
}
body:before {
    content: '';
    background-image: url(../images/background-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 5%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
a:hover {
    text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}
ul {
    margin: 0px;
    padding: 0px;
}
:focus {
    outline: none;
    box-shadow: none;
}
a {
    transition: all .3s ease-in-out;
    text-decoration: unset;
}
p{
    margin: 0;
}
.bg-black {
    background-color: #232323 !important;
}
.img-responsive {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.header-nav .navbar-brand {
    height: 52px;
}
.common-pd{
    padding:80px 0;
}
.common-small-pd{
    padding:70px 0;
}
.inner-container {
    padding: 0 60px;
}
header nav.header-nav {
    padding: 12px 0;
}
.header-nav .nav-link {
    font-size: 14px;
    color: #232323;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 10px !important;
}
.menu-item-has-children > .nav-link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    margin-top: -3px;
}
.header-nav-links .menu-item.menu-item-has-children {
    padding-right: 20px;
    position: relative;
}
.menu-item-has-children .nav-link {
    position: relative;
}
.btn.btn-radius {
    border-radius: 30px;
    font-size: 14px;
    padding: 8px 16px;
    padding-bottom: 9px;
}
.header-btn svg {
    padding-right: 3px;
}
.banner-info .title {
    font-weight: 600;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 52px;
    color: #232323;
}
.banner-info .title .highlight {
    color: #0BCCF9;
}
.banner-info hr {
    color: #404040;
    opacity: 1;
    width: 30%;
    margin: 25px 0;
}
.common-desc {
    color: #7A7A7A;
    font-size: 14px;
    margin-bottom: 10px;
}
.common-desc p {
	margin-bottom: 10px;
}
.common-desc ul {
	padding-left: 20px;
}
.common-desc li {
	margin-bottom: 6px;
}
.banner-right-sec .inner-container {
    padding: 0 20px;
}
.banner-right-sec .row.inner {
    margin: 0 -35px;
}
.banner-right-sec .column-inner {
    padding: 0 35px;
    position: relative;
}
.banner-right-sec .column-inner:after {
    content: '';
    position: absolute;
    right: 0;
    height: 35px;
    width: 1px;
    background: #DADADA;
    top: 16px;
}
.banner-right-sec .column-inner:last-child:after {
    content: unset;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.banner-right-sec .marquee-sec {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    display: none;
	height: 54px;
}
.marquee-sec .marquee {
	display: block;
	width: max-content;
	position: absolute;
	animation: marquee 10s linear infinite;
}
.marquee-sec .marquee span {
  float: left;
  width: 50%;
  overflow: hidden;
}
.banner-right-sec .row.top {
    margin: 0 -4px;
    margin-bottom: 30px;
}
.banner-right-sec .column-top {
    width: 25%;
    padding: 0 4px;
    opacity: 1;
    transition: opacity 0.5s, width 0.5s;
}
.banner-right-sec .column-top.active {
    width: 50%;
    opacity: 1;
}
.banner-right-sec .common-desc {
    display: none;
    color: #fff;
    font-size: 12px;
}
.banner-right-sec .bg-block {
    background: #232323;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    height: 100%;
    cursor: pointer;
    padding-bottom: 0;
}
.banner-right-sec .bg-block img {
    object-fit: contain;
    object-position: bottom;
    height: 220px;
}
.banner-right-sec .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding-top: 4px;
}
.banner-right-sec .active .title {
    display: none;
}
.banner-right-sec .active .marquee-title {
    display: inline-block;
}
.banner-right-sec .active .marquee-sec {
    display: block;
    position: relative;
    left: -20px;
    width: 116%;
}
.marquee-sec .marquee-title {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-right: 10px;
}
.banner-right-sec .marquee-sec img {
    height: 20px !important;
    width: 20px;
    padding: 0;
    margin-right: 10px;
    position: relative;
    object-fit: cover;
    top: -8px;
}
.banner-right-sec .marquee-title.title {
    color: transparent;
    -webkit-text-stroke: 0.7px white;
    padding-top: 0;
}
.banner-right-sec .active .common-desc {
    display: block;
}
.footer-top .row {
    margin: 0;
}
.footer-top .column {
    padding: 0;
}
.footer-top .contact-bar {
    background: #8AC73D;
    display: flex;
    justify-content: space-between;
    padding: 14px 40px;
    position: relative;
    margin-left: -26px;
}
.footer-top .info {
    font-size: 15px;
    color: #232323;
    font-weight: 500;
}
.footer-top .contact-bar a {
    font-size: 15px;
    color: #232323;
    font-weight: 600;
    text-decoration: underline;
    text-transform: capitalize;
}
.footer-top .bg-block {
    background: #F2F2F2;
    width: 100%;
    height: 100%;
}
footer .main-footer {
    background: #232323;
    overflow: hidden;
}
footer .footer-top {
    position: relative;
}
footer .footer-top:after {
    content: '';
    position: absolute;
    right: 0;
    top:0;
    width: 10%;
    height: 100%;
    background: #F2F2F2;
}
footer .main-footer img {
    width: 180px;
    object-fit: contain;
    height: auto;
}
.footer-top .contact-bar:after{
    content: "";
    position: absolute;
    bottom: -14px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid #8AC73D;
}
.main-footer .flex-sec {
    padding: 70px 0 50px;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
}
.main-footer .column.main:first-child {
    border-right: 1px solid #404040;
}
.main-footer .row.main {
    margin: 0 -50px;
}
.main-footer .column.main {
    padding: 0 50px;
}
.main-footer .menu-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.main-footer  .row.inner {
    padding: 70px 0 60px;
    border-bottom: 1px solid #404040;
}
.main-footer .nav-link {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;
}
.main-footer .social-flex {
    display: flex;
    gap:10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.main-footer .social-flex .icon {
    height: 36px !important;
    width: 36px !important;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-footer .social-flex svg {
    font-size: 16px;
}
.main-footer .social-flex .common-desc {
    width: 82%;
    margin-bottom: 0;
}
.main-footer .social-flex:last-child{
    margin-bottom: 0;
}
.main-footer .flex-sec .common-desc {
    font-size: 14px;
}
.main-footer .copyright-sec {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright-sec .social-sec {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 16px;
}
.main-footer .copyright-sec .common-desc {
    font-size: 14px;
}
.our-client-sec .common-desc {
    margin-bottom: 0;
}
.title-wrap .faded-line {
    position: relative;
    border-left: 2px solid #404040;
    border-right: 2px solid #404040;
    padding: 0 40px;
    display: inline-block;
}
.title-wrap:has(.faded-line) {
    overflow: hidden;
}
.title-wrap .faded-line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50%;
    width: 50%;
    transform: translateY(-50%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-image-slice: 1;
}
.title-wrap .faded-line:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    width: 50%;
    transform: translateY(-50%);
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-image-slice: 1;
}
.our-client-sec .title {
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    color: #232323;
    margin-left: 180px;
    padding: 0 30px;
}
.our-client-sec .title:before { 
    left: -180px;
    width: 71%;
}
.our-client-sec .title:after {
    width: 390px;
    right: -390px;
}
.logo-sec .logo-block {
    /*animation: marquee-logo 20s linear infinite;*/
}
.client-logo-sec .logo-sec {
    background: #232323;
    border-radius: 50px;
    padding: 30px 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;

}
.logo-sec .logo-block img {
    margin-right: 60px;
    height: 40px;
    width: auto;
    object-fit: contain;
}
@keyframes marquee-logo {
  0%   { transform: translateX(0); }
  100% { transform: translateX(100%); }
}
.common-sec-title {
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    color: #232323;
}
.empowering-sec .row {
    padding: 0 60px;
}
.common-sec-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
    color: #232323;
    margin-bottom: 20px;
}
.common-sec-title .highlight {
    color: #8AC73D;
}
.empowering-sec .exp-flex {
    display: flex;
    align-items: center;
    padding-top: 0;
    gap: 12px;
}
.exp-flex .number-title {
    font-weight: 800;
    font-size: 58px;
}
.exp-flex .common-desc {
    font-size: 20px;
    margin-bottom: 0;
}
.about-us-sec {
    text-align: center;
}
.about-us-sec .faded-line:before {
    left: -265%;
    width: 265%;
}
.about-us-sec .faded-line:after {
    right: -265%;
    width: 265%;
}
.technology-sec .bg-block {
    background: #FBFBFB;
    padding: 30px 35px;
    transition: .3s ease;
    border-radius: 20px;
    height: 100%;
}
.technology-sec .image-text-block {
    margin-bottom: 70px;
    transition: .3s ease;
    overflow: hidden;
    height: 40px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    position: relative;
}
.technology-sec .image-text-block img {
    width: 100% !important;
    transition: .3s ease;
    position: absolute;
    top: 0;
    object-fit: contain;
    object-position: left;
}
.technology-sec .common-desc {
    font-size: 14px;
    transition: .3s ease;
}
.technology-sec .view-more {
    border-top: 1px solid #DADADA;
    margin-top: 12px;
}
.technology-sec .view-more {
    border-top: 1px solid #DADADA;
    padding-top: 16px;
    display: flex;
    align-items: center;
    margin-top: 18px;
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    transition: .3s ease;
}
.technology-sec .view-more .icon {
    height: 20px;
    width: 20px;
    background: #232323;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}
.technology-sec .bg-block:hover {
    background: #232323;
}
.technology-sec .bg-block:hover .icon {
    background: #fff;
    color: #232323;
}
.technology-sec .bg-block:hover .common-desc, .technology-sec .bg-block:hover .view-more {
    color: #fff; 
}
.technology-sec .title {
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    bottom: -100%;
    transition: .3s ease;
    color: #fff;
    padding-bottom: 10px;
}
.technology-sec .bg-block:hover img {
    top: -100%;
}
.technology-sec .bg-block:hover .title {
    bottom: 0;
}
.technology-sec .row {
    margin: -6px;
}
.technology-sec .column {
    padding: 6px;
}
.technology-sec .wa-flex-sec {
    margin: 0 auto;
    width: 380px;
}
.wa-flex-sec .title {
    color: #232323;
    position: unset;
    font-weight: 400;
    line-height: 28px;
}
.wa-flex-sec .wa-contact-block {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #EBEBEB;
    padding: 4px;
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    color: #232323;
    font-size: 18px;
    padding-right: 12px;
    margin-top: 24px;
}
.wa-flex-sec .wa-contact-block img {
    height: 40px;
    width: 40px;
}
.innovate-sec .common-sec-title {
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    margin: 0;
}
.innovate-sec .common-sec-title span {
    padding: 0 20px;
    position: relative;
}
.innovate-sec .common-sec-title span:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0.2px;
    height: 31px;
    width: 2px;
    background: #000;
}
.innovate-sec .common-sec-title span:last-child:after {
    content: unset;
}
.innovate-sec .faded-line:before {
    left: -55%;
    width: 55%;
}
.innovate-sec .faded-line:after {
    right: -55%;
    width: 55%;
}
.innovate-contact-sec {
    background: #232323;
    border-radius: 30px;
    padding: 14px 25px;
    max-width: 550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px;
    position: relative;
}
.innovate-contact-sec .icon {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
}
.innovate-contact-sec:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);    
    width: 30%;
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #FFFFFF 50%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
}
.our-work-sec img {
    border-radius: 20px;
}
.our-work-sec .row {
    margin: 0 -6px;
    row-gap: 12px;
    padding-top: 30px;
}
.our-work-sec .column {
    padding: 0 6px;
}
.our-work-sec .image-block {
    position: relative;
}
.our-work-sec .title {
    position: absolute;
    top: 30px;
    left: 40px;
    background: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    box-shadow: 0px 0.89px 3.55px 0px #00000040 inset;
    color: #232323;
    font-size: 14px;
    font-weight: 600;
}
.view-work-sec .faded-line:before {
    left: -275%;
    width: 275%;
}
.view-work-sec .faded-line:after {
    right: -275%;
    width: 275%;
}
.comp-sol-sec img {
    position: absolute;
    right: 22px;
    top: 25px;
    width: 125px;
    height: 125px;
    object-fit: contain;
}
.choose-us-sec {
    background: #232323;
    position: relative;
}
.choose-us-sec img {
    object-fit: contain;
    width: 290px;
    height: auto;
}
.choose-us-sec .common-sec-title {
    color: #fff;
    margin-top: 20px;
}
.btn.btn-skyblue {
    background: #0BCCF9 !important;
    font-weight: 500;
}
.choose-us-sec .choose-info {
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.choose-info .choose-info-border {
    border-left: 1px solid #404040;
}
.choose-info-border .info-block {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    padding: 40px 80px;
    display: flex;
    gap: 60px;
}
.choose-info-border .info-block:first-child {
    border-top: 0;
}
.choose-info-border .info-block:last-child {
    border-bottom: 0;
}
.choose-us-sec .num {
    font-size: 17px;
    padding-top: 1px;
}
.choose-us-sec .title {
    font-size: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    margin-bottom: 22px;
    text-decoration-thickness: 0;
}
.choose-us-sec .desc {
    font-size: 14px;
}
.choose-us-sec .sticky-choose-sec {
    position: sticky;
    top: 0;
    padding-bottom: 120px;
}
.product-dev-service .row {
    margin: 0 -6px;
}
.product-dev-service .column {
    padding: 0 6px;
}
.product-dev-service .info-block {
    background: #FBFBFB;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    padding: 32px;
    transition: .3s ease;
    height: 100%;
}
.product-dev-service .image-block {
    height: 60px;
    width: 60px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 1px 2px 0px #00000040 inset;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 60px;
}
.product-dev-service .title {
    color: #232323;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
}
.product-dev-service .info-block:hover {
    background: #232323;
}
.product-dev-service .info-block:hover .title, .product-dev-service .info-block:hover .common-desc {
    color: #fff;
}
.reach-out-sec {
    background-color: #232323;
    background-image: url(../images/reach-out-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.reach-out-sec .common-sec-title {
    margin: 0;
    padding-left: 70px;
}
.reach-out-sec a.btn {
    margin-left: 40px;
}
.industry-slider-sec {
    padding-left: 170px;
    position: relative;
    overflow: hidden;
}
.industry-slider-sec .item {
    padding: 30px;
    background: #FBFBFB;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    text-align: center;
    transition: .3s ease;
}
.industry-slider-sec .image-block {
    height: 140px;
    width: 140px;
    margin: 0 auto;
}
.industry-slider-sec .image-block img {
    border-radius: 50%;
}
.industry-slider-sec .pgb{
    width:100%;
    height:8px;
    background:#D9D9D9;
    position: relative;
    border-radius: 10px;
}
.industry-slider-sec .pgb span{
    height:8px;
    background:#232323;
    display:block;
    transition:.3s;
    border-radius: 10px;
}
.industry-slider-sec .title {
    color: #232323;
    font-size: 18px;
    margin-top: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    transition: .3s ease;
}
.industry-slider-sec .link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 0;
    transition: .3s ease;
}
.industry-slider-sec .icon {
    height: 20px;
    width: 20px;
    background: #232323;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
}
.industry-slider-sec .item:hover {
    background: #232323;
}
.industry-slider-sec .item:hover .title {
    color: #fff;
}
.industry-slider-sec .item:hover .link {
    color: #fff;
}
.industry-slider-sec .item:hover .icon {
    color: #232323;
    background: #fff;
}
.industry-slider-sec .bottom-bar {
    display: flex;
    align-items: center;    
    z-index: 99;
    position: relative;
    padding: 60px 0;
}
.industry-slider-sec .cont_inf_slide {
    width: 80%;
}
.industry-slider-sec .owl-nav-custom {
    width: 20%;
    padding-left: 30px;
}
.industry-slider-sec .owl-nav-custom button {
    height: 32px;
    width: 32px;
    background: #232323;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    margin: 0 2px;
}
.industry-top-sec .common-sec-title, .industry-top-sec .common-desc {
    margin-bottom: 0;
}
.industry-slider-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: #F3F3F3;
    height: 65%;
    width: 100%;
    left: 100px;
}
.testimonial-sec .row {
    padding: 0 60px;
}
.testimonial-sec .info-block {
    padding-right: 140px;
    padding-bottom: 40px;
}
.testimonial-sec .numb-block .title {
    color: #232323;
    font-size: 46px;
    font-weight: 800;
    width: 36%;
    margin: 0;
}
.testimonial-sec .numb-block .common-desc {
    text-transform: capitalize;
    margin: 0;
}
.testimonial-sec .numb-block {
    display: flex;
    align-items: center;
}
.testimonial-sec .numb-block {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #BFBFBF;
}
.testimonial-sec .numb-block:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.testimonial-sec .bg-block {
    background: #232323;
    border-bottom-left-radius: 60px;
    padding: 50px;
}
.testimonial-sec .bg-block img {
    height: 110px;
    width: 110px;
    object-fit: contain;
}
.testimonial-sec .bg-block .common-sec-title {
    margin-top: 30px;
    border-bottom: 1px solid;
    border-image-source: linear-gradient(90deg, #FFFFFF 0%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-size: 34px;
}
.testimonial-sec .bg-block .title {
    font-size: 20px;
    margin-top: 24px;
    font-weight: 500;
}
.testimonial-sec .icon-flex {
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 8px;
    margin-bottom: 20px;
}
.testimonial-sec .icon-flex .icon {
    height: 30px;
    width: 30px;
    background: #0BCCF9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}
.project-mind-sec .common-sec-title {
    font-weight: 400;
    margin: 0;
}
.project-mind-sec .faded-line:before {
    left: -90%;
    width: 90%;
}
.project-mind-sec .faded-line:after {
    right: -90%;
    width: 90%;
}
.contact-form-sec .bg-block {
    background: #FBFBFB;
    padding: 0 60px;
    height: 100%;
}
.contact-form-sec .contact-flex {
    margin: 0 -4px;
    display: flex;
}
.contact-form-sec .contact-block {
    padding: 0 4px;
    width: 50%;
}
.contact-form-sec .bg-block img {
    height: 120%;
    margin: -60px 0;
}
.contact-form-sec .contact-block:first-child .bg-block {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}
.contact-form-sec .contact-block:last-child .bg-block {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    place-content: center;
}
.contact-form-sec .inner-container {
    padding: 60px;
}
.contact-form-sec .title {
    color: #232323;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.contact-form-sec .form-width {
    max-width: 350px;
    margin: 0 auto;
    padding: 60px 0;
    position: relative;
    z-index: 99;
}
.contact-block form.wpcf7-form .wpcf7-form-control {
    background: transparent;
    box-shadow: unset;
    border: unset;
    border-bottom: 1px solid #919191;
    font-size: 14px;
    font-weight: 300;
    padding: 14px 0;
    width: 100%;
}
.contact-block form.wpcf7-form .wpcf7-submit {
    border: 0;
    width: auto;
    background: #232323;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    padding: 8px 16px;
    padding-bottom: 9px;
    margin-top: 24px;
    font-weight: 500;
}
/* .blog-main-sec .info {
    padding: 0 24px;
} */
.blog-main-sec .category-date {
    border-bottom: 1px solid #DADADA;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}
.blog-main-sec .title {
    color: #232323;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.blog-main-sec .row {
    padding-top: 30px;
}
.blog-main-sec .image-block img {
    border-radius: 10px;
}
.blog-main-sec .image-block {
    padding: 26px 0;
}
.blog-main-sec .link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 0;
}
.blog-main-sec .icon {
    height: 20px;
    width: 20px;
    background: #232323;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-main-sec .desc {
    margin-bottom: 16px;
    font-size: 14px;
}
.blog-main-sec .blog-block {
    background: #FBFBFB;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}
.contact-block .wpcf7-not-valid-tip {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}
.contact-block  .wpcf7-response-output {
    margin: 0 !important;
    margin-top: 20px !important;
    font-size: 14px;
    font-weight: 300;
}
.contact-form-sec .contact-block:last-child {
    position: relative;
}
.contact-form-sec .contact-block:last-child:after {
    content: '';
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-size: contain;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-sec .border-sec {
    border-top: 1px solid #DFDFDF;
}
.video-sec .info-block {
    padding-left: 50px;
    padding-right: 30px;
}
.video-sec .owl-nav-custom button {
    height: 32px;
    width: 32px;
    background: #232323;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    margin: 0 2px;
}
.video-sec .owl-nav-custom {
    margin-top: 30px;
}
.video-sec img {
    border-radius: 20px;
}
.video-sec .item {
    position: relative;
    cursor: pointer;
}
.video-sec .item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #000;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#videoSecModal .modal-body {
    padding: 0;
    margin: 0;
    display: flex;
}
#videoSecModal video {
    width: 100%;
    height: 100%;
}
.empowering-sec.technology .row {
    margin: 0 -50px;
}
.empowering-sec.technology .column {
    padding: 0 50px;
}
.empowering-sec.technology img {
    border-radius: 20px;
}
.empowering-sec.technology.common-pd, .blog-single-desc, .about-prilixor-sec, .empowering-sec.hire-dev-sec {
    background: #FBFBFB;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}
.tech-num-sec .row {
    background: #232323;
    padding: 40px 0;
}
.tech-num-sec .column {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.tech-num-sec .number-title {
    font-size: 48px;
    font-weight: 900;
}
.tech-num-sec .column:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    border: 1px solid;
    border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    border-image-slice: 1;
}
.tech-num-sec .column:last-child::before {
    content: unset;
}
.tech-num-sec {
    position: relative;
}
.tech-num-sec:after {
    content: '';
    position: absolute;
    top: 0;
    background: #FBFBFB;
    height: 50%;
    width: 100%;
    z-index: -1;
}
.technology-service-sec .info-block {
    background: #FBFBFB;
    padding: 40px;
    border-radius: 10px;
    height: 100%;
}
.technology-service-sec .image-block {
    height: 70px;
    width: 70px;
    border: 1px solid #F2F2F2;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.technology-service-sec img {
    height: 40px;
    width: 40px;
}
.technology-service-sec .info-block .common-sec-title {
    font-size: 22px;
    line-height: normal;
}
.technology-service-sec .row {
    row-gap: 24px;
}
.technology-benefit-sec {
    background: #FBFBFB;
}
.technology-benefit-sec .accordion-button {
    background: transparent;
    box-shadow: unset;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.technology-benefit-sec .accordion-item {
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #C7C7C7;
    padding-top: 24px;
    padding-bottom: 24px;
	border-radius: 0;
}
.technology-benefit-sec .accordion-body {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
}
.technology-benefit-sec .accordion-body .common-desc:last-child {
    margin-bottom: 0;
}
.technology-benefit-sec .info-block {
    padding-left: 70px;
}
.technology-benefit-sec img.img-responsive {
    object-fit: contain;
}
.image-text-sec img.img-responsive {
    border-radius: 20px;
}
.image-text-sec li.common-desc {
    position: relative;
    padding-left: 6px;
    color: #000;
}
.image-text-sec .icon {
    height: 18px;
    width: 18px;
    background: #8AC73D;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease;
    position: absolute;
    left: -20px;
    top: 2px;
}
.image-text-sec .row {
    padding: 0 60px;
    margin: 0 -50px;
}
.image-text-sec .column {
    padding: 0 50px;
}
.empowering-sec.technology img.border-left-bottom {
    border-radius: unset;
    border-bottom-left-radius: 80px;
}
.product-dev-service.bg-color, .product-dev-sec.bg-color {
    background: #FBFBFB;
}
.industry-served-sec .row {
    padding-top: 30px;
    margin: 0 -8px;
    row-gap: 16px;
}
.industry-served-sec .column {
    padding: 0 8px;
}
.industry-served-sec img.img-responsive {
    border-radius: 10px;
}
.industry-served-sec .image-block {
    position: relative;
}
.industry-served-sec .info-block {
    position: absolute;
    top: 0;
    padding: 30px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 10px;
    transition: .6s ease;
}
.industry-served-sec .info-block .common-sec-title {
    color: #fff;
    font-size: 24px;
    line-height: normal;
}
.industry-served-sec .info-block .common-desc {
    color: #fff;
    position: absolute;
    bottom: -100%;
    transition: .6s ease;
    font-size: 14px;
    margin: 0;
    padding-right: 30px;
}
.industry-served-sec .image-block:hover .common-desc {
    bottom: 16px;
	padding-right: 15px;
}
.industry-served-sec .image-block:hover .info-block{
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%),#00000099;
}
.our-work-sec.work-page, .we-hire-sec, .blog-main-sec.blogs-page {
    background: #FBFBFB;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}
.common-pagination.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    gap: 10px;
}
.common-pagination.pagination .page-numbers {
    border: 1px solid #F1F1F1;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}
.common-pagination.pagination .next, .common-pagination.pagination .prev, .common-pagination.pagination .first, .common-pagination.pagination .last {
    font-size: 11px;
}
.common-pagination.pagination .current {
    background: #8AC73D !important;
    color: #fff;
}
.we-hire-sec .accordion-item {
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid #C7C7C7;
    padding-top: 30px;
    padding-bottom: 30px;
}
.we-hire-sec .accordion-button {
    background: transparent;
    box-shadow: unset;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.we-hire-sec .accordion-body {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 0;
}
.we-hire-sec .accordion-button span {
    padding-right: 12px;
}
.we-hire-sec .hire-info, .we-hire-sec .hire-info-block {
    display: flex;
    align-items: center;
}
.we-hire-sec .hire-info {
    margin: 0 -30px;
    padding-top: 10px;
}
.we-hire-sec .hire-info-block { 
    gap: 10px;
    padding: 0 30px;
    border-right: 1px solid #BFBFBF;
}
.we-hire-sec .hire-info-block:last-child {
    border-right: 0;
}
.we-hire-sec .hire-info-block img.img-responsive {
    height: 24px;
    width: 24px;
    object-fit: contain;
}
.we-hire-sec .info-right {
    background: #232323;
    padding: 45px;
    border-radius: 24px;
    margin-left: 100px;
    position: sticky;
    top: 40px;
}
.we-hire-sec .info-right .title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.we-hire-sec form.wpcf7-form .wpcf7-form-control {
    background: transparent;
    box-shadow: unset;
    border: unset;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 14px 0;
    width: 100%;
    color: #fff;
}
.we-hire-sec form.wpcf7-form .wpcf7-form-control::placeholder {
    color: #fff;
}
.we-hire-sec form.wpcf7-form .wpcf7-submit {
    border: 0;
    width: auto;
    background: #fff;
    color: #232323;
    border-radius: 30px;
    font-size: 14px;
    padding: 8px 16px;
    padding-bottom: 9px;
    margin-top: 24px;
    font-weight: 500;
}
.we-hire-sec form.wpcf7-form * {
    color: #fff;
    font-size: 14px;
}
.we-hire-sec .file-upload {
    position: relative;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}
.we-hire-sec .file-upload input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.we-hire-sec .custom-button {
    background-color: #C31F13;
    color: white;
    padding: 8px;
    cursor: pointer;
    border: none;
    font-size: 12px !important;
}
.we-hire-sec form.wpcf7-form br {
    display: none;
}
.we-hire-sec form.wpcf7-form  .wpcf7-not-valid-tip {
    color: #dc3232;
}
.blog-main-sec.blogs-page .row {
    padding-top: 0;
    row-gap: 24px;
}
.blog-main-sec.blogs-page .blog-block {
    background: #fff;
    height: 100%;
}
.home-banner-sec .banner-info {
    padding-right: 60px;
}
.single-post .home-banner-sec img {
    border-radius: 20px;
}
.blog-single-desc .share-sec {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}
.blog-single-desc .share-sec a {
    border: 1px solid #000;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.blog-single-desc .desc-sec {
    border-top: 1px solid #DBDBDB;
    padding-top: 24px;
    margin-top: 20px;
    h2 {
        color: #232323;
        font-size: 24px;
        padding-top: 10px;
        padding-bottom: 20px;
        font-weight: 700;
    }
    h3 {
        color: #232323;
        font-size: 18px;
        padding-bottom: 14px;
        font-weight: 600;
    }
    p {
        color: #7A7A7A;
        font-size: 14px;
        padding-bottom: 10px;
    }
    ul {
        color: #7A7A7A;
        font-size: 14px;
        margin-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    li {
        padding-bottom: 8px;
    }
}
.we-hire-sec.contact-page .info-right {
    margin-left: 60px;
}
.contact-page hr {
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
    border-image-slice: 1;
    opacity: 1;
    margin-bottom: 30px;
}
.contact-page .social-flex {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.contact-page .social-flex .icon {
    height: 36px !important;
    width: 36px !important;
    border: 1px solid #232323;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-page .social-flex svg {
    font-size: 16px;
    color: #232323 !important;
}
.contact-page .social-flex .common-desc {
    width: 82%;
    color: #232323 !important;
    margin-bottom: 0;
}
.about-prilixor-sec .image-block {
    width: 160px;
}
.about-prilixor-sec .exp-flex {
    display: flex;
    align-items: center;
    padding-top: 10px;
    gap: 12px;
}
.about-prilixor-sec hr {
    border: 1px solid;
    border-image-source: linear-gradient(270deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
    border-image-slice: 1;
    opacity: 1;
    margin-top: 30px;
}
.about-prilixor-sec .about-info .image-block {
    width: 100%;
}
.about-prilixor-sec .info {
    padding-left: 20px;
}
.technology-service-sec.about-page .image-block {
    margin-bottom: 20px;
}
.technology-service-sec.about-page .common-sec-title {
    font-size: 26px;
}
.empowering-sec.hire-dev-sec .row {
    margin: 0 -50px;
}
.empowering-sec.hire-dev-sec .column {
    padding: 0 50px;
}
.technology-sec.hire-dev-sec .view-more {
    color: #232323;
    text-decoration: underline;
    border: unset;
    margin-top: 0;
}
#videoSecModal iframe {
    width: 80vw;
    height: 45vw;
    max-width: 900px;
    max-height: 506px;
}
.menu-item.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    list-style: none;
    background: #fff;
    width: 200px;
    z-index: 9999;
    background: #232323;
    border-radius: 10px;
    padding: 10px;
}
.header-nav-links .sub-menu .nav-link {
    padding: 6px !important;
    color: #fff;
}
.comp-sol-sec .common-sec-title {
    padding-right: 140px;
}
.page-template-front-page .home-banner-sec {
    padding-top: 45px;
}
.modal-body .we-hire-sec .wpcf7-submit {
    color: #000 !important;
}
.modal-body .we-hire-sec .wpcf7-form-control {
    border-radius: 0;
    padding-left: 12px !important;
}
#exampleModal .modal-header .btn-close {
    filter: invert(1) brightness(1.5);
}
.we-hire-sec form.wpcf7-form select.wpcf7-form-control option {
    background: #232323;
}
/* 404 Page */
div#notfound{
	padding: 100px 0px 80px 0px;
	text-align:center;
}
.loweest_proces_part {
    text-align: center;
}
h2.not_found {
    font-size: 112px;
    margin: 25px;
}
h3.not_found_disc {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin: 43px 30px;
}