
.banner-header .main {
    width: 100%;
    padding: 10px 0px 50px;
}
.banner-img {
    width: 100%;
}
.banner-img img {
    display: block;
    max-width: 100%;
}
.banner-text {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.banner-text .h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #000;
    margin: 0;
    padding: 0;
    -webkit-text-shadow: 0px 6px 7px rgba(0,0,0,0.6);
    -moz-text-shadow: 0px 6px 7px rgba(0,0,0,0.6);
    text-shadow: 0 6px 7px rgba(0,0,0,.6);
}
.banner-text .h1 span {
    color: #0040ff;
}
.banner-text p {
    color: #120c0c;
    font-size: 28px;
    font-weight: 500;
    margin: 5px 0 10px;
    line-height: 36px;
}
.banner-text ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.banner-text ul li {
    margin-right: 15px;
    width: 75px;
    text-align: center;
    display: inline-block;
}

.banner-text ul li:last-child {
    margin-right: 0;
}

.banner-text ul li span {
    line-height: 12px;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #000;
}

.banner-text ul li img {
    border-radius: 6px;
    width: 75px;
}

.banner-text .read-more {
    margin-top: 20px;
    background: linear-gradient(93.03deg,#476fff 19.4%,#8015c2 77.31%);
    box-shadow: 0 4px 25px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 4px 25px rgba(0,0,0,.15);
    -moz-box-shadow: 0 4px 25px rgba(0,0,0,.15);
    color: #fff;
    height: auto;
    border: none;
    font-weight: 400;
    font-size: 18px;
    padding: 5px 30px;
    line-height: 26px;
    border-radius: 30px;
       -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
}


.banner-header .main:before {
	left: 0;
	height: 20em;
	width: 20em;
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	background: linear-gradient(#15e0ff,#8a15ff);
	align-self: flex-end;
	animation: 8s ease-in-out 3s infinite alternate gradient-fade;
}
.banner-header .main:after {
	width: 10em;
	height: 10em;
	background: linear-gradient(#15e0ff,#8a15ff);
	top: 0;
	left: 0;
	border-radius: 10em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	animation: 6s ease-in-out 3s infinite alternate gradient-fade-alt;
}
.banner-header .main:after,
.banner-header .main:before {
	z-index: -1;
	position: absolute;
	opacity: .5;
	display: block;
	content: "";
}

.bounce-1,.bounce-2,.bounce-3 {
	animation-timing-function: ease;
}

.banner-header .banner-text:after {
	z-index: -1;
	position: absolute;
	opacity: .5;
	display: block;
	content: "";
}
.banner-header .banner-text:after {
	width: 10em;
	height: 10em;
	background: linear-gradient(#15e0ff,#8a15ff);
	left: -2em;
	bottom: -6em;
	border-radius: 20em;
	-webkit-border-radius: 20em;
	-moz-border-radius: 20em;
	animation: 8s ease-in-out 3s infinite alternate gradient-fade;
}
.banner-header .circle {
	transform: translate(50%,-50%) rotate(0);
	transform-origin: center;
}

.banner-header .circle--ltblue {
	height: 20em;
	width: 20em;
	border-radius: 20em;
	-webkit-border-radius: 20em;
	-moz-border-radius: 20em;
	background: linear-gradient(#15e0ff,#3800e7);
}
.banner-header .backdrop {
	position: absolute;
	width: 100vw;
	height: 100vh;
	display: block;
	background-color: pink;
}

.banner-header .dotted-circle {
	position: absolute;
	top: 0;
	right: 0;
	animation: 38s linear infinite rotation;
	z-index: -1;
}
.banner-header .draw-in {
	stroke-dasharray: 1000;
	stroke-dashoffset: 10;
	animation: 15s ease-in-out infinite alternate draw;
}

@keyframes draw {
	from {
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
	}
}
.item-to {
	animation-duration: 10s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
}

.bounce-1 {
	animation-name: bounce-1;
}

.bounce-2 {
	animation-name: bounce-2;
}

.bounce-3 {
	animation-name: bounce-3;
}

@keyframes bounce-1 {
	0,100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(50px);
	}
}

@keyframes bounce-2 {
	0,100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-30px);
	}
}

@keyframes bounce-3 {
	0,100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(30px);
	}
}

@keyframes rotation {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes gradient-fade {
	from {
		transform: translate(10%,-10%) rotate(0);
	}

	to {
		transform: translate(50%,-50%) rotate(360deg);
	}
}

@keyframes gradient-fade-alt {
	from {
		transform: translate(-20%,20%) rotate(0);
	}

	to {
		transform: translate(-60%,60%) rotate(360deg);
	}
}



.carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 50%;
    background: linear-gradient(93.03deg,#8015c2 19.4%,#476fff 77.31%);
    z-index: 9;
    border: none;
    font-size: 40px;
    line-height: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    margin-left: -50px;
    opacity: 1;
}
.carousel-control-next {
    top: auto;
    position: absolute;
    bottom: 30px;
    right: 50%;
    background: linear-gradient(93.03deg,#476fff 19.4%,#8015c2 77.31%);
    z-index: 9;
    border: none;
    font-size: 40px;
    line-height: 40px;
    margin-right: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    opacity: 1;
}



.our-services-top-part{
    color: #fff;
    text-align: center;
    padding: 50px 0;
    background: #476fff;
    background: -moz-linear-gradient(top,#476fff 0,#8015c2 100%);
    background: -webkit-linear-gradient(top,#476fff 0,#8015c2 100%);
    background: linear-gradient(to bottom,#476fff 0,#8015c2 100%);
}
.our-services-top-part .h1, .our-services-top-part p  {
	color: #fff;
}
.our-services-bottom-part {
    background: #fff;
    padding: 50px 0;
}
.our-services .text {
    position: relative;
    z-index: 1;
}

.our-services .text a h2,.our-services .text h2 {
    font-size: 27px;
    color: #1155c1;
    margin: 0 0 10px;
    text-align: center;
}

.our-services .text a:hover h2 {
    color: #8015c2;
}

.our-services .text p {
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 22px;
    margin: 0;
}

.our-services .text ul li {
    width: 33%;
    float: left;
    margin: 30px 0;
}

.our-services .text ul li span {
    padding: 0;
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 16px;
}

.our-services .text ul li .card-inner img {
    max-width: 50px;
    min-height: 50px;
    margin-right: 10px;
}

.our-services .clearfix {
    margin: 50px 0;
}

.our-services .our-services-bottom-part .clearfix {
    margin: 50px 0;
    display: flex;
    align-items: center;
}

.our-services .our-services-bottom-part .text ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: table;
}

.our-services .our-services-bottom-part .text ul li {
    width: 33.333%;
    margin: 10px 0;
    padding: 0 15px;
}

.our-services .text ul li .card-inner {
    background: #367cff;
    border-radius: 12px;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: flex;
    align-items: center;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    transition: transform .2s;
    justify-content: flex-start;
    width: 100%;
}

.our-services .text ul li:hover .card-inner {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    transform: scale(1.1);
}
.active.link-secondary{
  font-weight: bold;
  color:#fff;
}
section.technologies-section.text-center {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    background: #f2f6fd;
}

.technologies-tab-heaer {
    text-align: center;
    padding: 0px 0px 25px 0;
    width: 100%;
    display: block;
}

.technologies-tab-heaer ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.technologies-tab-heaer ul li.technologies_nav_item {
    position: relative;
    padding: 0px 15px;
}
.technologies-tab-heaer ul li.technologies_nav_item a.technologies_link {
    color: #aeb7c0;
    font-size: 18px;
    position: relative;
}

.technologies-tab-heaer ul li.technologies_nav_item a.technologies_link:after {
    content: '';
    width: 75px;
    height: 3px;
    background: transparent;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: calc(50% - 34px);
}
.technologies-tab-heaer ul li.technologies_nav_item a.technologies_link.active {
    color: #101560;
}
.technologies-tab-heaer ul li.technologies_nav_item a.technologies_link.active:after{
	 background: #101560;
}
.technology-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*.technology-logos .technology-logo {
    width: auto;
    padding: 0px 10px;
}*/
.technology-logo {
    height: auto;
    margin: 10px 0;
    display: inline-block;
    align-items: center;
    justify-content: center
}
.technology-logos img {
    margin: 0 15px;
    height: auto;
    vertical-align: middle;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%)
}

.technology-logos img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

img.tech-java {
    width: 72px
}

img.tech-javascript {
    width: 130px
}

img.tech-react {
    width: 90px
}

img.tech-angularjs {
    width: 140px
}

img.tech-vue-js {
    width: 102px
}

img.tech-solidity {
    width: 114px
}

img.tech-node-js {
    width: 125px
}

img.tech-golang {
    width: 114px
}

img.tech-kotlin {
    width: 95px
}

img.tech-swift {
    width: 106px
}

img.tech-react-nativ {
    width: 142px
}

img.tech-php {
    width: 58px
}

img.tech-css3 {
    width: 85px
}

img.tech-html5 {
    width: 108px
}

img.tech-wordpress {
    width: 156px
}

img.tech-cake-php {
    width: 126px
}

img.tech-laravel {
    width: 121px
}

img.tech-codeigniter {
    width: 145px
}

img.tech-ethereum {
    width: 121px
}

img.tech-hyperledger {
    width: 175px
}

img.tech-magento {
    width: 135px
}

img.tech-woocommerce {
    width: 150px
}

img.tech-shopify {
    width: 122px
}

img.tech-big-commerce {
    width: 162px
}

img.tech-mysql {
    width: 86px
}

img.tech-amazonaurora {
    width: 199px
}

img.tech-postgresql {
    width: 170px
}

img.tech-mongodb {
    width: 137px
}

img.tech-amazondynamodb {
    width: 82px
}

img.tech-cassandra {
    width: 162px
}

img.tech-amazon-redshift {
    width: 91px
}

img.tech-google-bigquery {
    width: 96px
}

img.tech-elasticsearch {
    width: 187px
}

img.tech-algolia {
    width: 117px
}

img.tech-cloud-firestore {
    width: 190px
}

img.tech-firebase {
    width: 113px
}

@media screen and (max-width: 1199.98px) {
	.our-services .our-services-bottom-part .text ul li {
	    width: 50%;
	}
}
@media screen and (max-width: 991.98px) {

	.banner-header .main:after {
	    top: 0;
	    left: 0;
	    height: 5em;
	    width: 5em;
	}
	.banner-header .banner-text:after {
	    width: 5em;
	    height: 5em;
	}
	.banner-header .main::before {
	    left: 0;
	    height: 7em;
	    width: 7em;
	}
	.banner-text .h1 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.banner-text p {
	    font-size: 22px;
	    line-height: 28px;
	}
	.our-services .our-services-bottom-part .text ul li {
	    width: 50%;
	    margin: 10px 0;
	}
	.our-services .our-services-bottom-part .text ul li {
	    width: 50%;
	    margin: 10px 0;
	}
}
@media screen and (max-width: 767.98px) {
	.banner-text{
		text-align: center;
	}
	.banner-text .h1 {
	    font-size: 24px;
	    line-height: 36px;
	}
	.banner-text p {
	    font-size: 18px;
	    line-height: 24px;
	}
	ul.slick-dots {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 10px;
	}

	ul.slick-dots li {
	    padding: 0 5px;
	}

	ul.slick-dots li button {
	    border: none;
	    width: 18px;
	    height: 18px;
	    padding: 0;
	    border-radius: 10px;
	    position: relative;
	    border: solid 2px #1155c1;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background: #1155c1;
	    opacity: 1;
	    margin: 2px !important;
	    font-size: 0;
	}
	ul.slick-dots li button:before {
	    width: 10px;
	    height: 10px;
	    background: #1155c1;
	    font-size: 0;
	    border-radius: 10px;
	    position: relative;
	    z-index: 1;
	    opacity: 1;
	    content: '•';
	    position: absolute;
	    top: 2px;
	    left: 2px;
	    border-radius: 50%;
	}
	ul.slick-dots li button:after {
	    width: 14px;
	    height: 14px;
	    background: #fff;
	    font-size: 0;
	    border-radius: 10px;
	    position: relative;
	    z-index: 0;
	    opacity: 1;
	    content: '•';
	    position: absolute;
	    top: 0;
	    left: 0;
	    border-radius: 50%;
	}
	ul.slick-dots li.slick-active button:before {
	    opacity: 1;
	    background: #8015C2
	}

	ul.slick-dots li.slick-active button {
	    border: solid 2px #8015C2;
	    background: #8015C2
	}
	.technologies-tab-heaer ul li.technologies_nav_item {
	    padding: 0px 10px;
	    width: 33.33%;
	    text-align: center;
	}
	.technologies-tab-heaer ul li.technologies_nav_item a.technologies_link {
	    font-size: 14px;
	    line-height: 18px;
	    display: flex;
	}

}
@media screen and (max-width: 615.98px) {
	.our-services .our-services-bottom-part .text ul {
	    margin: 0;
	    padding: 0;
	}
.our-services .our-services-bottom-part .text ul li, 
.our-services .text ul li {
    width: 100%;
    margin: 10px 0;
}
}