*{
	margin: 0px;
	padding: 0px;
}

body{
    overflow-x:hidden;
}
/*font sec*/


body, h1,h2,h3,h4,h5,h6,p,a,label,input,span,div,button,textarea,select{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-100{
	font-size: 100px;
}

.font-48{
	font-size: 48px;
}

.font-36{
	font-size: 36px;
}

.font-26{
	font-size: 26px;
}

.font-24{
	font-size: 24px;
}

.font-21{
	font-size: 21px;
}

.font-18{
	font-size: 16px;
}

.font-16{
	font-size: 16px;
}

@media screen and (min-width:768px) and (max-width:768px){
	.m-font-30{
	    font-size: 30px;
	}
}

@media screen and (max-width:767px){
	.m-font-22 {
        font-size: 22px;
    }
}

.font-weight-700{
	font-weight: 700;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-500{
	font-weight: 500;
}
.font-weight-300{
	font-weight: 300;
}

/*font-end*/


/*color patterns*/

.bg-primery-color{
	background-color: #3D246A;
}

.bg-secondry-color{
	background-color: #6E50B6;
}

.bg-third-color{
	background-color: #4A2F8A;
}

.bg-fourth-color{
	background-color: #725BAA;
 }

.bg-fifth-color{
	background-color: #ED1C8C;
 }
 .bg-sixth-color{
 	background-color: #281A46;
 }

.primery-color{
	color: #4A2F8A;
}

.secondry-color{
	color: #ED1C8C;
}

.text-white{
	color: #fff;
}

.text-primery-color{
	color:#333333;
}

/*padding*/

.padding-25 {    
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.padding-80{
	padding:80px;
}
.pb-80{
	padding-bottom: 80px;
}
.pl-5{
	padding-left: 5%;
}
.pl-pr-60{
	padding-left: 60px;
	padding-right: 60px;
}

.pt-40{
	padding-top: 40px;
}

.pb-40{
	padding-bottom: 40px;
}

.pb-60{
	padding-bottom: 60px;
}

.mb-30{
	margin-bottom: 30px;
}

/*padding end*/


/*brand width*/

.width-265{
	width:265px;
} 
@media screen and (max-width:767px){
	.m-width-210{
		width:210px;

	}
}

/*brand end*/

section {
    width: 100%;
    float: left;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.lines {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.lines:before, .lines:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    left: 0;
}

.lines:before {
    transform: translateY(-10px);
}
.lines:after {
    transform: translateY(10px);
}
.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}
/*banner section*/

section#banner .hero-section .banner-wrap img {
    width: 100%;
}

.hero-section {
    width: 100%;
    float: left;
    position: relative;
}

.hero-text {
    position: absolute;
    top: 35%;
    left: 7%;
    width: 50%;
}

.hero-text a.learn-more {
    border-radius: 40px;
    padding: 10px 30px;
}

.hero-text a.learn-more:hover {
    color: #ED1C8C !important;
    border: 1px solid #ED1C8C;
}

@media screen and (max-width:767px){
	.hero-text {
	    top: 13%;
	    left: 3%;
	    width: 73%;
	}
	.hero-text .font-16 {
	    font-size: 14px;
	}
	.hero-text a.learn-more {
	    padding: 5px 15px;
	}
}


/*about sec*/

.about-container {
    width: 100%;
    float: left;
    display: flex;
}

.about-hed,.about-text {
    width: 50%;
    float: left;
}

.about-hed {height: 500px;display: table;}

.about-hed-inner {
    display: table-cell;
    vertical-align: middle;
}

.about-hed-inner h1 {
    max-width: 65%;
    margin: 0 auto;
    line-height: 0.9;
}
.about-hed-inner:hover h1 {
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
}

.about-text {
    height: 500px;
    display: table;
}

.about-text-inner {
    display: table-cell;
    vertical-align: middle;
}

.about-text-inner h2, .about-text-inner p {
    max-width: 80%;
    margin: 0 auto;
}

.learn-more a:hover {
    border: 2px solid #ed1c8c !important;
    color: #ed1c8c !important;
}

@media screen and (max-width:767px){
	.about-container {
	    display: block;
	}
	.about-hed, .about-text {
	    width: 100%;
	    float: left;
	}
	.about-text {
	    height: auto;
	    display: table;
	}
	.about-hed {
	    height: 200px;
	    display: table;
	}
	.about-hed-inner h1 {
	    max-width: 50%;
	}
	.font-100 {
	    font-size: 45px;
	}
	.about-text {
	    padding: 25px;
	}
	.font-36 {
	    font-size: 28px;
	}
	.font-21 {
	    font-size: 18px;
	}
	.about-text-inner h2, .about-text-inner p {
	    max-width: 100%;
	    margin: 0 auto;
	}
}

/*end*/

/*experties sec*/

.expertise-text {
    padding: 80px;
}

.expertise-text ul li {
    position: relative;
/*    list-style-type:none;*/
    width:100%;
    float:left;
    margin: 5px 0px;
}
.expertise-text ul li::marker {
    color: #673AB7;
}
/*.expertise-text ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../image/spot.png);
    position: absolute;
    top: 5px;
    left: -23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}*/

.expertise-container, .our-experties-icon-sec {
    width: 100%;
    float: left;
}

.expertise-text, .expertise-hed{
    width: 50%;
    float: left;
}

.our-experties-icon-sec .icon-sec {
    width: 50%;
    float: left;
    height: 274px;
    padding: 25px 0px 0px 0px;
}

.icon-text {
    text-align: center;
    width: 100%;
    float: left;
    position: relative;
    top: 15px;
}

.icon-text span {
    display: block;
    width: 50%;
    margin: 0 auto;
    line-height: 1;
}

.icon {
    width: 100%;
    float: left;
    text-align: center;
}

.icon img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    height: 150px;
}
/*.icon:hover img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(0deg) scale(0.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}*/

@keyframes bouncing {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

.icon-sec:hover .icon {
    transition: .3s ease-in-out;
/*    transform: scale(1.5) translateY(-20px);*/
        cursor: pointer;
}

.icon:hover img {
    /*-webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(0deg) scale(0.9);*/
    -webkit-transition: .3s ease-in-out;
    /* transition: .3s ease-in-out; */
    /* transform: scale(1.5) translateY(-20px); */
    animation: bouncing 0.5s 0.3s;
}


.icon-sec a {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width:767px){
	.expertise-text {
	    padding: 55px;
	}
	.expertise-text, .expertise-hed {
	    width: 100%;
	}
	.our-experties-icon-sec .icon-sec {
	    padding: 38px 0px 0px 0px;
	    height: 220px;
	}

	.expertise-text {
	    padding: 25px;
	}
	.icon img {
	    width: 100%;
	    max-width: 125px;
	    margin: 0 auto;
	    height: 115px;
	}
}

/*big data*/
section#big_data_ntp, section#app_web_dev, section#tailor-made-softwares, section#our-products {
    background-color: #F4F4F4;
}
.big-container h2 {
    margin-bottom: 30px;
}

.slide-content {
    width: 100%;
    float: left;
    transition: all 300ms ease-in-out;
}
.slide-content:hover {
    transform: translateY(-15px);
}

.slide-content-inner {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;

}
.slide-image img {
    width: 100%;
}
.slide-image {
    width: 100%;
    float: left;
}
.slide-detail {
    width: 100%;
    float: left;
    padding: 30px;
    max-height: 320px;
    min-height: 320px;
}

p.learn-more a.btn {
    color: #fff;
    border: none;
    border-radius: 41px;
    padding: 10px 31px;
}

@media screen and (max-width:1920px){
	.slide-image img {
    width: 100%;
    height: 350px;
    object-fit: fill;
  }
	.slide-image {
	    width: 100%;
	    float: left;
	    height: 350px;
	    background-color: #ddd;
	}
}

@media screen and (max-width:1366px){
	.slide-image img {
	    width: 100%;
	    height: 300px;
	    object-fit: fill;
	  }

	.slide-image {
	    width: 100%;
	    float: left;
	    height: 300px;
	    background-color: #ddd;
	}
	.slide-detail {
	    max-height: 350px;
	    min-height: 350px;
	}
}
@media screen and (max-width:767px){
	.slide-image, .slide-image img{
		height: 250px;
	}
}

/*owl carusal*/

button.owl-prev {
	left: 0px;
}
button.owl-next {
    right: 0px;
}

.owl-nav button {
    position: absolute;
    top: 36%;
    z-index: 9;
    font-size: 43px;
    color: #ddd;
    border: 1px solid #ddd;
}

.owl-nav button span {
    
    color: #000;
    z-index: 9999;
    border: 4px solid #ffffff;
    position: relative;
    border-radius: 50px;
    
    display: block;
    
    color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #9C27B0 !important;
    border-radius: 40px;
}

.big-container h2 {
    margin-bottom: 30px;
    padding-left: 15px;
}

@media screen and (max-width:2560px){
	.owl-nav button span {
	    font-size: 130px;
	    height: 84px;
        width: 84px;
	    line-height: 55px;
	}
}

@media screen and (max-width:1920px){
	.owl-nav button span {
	    font-size: 130px;
	    height: 84px;
        width: 84px;
	    line-height: 55px;
	}
}

@media screen and (max-width:1366px){
	.owl-nav button span {
	    font-size: 70px;
	    height: 60px;
	    width: 60px;
	    line-height: 39px;
	}
}

/*.slide-content-inner .slide-detail p {
    word-break: break-all;
}*/

/*contact*/
.contact-detail {
    width: 100%;
    float: left;
    display: table;
    height: 440px;
}

.contact-detail-inner {
    display: table-cell;
    vertical-align: middle;
}
.email, .address {
    max-width: 75%;
    margin: 0 auto;
}
.email p, .address p{
    margin-bottom: 0px;
}
.email {
    margin-bottom: 30px;
}

.client-image {
    min-height: 90px;
    background-color: #DDD;
}

.footer-container {
    text-align: center;
    padding-bottom: 40px;
}

.copyright {
    width: 100%;
    float: left;
    text-align: center;
}

.go-top img {
    width: 26px;
}
.go-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
}

