@import url(font.css);
@import url(owl.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
html{
	overflow-x:hidden;
}

/* */
.list-wrapper ul{
    padding: 0;
    margin: 0;
}
.knox-security{
    padding-bottom: 120px !important;
}
.knox-security li {
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 15px;
}
.technology-competency li a{
    color: #333;
}
.list-wrapper ul{
    display: none;
}

.mobile-fixed {
	clip: rect(auto,auto,auto,auto);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mobile-images {
	max-width: 100%;
	max-height: 450px;
	width: auto;
	position: fixed;
	left: 40%;
	top: 55%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.h-540 {
	height:540px !important
}
.quality-tag{
    width: 50%;
    position: absolute;
    left: -421px;
    /* top: 142px; */
    padding-left: 168px;
    background-color: #527ffc;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-left: -1px;
    font-size: 18px;
    text-align: right;
}



.webnyxa-top-banner{
	padding-left:150px;
}
.simple-social-icons, .simple-social-icons ul{
    display: block !important;
}
.simple-social-icons + p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-wrapper p:nth-child(4){
    display: none !important;
}
.list-wrapper p {
    display: none;
}
.expertise li{
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #527ffc;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 30px;
    background-color: #8bdd5e0f;
    color: #0c0f0e;
    box-shadow: 0px 1px 7px 0px #00000012;
}
.portfolio-detail .img-column{
    float: right;
  
    width: 100%;
    height: 180px;
}
.portfolio-detail  h2{
    letter-spacing: 1.2px;
}
.portfolio-detail .column-title{
    float: left;
}
.portfolio-detail .expertise {
    padding: 0 15px 0 0;
    margin: 0 0 20px;
  
}

.portfolio_page .entry-content ul{
    margin: 0 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.portfolio_page .entry-content ul li {
    padding: 12px 30px;
    margin-right: 12px;
    margin-top: 12px;
    border-radius: 30px;
    background: #e6ffd7;
    font-weight: 600;
}
@media(max-width:767px){
    .portfolio-detail h2{
        
       font-size: 15px;
    }   
    .upgrade-business{
        font-size: 14px;
    }
	.topbar p{
		font-size:12px;
	}
}
@media(min-width:767px){
    .portfolio-detail .expertise {
        
        max-width: 50%;
    }   
    .upgrade-business{
        font-size: 18px;
        /* font-size: 18px; */
        line-height: 22px;
        letter-spacing: 0.5px;
    }
    .project-details{
        position: relative;
        margin-left: 38px;
        font-weight: 400;
    }
    .portfolio-detail .img-column{
       
        max-width: 50%;
        
    }
   
	
}
.portfolio-detail .img-column + p{
    clear: both;
    font-size: 18px;
    font-weight: 500;
}

.project-time.expertise{
    max-width: 100%;
}
.project-time.expertise li{
    box-shadow: none;
}
.project-details::before {
    position: absolute;
   content: "\f00c";
   font: normal normal normal 14px/1 FontAwesome;
    color: #78bf50;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: -31px;
    z-index: 1;
  }
body{
    font-family: 'Inter';
    background: radial-gradient(#fcfffa, white);
  
}
a, a:hover{
    text-decoration: none;
}
h3{
    font-size: 40px;
	font-family: 'Raleway';
   font-style: normal;
     font-weight: 700;
}
p{
       font-size: 20px;

    color: #202020;
    font-weight: 300;
}
.font-14{
    font-size: 20px;
    line-height: 20px;
}
.full-w{
    float: left;
    width: 100%;
}
.auto-container{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 49px;
    width: 100%;
}
.footer-container{
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}
.title-sec{
    margin-bottom: 0px;
}
.gap-3{
    gap: 1.75rem;
}
.btn{
    padding: 10px 15px;
    border-radius: 4px;
}
.btn-green{
    color: #fff !important;
    background-color: #527ffc;
}
.banner-section {
    padding: 50px 0;
/*     background-image: url(../images/banner-background.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-section .img-column {
    position: relative;
}
.banner-section .img-column::before {
    position: absolute;
    width: 400px;
    height: 400px;
    content: '';
    background: radial-gradient(#def7d08c, transparent);
    left: 70%;
    transform: translate(-70%, -50%);
    top: 50%;
    border-radius: 50%;
}
.trusted-enterpirse::before{
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -70%);
    background: radial-gradient(white -5%, #dff7d1 20%, #dff7d100 90%, white 16%);
}
.banner-section .banner-title{
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
}
.banner-section .banner-title span {
    margin-bottom: 5px;
    display: inline-block;
}
.on-review{
    padding-left: 30px;
	max-width:280px;
	width:100%;
}
.on-review img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.text-highlight{
    color: #527ffc;
    padding: 5px;
}
.play-store-download a img{
    height: 80px;
    
}
.trusted-enterpirse .service-box .icon-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.b-inner-thumbnail{
    background: radial-gradient(white -5%, #dff7d1 20%, #dff7d100 90%, white 16%);
}
.service-box {
    box-shadow: 0px 0px 20px 2px #0000001a;
    background-size: cover;
    height: 100%;
    border-radius: 12px !important;

}
.b-indicator{
    height: fit-content;
    margin-left: 15px;
}
.app-store {
    margin-top: -40px;
    margin-left: -15px;
}
.angular-store{
    margin-top: -40px;
    margin-left: -32px;
}
.adobe-xd{
    margin-left:-15px;
}
.php-store{
    margin-top: -40px;
    margin-left: -15px;
}

/* Header */
.header{
/*        border-bottom: 1px solid #f1f1f1; */
    background: transparent;
    z-index: 99;
}

.header .navbar{
    padding-top: 5px;
    padding-bottom: 5px;
}
/* .header-fixed .topbar{
	display:none;
} */
.header .navbar .navbar-toggler{
    outline: 0 !important;
    border: 0;
    padding: 0;
}
.header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
    background-image: url(../images/toggle-close.png);
    background-size: 25px;
}
.header .navbar .navbar-nav .nav-link {
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    padding: 10px 12px;
    white-space: nowrap;
}
.get-a-quote {
    border: 1px solid #527ffc;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 1px 2px 10px 3px #0000001f;
    -moz-box-shadow: 1px 2px 10px 3px #0000001f;
    -webkit-box-shadow: 1px 2px 10px 3px #0000001f;
    color:#fff;
    font-weight: 600;
    font-size: 14px;
    margin-left: 20px;
	background:#527ffc;
}
.blog_detail-template-default .post-thumbnail{
    height: 400x;
	width:100%;
	
 }
.webnyxa-mail{
	color: #ffffff !important;
	font-size: 17px !important;
}
.contact-btn .contact-us{
	color: #ffffff !important;
}
.fa-user:before{
	color: white;
}
.fa-arrow-circle-o-right:before{
	color: white;
}

.blog_detail-template-default .post-thumbnail img{
    height: 400px;
	
	
	margin:0 auto;
 }

.blog_detail-template-default .entry-content ul li {
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 300;
    color: #000!important;
}


.dropdown:hover .dropdown-menu{
    display: block;
    -webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
    min-width: 12rem;
    box-shadow: 0px 1px 20px 3px #00000024;
    -moz-box-shadow: 0px 1px 20px 3px #00000024;
    -webkit-box-shadow: 0px 1px 20px 3px #00000024;
    border: 0;
    padding: 0;
}
.dropdown .dropdown-menu .nav-link{
    border-bottom: 1px solid #f1f1f1;
}
.dropdown .dropdown-menu li:last-child .nav-link{
    border-bottom: 0;
}
.dropdown .dropdown-menu .nav-link:hover, .dropdown-item:focus, .dropdown-item:hover{
    background: #527ffc!important;
    color: #fff;
}
.dropdown-item{
    font-size: 14px;
    color: #202020;
    font-weight: 400;
    padding: 10px 15px;
    white-space: nowrap;
}
.get-a-quote:hover{
    background: #527ffc;
    color: #fff;
}
.hw-work{
    border: 2px solid #fff;
}
.hw-work:hover{
    border: 2px solid #99cc64;
}
.hw-work .thumbnail-box{
    height: 180px;
}
.hw-work .thumbnail-box img{
    object-fit: contain;
    height: 100%;
}
/* Banner Slider Latest */
.banner-carousel .owl-item.cloned-next .item, 
.banner-carousel .owl-item.active + .owl-item .item {
    transform: rotateY(37deg) scale(.90);
}
.banner-carousel .owl-item .item{
    box-shadow: 3px 35px 15px -30px rgb(0 0 0 / 73%);
}
.banner-carousel .owl-item {
    perspective: 800px;
}
.banner-carousel .owl-item .item{
    border-radius: 40px;
}
.banner-carousel .owl-item.cloned-prev .item, 
.banner-carousel .owl-item.active > .owl-item .item, 
.banner-carousel .owl-item + .owl-item .item {
    transform: rotateY(-37deg) scale(.90);
}
.banner-carousel .owl-item.active.center .item {
    transform: unset;
    z-index: 1;
    position: relative;
    box-shadow: 3px 30px 15px -20px #00000061;
}
.banner-carousel .owl-stage-outer{
    padding-bottom: 30px;
}
/* Banner Slider Latest */
/* S Slider */
.item-main{
    perspective: 800px;
}
.s-carousel .item-prev{
    margin-right: -30px;
}
.s-carousel .item-center{
        position: relative;
        z-index: 1;
    }
.s-carousel .item-next{
    margin-left: -30px;
}
.s-carousel .item-next img{
    transform: rotateY(37deg)scale(.90);
}
.s-carousel .item-prev img{
    transform: rotateY(-37deg)scale(.90);
}
/* S Slider end */

/* S1 Slider start */ 

.s1-carousel .item-prev{
    margin-right: -45px;
}
.s1-carousel .item-center{
position: relative;
z-index: 1;
}
.s1-carousel .item-next{
    margin-left: -41px;
}
.s1-carousel .item-next img{
    transform: rotateY(-37deg)scale(.90);
}
.s1-carousel .item-prev img{
    transform: rotateY(37deg)scale(.90);
}
.play-store-btn {
    position: relative;
    margin-left: -100px;
    padding-right: 90px;
}
.arrow-banner {
    content: '';
    position: absolute;
    top: 50%;
    width: 70px !important;
    right: 0;
}
.frame{
    width: 223px;
    height: 449px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.banner-sqieez-carousel .owl-item.cloned-next .item, 
.banner-sqieez-carousel .owl-item.active + .owl-item .item{
    transform: rotateY(-30deg) scale(.8);
    padding: 50px 0;
}
.banner-sqieez-carousel .owl-item{
    perspective: 800px;
}
.banner-sqieez-carousel .owl-item.active.center + .owl-item.active{
    position: relative;
    z-index: 1;
}
.banner-sqieez-carousel .owl-item.active.center .sqeez-thumbnail, .s-carousel1 .owl-item.active.center .sqeez-thumbnail{
    position: relative;
}
/*border radius and shadow all right items slide */

.banner-sqieez-carousel .owl-item.cloned-next .sqeez-thumbnail, .banner-sqieez-carousel .owl-item.active + .owl-item .sqeez-thumbnail {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.banner-sqieez-carousel .owl-item.cloned-next .sqeez-thumbnail img, 
.banner-sqieez-carousel .owl-item.active + .owl-item .sqeez-thumbnail img{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.banner-sqieez-carousel .owl-item.active.center + .owl-item.active .sqeez-thumbnail, 
.banner-sqieez-carousel .owl-item.active.center + .owl-item.active .sqeez-thumbnail img{
   border-bottom-right-radius: 30px;
   border-top-right-radius: 30px;
}
.banner-sqieez-carousel .owl-item.active.center .sqeez-thumbnail img,.banner-sqieez-carousel .owl-item.active.center .sqeez-thumbnail{
    border-radius: 30px;
}
/*border radius and shadow all left items slide */

.sqeez-thumbnail {
    box-shadow: -4px 15px 35px 0px #00000030;
    -moz-box-shadow: -4px 15px 35px 0px #00000030;
    -webkit-box-shadow: -4px 15px 35px 0px #00000030;
}
.sqeez-thumbnail {
    border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
}
.sqeez-thumbnail img{
    border-top-left-radius: 30px;
   border-bottom-left-radius: 30px;
}
/* .banner-sqieez-carousel .owl-item.cloned-next .sqeez-thumbnail, .banner-sqieez-carousel .owl-item.active + .owl-item .sqeez-thumbnail, 
.banner-sqieez-carousel .owl-item.cloned-next .sqeez-thumbnail, .banner-sqieez-carousel .owl-item.active + .owl-item .sqeez-thumbnail img{
    border-bottom-right-radius: 30px;
} */
/*border radius all right items slide */
.banner-sqieez-carousel .owl-item.active.center .sqeez-thumbnail::after, .s-carousel1 .owl-item.active.center .sqeez-thumbnail::after  {
    position: absolute;
    top: -8px;
    content: '';
    background-image: url(../images/frame.png);
    left: -10px;
    height: 104%;
    width: 110%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner-sqieez-carousel .owl-item.cloned-prev .item, 
.banner-sqieez-carousel .owl-item.active > .owl-item .item,
.banner-sqieez-carousel .owl-item + .owl-item .item{
    transform: rotateY(30deg) scale(.8);
    padding: 50px 0;
}

.banner-sqieez-carousel .owl-item.active.center .item {
    transform: unset;
    z-index: 1;
    position: relative;
    margin-top: -50px;
    padding: 100px 0 0;
}
.banner-sqieez-carousel .owl-item.active.center{
    z-index: 33;
}
.banner-sqieez-carousel{
    margin-top: -100px;
}
.read-reviews{
    position: relative;
    padding: 24px 0 30px;
	font-family: 'Raleway';
font-style: normal;
	font-weight: 700;
	font-size: 52px;
}
.read-review-list li{
    border-left: 1px solid #aba9a9;
    padding: 0 15px;
    /* max-width: 50%;
    flex: 0 0 50%; */
    margin-bottom: 30px;
}
/* How we Work */
.how-we-work {
    padding: 50px 0;
    background-image: url(../images/discover.png);
    position: relative;
}
.title-sec.title-blue {
    color: #fff;
    margin-bottom: 0;
    padding: 15px;
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin-right: auto;
}
.gap-3{
    gap: 0.75rem;
}
.title-sec.title-blue h2 {
    margin-bottom: 60px;
	
}
.how-we-work::before {
    background: #4384c5;
    position: absolute;
    left: 0;
    content: '';
    height: 90px;
    width: 50%;
    z-index: 0;
    top: 38px;
}
.how-we-work .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    position: relative;
    display: block;
    margin-top: 20px;
}
.how-we-work .carousel-indicators li {
    text-indent: unset;
    width: auto;
    height: auto;
    text-align: left;
}
.how-we-work .carousel-indicators li a {
    padding: 15px;
    cursor: pointer;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}
.how-we-work .list-items.active {
    background-color: #527ffc;
    color: #72b64c;
    margin-bottom: 30px;
}
.how-we-work .list-items{
    font-size: 40px;
    color: #fff;
    background-color: transparent;
    font-weight: bold;
    min-width: 970px;
}
.navigate-to-slide{
    display: none;
    font-size: 18px;
    float: right;
    color: #000;
}
.slide-count{
    font-weight: 300;
}
.slide-count strong{
    font-weight: 600;
}
.how-we-work .carousel-control-prev{
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: unset;
}
.how-we-work .carousel-control-next{
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: unset;
}
.how-works-carousel .carousel-inner{
    margin-top: -75px;
}
.how-we-work .item-center {
    margin-bottom: 60px;
}
.how-we-work .owl-nav {
    position: relative;
    bottom: 0;
    margin-top: 15px;
    text-align: right;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: max-content;
    gap: 15px;
    padding-right: 15px;
}
.how-we-work .list-items.active .navigate-to-slide{
    display: block;
}



/* counter section */
.section-counter{
    padding: 100px 0;
}

.page-template-homepage-php .section-counter{
    padding: 0px 0!important;
	margin-bottom:150px;
}

.counter-text {
    font-size: 70px;
    font-weight: 700;
    font-family: 'Raleway';
	margin-left: 99px;
}
.quote-text{
	position:absolute;
	top:-66px;
	left:-90px;
	height:121px;
}

.hppy-client-title{
	font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-size: 91px;
line-height: 107px;
}
.get-free-estimation {
    background: #527ffc;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
}
/* Trusted Enterprise */
.trusted-enterpirse{
    padding: 50px 0 120px;
    position: relative;
}
.trusted-partner img{
    width: auto !important;
    margin: 0 auto;
}
/* Client Review */
.client-review{
    position: relative;
    padding: 50px 0 50px 0;
}
.review-card .card {
    padding:30px 50px 60px;
    border: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.quote-icn {
    max-width: 39px;
    margin: 15px auto 40px;
}
.review-carousel .owl-stage{
    padding-top: 50px;
}
.review-carousel .owl-item.active.center{
       /* width: 500px !important; */
    z-index: 1;
}

.review-carousel .owl-item.active.center .card{
    background: #527ffc; 
    padding: 30px 30px 60px;
}

.review-carousel .owl-item.active.center .card p{
    color: #fff;
    line-height: 1.5;
}
.review-carousel .avtr {
    margin-top: -50px;
    position: relative;
    border: 4px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: 90px;
    margin-bottom: 8px;
}
.review-carousel .avtr img{
    border-radius: 50px;
}
.review-carousel .avtr-detail h4{
    color: #202020;
    font-weight: 500;
    font-size: 20px;
}
.review-carousel .avtr-detail p{
    font-size: 14px;
    line-height: 22px;
    color: #202020;
    font-weight: 500;
}
.ratings i{
    color:#ffc107;
}
.review-carousel .owl-dots .owl-dot.active{
    background: #527ffc;
}
.review-carousel .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-carousel .owl-dots .owl-dot{
    width:41px;
    height: 5px;
    background: #dadada;
    margin: 0 5px;
}
.quality-standered {
    overflow: hidden;
}
.quality-standered img {
    height: 100%;
    object-fit: contain;

}
.gallery-section{
    position: relative;
    padding: 50px 0 120px;
}

.portfolio-block .inner-box .image .overlay-portfolio .overlay-portfolio-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    padding: 15px 10px 4px;
    vertical-align: middle;
}
.portfolio-block .inner-box:hover .image .overlay-portfolio {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
}
.portfolio-block .inner-box .image .overlay-portfolio:before {
    position: absolute;
    content: '';
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.60);
}
.portfolio-block .inner-box .image .overlay-portfolio {
    position: absolute;
    left: 22px;
    bottom: 20px;
    right: 22px;
    top: 20px;
    z-index: 2;
    display: block;
    opacity: 0;
    border-radius: 5px;
    padding: 20px;
    background-color: rgba(255,255,255,0.75);
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-block .overlay-portfolio-inner h4 a{
    font-size: 17px;
    color: #72b64c;
}
.portfolio-block .overlay-portfolio-inner .text{
    font-size: 15px;
    font-weight: 600;
}
.portfolio-block ul {
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.portfolio-block ul li {
    background: #75b850;
    margin: 5px 5px 0 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 13px;
    border-radius: 16px;
    font-weight: 600;
}
.portfolio-block .arrow-box {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    background: #80c957;
    position: absolute;
    bottom: 5px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.portfolio-block .inner-box{
    position: relative;
}
.thumbnail-single-item .img-box {
    height: 320px;
    overflow: hidden;
}
.thumbnail-single-item .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Footer */
.footer {
    position: relative;
    padding: 0 0 30px;
    background: #5e953f;
}
.footer p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}
.footer-title{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 12px;
    color: #fff;
}
.footer .useful-links{
    padding: 0;
    list-style: none;
}
.footer ul{
    padding: 0;
    margin-left: 0%;
    list-style: none;
}
.footer .useful-links li a{
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
}
.footer .useful-links li{
    margin-bottom: 8px;
    color: #fff;
}
.text-green{
    color:#527ffc;
}
.footer .support-mail li a {
    /* font-weight: 500; */
    font-size: 15px;
    color: #fff !important;
}
.text-link{
    color: #206cba!important;
}
.social-links{
    list-style: none;
    padding: 0;
}
.social-links li{
    margin-right: 0px;
}
.social-links li i{
    color: #fff;
	font-size:22px;
}
.social-links li a {
    color: #fff;
    width: 44px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}

.social-links li.facebook a{
    background:transparent;
}
.social-links li.twitter a{
    background: transparent;
}
.social-links li.linkedin a{
    background: transparent;
}
 .social-links li.watsapp a{
    background-color: #1DA851!important;
    

}
.copyright-text {
    padding: 10px 0 0;
    border-top: 1px solid #f1f1f1;
    margin-top: 40px;
}

.subscribe-newsletter {
  /*  background-image: url(../images/subscribe.png); */
     padding: 36px 72px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.subscribe-newsletter h3{
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 600;
}
.subscribe-newsletter button {
	margin-top:30px;
    color: #fff;
    font-size: 18px;
    border-radius: 12 !important;
    outline: 0 !important;
    font-family: 'Inter';
    text-transform: capitalize;
    cursor: pointer;
}
.subscribe-newsletter .form-control{
    box-shadow: none !important;
    background: #66ab40;
    border: 0;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}
.subscribe-newsletter .form-control::placeholder{
    color: #fff;
}
.play-store-btn img{
    width: 100%;
}

.reviews-col{
   text-align: center;
}

/* Inner Pages */
.inner-banner-section {
    position: relative;
    padding: 35px 0 40px;
    background: #f1f1f1;
}
.title-tagline{
    font-size: 20px;
    color: #202020;
    font-weight: 500;
    font-family: "Inter";
    position: relative;
    padding-left: 65px;
}
.title-tagline::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #000;
    left: 0;
    top: 50%;
}
.text-green{
    color: #527ffc !important;
}
.contact-now {
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter";
    padding: 10px 15px;
    border-left: 5px solid #77c06b;
    margin-top: 15px;
    display: inline-block;
}
.banner-inner-carousel{
    padding: 30px 0;
}
.inner-banner-section .banner-inner-carousel .owl-item.active.center{
    position: relative;
    z-index: 2;
}
.inner-banner-section .banner-inner-carousel .owl-item.active{
    z-index: 1;
}
.inner-banner-section .banner-inner-carousel .owl-item.active.center .b-inner-thumbnail {
    padding: 0;
}
.inner-banner-section .banner-inner-carousel .owl-item .b-inner-thumbnail {
   border-radius: 30px;
}
.inner-banner-section .banner-inner-carousel .owl-item .item .b-inner-thumbnail {
    box-shadow: 0px 3px 20px 7px #00000017;
}
.inner-banner-section .banner-inner-carousel .owl-item.active .item{
    transform:scaleY(.9);
}
.inner-banner-section .banner-inner-carousel .owl-item .item{
    transform:scaleY(.8);
}
.inner-banner-section .banner-inner-carousel .owl-item.active.center .item{
    transform: unset;
}

.title-content{
    max-width: 848px;
    margin: 0 auto;
}
.service-box p{
    color:#626262;
}
.expertise-list li {
    max-width: 231px;
    width: 100%;
    background-color: #f6f7fa;
    height: 110px;
    margin: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.expertise-list{
    padding-left: 100px;
}
.expertise-list li:nth-child(5) {
    margin-left: -100px;
}
.business-transformation{
    position: relative;
    padding: 60px 0;
}
.digi-boxes .icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 120px;
    margin: 0 auto 30px;
}
.innovation .icon{
    box-shadow: 0 0 20px rgb(45 213 255 / 20%);
}
.intelligence .icon{
    box-shadow: 0 0 20px rgba(223,247,209,0.8);
}
.industry-driven .icon{
    box-shadow: 0 0 20px rgba(37,92,204,0.2);
}
.integrated .icon{
    box-shadow: 0 0 20px rgba(249,96,87,0.2);
}
.industrialised .icon{
    box-shadow: 0 0 20px 0  rgba(255,151,0,0.2);
}
.digi-boxes h4 {
    font-size: 20px;
}
.boder-dashed-green{
    border: 1px dashed #527ffc;
}
.rounded-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    min-width: 80px;
}
.rounded-icon img{
    height: 42px;
}
.green-faded{
    background: #effbe8;
}
/* App Development Css */
.app-development{
    position: relative;
    padding: 50px 0;
}
.app-development .service-box {
    border: 1px solid #ebf5f9;
    height: 100%;
    padding: 40px 15px;
    /* box-shadow: 0px 1px 13px 0px #0000000f; */
    border-radius: 10px;
}
.webnyxa-charter{
    padding: 50px 0;
}
.webnyxa-charter h4{
    font-size: 24px;
    margin-bottom: 20px;
}
.android-competency{
    position: relative;
    padding: 50px 0;
}
.technology-list{
    margin-left: -15px;
    margin-right: -15px;
}
.technology-list p{
    padding-left: 25px;
    padding-right: 15px;
    max-width: 50%;
    flex: 0 0 50%;
    line-height: 8px;
    margin-top: 14px;
}
.android-competency .icon{

}
.framework-c{

}
.framework-c .icon{
    border: 1px solid #e5f3f9;
}
.development-l{

}
.development-l .icon{
    border: 1px solid #e1ffda;
}
.tech-orm{

}
.tech-orm .icon{
    border: 1px solid #e6eeff;
}
.tools-technology{

}
.tools-technology .icon{
    border: 1px solid #e5f3f9;
}
.tech-framewrk{
    border: 1px solid #fff;
    padding: 18px 20px;
    border-radius: 10px;
}
.tech-framewrk .icon{
    width: 116px;
    height: 106px;
    border-top-left-radius: 20px;
    text-align: center;
    line-height: 106px;
}
.tech-framewrk:hover{
    box-shadow: 0px 2px 15px rgba(221,243,251,0.7);
    border: 1px solid #ebf5f9;
}
.framework-c .technology-list p{
    background-image: url('../images/check-blue.png');
    background-repeat: no-repeat;
    /* background-position-y:center; */
   

}
.development-l .technology-list p{
   background-image: url('../images/check-green.png');
   background-repeat: no-repeat;
   /* background-position-y:center; */
  
}
.tech-orm .technology-list{
    background-image: url('../images/check-darkb.png');
    background-repeat: no-repeat;
    /* background-position-y:center; */
    
}
.tools-technology .technology-list{
    background-image: url('../images/check-red.png');
    background-repeat: no-repeat;
    /* background-position-y:center; */
   

}
.commitment-promise{
    position: relative;
    padding: 50px 0;
}
.it-consultancy{
    position: relative;
    padding: 50px 0;
}
.settings-box {
    padding: 50px 50px 30px;
    border: 1px solid #cce5f0;
    border-radius: 10px;
    height: 100%;
}
.settings-box .title {
    position: absolute;
    top: -25px;
    background: #fff;
    padding: 0 15px;
    margin-left: -15px;
}
.col-key-settings{
    margin-bottom: 65px;
}
.spacing-left-thumb{
    padding-left: 60px;
}
.portfolio_content a{
    color: #343434;
}
/*************************************************************/
.play-store-download {
    position: absolute;
    right: 0;
    top: 50%;
}
.counter-box {
	display: block;
	background: #f6f6f6;
	padding: 40px 20px 37px;
	text-align: center
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #909090;
	font-size: 18px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #d2d2d2
}

.counter-box.colored {
      background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}
.page-template-portfolio-php .portfolio  img{
    width: 100%!important;
	margin-left:0px!important;
	margin-top:0px!important;
}

.page-template-portfolio-php .rt-reading-time{
	display:none!important;
}

.page-template-portfolio-php .card{
	padding-top:0px!important;
}

.app-store.google-play-store1{
   margin-right: -15px;
}
.inner-banner-section .chrome-logo{
    margin-right: -15px;
}
.trusted-enterpirse{
padding: 90px 0 40px;

}
.footer-container {
    padding: 0 0px;

}
.technology-competency{

}
.technology-competency li {
    max-width: 15%;
    width: 100%;
    flex: 0 0 15%;
    text-align: center;
    margin: 15px 0 0;
    padding: 0 15px;
}
.technology-competency li p{
    color: #a5a5a5;
    font-size: 20px;
    margin-top: 15px;
    white-space: nowrap;
}
.technology-competency li img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.development-process{
    position: relative;
    padding: 60px 0;
}
.steps {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
    margin: 0 auto;
}
.bordered-step{
    border: 2px solid #d5fdbf;
    width: 210px;
    height: 210px;
    border-radius: 50%;
}
.steps .step-count{
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 40px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.steps h6{
    margin: 0;
}
.brainstorming .step-count{
 background-color: #5a9aeb;
}
.execution .step-count{
background-color: #527ffc9c;
}
.refining .step-count{
    background-color: #f37020;
}
.conceptualization .step-count{
    background-color: #fed86b;
}
.finalization .step-count{
    background-color: #2cc5f1;
}
.step-margin{
    margin-top: 140px;
    position: relative;
}
.execution, .conceptualization{
    position: relative;
}
.step-margin::after{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/steps-vector.png);
    position: absolute;
    background-size: 77%;
    background-repeat: no-repeat;
    right: -60%;
    top: -24%;
    z-index: -1;
    transform: rotate(0deg);
}
.step-margin:last-child:after{
    display: none;
}
.step-no-margin::after{
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/steps-vector.png);
    position: absolute;
    background-size: 77%;
    background-repeat: no-repeat;
    right: -36%;
    top: 17%;
    z-index: -1;
    transform: rotate(54deg);
}


.brainstorming .step-count{
    background-color: #5a9aeb;
}

/* Infographic section */
.map-it-consultancy .infographic-box{
position:relative;
} 
.infographic-box .content{
    position: relative;
}
.infographic-box .line-1::before{
    position: absolute;
    content: '';
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 5px solid;
    transform: rotateX(55deg);
}
/* Key expertise map pointer start*/
.map-it-consultancy .info-column:nth-child(1) .key-expertise .content {
    max-width: 80%;
    margin: 0 auto 0 0;
}
.map-it-consultancy .info-column:nth-child(1) .key-expertise .line-1:nth-child(1){
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #4234b9;
    right: -137px;
    top: 118%;
    min-height: 350px;
}
.map-it-consultancy .info-column:nth-child(1) .key-expertise .line-1::before {
    background-color: #3a2ea3;
    right: -15px;
    top: 100%;
    border-color: #7f79c2;
   
    margin-top: -15px;
}
.map-it-consultancy .info-column:nth-child(1) .key-expertise span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #4234b9;
    left: 100%;
}
.map-it-consultancy .info-column:nth-child(1) .key-expertise span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #4234b9;
    transform: rotate(45deg);
    right: -148px;
    top: 83%;
}
/* Key expertise map pointer end*/
/* Adaptibilty & scalability map pointer start*/
.map-it-consultancy .info-column:nth-child(2) .key-expertise .content {
    max-width: 80%;
    margin: 0 0 0 auto;
}
.map-it-consultancy .info-column:nth-child(2) .key-expertise .line-1{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #fc8e27;
    left: -137px;
    top: 118%;
    min-height: 303px;
}
.map-it-consultancy .info-column:nth-child(2) .key-expertise .line-1::before {
    background-color: #fc8e27;
    left: -15px;
    top: 100%;
    border-color: #e3c87b;
    transform: rotateX(55deg);
    margin-top: -15px;
}
.map-it-consultancy .info-column:nth-child(2) .key-expertise span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fc8e27;
    right: 100%;
}
.map-it-consultancy .info-column:nth-child(2) .key-expertise span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fc8e27;
    transform: rotate(135deg);
    left: -148px;
    top: 83%;
}
/* Adaptibilty & scalability map pointer end*/
/* Cost benefit map pointer start*/
.map-it-consultancy .info-column:nth-child(3) .key-expertise .content{
    max-width: 80%;
    margin: 0 auto;
    margin-right: 0;
}
.map-it-consultancy .info-column:nth-child(3) .key-expertise .line-1 {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background: #e84600;
    left: -138px;
    top: 118%;
    min-height: 303px;
}
.map-it-consultancy .info-column:nth-child(3) .key-expertise .line-1::before {
    background-color: #e84600;
    left: -15px;
    top: 100%;
    border-color: #d69d73;
    transform: rotateX(55deg);
    margin-top: -15px;
}
.map-it-consultancy .info-column:nth-child(3) .key-expertise span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #e84600;
    right: 100%;
}
.map-it-consultancy .info-column:nth-child(3) .key-expertise span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #e84600;
    transform: rotate(135deg);
    left: -148px;
    top: 83%;
}
/* Cost benefit map pointer end*/
/* top rated team map pointer start*/
.map-it-consultancy .info-column:nth-child(4) .key-expertise .content {
    max-width: 80%;
    margin: 0 auto;
    margin-left: 0;
}
.map-it-consultancy .info-column:nth-child(4) .key-expertise .line-1 {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #1272cc;
    right: -128px;
    top: 107%;
    min-height: 130px;
}
.map-it-consultancy .info-column:nth-child(4) .key-expertise .line-1::before {
    background-color: #1272cc;
    right: -15px;
    top: 100%;
    border-color: #5f9eda;
    margin-top: -15px;
}
.map-it-consultancy .info-column:nth-child(4) .key-expertise span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #1272cc;
    left: 100%;
}
.map-it-consultancy .info-column:nth-child(4) .key-expertise span::before {
    content: '';
    position: absolute;
    width: 83%;
    height: 3px;
    background: #1272cc;
    transform: rotate(45deg);
    right: -137px;
    top: 78%;
}
/* top rated team map pointer end*/
/* Intellectual Property Protection map pointer start*/
.map-it-consultancy .info-column:nth-child(5) .key-expertise .content {
    max-width: 80%;
    margin: 0 auto;
    margin-left: 0;
}
.map-it-consultancy .info-column:nth-child(5) .key-expertise .line-1 {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: #6d05b5;
    right: 93%;
    top: -141%;
    min-width: 140px;
}
.map-it-consultancy .info-column:nth-child(5) .key-expertise .line-1::before {
    background-color: #6d05b5;
    left: -15px;
    top: 100%;
    border-color: #ac7ad3;
    transform: rotateX(55deg);
    margin-top: -18px;
}
.map-it-consultancy .info-column:nth-child(5) .key-expertise span::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 60%;
    background: #6d05b5;
    right: unset;
    bottom: 100%;
}
.map-it-consultancy .info-column:nth-child(5) .key-expertise span::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 3px;
    background: #6d05b5;
    transform: rotate(241deg);
    right: 24%;
    top: -99%;
}
/* Intellectual Property Protection map pointer end*/
/* enhanced communication map pointer start*/
.map-it-consultancy .info-column:nth-child(6) .key-expertise .content {
    max-width: 80%;
    margin: 0 auto;
    margin-right: 0;

}
.map-it-consultancy .info-column:nth-child(6) .key-expertise .line-1{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #ba0044;
    left: -137px;
    top: 118%;
    min-height: 303px;
}
.map-it-consultancy .info-column:nth-child(6) .key-expertise .line-1::before {
    background-color: #ba0044;
    left: -15px;
    top: 100%;
    border-color: #c57080;
    transform: rotateX(55deg);
    margin-top: -15px;
}
.map-it-consultancy .info-column:nth-child(6) .key-expertise span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ba0044;
    right: 100%;
}
.map-it-consultancy .info-column:nth-child(6) .key-expertise span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ba0044;
    transform: rotate(135deg);
    left: -148px;
    top: 83%;
}
/* enhanced communication map pointer end*/
.infographic-column, .map-it-consultancy .info-column:nth-child(5){
    padding-top: 190px;
}
.infographic-box span{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
}
.map-it-consultancy .info-column:nth-child(1) .key-expertise span{
    background-image: radial-gradient(#4234b9, #3b2ea6);
    position: relative;
}
.map-it-consultancy .info-column:nth-child(2) .key-expertise span{
    background-image: radial-gradient(#d68c3d, #e6c726);
}
.map-it-consultancy .info-column:nth-child(3) .key-expertise span{
    background-image: radial-gradient(#e66826, #e95001);
}
.map-it-consultancy .info-column:nth-child(4) .key-expertise span{
    background-image: radial-gradient(#1086d9, #1a84ce);
}
.map-it-consultancy .info-column:nth-child(5) .key-expertise span{
    background-image: radial-gradient(#b726e6, #7601e9);
}
.map-it-consultancy .info-column:nth-child(6) .key-expertise span{
    background-image: radial-gradient(#e90176, #ee1454);
}
.infographic-box a{
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
}
.map-it-consultancy .info-column:nth-child(1) .key-expertise a{
    background-color: #3b2ea6;
}
.map-it-consultancy .info-column:nth-child(2) .key-expertise a{
    background-color: #d68c3d;
}
.map-it-consultancy .info-column:nth-child(3) .key-expertise a{
    background-color: #e95001;
}
.map-it-consultancy .info-column:nth-child(4) .key-expertise a{
    background-color: #1a84ce;
}
.map-it-consultancy .info-column:nth-child(5) .key-expertise a{
    background-color: #7601e9;
}
.map-it-consultancy .info-column:nth-child(6) .key-expertise a{
    background-color: #ee1454;
}
.infographic-box span{
    font-size: 35px;
    font-weight: 800;
    position: relative;
}
.infographic-box .content p{
    text-align: left;
}
.map-it-consultancy{
    background-image: url(../images/map-new.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
position: relative;
}
.map-it-consultancy::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb8;
}
.blog-links li a{

    color: #fff;
    width: 28px;
    height: 28px;
    display: block;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
}
.single-portfolio_page .portfolio_page .entry-header {
    max-width: 1100px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    order: 1;
    padding-left: 15px;
    padding-right: 15px;
}
.single-portfolio_page .portfolio_page .entry-header h1 {
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #afd799;
    font-size: 46px;
}

.single-portfolio_page .portfolio_page{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}
.read-more-btn{
    cursor: pointer;
}
.blog-item .social-links{
    margin-bottom: 15px;
}
.read-more-btn::first-letter{
    text-transform: uppercase;
}
.single-portfolio_page .portfolio_page::before {
    width: 280px;
    height: 280px;
    content: '';
    position: absolute;
    left: 15%;
    background: #e6ffd76e;
    border-radius: 50%;
    top: 30px;
    z-index: -1;
    transform: translateX(-15%);
}
.single-portfolio_page .portfolio_page::after {
    width: 310px;
    height: 200px;
    content: '';
    position: absolute;
    right: -50px;
    background: #f4ffee82;
    border-bottom-left-radius: 50%;
    top: 0;
    z-index: -1;
    transform: translateX(-27%);
    border-bottom-right-radius: 100%;
    border-top-right-radius: 50%;
}
.single-portfolio_page .portfolio_page .post-thumbnail, .single-portfolio_page .portfolio_page .entry-content{
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.single-portfolio_page .portfolio_page .post-thumbnail{
    order: 3;
}
.single-portfolio_page .portfolio_page .entry-content{
    order: 2;
}
.single-portfolio_page .site-main{
    padding-bottom: 120px;
}
.single-blog_detail .entry-header{
    margin-top:40px;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.single-blog_detail .entry-title{
    text-align: center;
}
.blog_detail-template-default .entry-title {
    margin: 10px 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #000;
    font-size: 44px;
	padding-top:20px;
	
}


.inner-banner-section .ios-banner{
    height: 443px;
    overflow: hidden;

}
.inner-banner-section .ios-banner img{
    object-fit: contain;
    height: 100%;
}
.trusted-enterpirse .service-box .icon-box{
    width: 60px;
    height: 60px;
/*     filter: drop-shadow(0 0 20px rgba(223,247,209,0.8)); */
    background-color: #ffffff;
/*     border: 1px solid #ebf5f9; */
/*     margin: 0 auto; */
    display: flex;
    align-items: center;
    justify-content: center;

}
.item-main{
    perspective: 800px;
}
.s-carousel1 .item-prev {
   margin-left: -30px;
}
.s-carousel1 .item-next img{
    margin-right: -36px;

}
.s-carousel1 .item-prev img{
        transform: rotateY(30deg) scale(.9); }

.s-carousel1 .item-next img{
    transform:rotateY(-30deg) scale(.9);
    
}
.w-360{
    width: 360px;
}
.image-width{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 18.666667%;
}
.accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 18px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 14px;
    font-weight: normal;
    color: #000;
    cursor: pointer;
  }
  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-title.open { 
    background-color: rgba(0,0,0,.03);
  }
  .accordion-container .accordion-title::after {
    content: "\f067";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 10px;
    right: 25px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    /* border-top-color: #fff; */
  }
  .accordion-container .accordion-title.open::after {
    content: "\f068";
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    top: 10px;
    border: 8px solid transparent;
    /* border-bottom-color: #fff; */
  }
  

  .accordion-content {
    padding-left: 2.3125em;
    border: 1px solid rgba(0,0,0,.125);
  }
  /* .accordion-container {
    width: 300px;
    margin: 0 auto;
  } */
  
.footer .useful-links  .phone li a{
    font-size: 16px;
    font-weight: 500;
  }

  
  .send-button {
    margin-top: 15px;
    height: 34px;
    width: 400px;
    overflow: hidden;
    transition: all .2s ease-in-out;
  }
  
  .alt-send-button {
    width: 400px;
    height: 34px;
    transition: all .2s ease-in-out;
  }
  
  .send-text {
    display: block;
    margin-top: 10px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
  }
  
  .alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
  }
  
 .contact-btn{
    display: flex;
    align-items: center;
    height: 50px;
    background: transparent;
    border: 2px solid #ffff;
 }
 .contact-btn
 .send-button{
    border-left: 1px solid #fff;
 }
 .f-18{
   font-size: 30px;
    font-weight: 700;
 }
 
 .text-webkit-right{
    text-align: -webkit-center;
 }
 
.contact-btn .contact-us{
    display: inline-block;
    padding: 0 30px;
    margin-right: 0;
    vertical-align: middle;
    float: left;
    line-height: inherit;
}
.contact-btn .send-btn{
    display: inline-block;
    width: 56px;
    text-align: center;
    font-size: 23px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: inherit;
    vertical-align: middle;
    float: left;
    line-height: inherit;
    border-radius: 0 3px 3px 0;
    position: relative;
    overflow: hidden;

}
.subscribe-newsletter h4 p{ 
    font-size: 18px;
    line-height: 1.508em;
    font-weight: 500;
    color: #fff;

}
.assuring-model img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.assuring-model .card-padding{
    padding: 58px  40px 37px 43px;
    background-size: cover;
    height: 100%;

}
.main-card:nth-child(2) .card-title{
 color: #000;
}
.main-card .card-padding-0 > ul{
margin-bottom: 0;
    margin-left: 5px;
    padding: 0;
}

.dedicated-modal .media-body p{
    font-size: 14px;
}
.dedicated-modal:nth-child(odd) .modal-number{
    background-color: #527ffc;
}
.dedicated-modal:nth-child(even) .modal-number{
    background-color:#000;
    ;
}
.dedicated-modal .modal-number{
    width: 55px;
    height: 66px;
    font-weight: 600;
    vertical-align: c;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff
}
.bullet-list-for-seo li {
    color: #0c436e;
    font-weight: 600;
    margin: 0 5px;
    margin-bottom: 7px;
    list-style: none;
    display: inline-block;
    font-size: 16px;
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 30px;
    border: 2px solid #2c79b6;
    text-transform: capitalize;
}
.estimation-section .estimation-img{
    height: 550px;
    overflow: hidden;
}
.estimation-section .estimation-img img{
    height: 100%;
    object-fit: contain;
}
.f-34{
    font-size: 34px;
}
.page{
    /* background:#000; */
    color: rgb(78, 34, 34);
    padding: 0;
}
.pagination a:hover{
    color: #fff;
}
.pagination a {
    display: block;
    width: 36px;
    height: 36px;
    /* border: 1px solid #bfbfbf; */
    color: #fffbfb;
    margin: 0 5px 0 0;
    text-align: center;
    background: #555;
    line-height: 39px;

}
a:focus{
    border: none!important;
}
.pagination a.active{
    background-color: #527ffc;
    border: none;
}
.portfolio ul{
    display: flex;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    list-style-type: none;
}
.portfolio p {
    margin-bottom: 0;
    font-size: 15px;
    /* font-weight: 500; */
}
.project-cards .card-title{
    font-size: 17px;
}
.portfolio ul li{
    background: #527ffc;
    margin-bottom: 10px;

    padding: 3px 10px;
    margin-right: 10px;
    font-size: 13px!important;
    color: #fff!important;

}
.technology-competency{
	flex-wrap:wrap!important;
}
.list-item .card{
    background-size: cover;
    height: 100%;
}
.portfolio .card-img{
    height: 250px;
}
.page-template-portfolio-php .portfolio .card-img img{
    height: 100%!important;
}
.pagination{
    display: flex;
    justify-content: center;
    margin: 40px 0 20px;
}
.pagination .page{
    border:1px  solid #ccc;
    margin: 0 2px;
    /* color: #fff; */
    padding: 15px;
    line-height: 15px;
    height: 45px;
}
/* .pagination .page.active{
    background-color: #0000001a;
} */
.portfolio_content p:nth-child(6){
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2;
    -webkit-box-orient: vertical;
 
}

.portfolio_content p{
    display: none;
}
.portfolio_content p:nth-child(6),
.portfolio_content p:nth-child(2),
.portfolio_content p:nth-child(4){
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portfolio-card h3{
    font-size: 25px!important;
}
.post-thumbnail img{
    height: 100%;
    width: 100%;
}
.blog_detail-template-default .entry-title{
    margin: 10px 0;
}

.blog_detail-template-default .entry-content{
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.entry-content.test span{
	font-weight:700!important;
}

.scope-ul li{
	font-size:20px;
	margin-left:20px;
	font-weight:400;
	
}

.postid-4702 h4{
	margin-bottom:20px;
}


.postid-4702  p b{
	font-weight:600!important;
}

.postid-4702  p strong{
	font-weight:600!important;
}

.blog_detail-template-default .entry-content ul{
    padding-left: 0px;
    padding-right: 0px; 
   
}
.page-template-blog .portfolio-card-content li:nth-child(1), .page-template-blog .portfolio-card-content ul:nth-child(3),.page-template-blog .portfolio-card-content ul:nth-child(2)
.portfolio-card-content li:nth-child(2){
    display: block!important;
}
.blog .card-img {
    height: 300px;
    overflow: hidden;
}
.blog .card-img img{
    object-fit: cover;
    height: 100%;
}
button:focus {
    outline: transparent!important;
}


.page-id-1742 .card.h-100 .card-body p{
	display:none!important;
}

.page-id-1742 .card.h-100 .card-body h4{
	display:none!important;
}
.read-more-btn{
    color: rgb(255, 255, 255);
    background-color: #527ffc;
  border: transparent;
  line-height: 22px;

}

.single.single-blog_detail .entry-footer{
	display:none!important;
}
.page.page-id-1742 .social-links.d-flex.align-items-center.blog-links{
	display:none!important;
}


.page.page-id-1742 .date{
	font-size:18px!important;
	font-weight:500;
	text-align:center;
}

.page.page-id-1742  .card-title {
    font-family: Roboto;
    font-size: 20px!important;
    font-weight: 500;
    line-height: 28px!important;
    letter-spacing: 0em;
    text-align: center!important;
    padding-bottom: 0px!important;
}


.single.single-blog_detail .entry-content span{
	font-weight:700;
}

.page.page-id-1742 .card-img {
    height: 230px!important;
    overflow: hidden;
}

.page.page-id-1742 .card.h-100{
	padding-top:0px;
}

.page.page-id-1742 .card-img-top{
	height:218px!important;
	margin:0px!important;
}










.blog_detail-template-default ul{
    padding-left: 8px;
    margin-left: 0;
}
.technology-competency {
    margin-left: auto;
		margin-right:auto;
}
.blog_detail-template-default .post-thumbnail img{
border-radius: 15px;
}
.service-box ul {
    list-style: disc;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px !important;
}
.service-content ul li {
    padding: 8px 20px;
    border: 1px solid #f1f1f1;
    /* white-space: nowrap; */
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 30px;
}
.section_seo_services{
    padding-top: 80px;
}
/* .service-box .icon-box{
    height: 100px;
    overflow: hidden;
}
.service-box .icon-box img{
    height: 100%;
    object-fit: contain;
} */
.seo-services ol {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 300;
}
.contact-btn:hover{
    box-shadow: none!important;
    border-color:white!important;
    
}

.checked {
    color: orange;
  }
  .wp-block-social-links.is-style-logos-only .wp-social-link a{
    padding: 5px!important;
  }
  .useful-links .wp-block-media-text{
    display: flex;
    align-items: center;
  }

 .wp-block-media-text__media img{
width: 55px;
 }
 .useful-links .wp-block-media-text .wp-block-media-text__media{
    align-self: start;
    margin: 5px 0 0 !important;
 }
/* mobile project section css start */
.google-pay{
	max-width:35%;
	flex: 0 0 35%
}
.activewear{
	max-width:90%;
	flex: 0 0 90%; 
}
.actively-black-logo img.sova-logo{
    height:128px;
}
.actively-black-logo img.infinity-logo {
    height: 86px;
}
.review-section{
	background: #527ffc;
    height: auto;
    padding-top: 76px;
    padding-bottom: 62px;
}
/* mobile project section css end */
/* Responsive Css */
@media(min-width:1200px){
 .single-portfolio_page .portfolio_page{
        max-width: 1350px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width:1400px){
    .activewear {
        max-width: 95%;
        flex: 0 0 95%;
    }
    .mobile-images{
        left: 44%;
    }
}
@media(min-width:1550px){
	.bordered-step {
		width: 260px;
		height: 260px;
	}
	.steps {
    	width: 280px;
		height: 280px;
	}
}
@media(min-width:1750px){
	.bordered-step {
		width: 280px;
		height: 280px;
	}
	.steps {
    	width: 300px;
		height: 300px;
	}
}
@media(min-width:1920px){
    .auto-container, .single-portfolio_page .portfolio_page{
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width:1299px){
    .steps {
        width: 200px;
        height: 200px;
    }
    .bordered-step{
        width: 180px;
        height: 180px;
    }
}
@media(max-width:1199px){
    .header .navbar .navbar-nav .nav-link {
        font-size: 13px;
        padding: 10px 8px;
    }
    .mobile-images{
        left:44%;
    }
    .activewear {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .activewear p{
        line-height: 27px;
        margin-top: 25px;
        font-size: 17px;
        margin-bottom: 0;
    }
    .activewear > .btn{
        padding-left: 0;
    }
    .step-margin::after{
        right: -58%;
        top: -24%;
        transform: rotate(12deg);
    }
    .step-no-margin::after{
        right: -50%;
        top: 16%;
        transform: rotate(42deg);
    }
    .step-margin {
        margin-top:70px;
    }
    .steps {
        width: 150px;
        height: 150px;
    }
    .steps h6{
        font-size: 12px;
    }
    .bordered-step {
        width: 130px;
        height: 130px;
    }
    .steps .step-count {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px;
    }
    .technology-competency li{
        max-width: 15.5%;
        flex: 0 0 15.5%;
    }
    .play-store-download{
        position: relative;
        margin-top: 60px;
    }
    .how-we-work .list-items{
        min-width: 800px;
        font-size: 30px;
        padding: 0 15px;
    }
    .how-we-work .list-items.active{
        margin-bottom: 15px;
    }
    .counter-text{
        font-size: 70px;
    }
}
@media(max-width:991px){
	.banner-tag-list, .mobile-tag-list{
		margin-left:auto !important;
		margin-right:auto !important;
		justify-content:center;
	}
    .mobile-images {
        left: 25%;
        max-height: 518px;
    }

	.play-store-btn{
		display:none !important;
	}
	.w-360{
		width:100%;
	}
    .step-margin::after {
        right: -45%;
    }
   section .container{
        max-width: 100% !important;
    }
    .steps{
        padding: 6px;
    }
    .bordered-step {
        width: 138px;
        height: 138px;
    }
    .steps h6 {
        font-size: 12px;
    }
    .step-margin {
        margin-top: 50px;
        margin-right: -20px;
        margin-left: -20px;
    }
    .step-no-margin {
        margin-left: -60px;
        margin-right: -60px;
    }
    .banner-section{
        padding: 35px 0;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0px;
        background: rgb(238, 240, 241);
        width: 100%;
        z-index: 2;
        padding: 10px 0px;
    }
    .inner-banner-section .content-column{
        max-width: 90%;
		margin:0 auto;
    }
    .technology-competency li {
        max-width: 19.5%;
        flex: 0 0 19.5%;
    }
    .commitment-promise {
        padding: 0px 0;
    }
    .play-store-btn{
        margin-left: 0;
        margin-bottom: 30px;
    }
    .play-store-btn img{
        width: auto;
    }
    .title-tagline{
        width: max-content;
        margin: 0 auto;
    }
    p{
        font-size: 13px;
        line-height: 22px;
    }
    .key-expertise .content{
        max-width: 80%;
        margin-left: 0;
    }
    .adaptibility .content{
        max-width: 80%;
        margin-right: 0;
    }
    .infographic-column, .intellectual-column .tab-size {
        padding-top: 0px;
    }
}


@media(max-width:767px){
    .infographic-box .content p{
        text-align: justify;
    }
    
    .mobile-images {
        max-height: 518px;
        position: relative;
        left: unset;
        transform: unset;
        top: unset;
    }
    .mobile-fixed{
        position: relative;
    }
    .activewear {
        text-align: center;
        padding: 40px 0;
    }
	.s-carousel .item-next {
    margin-left: -20px;
}
	.trusted-enterpirse::before{
		width:300px;
		height:300px;
	}
	.s-carousel .item-prev {
    margin-right: -20px;
}
    .blog_detail-template-default .entry-title{
        font-size: 35px;
    }
    .blog_detail-template-default .post-thumbnail {
        height: auto;
    }
    .single-portfolio_page .portfolio_page .entry-header{
        margin-bottom: 30px;
    }
    .single-portfolio_page .portfolio_page .post-thumbnail{
        order: 2;
    }
    .single-portfolio_page .portfolio_page .entry-header h1{
        font-size: 35px;
    }
    .single-portfolio_page .portfolio_page .entry-content, .single-portfolio_page .portfolio_page .post-thumbnail{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .infographic-column, .map-it-consultancy .info-column:nth-child(5) {
        padding-top: 0;
    }
    .infographic-box span, .map-it-consultancy .info-column:nth-child(1) .key-expertise span {
        position: absolute;
        right: 0;
        top: -30px;
        z-index: 1;
    }
    .map-it-consultancy .info-column:nth-child(6) .key-expertise .content{
        margin-top: -30px;
    }
    .infographic-box span::after, .infographic-box span::before, .infographic-box .line-1{
        display: none;
    }
    .map-it-consultancy .infographic-box {
        padding-bottom: 30px;
    }
    .info-column:nth-child(6) .key-expertise .content::before {
        background-color: #ea076b;
        right: 20px;
        top: 100%;
        border-color: #e377a8;
        margin-top: -40px;
    }
    .info-column:nth-child(3) .key-expertise .content::before {
        background-color: #e85f18;
        right: 20px;
        top: 100%;
        border-color: #e98c5e;
        margin-top: -40px;
    }
    .info-column:nth-child(3) .key-expertise .content::after{
        background-color: #e85f18;
    }
    .info-column:nth-child(2) .key-expertise .content::before {
        background-color: #dda434;
        right: 20px;
        top: 100%;
        border-color: #e7b740;
        margin-top: -40px;
    }
    .info-column:nth-child(2) .key-expertise .content::after{
        background-color: #dda434;
    }
    .info-column:nth-child(4) .key-expertise .content::before {
        background-color: #1485d4;
        right: 20px;
        top: 100%;
        border-color: #6bb7ed;
        margin-top: -40px;
    }
    .info-column:nth-child(4) .key-expertise .content::after{
        background-color: #1485d4;
    }
    .info-column:nth-child(6) .key-expertise .content::after {
        background-color: #eb0966;
    }
    .infographic-box .content{
        max-width: 100%;
        position: relative;
    }
    .infographic-box .content::after{
        content: '';
        position: absolute;
        width: 3px;
        height: 100%;
    }
    .infographic-box .content::before {
        position: absolute;
        content: '';
        width: 33px;
        height: 33px;
        border-radius: 50%;
        border: 5px solid;
        transform: rotateX(55deg);
    }
    /* Key expertise content based*/
    .key-expertise span{
        margin-right:0;
    }
    .key-expertise .content::after {
        background-color: #3a2ea3;
        right: 36px;
        top: -25px;
    }
    .key-expertise .content{
        padding-right: 70px;
        max-width: 100% !important;
    }
    .map-it-consultancy .info-column a{
        width: max-content;
        margin: 0 auto;
        padding: 12px 30px !important;
    }
    .key-expertise .content::before {
        background-color: #3a2ea3;
        right: 20px;
        top: 100%;
        border-color: #7f79c2;
        margin-top: -40px;
    }
   /* Key expertise content based end */
   /* Adaptibilty & scalability content based start*/
   .adaptibility span{
    margin-left:0;
}
.adaptibility .content::after {
    background-color: #d68c3d;
    left: 36px;
    top: -25px;
}
.adaptibility .content{
    padding-left: 70px;
}
.adaptibility .content::before {
    background-color: #d68c3d;
    left: 20px;
    top: 100%;
    border-color: #e3c87b;
    margin-top: -40px;
}
/* Adaptibilty & scalability content based end*/
/* Cost benefit content based start*/
.cost-benefit span{
    margin-right:0;
}
.cost-benefit .content::after {
    background-color: #e95001;
    right: 36px;
    top: -25px;
}
.cost-benefit .content{
    padding-right: 70px;
}
.cost-benefit .content::before {
    background-color: #e95001;
    right: 20px;
    top: 100%;
    border-color: #cfb6a3;
    margin-top: -40px;
}
/* Cost benefit content based end*/
/* top rated team content based end*/
.top-rated-team span{
    margin-left:0;
}
.top-rated-team .content::after {
    background-color: #1a84ce;
    left: 36px;
    top: -25px;
}
.top-rated-team .content{
    padding-left: 70px;
}
.top-rated-team .content::before {
    background-color: #1a84ce;
    left: 20px;
    top: 100%;
    border-color: #7f79c2;
    margin-top: -40px;
}
/* top rated team content based end*/
/* Intellectual Property Protection content based start*/
.intellectual-prop span{
    margin-right:0;
}
.intellectual-prop .content::after {
    background-color: #7601e9;
    right: 36px;
    top: -25px;
}
.intellectual-prop .content{
    padding-right: 70px;
}
.intellectual-prop .content::before {
    background-color: #7601e9;
    right: 20px;
    top: 100%;
    border-color: #ac78d5;
    margin-top: -40px;
}
/* Intellectual Property Protection content based end*/
/* enhanced communication Protection content based end*/
.infographic-column, .intellectual-column {
    padding-top: 17px;
}
.enhanced-comm span{
    margin-left:0;
}
.enhanced-comm .content::after {
    background-color: #ee1454;
    left: 36px;
    top: -25px;
}
.enhanced-comm .content{
    padding-left: 70px;
}
.enhanced-comm .content::before {
    background-color: #ee1454;
    left: 20px;
    top: 100%;
    border-color: #c47181;
    margin-top: -40px;
}

/* enhanced communication Protection content based end*/
    .subscribe-newsletter h3 {
        margin-bottom: 30px;
    }
    .step-margin{
        margin: 0;
    }
    .footer-container {
        padding: 0 15px;
    }
    .technology-list li{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .step-no-margin {
        margin-left: 0;
        margin-right: 0;
    }
    .step-margin::after {
        right: -25%;
        top: 55%;
        transform: rotate(74deg);
    }
    .step-no-margin::after {
        right: -38%;
        top: -60%;
        transform: rotate(347deg);
    }
    p{
		margin-top: 19px;
        font-size: 14px;
    }
    .quote-icn {
        max-width: 30px;
        margin: 0px auto 25px;
    }
    .technology-competency li {
        max-width: 18.5%;
        flex: 0 0 18.5%;
    }
    .spacing-left-thumb {
        padding-left: 0px;
    }
    .trusted-enterpirse {
        padding: 30px 0 0px;
    }
    h3{
        font-size: 24px;
    }
    /* .read-review-list{
        left: 30%;
    } */
    .read-review-list> div{
        margin-bottom: 35px;
    }
    
    .title-sec.title-blue{
        padding: 15px 0;
    }
    .how-we-work .list-items{
        padding: 0;
    }
    .how-we-work .carousel-indicators li a{
        display: block;
    }
    .navigate-to-slide{
        float: none;
    }
    .how-we-work .list-items{
        font-size: 25px;
    }
    .navigate-to-slide{
        font-size: 15px;
    }
    .how-we-work .carousel-indicators{
        margin-top: 0;
    }
    .how-we-work{
        padding: 50px 0 0;
    }
    .banner-sqieez-carousel .owl-item.active.center .sqeez-thumbnail::after {
        height: 103%;
        width: 107%;
    }
    .commitment-promise {
        padding: 0px 0;
    }
    .copyright-text{
        text-align: center;
    }
    .subscribe-newsletter h3{
        font-size: 22px;
    }
    .mob-main-heading{
      font-size: 30px;
    }

    .subscribe-newsletter {
        padding: 36px 15px;
    }

    .subscribe-newsletter .form-control{
        padding-left: 6px;
        padding-right: 0px;
        background: #3e8b14;
    }

    .subscribe-newsletter button{
        padding-left:5px;
        padding-right: 5px;
        font-size: 14.5px;
    }
    .technology-competency li p{
        font-size: 14px;
    }
    .technology-compentency {
    height: auto!important;
    overflow: hidden;
}

.section-counter.full-w.pt-5 .row.justify-content-md-center{
justify-content:center;
}

.hppy-client-title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    text-align:center;
}

.quote-text{
display:none;
}

.footer p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
}


.section-counter.full-w.pt-5{
padding:30px 0px!important;
}

    .read-reviews{
    font-size:30px;
        position: relative;
        padding: 30px 0 10px;
     }
    .play-store-btn{
        padding-left: 15px;
        padding-right: 15px!important;
    }
    .play-store-btn img{
        width: 100%;
    }
    .title-sec {
        margin-bottom: 40px;
    }
    .review-carousel .owl-item.active.center{
        margin-top: 0;
    }
    .review-carousel .owl-stage{
        padding-top: 0;
    }
}
@media(max-width:630px){
    .step-no-margin::after {
        right: -46%;
        top: -50%;
        transform: rotate(334deg);
    }
}
@media(max-width:575px){
	
	.iso-img-banner img {
    left: 0px!important;
    width: 100%;
    max-width: 85px!important;
    height: auto;
    position: absolute;
    /* margin: 0 auto; */
    transform: rotate(26deg);
    /* text-align: center; */
    top: 26px!important;
    margin: 0 auto!important;
    right: 0px!important;
}
	
    .subscribe::placeholder{
        font-size: 12px;
    }
    .review-section{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .quality-tag{
		text-align:center;
        padding-left: 15px !important;
    }
    .webnyxa-top-banner> h1{
    padding-top:20px;
        font-size: 30px !important;	
    font-family: 'Poppins';
    font-style: normal;
    line-height: 49px!important;
}
    }
	
	.webnyxa-top-banner ul {
    text-align: left;
    list-style: none;
    padding-left: 0;
    margin-left: 16px;
    margin-bottom: 0;
}
    
	
	.domain-expertise {
    position: relative;
		padding-bottom:0px!important;
}
    .page-template-homepage .row.align-items-center.position-unset {
    display:flex;
    flex-direction:row;
    }
	
	.application.full-w.pt-5{
		padding-top:0px!important;
	}
	
	.full-w.section.bg-dark.mt-5{
	margin-top:0px!important;	
		
	}	
    
     .page-template-homepage .row.align-items-center.position-unset small{
     font-size:14px;
     }
    
    #ball{
    display:none;}
    
    .section-main {
        padding-bottom: 0 !important;
    }
	.s-carousel .item-next {
    margin-left: -12px;
}
	.s-carousel .item-prev {
    margin-right: -12px;
}
    .blog_detail-template-default .entry-title {
        font-size: 28px;
    }

    .blog_detail-template-default h2 {
        font-size: 25px;
    }
  .blog_detail-template-default h3 {
        font-size: 23px;
    }
.blog_detail-template-default h4 {
        font-size: 22px;
    }
.blog_detail-template-default h5 {
        font-size: 20px;
    }
    .single-portfolio_page .portfolio_page .entry-header h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .banner-section .banner-title {
        font-size: 22px;
    }
    .step-margin, .step-no-margin {
        margin: 0 0 15px;
    }
    .step-margin::after {
       display: none;
    }
    .step-no-margin::after {
        display: none;
    }
    .ratings i{
        font-size: 13px;
    }
    .technology-competency li {
        max-width: 18.3%;
        flex: 0 0 18.3%;
    }
    .technology-competency li img{
        height: 40px;
    }
    .banner-sqieez-carousel .owl-item.active.center .sqeez-thumbnail img, .banner-sqieez-carousel .owl-item.active.center .sqeez-thumbnail {
        border-radius: 15px;
    }
    .navbar-brand img{
        height: 33px;
    }
    .get-a-quote{
        padding: 12px;
        font-size: 12px;
    }
    .service-box.icon-box{
        padding: 0px 12px;
    }
    .on-review{
        padding-left: 0;
    }
}


.flutter-apps-top-notch ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;

}
.banner-tag-list, .mobile-tag-list {
	list-style:none;
	display:flex;
    margin:0;
	flex-wrap:wrap;
	padding:0;
}
.banner-tag-list li, .mobile-tag-list li {
    padding: 10px 30px 10px 40px;
    margin-right: 12px;
    margin-top: 12px;
    border-radius: 13px;
    background: white;
    font-weight: 600;
    position: relative;
    color: #000000;
}
.banner-tag-list li::before, .mobile-tag-list li:before{
	    position: absolute;
    top: 50%;
    left: 20px;
    content: '';
    min-width: 7px;
    min-height: 7px;
    background: #1e1e1e;
    border-radius: 50%;
    transform: translateY(-50%);
    display: -webkit-inline-box;
}
.banner-tag-list{
	max-width:470px;
}
.section-counter .counter-text{
	color:#000;
}

.list-unstyled{
	margin-left:0;
}.read-review-list .read-reviews{
	font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 33px;
line-height: 65px;
}

.section-padding{
	padding:70px 0;
}
.singo-padding{
    background: linear-gradient(180deg, #FFCC00 3.12%, #776315 100%);
}
.jhon-padding{
	background: linear-gradient(180deg, #FEBBF8 0%, #4B3ED8 100%);
}
.sova-padding{
	background: linear-gradient(180deg, #C6C7C9 0%, #4E4E50 100%);
}
.google-app{
	margin: 0 auto 15px;
}
.google-app img {
    height: 50px;
    object-fit: contain;
}
.actively-black-logo{
	height:167px;
	margin-top:77px;
}
.jhon-logo{
   height:86px;	
	margin-top:77px;
}
.singo-logo{
		height:121px;
	    margin-top:77px;
}
.actively-black-logo img{
	object-fit:contain;
    height:160px;
}
.singo-logo img, .jhon-logo img{
    object-fit:contain;
    height:90px;
}
.IT-Businesses{
    margin-left: 80px;
}

.service-boxs .icon-box{
	position: absolute;
	left: 50%;
    transform: translate(-50px, -40px);
	width: 81px;
    height: 81px;

    background: #7A7979;
    border-radius: 50%;
	
}
.service-boxs .icon-box img{
		    padding-top: 0px;
}
.service-boxs {
	border: 3px solid #7A7979;	
	/*transition:.5s ease; */
}

/*
.service-boxs:hover, .service-boxs:hover .service-content p, .service-boxs:hover .icon-box{
	background: #527ffc;
	color:#fff;
	border: none;
	font-size:22px;
}



.service-boxs:hover h5{
	color:#fff!important;
}


*/


.service-boxs:hover icon-box{
	background:#527ffc;
color:#fff;	
	font-size:22px;
}
.service-boxs .icon-box:hover img{
	 animation: rotate 1s ease-in-out;
}

.service-boxs{
	min-height:300px!important;
}

@keyframes rotate{
            0%{
                transform: rotate(0deg);
            }
            50%{
                transform: rotate(180deg);
            }
            100%{
                transform: rotate(360deg);
            }
        }
.counter-img{
	height:100px;
	width:100px;
	margin-left: 90px;
}
.counter-img img{
	height:80%;
	object-fit:contain;
}

.consulting-row{
padding-top:80px!important;
}

/********************php-development*****************************/



.php-development-banner-div h2{
    font-family: Poppins;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
    color:#000;
    margin-bottom: 40px;
    

}

.php-development-banner-div{
    display: flex;
}

.php-development-banner-section{
    padding: 80px 0px;
}

.php-development-banner-section .container-fluid{
    max-width: 1600px!important;
    width: 100%;
    margin: 0 auto;

}

.php-development-left p{
    font-family: Roboto;
font-size: 22px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color:#403F3F;
margin-bottom: 80px;
}

.php-development-left span{
color:#527ffc ;

}

.php-development-banner-button{
    width:100%;
    max-width: 207px;
    background: #527ffc;
    font-family: Raleway;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color:#fff;
    text-transform: capitalize;
    height: 57px;
    border: none;
    border-radius: 7px;
    }

 .php-development-service-heading h2{

    font-family: Raleway;
    font-size: 55px;
    font-weight: 700;
    line-height: 75px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}

  

 .php-development-service-heading span{
    color: #527ffc;
 }

 .php-development-service-section{
    max-width: 1600px;
    margin: 0 auto;
 }

 .php-development-service-heading p{

    font-family: Roboto;
font-size: 22px;
font-weight: 400;
line-height: 34px;
letter-spacing: 0em;
text-align: center;
color: #403F3F;
 }


 /***************************************/
 .Open-Source-Solutions, .Ecommerce-Development, .CMS-Development, .Laravel-Development {padding: 20px;
    width: 348px;
    height: 372px;
    border-left: 4px solid #527ffc;
    border-top: 2px solid #7A7979;
    border-right: 2px solid #7A7979;
    border-bottom: 2px solid #7A7979;
}

.php-development-development-service-heading ul{
    list-style: none;
}

.php-development-services-list{
    display: flex;
    justify-content: center;
    padding-left: 0px;
    margin-top: 80px;
}

.php-development-services-list ul{
    padding-left: 0px;
}

.php-development-service-heading{
    font-family: Roboto;
font-size: 22px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #000;
}
.php-development-services-list .php-development-service-para{
    font-family: Roboto;
font-size: 18px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color: #403F3F;
}




/*************************table*******************************/


tr, td, th {
    border-top:2px solid #C9C6C6!important;
    border-bottom:2px solid #C9C6C6!important;

    font-family: Poppins;
font-size: 22px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0em;
text-align: center;

  }

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}  

table ul{
    list-style: none;
    text-align: left;
}

td{
    padding: 20px!important;
}

table ul li{
   
    margin-left: 160px;
}

table ul li:before {
    content: '';
    background-image: url(img/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    top: 23px;
    left: -38px;
}



td img{
    width: 60px!important;
    height: auto!important;
}


.php-development-development-service-heading{
    padding-bottom: 80px;
}



.table-left{
    border:2px solid #C9C6C6!important;
}

.advantage-con{
    background: #EBEBEB;
padding-top: 80px;
    padding-left: 100px!important;
    padding-right: 100px!important;
    padding-bottom: 80px;
}

.ad-3{
    padding-left: 10px;
}

.ad-4{
    padding-left: 10px;
}


.ad-5{
    padding-left: 10px;
}

.ad-6{
    padding-left: 10px;
}


table ul li:before {
    content: '';
    background-image: url('https://www.webnyxa.com/wp-content/uploads/2023/05/arrow-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    top: 23px;
    left: -38px;
}

.php-development-commit-right h2{
width:406px;
font-size:22px!important;
line-height: 33px!important;
font-family: 'Roboto', sans-serif;
}

.php-development-commit-left h2{
width:406px;
font-size:22px!important;
line-height: 33px!important;
font-family: 'Roboto', sans-serif;
}

.php-development-commit-left{
padding-right:45px;
float: right;
color: #fff;
}

.php-development-commit-right{
padding-left:45px;
color: #fff;
}



.php-development-commit-cont{
background: #000;
padding-top: 95px;
width: 100%;
max-width: 100%;
height: auto;
margin-bottom: 80px;
padding-bottom: 80px;

}

.php-development-commit-heading h2{
font-size:55px;
font-weight: 700;
font-family: 'Raleway', sans-serif;
color:#000;
line-height: 65px;
text-align: center!important;
width: 900px;
margin:0 auto;
margin-bottom: 25px;
color:#fff;

}

.php-development-commit-heading p{
    font-family: Roboto;
font-size: 22px;
font-weight: 500;
line-height: 34px;
letter-spacing: 0em;
text-align: center;
color: #fff;
width: 100%;
max-width: 1200px;
margin: 0 auto;
margin-bottom: 80px;

}

.php-development-commit-left ul{
    display: flex;
    list-style: none;
}

.php-development-commit-right ul{
    display: flex;
    list-style: none;
}

.php-development-commit-box{
    display: flex;
    flex-direction: row;
    max-width: 1600px!important;
    width: 100%;
    margin: 0 auto;
}

.php-development-commit-left img{
    width: 100px;
    height: auto;
    margin-right: 20px;
}

.php-development-commit-right img{
    width: 100px;
    height: auto;
    margin-right: 20px;
}

.php-development-commit-left p{
    max-width: 500px;
}
.php-development-commit-right p{
    max-width: 500px;
}

.advantage-section span{
color: #527ffc;

}
.advantage-section  h2{
    font-family: Raleway;
font-size: 55px;
font-weight: 700;
line-height: 65px;
letter-spacing: 0em;
text-align: center;
padding-bottom: 40px;

}

.php-development-development-section{
    padding:0px 0px 80px 0px;
}


.php-development-banner-img {
    max-width: 600px;
    width: 100%;
    float: right;
	margin-top:38px;
}

.php-development-services-list1{
max-width:100%;
width:100%;
margin: 0 auto ;
padding-top: 0px;

}
.php-development-services-list{
	margin-bottom:0px;
	margin-left:0px;
}

.Ecommerce-Development ul li h3{
	color:#fff;
}
.Ecommerce-Development ul li p{
	color:#fff!important;
}

.Ecommerce-Development, .Laravel-Development, .Open-Source-Solutions1{
	background:#527ffc;
	border:0px!important;
	
}
.CMS-Development, .Open-Source-Solutions{
	border:0px!important;
}
.Laravel-Development ul li h3{
	color:#fff!important;
}
.Laravel-Development ul li p{
	color:#fff!important;
}
.Open-Source-Solutions1 ul li h3{
	color:#fff!important;
}
.Open-Source-Solutions1 ul li p{
	color:#fff!important;
}


/************************************************************/

@media screen and (min-width:320px) and (max-width:991px) {


    .php-development-commit-heading h2 {
        font-size: 35px;
        font-weight: 700;
        font-family: 'Raleway', sans-serif;
        color: #000;
        line-height: 65px;
        text-align: center!important;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 25px;
        color: #fff;
    }

    .php-development-commit-heading p {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 500;
        line-height: 34px;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 80px;
    }

    .php-development-commit-box {
        display:block;
        flex-direction: column;
        max-width: 1600px!important;
        width: 100%;
        margin: 0 auto;
    }
    
    .php-development-services-list{
    margin-left:0px;}


    .php-development-commit-right ul {
        display: flex;
        list-style: none;
        flex-direction: column;
        text-align: center;
        padding-left: 0px;
    }


    .php-development-commit-left {
        padding-right: 0px;
        float: none;
        color: #fff;
    }

    .php-development-commit-left ul {
        display: flex;
        list-style: none;
        flex-direction: column;
        text-align: center;
        padding-left: 0px;
    }
.php-development-commit-left h2 {
    width: 100%;
    font-size: 20px;
    line-height: 33px!important;
    font-family: 'Roboto', sans-serif;
}

.php-development-commit-right h2 {
    width: 100%;
    font-size: 20px;
    line-height: 33px!important;
    font-family: 'Roboto', sans-serif;
}


.php-development-commit-right {
    padding-left: 0px;
    color: #fff;
}

.php-development-services-list {
    display: flex;
    justify-content: space-evenly;
    padding-left: 0px;
    margin-top: 40px;
    flex-direction: column;
}

.advantage-section h2 {
    font-family: Raleway;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 40px;
}

.advantage-con {
    background: #EBEBEB;
    padding-top: 10px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    padding-bottom: 10px!important;
}


th{
    width: 20%!important;
    display: flex;
    flex-direction: column;
}

tr{
    display: flex;
    flex-direction: column;
}

.php-development-service-heading h2 {
    font-family: Raleway;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}

.Xamarin-service, .Cordova-Phonegap, .Ionic-Framework, .React-Native {
    padding: 20px;
    width: 100%;
    height: auto;
    border-left: 4px solid #527ffc;
    border-top: 2px solid #7A7979;
    border-right: 2px solid #7A7979;
    border-bottom: 2px solid #7A7979;
}
.Open-Source-Solutions, .Ecommerce-Development, .CMS-Development, .Laravel-Development {
    padding: 20px;
    width: 100%;
    height: auto;
    border-left: 4px solid #527ffc;
    border-top: 2px solid #7A7979;
    border-right: 2px solid #7A7979;
    border-bottom: 2px solid #7A7979;
    margin-bottom: 20px;
}

.php-development-banner-div h2 {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}




.php-development-banner-section .row{
display:flex;
flex-direction:column-reverse;
text-align:center;}


table, thead, tbody, th, td, tr { 
    display: block; 
}

thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
}

td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
}

td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
}


 .key-php-development.advantage-section .table-div .img-1 {
    margin-right: 23px;
   
    width: 20%!important;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.img-2 {
    margin-right: 23px;
    margin-left: 0px;
    width: 20%!important;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

.img-3 {
    margin-right: 23px;
    margin-left: 0px;
    width: 20%!important;
    display: block;
    margin: 0 auto;
    padding-bottom: 15px;
}

th{
    width: 100%!important;
}

.table-div{
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
}

table ul li {
    margin-left: 85px;
}

table{
    border: 2px solid #C9C6C6;
}

table .table-left {
    border: none!important;
}

.php-development-commit-right h2 {
    width: 100%;
    font-size: 22px!important;
    line-height: 33px!important;
    font-family: 'Roboto', sans-serif;
}

}


@media screen and (min-width:992px) and (max-width:1400px){


    .php-development-commit-right h2 {
        width: 100%;
        font-size: 22px!important;
        line-height: 33px!important;
        font-family: 'Roboto', sans-serif;
    }
    
}


.php-development-commit-box p{
color:#fff;}

.php-development-commit-box h2{
color:#fff;}


/***************home page new section****************************************/


.home-slider-heading-secion h2{
    font-family: Poppins;
font-size: 50px;
font-weight: 700;
line-height: 63px;
letter-spacing: 0em;
text-align: left;
}

.home-slider-heading-secion p{
    font-family: Roboto;
font-size: 22px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
text-align: left;
color:#403F3F;
padding-bottom: 30px;

}

.home-slider-section-img h2 {
    font-family: Poppins;
    font-size: 60px;
    font-weight: 700;
    line-height:90px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    top: 140px;
    width: 100%;
    max-width: 1050px;
}

.home-slider-section-img h5 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 700;
    line-height:0px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    top: 128px;
    width: 100%;
    max-width: 1050px;
    font-weight: 500;
}

.home-slider-section-img p {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 700;
    line-height:38px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
    top: 128px;
    width: 100%;
    max-width: 1050px;
    font-weight: 500;
}

.home-slider-section-img span{
    color: #527ffc;
}

.slider-button{    
        width: 100%;
        max-width: 211px;
        height: 56px;
        background: #527ffc;
        color: #fff;
        border: none;
        display: block;
        position: relative;
        font-size: 22px;
        top: 107px;
    }

.home-slider img{
    width: 100%;
    height: auto;
    max-width: 300px;
  margin: 0 auto;

}    

.home-slider {
    max-width: 800px!important;
    width: 100%;
    margin-top: 180px!important;
}

.slick-next.slick-arrow{
    display: none!important;
}

.slick-prev.slick-arrow{
    display: none!important;
}

.home-slider-heading-secion{
    
      background: url('https://www.webnyxa.com/wp-content/uploads/2023/05/wn-slider.jpg');
      height: 850px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
    
}



.home-slider-section-list{
    list-style: none;

}

.home-slider-section-list li {
    font-family: Roboto;
font-size: 22px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
color:#403F3F;
padding-bottom: 30px!important;

}

.home-slider-heading-secion{
    padding: 0px 80px;
}

.home-section-button{
    width: 207px;
height: 57px;
background: #527ffc;
font-family: Raleway;
font-size: 20px;
font-weight: 600;
line-height: 23px;
letter-spacing: 0em;
text-align: center;
color: #fff;
border: none;
}


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

    .home-slider-heading-secion {
        padding: 0px 10px;
    }

    .home-slider-section-img h2 {
        font-family: Poppins;
        font-size: 40px;
        font-weight: 700;
        line-height: 55px;
        letter-spacing: 0em;
        text-align: left;
        position: relative;
        top: 140px;
        width: 100%;
        max-width: 1050px;
        margin-bottom: 30px;
    }
    .home-slider-section-img h5 {
        font-family: Poppins;
        font-size: 22px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: 0em;
        text-align: left;
        position: relative;
        top: 128px;
        width: 100%;
        max-width: 1050px;
        font-weight: 500;
   
    }

  .home-slider-heading-secion {
    background: url('https://www.webnyxa.com/wp-content/uploads/2023/05/wn-slider.jpg');
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}  

}

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

    .home-slider-heading-secion {
        padding: 0px 20px;
    }

}




/*******************************/






/***********************************/


.techon-plateform-box{
    width: 100%;
    height: 180px;
    max-width: 180px;
    border: 6px solid #527ffc;
    border-radius: 55px;
    margin-left: 50px;
}


.techno-plateform-row{
  max-width: 1600px;
  margin: 0 auto!important;
  padding-bottom: 50px;
 
}


.techno-plateform-row1{
  max-width: 1600px;
  margin: 0 auto!important;
  padding-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;

}



.techon-plateform-box h3{
  position: relative;
  font-size: 18px;
  text-align: center;
  top: -96px;
  color: #fff;
}




.techon-plateform-box:hover {
  transform: scale(1.2);
  color: #527ffc;
  margin-left: 90px;
  box-shadow: -11px 4px 25px #527ffc;
  transition: 0.5s;
}

.techon-plateform-box img{
height: 165px!important;
    max-width: 176px!important;
    width: 100%;
    border-radius: 50px;
}

@media screen and (max-width:1600px){
	.diversified-section .auto-container {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1270px!important;
    border-top-left-radius: 250px;
    border-bottom-right-radius: 250px;
    float: none;
    background: #527ffc;
}
	
	.row.techno-plateform-row1{
		padding-right:70px!important;
	}	
	
}


@media screen and (max-width:991px){
	
	.section-counter {
    background-image: none!important;
    background-repeat: no-repeat;
    background-size: cover;
}
	
	.row.techno-plateform-row1 {
    padding-right:0px!important;
}
	
	.client-review.full-w.pt-5 .read-reviews.new-client-review span {
    text-align: center;
    font-size: 35px!important;
    font-family: 'Raleway';
    color: #527ffc;
    font-style: normal;
    font-weight: 400;
}
	
	.application-text .hppy-client-title {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 500;
    font-size: 55px!important;
    line-height: 66px!important;
    padding-left: 0px;
}
	
	
	.new-website-green{
		font-size:60px!important;
		padding-top:10px!important;
	}
	
	.home-new-review-section {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 300px;
    width: 100%;
    height: auto;
    background-color: #527ffc;
   margin-bottom:0px!important;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
	
	
	.page-template-homepage .service-box.text-center {
    margin-top: 20px;
    width: 100%;
    height: 300px;
    border: 3px solid #527ffc;
    padding: 30px;
    box-shadow: none!important;
}
	
.diversified-section .auto-container {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%!important;
    border-top-left-radius:0px!important;
    border-bottom-right-radius: 0px!important;
    float: none;
    background: #527ffc;
}	
	
.happy-client-ul2 {
    padding-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    font-size: 35px;
    padding-top: 20px;
    color: #fff;
    margin-left: 0px;
    margin-bottom: 0px;
}	
	
.application-text {
    border-left: 5px solid #527ffc;
     padding-left: 0px!important; 
}	
	
.happy-client-ul {
	align-items:center;
    padding-left: 0px;
    list-style: none;
    display: flex;
    flex-direction:column!important;
    font-size: 22px;
    padding-top: 0px;
    color: #fff;
    text-align: center;
    padding-bottom: 0px;
    margin-left: 0px;
}	
	
	
.happy-client-ul2{
    padding-left: 0px;
	align-items:center;
    list-style: none;
    display: flex;
    flex-direction:column!important;
    font-size: 22px;
    padding-top: 0px;
    color: #fff;
    text-align: center;
    padding-bottom: 0px;
    margin-left: 0px;
}	
	
.application-text .text1 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins';
    left: 41px;
    line-height: 35px;
    padding-left: 5px;
}	
	
	.application-text .text2{
		padding-left:5px;
	}	
	
.techon-plateform-box {
    margin: 0 auto!important;
    width: 100%;
    height: 180px;
    max-width: 180px;
    border: none;
    border-radius: 55px;
    margin-left: 0px;
	margin-bottom:12px!important;
}	
	
	
}


/*********************************/


*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  height: 100vh;
}

.wrapper {
 padding-top:80px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.carousel__item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  filter: drop-shadow(0 2px 2px #555);
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
          animation: carousel-animate-vertical 27s linear infinite;
}

.carousel__item:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
          animation-delay: calc(3s * -1);
}

.carousel__item:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
          animation-delay: calc(3s * 0);
}

.carousel__item:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
          animation-delay: calc(3s * 1);
}

.carousel__item:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
          animation-delay: calc(3s * 2);
}

.carousel__item:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
          animation-delay: calc(3s * 3);
}

.carousel__item:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
          animation-delay: calc(3s * 4);
}

.carousel__item:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
          animation-delay: calc(3s * 5);
}

.carousel__item:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
          animation-delay: calc(3s * 6);
}

.carousel__item:last-child {
  -webkit-animation-delay: calc(-3s * 2);
          animation-delay: calc(-3s * 2);
}

.carousel__item-head {
  border-radius: 50%;
  background-color: #d7f7fc;
  width: 90px;
  height: 90px;
  padding: 14px;
  position: relative;
  margin-right: -45px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}

.carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 20px 16px 70px;
}

.title {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden; 
  }
}



  .home-new-review-section {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 300px;
    width: 100%;
    height: auto;
    background-color: #527ffc;
    margin-bottom: 80px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

 .home-new-review-section .container-fluid{
  max-width:1600px;
  width:100%;
}

  .home-page-review-section-left h3{
    color: #fff;
    font-size: 40px;
  }

  .home-page-review-section-left h2{
    color: #fff;
    font-size:80px;
    text-transform: capitalize;
    font-family: 'Dancing Script', cursive;
    padding-left: 80px;
    padding-bottom: 40px;
    padding-top: 40px;
  }





.home-new-review-section{
  overflow: hidden;
}



.home-review-section-right img{
 
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0px 60px 0px 60px;
}



/*********************/

@media screen and (max-width:991px) {
	.full-w.domain-expertise.we-work-section{
		padding-top:40px;
	}
	
	
	
  .home-page-review-section-left h2{
    padding-left:0px;
    font-size:40px;
	  padding-top:0px!important;
	  padding-bottom:20px!important;
  }

.home-page-review-section-left{
  height:auto;
  width:100%;
}

.home-new-review-section{
  height:430px;
}

.carousel__item-body {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  padding: 0px;
}

}

@media screen and (min-width:2010px){
	
.row.justify-content-md-center.counter-bg {
    margin-top: 108px!important;
}
	
	.section-counter {
    height: 800px;
   /* background-image: url(https://www.webnyxa.com/wp-content/uploads/2023/06/DESIGN-2.png); */
    background-repeat: no-repeat;
    background-size: contain!important;
}

	
}

.review-carousel .owl-item.active.center .card {
      box-shadow: 0px 2px 30px -12px;
    border-radius: 25px;
    max-width: 688px!important;
    background: transparent;
    padding: 22px!important;
    width: 100%!important;
}


.review-carousel .owl-item .card p {
    color: #a39e9e!important;
    line-height: 1.5;
	text-align:left;
	font-size:25px!important;
}


.review-carousel .owl-item.active.center .card p {
    color: #a39e9e!important;
    line-height: 1.5;
	text-align:left;
	font-size:25px!important;
}

.new-client-review{
	position: relative;
    padding: 80px 0 30px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
	margin-top:13px;

}

.client-review.full-w.pt-5 .read-reviews.new-client-review span{font-size: 80px;
    font-family: 'Raleway';
    color: #527ffc;   
    font-weight: 700;
}

.quote-icn{
	display:none!important;
}


.review-carousel .owl-item .card {
    box-shadow: 0px 2px 30px -12px;
    border-radius: 25px;
    max-width: 650px!important;
    background: transparent;
    padding: 22px!important;
    width: 100%!important;
}




@media screen and (max-width:991px){
	
	.client-review.full-w.pt-5.mb-5>.auto-container>.row{
		display:flex;
		flex-direction:column;
	}
	

	
}

@media screen and (min-width:992px) and (max-width:1450px){
	.new-website-green {
    color: #527ffc!important;
    font-size: 78px!important;
    display: block;
    padding-top: 36px;
    line-height: 40px!important;
    font-weight: 700;
}
}


.subscribe-newsletter{
	border-bottom:1px solid #fff;
}

.f-18{text-align:center;}

.service-list .wp-widget-group__inner-blocks ul li a:hover{
	color:#000;
}

.text-link{
	border-radius:23px!important;
}



.full-w.section.bg-dark.mt-5{
	border-top-left-radius:122px;
	border-top-right-radius:122px;
}

.full-w.section.bg-dark.sova-padding{
	border-bottom-left-radius:122px;
	border-bottom-right-radius:122px;
}


@media screen and (max-width:768px){
	.page-template-homepage-php .section-counter{
		height:1372px!important;
	}
}


/*************************/


.tech-competency{
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 40px;
	padding-left:0px;
	margin-left:0px;
}

.tech-competency img{
  width:75px;
  height: auto;
}


.new-mind{
	width:130px!important;
}
.new-android img{
  width:150px;
}
.tech-competency li{
  width:150px;
}

@media screen and (max-width:991px){
  .tech-competency li{
    width:90px;
  }

  .tech-competency img{
    width:50px;
    height: auto;
  }

  .new-android img{
    width:110px
  }

}

@media screen and (min-width:1200px) and (max-width:1600px){
	
.quality-tag {
    width: 100%;
    position: absolute;
    padding-left: 52px;
    background-color: #527ffc;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-left: -1px;
    font-size: 18px;
    left: -1017px;
}	
	
	
}

@media screen and (min-width:1000px) and (max-width:1200px){
	
.quality-tag {
    width: 100%;
    position: absolute;
    padding-left: 52px;
    background-color: #527ffc;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-left: -1px;
    font-size: 18px;
    left: -1017px;
}	
	
	
}

@media screen and (min-width:1200px) and (max-width:1399px){
	
.quality-tag {
    width: 100%;
    position: absolute;
    padding-left: 52px;
    background-color: #527ffc;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-left: -1px;
    font-size: 18px;
    left: -777px;
}	
	
	
}



@media screen and (min-width:1400px) and (max-width:1600px){
	
.quality-tag {
    width: 100%;
    position: absolute;
    padding-left: 52px;
    background-color: #527ffc;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-left: -1px;
    font-size: 18px;
    left: -1017px;
}	
	
	
}

@media screen and (min-width:1801px) and (max-width:1900px){
	
.quality-tag {
    width: 100%;
    position: absolute;
    padding-left: 52px;
    background-color: #527ffc;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-left: -1px;
    font-size: 18px;
    left: -1277px;
}	
	
	
}


.video-edit{
	    width: 72%;
	display:flex;
      margin-left: 150px;
	margin:0 auto!important;
}

}

#myCanvas {
  width: 100vw;
  height: 100vh;
}

.footer .useful-links li a:hover{
	color:#527ffc!important;
}

.footer .text-link:hover .fa{
	color:#527ffc!important;
}


/***************************/


.happy-1 > h4{
	color: #fff;
	text-align:center;
}


.happy-2 > h4{
	color: #fff;
	text-align:center;
}

@media screen and (min-width:320px) and (max-width:991px){
	.h-client-2{display:flex;
	flex-direction:column;}
	
		.h-client-1{display:flex;
	flex-direction:column;
	}
	
	.video-edit{
		width:100%;
	}

	.hppy-client-title {
    font-family: 'Dancing Script';
    font-style: normal;
    font-weight: 500;
    font-size: 82px!important;
    line-height: 97px!important;
    padding-left: 0px!important;
}
	
	
}

@media screen and (min-width:992px) and (max-width:1600px){
	
		.video-edit{
		width:100%;
	}
	
}

.row.job-box-row{
	background-image:url('https://www.webnyxa.com/wp-content/uploads/2023/07/img-1690464435451.png');
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	max-width:100%!important;
	height:450px;
	margin:0px!important;
	padding:0px!important;
	
}