@media screen and (min-width:768px) and (max-width:768px){
	.font-100 {
	    font-size: 70px;
	}
	.about-hed {
	    height: 300px;
	    display: table;
	}
	.about-container {
	    display: block;
	}
	.expertise-text, .expertise-hed {
	    width: 100%;
	    float: left;
	}
	.slide-detail {
	    max-height: 375px;
	    min-height: 375px;
	}
	.slide-content-inner {
	    width: 100%;
	    max-width: 100%;
	    margin: 0 auto;
	}
	.about-hed, .about-text {
	    width: 100%;
	    float: left;
	}
	.contact-detail {
	    height: 250px;
	}
	ul.navbar-nav li.nav-item .font-24 {
	    font-size: 16px;
	}

	ul.navbar-nav li.nav-item .padding-25 {
	    padding: 12px !important;
	}
	.width-265 {
	    width: 210px;
	}
	.expertise-text {
	    padding: 55px;
	}
}

@media screen and (max-width:767px){
    .slide-detail {
	    max-height: 100%;
	    min-height: 100%;
	    margin-bottom: 15px;
	}
	.contact-detail {
	    height: 300px;
	}
	.email, .address {
	    max-width: 100%;
	    margin: 0 auto;
	}
}


/*case one page css*/
.max-width {
    width: 65%;
    margin: 0 auto;
}
.bb-inner-image img {
    width: 100%;
}
#banner-caseone .hero-text {
    width: 70%;
}
#banner-caseone .hero-section .banner-wrap img {
    width: 100%;
}
@media screen and (max-width:768px){
	.max-width {
	    width: 95%;
	}
}

/*case two*/

.keyfeatures-container {
    width: 100%;
    float: left;
}

.keyfeatures-slider, .keyfeatures-details {
    width: 50%;
    float: left;
}

.keyfeatures-details {
    height: 550px;
    display: table;
}

.keyfeatures-inner-container {
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel-three .slide-content-2 .slide-content-inner {
    max-width: 100%;
}
.owl-carousel-three .slide-content-2 .slide-content-inner .client-image {
    min-height: 90px;
    background-color: transparent;
}

.owl-carousel-three .owl-item img {
    max-height: 550px;
    min-height: 550px;
}

@media screen and (min-width:1920px){
	.owl-carousel-three .owl-item img {
	    max-height: 700px;
	    min-height: 700px;
	}
	section#keyfeatures {
	    margin-top: 55px;
	}
	.keyfeatures-details {
	    height: 700px;
	}
	.keyfeatures-inner-container h2, .keyfeatures-inner-container .details {
	    max-width: 75%;
	    margin: 0 auto;
	}
}


.owl-carousel-three button.owl-prev {
    left: 10px;
}
.owl-carousel-three button.owl-next {
    right: 10px;
}

.keyfeatures-slider .owl-nav button {
    top: 45%;
}

@media screen and (max-width:767px){
	.keyfeatures-slider, .keyfeatures-details {
	    width: 100%;
	    float: left;
	}

	.keyfeatures-details{
      height: auto;
      margin-top: 40px;
	}
    .pl-5 {
	    padding-left: 0%;
	}
	.owl-carousel-three .owl-item img {
	    max-height: 350px;
	    min-height: 350px;
	}
	.pl-pr-60 {
	    padding-left: 25px;
	    padding-right: 25px;
	}
	.pb-80{
		padding-bottom: 35px;
    }
    ul.navbar-nav li.nav-item .font-24 {
	    font-size: 18px;
	}
	#banner-caseone .hero-text {
	    width: 95%;
	    top: 25%;
	}
		.keyfeatures-slider .owl-nav button {
	    top: 40%;
	}
}

.details p:first-child {
    margin-bottom: 0px;
}
footer{
    width: 100%;
    float: left;
}

@media screen and (min-width:1920px){
	.keyfeatures-details .details p{
		font-size: 21px;
	}
	.background p {
	    font-size: 26px;
	}
}
@media screen and (min-width:1366px){
	.background p {
	    font-size: 21px;
	}
}