body{
	font-family: 'DM Sans', sans-serif;
	overflow-x: hidden;
}
html {
	scroll-behavior: smooth;
}  

@font-face {
    font-family: 'Loew-ExtraBold';
	src: url('../fonts/Loew-ExtraBold.eot');
	src: local('☺'), url('../fonts/Loew-ExtraBold.woff') format('woff'), url('../fonts/Loew-ExtraBold.ttf') format('truetype'), url('../fonts/Loew-ExtraBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.blue-bg{
    background:#ECF4FF;
}
.banner-pd{
    padding:10rem 0rem 5rem 0rem;
}
.banner-pd-h{
    padding:10rem 0rem 5rem 0rem;
}
.blue-button{
    border-radius: 15px;
    border: 1px solid #008FDA;
    background: #008FDA;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    height: 40px;
    padding: 0px 20px;
    display: inline-block;
    line-height: 40px;
    margin-top: 10px;
}
.blue-button:hover{
    background: #fff;
    color: #008FDA;
}
.white-button{
    margin-top: 10px;
    border-radius: 15px;
    border: 1px solid #008FDA;
    background: #fff;
    color: #008FDA;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    height: 40px;
    padding: 0px 20px;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
}
.white-button:hover{
    background:#008FDA;
    color:#ffffff;
    height: 40px;
}

.section-pd{
    padding:4rem 0rem;
}
.section-pd-b {
    padding: 0rem 0rem 4rem 0rem;
}
.section-pd-t{
    padding: 4rem 0rem 0rem 0rem;
}
.box{
    float: left;
    text-align: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
    padding:36px 25px 10px 25px;
    border: 1px solid #E0E0E0;
    position: relative;
}

.box h3{
    color:#008FDA;
}
.box p{
    color:#3E415F;
}

.box:hover{
    background: #008FDA;
}
.box:hover h3{
    color:#FFF;
}
.box:hover p{
    color:#FFF;
}
.count{
    width: 40px;
    height:40px;
    text-align: center;
    position: absolute;
    top:0px;
    right: 0px;
    background: #008FDA;
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    line-height: 40px;
}
.badge{
    border-radius: 15px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 20px;
  
    margin-right: 12px;
    margin-bottom: 15px;
}
.badge:hover{
    color: #fff;
    background: #008FDA;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.badge2{
    border-radius: 15px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 20px;

    margin-right: 12px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
}
.badge2:hover{
    color: #fff;
    background: #008FDA;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.card-box{
    border: 1px solid #E4E4E4;
    padding: 15px 15px 5px 15px;  
    background: #FFF;
    min-height: 172px;
}

.img-middle{
    width:60px;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-middle-s{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-middle-line{
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.card-box:hover{
    border: 1px solid #E4E4E4;
    padding: 15px 15px 5px 15px;  
    border-radius: 15px;
    border: 1px solid #008FDA;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}

.badge1 {
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #9B9B9B;
    background: #F4F8FD;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 40px;
    margin-right: 12px;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge1:hover {
    color: #008FDA;
    background: #fff;
    border: 1px solid #008FDA;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.ser-scroll-section{
    height: 40vh;
    overflow-y: scroll;
}
.ser-scroll-section h3{
    color:#333333;
}
.cnt-middle-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}
.cnt-middle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}
.ser-scroll-section-main{
    min-height: 170px;
}

.box ul{
    padding-left:15px;
    list-style: none;
}

.box:hover ul li{
    color: #fff;
}

.caru-bg{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.cs-arrow{
    padding-left: 5px;
}

.prod-img{
    border-radius: 20px;
    border: 1px solid #CFCFCF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 9px;
}
.box ul li{
    background: url(../img/menu-arrow.svg) no-repeat left;
    padding-left: 20px;
}

.letsdiscuss{
    height:344px;
}
.background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%; /* Double the width of your viewport for a smooth scroll */
    height: 100%;
    background-image: url('../img/bg-rolling.svg'); /* Replace 'your-image.jpg' with your image path */
    background-repeat: repeat-x; /* Repeat the image horizontally */
    animation: scrollBackground 100s linear infinite; /* Adjust the duration as needed */
}

@keyframes scrollBackground {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Negative value to move from left to right */
    }
}

.letsbutton{
    display: inline-block;
    background: #008FDA;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    padding: 6px 1rem;
    line-height: 24px;
    border: 3px solid #008FDA;
    border-radius: 20px;
    color: #fff !important;
}

.letsbutton-big{
    display: inline-block;
    display: inline-block;
    background: #008FDA;
    font-weight: 700;
    font-size: 16px;
    height: 50px;
    padding: 10px 2rem;
    line-height: 24px;
    border: 3px solid #008FDA;
    border-radius: 20px;
    color: #fff !important;
}

.getinbutton{
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    padding: 6px 1rem;
    line-height: 30px;
    position: relative;
    border: 3px solid #008FDA;
    color: #fff !important;
    border-radius: 15px;
    background: linear-gradient(90deg, #008FDA 0%, #5F68CD 100.18%);
    box-shadow: 0px 0px 12.34511px 0px rgba(0, 0, 0, 0.14);
    margin-left: 15px;
    margin-bottom: 36px;
}
.bg-trans{
    background: url(../img/bg-trans.png) no-repeat center bottom;
    padding: 2em 0em;
}
.over-up{
    position: relative;
    z-index: 999;
}
.mt-9em{
    margin-top: -9em;
}
.card{
    border-radius: 20px !important;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.20);
    padding: 15px
}

.card img{
    border-radius: 20px !important;
}

.grecaptcha-badge{
Display:none;
}


.blog-button{
    color: #008FDA;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    padding: 8px 1rem 10px 1rem;
    border-radius: 20px;
    float: right;
    border: #008FDA solid 1px;
    margin-top: 7px;
}
.card-body{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}
.auth-name{
    float: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 14px;
    font-size: 13px;
    color: #8c8c8c;
}

.post-date{
    float: left;
    margin-bottom: 7px;
    font-size: 13px;
    color: #8c8c8c;
    width: 100%;
}
.getinmain{
    background: linear-gradient(98deg, #EBF4FF 0.76%, rgba(255, 255, 255, 0.00) 92.89%);
    box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.11);
    position: relative;
}
.getinarrow{
    position: absolute;
    top: 48px;
    left: -40px;
}
.getintitle{
    padding-top: 1.5em;
}
.getin-iner-text{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left:16px;
    text-align: left;
}

.getin-iner-text1{
    color: #000;
    font-size: 16px ;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left:16px;
    margin-bottom: 0px;
}
.getcallicon{
    padding-left: 4px;
}
.followus-title{
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}

.followus a{
    float: left;
}

.quote-icon-banner {
    position: relative;
    top: -1px;
    padding-left: 4px;
}
.banner-line{
    width: 55%;
    float: left;
}
.banner-sep{
    float: left;
    width:100%;
    margin-bottom: 23px;
}

.inner-second-title3 {
    font-weight: 600;
    font-size: 37px;
    text-align: left;
    color: #000000;
    padding-bottom: 11px;
    line-height: 50px;
}
.home-banner{
    min-height: 88vh;
}

.small {
    
    overflow: hidden;
   }
.imagegroup {
    display: flex;
    width: 300%;
   }
 
 .imagegroup img{
   flex-shrink: 0;
   object-fit: cover;
   margin-left: 30px;
 }
 
 .imagegroup {
    animation: travel 50s ease-in-out infinite;
   }
 
 @keyframes travel {
    0%, 100% {
       transform: translate3d(0,0,0);
     }
    50% {
       transform: translate3d(-100%,0,0);
     }
  }
 
.logo-section{
    margin-top:-60px;
}

.award-section{
    border-left: 20px solid #E4EFFF;
    padding: 12px;
    border-right: #E4EFFF solid 20px;
    overflow: hidden;
    border-radius: 25px;
    background: #E4EFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2)
}

.h-card {
    background: #ECF4FF;
    border: 1px solid #E4E4E4;
    padding:25px 15px 15px 15px;
    text-align: center;
    min-height: 294px;
}
.h-card p{
    text-align: center;
    line-height: 20px;
}
.h-card h3{
    text-align: center;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.h-card:hover {
    border: 1px solid #909090;
    background: #008FDA;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
}
.h-card svg{
    fill: #9B9B9B;
}
.h-card:hover p{
    color: #fff;
}
.h-card:hover h3{
    color: #fff;
}


.h-card:hover svg{
    fill: #fff ;
}

.uiux, .realtime, .database, .cloud, .server, .nativeandroid, .nativeiOS {
    display: none;
}

.filter{
    border-radius: 15px;
    border: 1px solid #ECF4FF;
    background: #ECF4FF;
   
}


.filter:hover{
    border-radius: 15px;
    border: 1px solid #008FDA;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
}
ul.indus{
    list-style: none;
    padding-left: 0px;
}

ul.indus li{
    list-style: none;
    width: 29%;
    text-align: center;
    float: left;
    border-radius: 15px;
    background: #FFF;
    margin-right: 4%;
}

ul.indus-inner{
    padding-left: 0px;
}

ul.indus-inner li{
    list-style: none;
    width: 100%;
    text-align: center;
    margin-bottom:30px;
    float: left;
    border-radius: 15px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    padding: 15px 15px 2px 15px;
    font-size: 14px;
    line-height: 40px;
}

ul.indus-inner li:hover{
    border-radius: 15px;
    border: 1px solid #008FDA;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    color: #008FDA;
}


ul.indus-m{
    width: 100%;
    padding: 0px;
    
}

ul.indus-m li{
    list-style: none;
    width: 42%;
    text-align: center;
    margin: 10px;
    float: left;
    border-radius: 15px;
    border: 1px solid #f5f5f5;
    background: #FFF;
    padding: 15px 15px 2px 15px;
    font-size: 14px;
    line-height: 40px;
    min-height: 108px;
}

ul.indus-m li:hover{
    border-radius: 15px;
    border: 1px solid #008FDA;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
    color: #008FDA;
}

.indus-step1{
    margin-top:125px;
}

.indus-step2{
    margin-top: 64px;
}
.cnt-middle-inds {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}
.ourcltsec{
    border-radius: 0px 100px 100px 0px;
    background: #0B87C8;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.30);
    color: #fff;
}

.ourcltsec h2{
    color: #FFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
}
.ourcltsec p{
    color: #FFF;
    padding-right: 20px;
    line-height: 21px;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 15px;
}
.ourcltsec-main{
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}


.testimonial-min-height img {
   height: 100px;
   border: #008FDA solid 2px;
   border-radius: 100%;
}

.testimonial-min-height{
    text-align: center;
}

.client-description{
    text-align: center;
}

.over-hidden{
    overflow: hidden;
}
.mt-5em{
    margin-top:4rem;
}
.pos-relative{
    position: relative;
}
.animation1{
    -webkit-animation: shape 1s infinite alternate;
    animation: shape 1s infinite alternate;
    position: absolute;
    top: 50px;
    left: 59px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}

.animation2{
    -webkit-animation: shape 1s infinite alternate;
    animation: shape 1s infinite alternate;
    position: absolute;
    top: -65px;
    left: 184px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}
.animation3{
    -webkit-animation: shape 1s infinite alternate;
    animation: shape 1s infinite alternate;
    position: absolute;
    top: 25px;
    right: 84px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}
.animation4{
    -webkit-animation: shape 1s infinite alternate;
    animation: shape 1s infinite alternate;
    position: absolute;
    bottom: 32px;
    right: -15px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}

.animation5{
    -webkit-animation: shape 1s infinite alternate;
    animation: shape 1s infinite alternate;
    position: absolute;
    bottom: -10px;
    left: -91px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
}
.casestudyview{
    color: #008FDA;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 1rem 10px 1rem;
    border-radius: 20px;
    border: #008FDA solid 1px;
    bottom: -19px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    float: right;
}
.Marquee {
    margin-top: 8px;
}
ul.toprate {
    padding-left: 20px;
    list-style: none;
}
ul.toprate li {
    background: url(../img/menu-arrow.svg) no-repeat left 10px;
    padding-left: 18px;
    width: 46%;
    float: left;
    padding-bottom: 10px;
    padding-top: 3px;
    font-weight: 500;
}
.testi-icon{
    border: none !important;
    height: 70px !important;
}
.bgtrans{
    background: transparent !important;
}















.nav-item{
    position: relative;
}
header {

   }

nav.navbar{
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.transparent {
    height:66px;
	background:#fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.odp-left{
    margin-left: 3rem;
}
.odp-title{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #008FDA;
    text-align: left;
}
ul.odp-list{
    list-style: none;
    padding-left:0px;
    text-align: left;
    padding-bottom: 4px;
    margin-bottom: 0px;
}
ul.odp-list li{
    list-style: none;       
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #676A83;
    line-height: 26px;   
}
.odp-list-banner img{
    float: left;
}
.mobile-app-development img{
	width:50px;
	height:50px;
}

.mobile-app-development2 {
    border-radius: 25px;
    background: antiquewhite;	
}

.mobile-app-development2 p {
	padding: 10px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.mobile-strength{
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
}

.mobile-strength-img {
	 text-align: center;
    padding: 10px;
}


.partner-mobile-app h3 {
    text-align: left;
}

.why-isquare-img img{
	width:20%
}

.mobile-strength-web {
    height:100%;
}


.mobile-technology {
	    margin-top: 50px;
    display: grid;
	text-align: -webkit-center;
}

.mobile-technology ul {
    list-style: none;
}

.mobile-technology ul li {
	 box-shadow: 10px 10px 15px antiquewhite;
    float: left;
	transform: skewX(10deg);
}

.mobile-technology ul li img{
	margin-top: 10px;
	display: block;
	border: 10px double #000000;
    width: 150px;
    padding: 10px;
    height: 100px;
    background-color: aliceblue;
}

.mobile-technologies-work-with p{
	text-align: center;
}

.Our-approach-sub-heading1{
	    display:flex;
}

.Our-approach-sub-heading1 p{
	    padding: 10px;
    text-align: center;
    border: 5px double #000000;
    border-radius: 25px;
    width: 350px;
    height: 50px;
    background: aliceblue;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.Our-approach-sub-heading1 span {
    margin: -15px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #008FDA;
}

.Our-approach-sub-heading2{
	    display: flex;
    flex-direction: row-reverse;
}

.Our-approach-sub-heading2 p{
	    padding: 10px;
    text-align: center;
    border: 5px double #000000;
    border-radius: 25px;
    width: 350px;
    height: 50px;
    background: aliceblue;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
	
}
.Our-approach-sub-heading2 span {
    margin: -15px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #008FDA;
}
.Our-approach-sub-span{
	    text-align: -webkit-right;
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #008FDA;
    margin-right: 100px;
}

.our-philosophy-sub{
	height: 250px;
	 display: flex;
    background: aliceblue;
}

 .success-stories{
	 margin-top:20px;
 }
	
.technology-stack-form {

    font-style: normal;
    font-size: 24px;
}

.tablinks {
        padding: 5px;
    background: #141E91;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #fff;
    box-shadow: 0px 4px 5px rgb(85 85 85 / 25%);
}	
 
.tablinks:hover{
	color: #141E91;
    background: #fff;
    border: 1px solid #141E91; 
 }
 
.tablinks.active{
	 background: #008FDA;
 }
 .tablinks:focus{
	 color:#fff;
 }
 
.our-technology-expertise {

    font-style: normal;
    font-weight: 700;
    line-height: 28px;
      
} 
 
 .our-technology-expertise h3 {
	font-weight: 600;
}
 
 .our-technology-expertise ul{
	 list-style: none;
 }
 
.our-technology-expertise ul li {
    padding-top: 20px;
}
 
  
.our-technology-icons {
    display: flex;
}  

.our-technology-icons a {
    color: #000000;
}

.our-technology-icons a:hover {
    color: #008FDA;
}

.our-capabilities {
    
	box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
    padding: 35px 15px 15px 15px;
}

.our-capabilities-inside {
    padding: 0px 30px;
}

.ui-ux-why-isquare-img img{
    width: 100%
}
.mobile-app-development-service-img img {
	width: 100%;
   
}
.website-development-service-img img{
    width: 100%;
}
.web-app-development-service-img img{
	width: 100%;
}
.saas-development-service-img img{
	width: 100%;
}

.ui-ux-service-img img{
	    width: 100%;
}
.crm-development-img img {
	width: 100%;
}

.hire-dedicated-developers-img img {
	width: 100%;
    height: 100%;
}

.ecommerce-development-img img {
	width: 100%;
}

.erp-development-img img{
	width: 80%;
}

.erp-module-experience img{
	width:70%;
}

.crm-our-services-img img{
	width:100%;
}
.our-service-about-us img{
	width: 80%;
	
}

.development-service-choose ul li{
	list-style: none;

    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    padding-bottom: 12px;
}

.development-service-choose-ui-ux ul li{
	line-height: 38px;
}

.development-service-choose-erp ul li{
	line-height: 40px;
}

.development-service-isquare ul li{

    font-style: normal;
    font-size: 18px;   
    font-weight: 500;
    line-height: 68px;
    text-align: justify;
    padding-top: 20px;
}
.development-service-choose-height ul li{
	line-height: 34px;
	list-style: none;
}

.Marquee-works {
    display: block !important;
}

.development-service-choose-hire ul li{
	line-height: 26px;
	font-size: 16px;
}

.hire-dedicated-isquare{
	height:266px;
}

.hire-developer-models{
	text-align: center !important;
    min-height: 370px;
    margin-bottom: 10px;
}

.saas-services p {
        display: inline-block;
        padding-top: 32px;
        width: 100%;
        height: 100px;
        border: 1px solid rgb(62 65 95 / 20%);
        box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
        text-align: center;
        font-size: 16px;
        color: #141E91;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
}



.saas-approach-para{
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
    padding: 10px;
	margin-bottom:20px;
}

.saas-approach-para p{

    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 28px;
    margin-top: 30px;
    text-align: center;
    color: #008FDA;
}

.saas-approach-para ul li{
	padding-top: 5px;
    text-align: left;
	font-size: 14px;
}

.case-study-carousel h3{

}


.case-study-carousel a{
    color: #008FDA;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    padding:8px 1rem 10px 1rem;
    border-radius: 20px;
    float: right;
    border: #008FDA solid 1px;
    margin-top: 20px;
    bottom: 0px;
    position: absolute;
    right: 0px;
}


.about-us-what-do img{
	width:100%
}
.about-us-company-overview-p{
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
    padding: 12px;
}
.company-overview-img img{
	width: 100%;
}


.about-us-philosophy p {
	line-height: 28px;
    transform: translate(0%, 20%);
    border: 1px solid rgb(85 85 85 / 25%);
    box-shadow: 0px 4px 5px rgb(85 85 85 / 25%);
    padding: 9%;
    border-radius: 0 50px 0 50px;
    font-size: 18px;
}

.about-philosophy-img img{
	width:100%;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.fun-work-about-us p{
	text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.four-not-banner p{
	font-size: 24px;
    line-height: 50px;
    color: #008FDA;
    font-weight: 600;
    text-align: center;
}

.four-not-banner span{
	color: #141E91;
}

.four-not-banner-img img{
	width:70%;
}

.fun-tabcontent{
	box-shadow: 0px 4px 5px rgb(85 85 85 / 25%);
    border: 1px solid rgba(85, 85, 85, 0.25);
}

/* Hide the images by default */
.fun-mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.fun-cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.fun-prev,
.fun-next {
  cursor: pointer;
  position: absolute;
  top: 55%;
  width: auto;
  padding: 16px;
  color: #141E91;
  font-weight: bold;
  font-size: 50px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.fun-prev{
	left:0;
}
/* Position the "next button" to the right */
.fun-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.fun-prev:hover,
.fun-next:hover {
 color: #008FDA;
}

.fun-row{
	width:80%;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.fun-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.fun-column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.fun-demo {
  opacity: 0.6;
}

.active,
.fun-demo:hover {
  opacity: 1;
}

.mail-phone span {
    display: inline-block;
    width: 30px;
    text-align: center;
}

.privacy-policy-text p {
    font-size: 16px;
}
	
.pro-1{
    background:#F8EBFF;
    box-shadow: 0px 4px 5px rgba(85, 85, 85, 0.25);
}
.pro-2{
    background:#FFE6E6;
    box-shadow: 0px 4px 5px rgba(85, 85, 85, 0.25);
}
.pro-3{
    background:#FFF4E9;
    box-shadow: 0px 4px 5px rgba(85, 85, 85, 0.25);
}
.pro-4{
    background:#EDF6FF;
    box-shadow: 0px 4px 5px rgba(85, 85, 85, 0.25);
}
.odp-list-banner p{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    margin-bottom: 0px;
}
ul.odp-list-banner{
    list-style: none;
    padding-left:0px;
    text-align: left;
    padding-bottom: 4px;
    margin-bottom:10px;
}


 .about-us-banner p{
	font-size: 14px;
	font-weight: 500;
 }

ul.odp-list-banner li{
    list-style: none;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #676A83;
    line-height: 26px;
    width: 46%;
    float: left;
    margin:0px 4% 0px 0%;
    padding: 12px 20px;
    border-radius: 10px;
    margin-bottom: 3%;
    margin-top: 1%;
}

ul.odp-list-banner li span{
    color: #333333;
    font-weight: bold;
    font-size: 30px;
    padding-left: 10px;
    float: left;
    padding-top: 13px;
    padding-bottom: 14px;
}

.shd{
    float: left;
    text-align: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
    padding:25px;
}

.shd-title{

    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-top: 10px;
}



.fth {
    background: #FFE6E6;
    box-shadow: 0px 4px 5px rgba(85, 85, 85, 0.25);
    position: relative;
}

.hh {
    background: #EDF6FF;
    box-shadow: 0px 4px 5px rgba(85, 85, 85, 0.25);
    position: relative;
}
.fth-content{
    background: #fff;
    margin: 0% 8%;
    padding: 20px 0px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.fth-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 15px;
    text-transform: capitalize;
    color: #333333;
    padding-bottom: 10px;
    padding-left: 5.5rem;
    padding-right: 1.5rem;
    margin-top: 19px !important;
}
.fth-icon{
    position: absolute;
    left: 20px;
}
.client-name2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #008FDA;
    padding-bottom: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.client-description img{
    width: 18px;
    margin-right: 3px;
    margin-top: -2px;
}

.mt-5rem{
    margin-top: 5rem;
}

.pd-le40px{
    padding-left: 40px;
}

.countd{
    position: absolute;
    top: -32px;
    right: -32px;
}
.count1{
    position: absolute;
    left: -38px;
}
.ind-box{
    background: #008FDA;
    float: left;
    padding: 10px 20px;
}
.ind-main{
    padding: 0px;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #676A83;
}
.ind-cont{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #676A83;
    padding-left: 20px;
    float: left;
    padding-top: 14px;
}
.cha-box{
    background: #008FDA;
    float: left;
    width: 10%;
    padding: 10px 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 50px;
    width: 50px;
}
.cha-cont{ 
    padding-left: 20px;
    float: left;
    width: 80%;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #151D63;
}
.cha-box1{
    background: #008FDA;
    float: left;
    width: 10%;
    padding: 10px 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 12px;
    height: 30px;
    width: 30px;
}
.cha-cont1{ 
    padding-left: 20px;
    float: left;
    width: 80%;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #151D63;
    line-height: 32px;
}
dl.why-hire{
    float: left;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
    padding: 40px 40px 20px 40px;
}
dl.why-hire dt{
    padding-bottom: 4px;
    font-size: 16px;
    color: #008FDA;
}
dl.why-hire dd{
    padding-left: 30px;
    font-size: 16px;
    color: #151D63;
    padding-bottom: 7px;
    font-weight: 500;
}

.wc-main{
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #676A83;
    border-radius: 10px;
    min-height: 143px;
}
.client-description span{
    font-size: 15px;
    color: #151D63;
    font-weight:700;
}
.client-name2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #008FDA;
    padding-bottom: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.txtwhite{
    color: #fff !important;
}
.br10px{
    border-radius: 10px;
}
.ind-box img{
    width: 25px;
    height: 25px;
}
.wc-main img{
    margin-bottom: 12px;
}
.t-firstbox{
    background: #008FDA;
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
.t-secondbox{
    background: #000000;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.case-sub-content{
    min-height:96px;
}
.ac-button{
     background: #008FDA;
	border: 4px double #cccccc;
	border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
	cursor: pointer;
    padding: 5px 15px;
}
.ac-button:hover{
    background: #000000;
    color: #fff;
	background: #000000;
    color: #fff;
	box-shadow: inset -10.5em 0 0 0 #000000, inset 10.5em 0 0 0 #000000;
}
.sbox{
    min-height: 325px;
}

.portfolio img{
    height: 320px;
    width: 100%;
    transition: transform .2s;
}
.portfolio img:hover{
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
}

.portfolio2 img:hover{
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
}

.price-wrap{
    line-height: 22px !important;
}

details {
    margin: 0 auto ;
    background: #FFFF;
    margin-bottom: .5rem;
    box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4);
    border-radius: 5px;
    overflow: hidden;
    border:#f1f1f1 solid 1px;
  }

  details:hover {
    border:#008FDA solid 1px;
  }
  
  summary {
    padding: 1rem;
    display: block;
    background: #FFFF;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
    text-align: left;
    color: #000000;
    font-weight: 500;
  }

  
  
  summary:before {
    content: '';
    border-width: .4rem;
    border-style: solid;
    border-color: transparent transparent transparent #008FDA;
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    transform: rotate(0);
    transform-origin: .2rem 50%;
    transition: .25s transform ease;
  }
  
  /* THE MAGIC 🧙‍♀️ */
  details[open] > summary:before {
    transform: rotate(90deg);
  }
  
  details summary::-webkit-details-marker {
    display:none;
  }
  
  details > ul {
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  
  .details-expanded {
      padding: 0 2rem;
  }
  
  
  pre {
      white-space: pre-wrap;
      word-break: break-all;
  }
  
  .banner-li-block ul li{
    width: unset;
    display: block;
}


.row{	
    margin-right: 0px;
    margin-left: 0px;
	}
.red{
    color:#B70B31;
    font-size:18px !important;
	}
strong{
	color: #141E91; 
	letter-spacing:.5px;
	font-family: 'Loew-ExtraBold';
	}

.service-link{	
    font-size: 19px !important;
    text-align: center;
    color: #008FDA;
}
.blog-link{
	color: #008FDA;
}
.blog-link:hover{
	color: #000000;
}
.service-link:hover{	
    font-size: 19px !important;
    text-align: center;
    color:#000000;
}

.dropdown-menu {top: 89%;min-width:18rem;}



.pd-top100{padding-top:110px;}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;

}
li.nav-first-child{
    margin-left: 5.5rem;
}


.filter-button{margin:0px 5px;}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(183 11 49 / 50%);
}

.inner-second-title-carrer {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #008FDA;
    padding-bottom: 8px;
}

.theme-background-color {
    background-color: #008FDA;
}

.roles-list{}

.roles-list li{
	font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #141738;
    line-height: 24px;
    text-align: justify;
	padding-bottom: 10px;
	}

.btn-outline-success:not(:disabled):not(.disabled):active:focus{    box-shadow: 0 0 0 0.2rem rgb(183 11 49 / 50%);}

.automationsty{
	    color: #000000;
    font-size: 33px;
    font-weight: 700;
}
.technolgysty {
    color: #008FDA;
    font-size: 33px;
    font-weight: 800;
}


.carousel-captionhead {
    margin-bottom: 20px;
    padding-top: 10px;
    color: #000000;
    font-size: 33px;
    font-weight: 700;
}



.btn-outline-success {
    color: #008FDA;
    border-color: #008FDA;
	font-size: 14px;
    font-weight: 700;
	    margin-bottom: 15px;
        border-radius: 15px;
border: 1px solid #008FDA;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #008FDA !important;
    border-color: #008FDA !important;
}


#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.carousel-indicators {
    margin-right: auto;
    margin-left: auto;   
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.pt-6{
    padding-top: 6rem;
}
.how-we-work {
	padding-top: 8rem !important;
}
.breadcrumb-top{
    position: absolute;
    margin-top: 0px;
    z-index: 999;
}

/* fixed to top styles */
.affix.navbar {
  background-color: #333;
}
.affix.navbar .nav-item>a, 
.affix.navbar .navbar-brand {
    color: #fff;
}
.case-tech li a{color: #000000;}

.carousel-caption{
	width:800px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	}

.navbar-light .navbar-nav .nav-link {
    color: #000000 ;
    font-size: 14px;
    font-weight: 700;
	padding-right: 1.1rem;
    padding-left: 1.1rem; /* 1.2rem */
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#008FDA;
}

.p-sucess{width:100%; height:100%; display:none;}
.p-sucess-inner{line-height: 25px;
    font-size: 19px;
    font-weight: 600;    
    color: #008FDA;
    padding-top: 12px;}
.p-fail{width:100%; height:100%; display:none;
    line-height: 25px;
    font-size: 19px;
    font-weight: 600;
    padding-top: 12px;    
    color: #008FDA;
}
.brandname{
    color: #008FDA !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 700 !important;
}


ul.dropdown-menu{
    background: #fff;
    box-shadow: 1px 1px 10px #00000038;
    border-radius: 20px;
}

/*
.dropdown:hover>.dropdown-menu {
	display: block;
}*/

ul.dropdown-menu li a{
	font-weight: bold;
	font-size: 14px;
	line-height: 35px;
	color: #141738;
	padding-left:15px;
	width: 100%;
    display: inline-block;
	}
	
ul.dropdown-menu li a:hover{
	color: #008FDA;
	text-decoration:none;
	background:#F3F7FC;
}

.btn-primary {
    color: #fff !important;
    background-color: #008FDA;
	border:3px solid #008FDA;
	text-transform: uppercase;
	height: 40px;
}

.header-shadow {
    box-shadow: 0 .2rem 1rem rgba(0,0,0,.45)!important;
    position: relative;
    z-index: 999999;
}

.btn-primary:hover{
    color: #008FDA !important;
    background-color: #FFF;
	border:3px solid #008FDA;
}

/* Slider */
.carousel-item {
  height:100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.inner-header {
    height: 66px;
    background: #FFF;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
	line-height: 15px;
	padding-right: 20px;
	background:url(../img/nav-arrow.png)no-repeat center;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0rem;
}

ol.breadcrumb li.breadcrumb-item a{
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	color: #008FDA;
}

.breadcrumb-bg{
	background: #ffffff;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
}


ol.breadcrumb li.breadcrumb-item.active {
	font-weight: 400;
	color:#141738;
	font-size: 15px;
	line-height: 15px;
}

ol.breadcrumb li.breadcrumb-item a:hover{
	text-decoration:none;
	color:#000000;
}


.breadcrumb{
	background-color: transparent;
    margin-bottom: 0px;
    padding-bottom: 8px;
    border-radius: 0px;
	padding-left: 6px;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;

  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  
  object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.home-h3 {
    color: #000000;
    font-size: 33px;
    font-weight: 700;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height:100vh;
  width: 100%;
  background:rgba(255, 255, 255, 0.75);
  z-index: 1;
}

h1{
	color: #000000 ;
    font-size: 33px;
    font-weight:700;
}
h1 span{
	color: #008FDA ;
}


h2{
	color: #000000 ;
    font-size:29px;
    font-weight:600;
    padding-bottom: 15px;
}


h2 span{
	color: #008FDA ;
	
}

h3 span{
	color: #008FDA ;
    font-size: 33px;
    font-weight:700;	
}
.title-title2-custom-underline1{
	color: #000000 ;
	font-size: 33px;
}

h3{
    color: #008FDA;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 5px;
}
.banner {
	color:#008FDA ;
    font-size:24px;
    font-weight:800;	
	line-height: 17px;
}
.carousel-caption  h2{ margin-bottom:12px;}
.carousel-caption  h1{ margin-bottom:12px;}
.carousel-caption p{
	color:#3E415F ;
    font-size:20px;
    font-weight:600;	
}

.carousel-indicators li {
    width: 10px;
    border-radius: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    border-top: none;
    border-bottom: none;
	background:#000000;

}
.carousel-indicators .active {
     opacity: 1;
	 width:30px;
	 box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
     border-radius: 5px;
}
.carousel-indicators {
    justify-content:center;
}

.title {text-align:center; padding:3rem 0rem 2rem 0rem;}

.sub-title {
	color:#141738;
    font-size:15px;
    font-weight:700;	
	text-align:center;
	line-height:24px;
	padding:.0rem 10% 0rem 10%;
	}
.sub-title-l {
        color:#141738;
        font-size:15px;
        font-weight:700;	
        text-align:left;
        line-height:24px;
 }
    


.title-animation {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}



.custom-underline {
  position: relative;
  display: inline-block;
  text-align: center;
}


.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
  color: #000000;
  text-decoration: none;
}

.custom-underline::after {
  content: "";
  position: absolute;
}

.title-animation .custom-underline::after {
  top: 90%;
  height:4px !important;
  width: 20%;
  left: 40%;
  background-color: #000000;
  transition: 0.4s ease-out all .1s;
  border-radius: 30px;
}

.title-animation:hover .custom-underline::after {
  width: 90%;
  left: 5%;
  transition: 0.5s ease all;
}

.btn-primary{
	background: #008FDA;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    padding: 6px 2rem;
    line-height: 24px;
    border: 3px solid #008FDA;
    border-radius: 20px;
}

.quote-icon{
    position: absolute;
    right: 10px;
    top: 11px;
}
.quote-icon2{
  padding-left: 5px;
}
.pr40px{
    padding-right: 40px !important;
}
.btn-secondary {
    background: #000000;
    font-weight: 700;
    font-size: 14px;
    height: 40px;
    padding: 6px 2rem;
    border: 3px solid #000000;
    border-radius: 0px;
}



.btn-secondary:hover{
    background: #fff;
	color:#000000 !important;
    border: 3px solid #000000;

}

.btn-secondary:focus{
    background: #fff;
	color:#000000 !important;
    border: 3px solid #000000;

}

.it-experience{
    font-style: normal;
    font-weight: 700;
    font-size: 280px;
    color: #000000;
    line-height: 258px;
}
.it-experience span{	
	color: #008FDA;
}

.experience-title{
	font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #008FDA;
	background:url(../img/left-bar.png)no-repeat left;
   
}
.experience-content{
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	color: #141738;
}
.map-bg{
	background:url(../img/map.jpg)no-repeat center top;
}

.history{
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000000;
}

.history span{
	font-weight: 500;
	font-size: 60px;
	text-align: center;
	color:#008FDA;
	line-height:75px;
}

.border-bottom-1px{
	border-bottom: 1px solid #C1CFE5;
	}

.border-right-1px{
	border-right: 1px solid #C1CFE5;
	}
.borderremove{border:none;box-shadow: none;}

.tech-title a{
	font-weight: 600;
	font-size: 15px;
	line-height:35px;
	color: #141738;
}

.tech-title a:hover{
	color: #008FDA;
	text-decoration:none;
}

.mt-2rem{
     margin-top: -27px;
}
.waterfall{
	font-weight: 700;
	font-size: 20px;
	color: #008FDA;
	position:absolute;
	bottom:0px;
	padding-left: 18px;
}
.agile{
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	position:absolute;
	right:0px;
	padding-right: 18px;
	padding-top: 15px;
}
.waterfall-section{
    position: relative;
    z-index: 99;
}

.client.carousel-control-prev{
    background: #ccc;
    border-radius: 100%;
    width: 40px;
    height: 40px;
	top:46%;
    left: 30px;
}

.client.carousel-control-prev:hover{
	 background: #000000;
}

.client.carousel-control-next{
    background: #ccc;
    border-radius: 100%;
    width: 40px;
    height: 40px;
	top: 46%;
    right: 30px;
}
.client.carousel-control-next:hover{
	 background: #000000;
}

.bg-white{
	background: #FFFFFF;
    box-shadow: 0px 0px 35px rgba(62, 65, 95, 0.2);
}

.client-name{
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	
	color: #008FDA;
	padding-bottom:10px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;

}
.client-description{
	font-weight: 500;
	font-size: 15px;
	line-height:24px;
	color: #141738;
	margin-bottom: 7px;
	padding-left: 10%;
    padding-right: 10%;
}
.client-company{
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding-top:8px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.client-company span{
	font-style: italic;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	color: #141738;
}
.quotes-start{
    position: absolute;
    margin: 25px 0px 0px 25px;
}

.quotes-end{
    position: absolute;
    bottom: 52px;
    right: 45px;
}


.card-deck .card{
	border-radius:0px;
	}

.blog-title{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform:capitalize;
	color: #008FDA;
	padding-bottom:5px;
    min-height: 108px;

}
.blog-description{
	font-weight: 500;
	font-size: 15px;
	line-height:24px;
	color: #141738;
	margin-bottom: 7px;

}
.blog-readmore{
    font-weight: 600;
    font-size: 16px;	
	text-transform: uppercase;
	color: #008FDA;	
	text-decoration:none
}
.blog-readmore:hover{
	color: #000000;	
	text-decoration:none
}

.card-footer {
	background-color:#fff;
	padding: .5rem 1rem;
	}


small {
    font-size: 12px;
}

.card-footer  span{
	color: #000000;	
	font-weight: 700;
}
.get-title{
	color: #000000;
    font-size: 33px;
    font-weight: 700;
}
.get-title span{
	color: #008FDA;
    font-weight: 800;
}
.carousel-inner-testimonial{
	max-height: 450px !important;
}

.get-in-touch{
	background:url(../img/get-in-touch-bg.webp)no-repeat right top;
}
.text-box{
    background: #F3F7FC;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    color: #141738;
    min-height: 44px;
    margin-bottom: 20px;
    border-radius: 15px;
    border:1px solid #ffffff;
    background: #FFF;
    box-shadow: 0px 0px 12.34511px 0px rgba(0, 0, 0, 0.14);
}
.text-box:hover{
    border:1px solid #008FDA;
}

.bg-expert{
	background: #008FDA;
	min-height:88px;
}

.hire-an-expert{
	font-weight: bold;
	font-size: 34px;
	line-height: 88px;
	text-transform: capitalize;
	color: #FFFFFF;
}


.btn-info{
    background: #fff;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    padding: 6px 2rem;
    border: 3px solid #FFD7E0;
    border-radius: 0px;
	color:#008FDA !important;
	text-transform:uppercase;
}



.btn-info:hover{
    background: #008FDA;
	color:#FFF !important;
    border: 3px solid #FFD7E0;

}

.btn-info:focus{
    background: #008FDA;
	color:#FFF !important;
    border: 3px solid #FFD7E0;

}
.footer-description {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #141738;
    margin-bottom: 10px;
    padding-left: 0px;
    margin-top: 10px;
    text-align: justify;
    width: 100%;
    float: left;
}

.footer{
    font-weight: 500;
	font-size: 12px;
	line-height: 22px;
	color: #3E415F;
}

.footer-bar{
	border-top: 1px solid #C4C4C4;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.footer span{	
	color: #008FDA;
}

.footer-title{
    font-weight: 700;
    font-size: 20px;
    color: #333;
    padding-left: 10px;
}

.footer-title span{
	font-weight: 600;
	color:#000000;
}

img.isquare-logo {
    width: 180px;
}

.footer-menu{
	text-align: left;
	list-style:none;
	padding-left: 10px;
	width:100%;
    display: inline-block;
	}

	
.footer-menu li a{
	font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding-bottom: 2px;
	}	

.footer-menu li a:hover{
	text-decoration:none;
	color:#008FDA;
	}

    

.footer-menu-copy{
    text-align: right;
    place-content: end;
    list-style: none;
    width: 100%;
    display: flex;
    gap: 30px;
}

.footer-menu-copy li a{
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	color: #333;
	padding-bottom: 2px;
	}
	
.followus{
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #3E415F;
}	
	
.followus img{ 
    padding-left: 0px;
    width: 38px;
    margin-top: 8px;	
}	
	
.footer-contact{
    text-align: left;
	list-style:none;
	padding-left:0px;
	width:100%;
    display: inline-block;
	}

.footer-contact li{		
    display: inline-block;
    padding-bottom: 15px;
	}
	
.footer-contact li span{		
    display: inline-block;
	width:30px;
	text-align:center;
	}
		
.footer-contact li a{
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #3E415F;
	padding-bottom: 2px;
	}	

.footer-contact li a:hover{
	text-decoration:none;
	color:#008FDA;
	}
	
.footer-address{
    list-style: none;
    padding-left: 10px;
    width: 84%;
    float:right;
    display: inline-block;

	}

.footer-address li{		
    display: inline-block;
	}
	
.footer-address li span img{	
     vertical-align:top;
   }	
   
.footer-address li span{		
    display: inline-block;	
	text-align:left;
	width: 23%;
    vertical-align: top;
	}
		
.footer-address li a{
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #3E415F;
	display: inline-block;	
	width: 100%;
	}	
	
.footer-address li a:hover{
	text-decoration:none;
	color:#008FDA;
	}
.banner-form{
	background: #fff;
    box-shadow: 0px 0px 30px rgb(62 65 95 / 15%);
    padding: 20px;
}



.google-map{
	display:flex;
}
.india-soudi-logo img{
	width:100%;
}

.inner-second-title {
	line-height: 29px;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #008FDA;
	padding-bottom:8px;
}

.inner-second-title2 {
    font-weight: 600;
    font-size: 33px;
    text-align: left;
    color: #000000;
    padding-bottom: 11px;
    line-height: 42px;
}
.button-letstart{
    float: left;
    margin-top: 10px;
}

.inner-second-title2 span{
    color: #008FDA;

}

.second-title-title{
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #3E415F;
    line-height: 23px;
}


a h5 .inner-second-title {
    color: #008FDA;
}	

p {
    font-weight: 500;
    font-size: 15px;
    text-align: left;
    color: #3E415F;
    line-height: 24px;
	text-align: justify;
}

.logo-left{position:absolute;left:-150px;}
.logo-right{position:absolute;right:-150px;}

.isquare-slogan{
	font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #008FDA;
    margin-top: 27px;
    text-align: right;
}

.isquare-slogan span{
	color:#000000;
	
}

.process-first-content {
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    color: #141738;
    line-height: 20px;
	margin-right:100px;
}

.process-first-title {
    font-weight: bold;
    font-size: 19px;
    text-align: right;
    color: #008FDA;
	margin-right:100px;
	margin-top: 6rem;
}

.process-second-content {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #141738;
    line-height: 20px;
	margin-left:100px;
}

.process-second-title {
    font-weight: bold;
    font-size: 19px;
    text-align: left;
    color: #008FDA;
	margin-left:100px;
	margin-top: 6rem;
}
.img-overlay{
    position: relative;
    z-index: 9;
}


.technology, .case-tech{
	list-style:none;
	padding-left: 10px;
	width:100%;
    display: inline-block;
	}

.technology li {
	background:url(../img/right-bullet.png) no-repeat left top;
	padding-left: 42px;
	width: 49%;
    display: inline-block;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #141d64;
	padding-bottom:16px;
	text-align:left;
	}	
	.technology li a {
		color: #141d64;
	}
	.technology li a:hover {
	text-decoration:none;
	color:#008FDA;
	}
	
.technology2 li {
	background:url(../img/right-bullet.png) no-repeat left top;
	padding-left: 42px;
	width: 33%;
    display: inline-block;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #141d64;
	padding-bottom:16px;
	text-align:left;
	    float: left;
	}	
	.technology2 li a {
		color: #141d64;
	}
	.technology2 li a:hover {
	text-decoration:none;
	color:#008FDA;
	}
		
	.case-tech li {
		background:url(../img/right-bullet.png) no-repeat left top;
		padding-left: 42px;
		font-weight: 600;
    	font-size: 18px;
    	line-height: 22px;
    	color: #141d64 ;
    	padding-bottom:16px;
    	text-align:left;
	}
.technology-sidebar{
	list-style:none;
	padding-left: 0px;
	width:100%;
    display: inline-block;
	background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(62, 65, 95, 0.15);
	border-top:#008FDA solid 5px;
	border-bottom:#000000 solid 5px;
    }

.technology-sidebar li{	
    display: inline-block;
	text-align:left;
	border-bottom:#F2F2F2 solid 2px;
	
    }

.technology-sidebar li.active {
    padding-left: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height:52px;
    text-align: left;
    float:left;
    background: #008FDA;
    color: #fff;
	padding: 0px 1rem;
	border-bottom: 0px;
}

.blog-avt{
    width: 47px;
    height: 47px;
    border-radius: 100px;
}

.technology-sidebar li a{
	padding-left:0px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height:50px;
	color: #000000;
	text-align:left;
	display: inline-block;
	width:100%;
	padding: 0px 1.5rem;
	}	
.technology-sidebar li a:hover{
	background: #F2F2F2; 
	color:#008FDA;
	text-decoration:none;
   }
.technology-sidebar li a.active{
	background: #F2F2F2; 
    color:#008FDA;
}
.technology-sidebar.case-2 li {
    text-align: left;
    border-bottom: #F2F2F2 solid 2px;
    float: right;
    width: 100%;
}
.tech-details li{
	padding-bottom:20px;
	margin-top: 10px;
  }

.inner-third-title{
	font-weight: bold;
    font-size:18px;
    text-align: left;
    color: #000000;
    padding-bottom:3px; 
	margin-top:15px;
  }

.map-border {
    border: #F3F7FC solid 6px;
    border-radius:2px;
  }

.links{
	color:#000000;
  }

.links:hover{
	color:#008FDA;
	text-decoration:none;
  }

.team-name{
	font-weight: bold;
    font-size:16px;
    text-align: center;
    color: #008FDA;
    margin-bottom: 0px;
	margin-top:15px;
  }
.team-designation{
	font-weight: 500;
    font-size:14px;
    text-align: center;
    color: #141738;
    padding-bottom:3px; 	
  }
.team-img{
    background: #F2F2F2;
    padding: 20px 20px 0px 20px;
    border: #F3F7FC solid 4px;
}

 .team {

        position: relative;
        display: inline-block;
    }
.team .img-top {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
	
    }
.team:hover .img-top {
        display: inline;
	
    }

.career-location{
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #141738;
    margin-top:-13px;
}
.carrer-bar{
	border-right: #ccc solid 5px;
    border-radius: 11px;
    border-left: #ccc solid 5px;
	display: inline-block;
	border: #008FDA solid 1px;
	
}
.fntsiz27{
    font-size: 27px !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}



.resume-upload{
	margin-top: -25px;
    color: #008FDA;
    font-size: 12px;
    padding-left: 17px;
}

.portfolio-title {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    background: #008FDA;
    margin-top: 10px;
    padding-bottom: 10px;
    border: #008FDA solid 4px;
}

.portfolio-title:hover {
    font-weight: 600;
    font-size: 16px;
    color: #008FDA !important;
    padding-top: 10px;
    text-align: center;
    text-decoration: none;
    background: #FFF;
    margin-top: 10px;
    padding-bottom: 10px;
    border: #008FDA solid 4px;
}

a:hover {text-decoration:none;}

a:hover h1.portfolio-title{color:#000000;}

.navbar-brand{margin-right:0px;}

.footer a{color:#008FDA;}
.testimonial-min-height{min-height: 360px;}

.skype{
    position: fixed;
    right: 20px;
    bottom:93px;
    z-index: 9999;
}

.whatsapp{
    position: fixed; 
right: 20px;
bottom:20px;
    z-index: 9999;
}



.inner-casestudy-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #008FDA;
    padding-bottom: 8px;
}

.click-mouse-hover{
transition: transform 250ms;
}

.click-mouse-hover:hover{
	transform: translateY(-10px);
}


.hearing-banner-backround{
	background: no-repeat;
   background-image: url("/img/hearing-banner-backround.webp");
	 background-position: bottom;	     
    min-height:700px;
}

.help-businesses-solution {
    box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
    padding: 15px;
	min-height:100%;
}

 .help-businesses-solution-quote {
		  box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
    padding: 15px;
	min-height:100%;
	 }

.help-businesses-solution-quote h3{
		 text-align:left;
	 }

.help-businesses-solution h3 {
    text-align: left;
}
  
.table {
    width: 100%;
}

.table-bordered td, .table-bordered th {
    border: 1px solid rgba(62, 65, 95, 0.2);
    box-shadow: 0px 0px 5px rgba(62, 65, 95, 0.2);
}

td, th {
    padding: 8px;
    text-align: left;
  }
  
  .difference-solution-image {
    background: #c0c1cc36;
}
  
.hearing-care-slide img{
	width:85%;
}

.business-ready-solution p {
    border: 1px solid rgb(62 65 95 / 20%);
    box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
    padding: 10px;
    border-radius: 25px;
    font-weight: 600;
}

.business-benefits-solution p {
    border: 1px solid rgb(62 65 95 / 20%);
    box-shadow: 0px 0px 35px rgb(62 65 95 / 20%);
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}

.quotation-management-software{
   box-shadow: 15px 21px 35px rgb(62 65 95 / 20%);
}



.blue-solution-page-light{
	    background: #c0c1cc36;
}

.integration-logo a{
	color: #000;
    padding: 5px;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}

.quotation-features-solution img {
    padding: 20px;
}

.quotation-features-solution p{
	text-align:center;
	font-size: 18px;
}

.life-at-isquare-banner {
	background:no-repeat;
	background-image: url(/img/life-at-isquare-banner.webp);
	
    background-position: bottom;
    min-height: 700px;
}

.life-at-isquare-banner .col-md-5 {
	align-self: center;
    
}

.life-at-isquare-banner .col-md-5 h1{
	text-align: center;
}

.flexbox {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}

.flex-life {
    display: flex;
    flex-direction: column;
    padding: 4%;
    justify-content: center;
}

.flexbottom {
    border-bottom: 6px solid #009688;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.flextop {
    border-top: 5px solid #009688;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    position: relative;
}

.flextop:before {content: '';width: 1px;height: 250px;background: #009688;position: absolute;left: 0;/* border-radius: 64px; */}

.flextop:after {
    content: '';
    width: 1px;
    height: 250px;
    background: #009688;
    position: absolute;
    right: 0;
}

.flexbottom {
    box-shadow: inset 0px -20px 0px #03a999;
}

.flex-life.flextop {
    box-shadow: inset 0px 20px 0px #03a999;
}

.stepNumber {
    width: 100%;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 50px 0px 50px 0px;
    background: #000000;
    color: white;
}

.vision-mission{
	background:#fff;
	border-radius:25px;
	padding: 20px;
}
.vision-mission h3{
	text-align:left;
}


.stats-counter{
	background: #5c9bff;
}

.stats-counter p{
	color: #fff;
    padding: 0px 25px;
    text-align: center;
}

.counting{
	color:#fff;
	font-size:80px;
}

section#counter-stats {
	display: flex;
	justify-content: center;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;

}

.our-culture{
height: 100%; 
}


	
.life-career-banner{
	background: rgba(255, 131, 92, 0.15);
	border-radius: 50px;
}	

.life-career-banner p{
	    font-size: 40px;
    line-height: 40px;
    text-align: center;
	font-weight: 600;
}

.life-career-banner span{
	font-weight: 500;
}

.card-life {
      position: relative;
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 0px 30px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    height: 100%;
    text-align: left;
}

.content-life {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
}

.content-life .heading {
  font-weight: 700;
  font-size: 32px;
}

.content-life .para {
  line-height: 1.5;
}

.card-life::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
}


.content-life li{
	font-weight:600;
	line-height: 35px;
}

.social-life .col-md-2{
	padding: 20px 30px;
}
.life-at-isquare-work{
       box-shadow: 5px 5px 5px rgb(62 65 95 / 15%);
    background: #c0c1cc36;
	min-height: 100px;
    padding: 20px 0px 0px 0px;
}

.life-at-isquare-work:hover {
    color: #5c9bff;
}

.life-at-isquare-work p {
	font-weight: 600;
	text-align:left;
    margin: 0;
}

.life-at-isquare-sub-banner ul li {
    text-align: justify;
    font-weight: 600;
    line-height: 30px;
    padding: 5px;
}

.content-life img{
position: absolute;
    right: 10px;
    top: 10px;
    max-width: 20%;
}

.hearing-banner-backround-sub .col-md-6{
	padding:0;
}

.get-started-sub {
    color: #008FDA !important;
    background: #fff !important;
}

.get-started-sub:hover {
    color: #fff !important;
    background: #008FDA !important;
}

	.fun-tabcontent-bill{
		border-radius: 20px;
	background: #ECF1F9;
	}

.business-billing p{
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
}

.tablinks-bill {
    display: flex;
    padding: 10px 30px;
    margin:20px 10px;
   
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 26px; 
    width: 100%;
    border:none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
	color: #141E91;
    background: #ffff;
}

.tablinks-bill:hover {
    background: #141E94;
	color: #F4F9FF;
}

.tablinks-bill:active{
	background: #008FDA;

}
.tablinks-bill:focus {
    color:  #fff;
	background:#008FDA;
	outline: none;
}
.our-technology-expertise-bill p{
    font-size: 16px;
    font-weight: 600;
}

.bill p {
    font-weight: 600;
    padding-top: 10px;
    text-align: left;
    font-size: 15px;
}

.bill {
       text-align: left;
	   height:100%;
    padding: 20px 20px 10px 20px;
    box-shadow: 0px 0px 30px rgb(62 65 95 / 15%);
}

.bill-table tr td {
    border: 1px solid rgba(62, 65, 95, 0.2);
	    box-shadow: 1px 1px 5px rgb(62 65 95 / 15%);
    padding: 7px 30px;
	font-weight: 600;
}

.solution-sub-banner{
	    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0px 0px 30px rgb(62 65 95 / 15%);
    border-radius: 25px;
	background:#fff;
}

.solution-sub-banner p{
	    font-size: 20px;
    padding: 20px;
    line-height: 30px;
}

.solution-card {
    padding-bottom: 20px;
    height: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1), 2px 1px 3px rgba(0, 0, 0, 0.08);
}

.solution-card-image {
  padding: 30px 20px 20px;
}

.solution-card-content {
  padding: 10px 24px;
}

.solution-card-title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.bg-white-gradient {
     background:#fff;
	 border-radius:25px;
	 border-bottom: 50px solid #000;
	 border-top:25px solid #000;
	 border-right:10px solid #000;
	 border-left:10px solid #000;
	 box-shadow: 20px 20px 100px #fff;
}

.popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;   
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.feature-packed{
	padding: 30px;
}
.feature-packed h5 {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
    padding-top: 10px;
}

.feature-packed p {
    padding-top: 10px;
}

.solution-process span {
	float: left;
    font-size: 35px;
}

.solution-process img{
display: block;

}
.solution-process {
	 box-shadow: 0px 0px 30px rgb(62 65 95 / 15%);
    height: 100%;
    padding: 20px 20px 5px 20px;
}

.solution-process p {
	padding-top: 20px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}
.phone-show{
    display: none;
}



@media screen and (max-width:1199px) {
.background-container{
    width: 100%;
}
	.imgbox{
		display:none;
	}
	.flexbox {
    display: block;
}
.flexbottom {
	box-shadow:none;
	border:none;
}
.flextop {
	box-shadow:none;
	border:none;
}
.flex-life.flextop{
	box-shadow:none;
	border:none;
}

.flextop:after{
	background:none;
}

.flextop:before{
	background:none;
}
	
    .transparent {
                 height: 125px;
	}
	.it-experience {
    font-size: 148px;
	}	
    .history span {
    font-size: 30px;
	} 	
	
	.inner-header {height:125px;}
}

@media screen and (max-width:992px) {
	

	.navbar-expand-sm .navbar-nav {
    padding-left: 0px !important;
    }
	.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 2px;
     }
	 .navbar-light .navbar-nav .nav-link {
	 font-size: 12px;
	 }
	 

	.mobile-hide{
		display: none;
		}
	
	.logo-left{
		display: none;
		}
	.logo-right{
		display: none;
		}
}

@media screen and (max-width:991px) {
	
.container, .container-md, .container-sm {
    max-width: 96%;
}


}


@media screen and (max-width:800px) {
	
.container, .container-md, .container-sm {
    max-width: 100%;
}

}

@media screen and (max-width:767px) {
 .phone-show {
        display: block;
    }
    .text-center-m{
        text-align: center;
    }
    .getin-iner-text {
        font-size: 18px;
        line-height: 24px;
    }
    .getin-iner-text1 {
        font-size: 14px;
    }
    .box{
        padding: 27px 25px 10px 25px;
    }
    .count {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
    .case-study-carousel a{
        bottom: -38px;
        right: 14px;
    }
    .getinarrow{
        display: none;
    }
    .quotes-start {
        
        margin:5px 0px 0px 0px;
    }

    .Marquee{
        width: 100%;
    }
    .bg-trans{
        padding: 0em 0em;
    }
    .ourcltsec{
        padding-bottom: 37px;
    }
    .ourcltsec h2{
        padding-top: 0px;
    }
    .casestudyview{
        margin-bottom: 3px;
        bottom: 15px;
    }
    .skype img{
        width: 35px;
    }
    .whatsapp img{
        width: 35px;
    }
    ul.toprate li{
        width: 100%;
    }
    .home-banner {
        min-height: auto;
    }
    .client-description{
        padding-left: 3%;
        padding-right: 0%;
    }
    .ourcltsec {
        border-radius: 0px;
    }
    .h-card {
        margin-bottom: 20px;
        min-height: auto;
    }
    .section-pd {
        padding: 3rem 0rem ;
    }
    .mt-5em {
        margin-top: 1rem;
    }
    .banner-sep {
        margin-bottom: 16px;
    }
    .blue-button{
        margin-bottom: 20px;
    }
    .banner-pd {
        padding: 6rem 0rem 2rem 0rem;
    }
    .banner-pd-h {
        padding: 6rem 0rem 5rem 0rem;
    }
    .inner-second-title3 {
        font-size: 25px;
        line-height: 33px;
    }
    .background-container {
        width: 100%;
    }
    .getinbutton {
        margin-bottom: 30px;
    }
    .quotes-end {
        bottom: -50px;
    }
    .client.carousel-control-next {
        display: none;
    }
    .client.carousel-control-prev{
        display: none;
    }
    .indus-step1 {
        margin-top: 0px;
    }
    .indus-step2{
        margin-top: 0px;
    }
    ul.indus li {

        width: 100%;
        z-index: 999;
    position: relative;
    }
    .cnt-middle-title {
        position: relative;
        display: inline-block;
    }
    .cnt-middle-content-m {
        position: relative;
        margin-bottom: 30px;
        display: inline-block;
    }
    .ser-scroll-section-main {
        min-height: auto;
    }
    .white-button{
        margin-left: 10px;
        padding: 0px 10px;
        font-size: 12px;
    }
    .blue-button{
        font-size: 12px;
        padding: 0px 10px;
    }
    .card-box img{
        display: none;
    }

 li.nav-first-child {
        margin-left: 0px;
    }
.inner-second-title2 {
        font-size: 25px;
        line-height: 33px;
	}
.inner-second-title2 span{
    font-size: 25px;
	}
	
.bill p {
    text-align: center;
    }

.bill {
       text-align: center;
}
	.vision-mission h3 {
    padding-top: 20px;
	text-align:left;
}
.vision-mission img{
	max-width:50%;
}
.life-at-isquare-work p{
	text-align:center;
}
	.social-life .col-md-2 {
    padding: 10px;
}
	.image-overlay p {
    overflow: scroll;}

     .help-businesses-solution h3{
		 text-align:center;
	 }
	 .help-businesses-solution-quote h3{
		 text-align:center;
	 }
	.landing-display{
		display: none;
	}
	.india-soudi-logo img{
	width:30%;
}
     .contact-us-title{
		 text-align:center;
	 }
	 
	.office-address{
	display:block;
}

.office-contact{
	display:block;
}

.google-map{
	display:block;
}
	
	.our-service-about-us img {
    width: 100%;
}
	.partner-mobile-app h3 {
    text-align: center;
}
	.four-not-banner-img img {
    width: 100%;
}
	.saas-approach{
		width:70%;
	}
	
	.mobile-top{
		margin-top:0px !important;
	}
	.mt-5rem{
		margin-top:0px;
		}
	.development-service-isquare ul li {
    line-height: 28px;
	}
	.our-technology-expertise ul li {
    text-align: left;
	}
	ul.odp-list-banner li span{
		font-size: 16px;
	}
	ul.odp-list-banner li {
    min-height: 130px;
	}
	.development-service-isquare ul{
		padding-left:0px;
	}
	.development-service-choose ul{
	padding-left:0px;
}
   .about-us-company-overview-p ul{
	   padding-left:0px;
   }
	
	.fun-prev, .fun-next {
    top: 60%;
	}
	
	.erp-module-experience img {
    width:100%;
}
	.case-study-carousel-img img {
    margin-left: 0px;
}
    .carousel-caption{
		width:83%;
        padding-left: 0px !important;
	}
	
	
	.Our-approach-sub-heading1 {
    display: inline-block;
}
    .Our-approach-sub-heading1 p {
    display: inherit;
	}
	
	.Our-approach-sub-heading2 {
    display: inline-block;
}
    .Our-approach-sub-heading2 p {
    display: inherit;
	}
	
	.Our-approach-sub-span {
    display: none;
	}
	.Our-approach-sub-heading1 span {
		 display: none;
	}
	.Our-approach-sub-heading2 span {
		 display: none;
	}
	.our-technology-icons {
    display: flex;
    max-width: 50%;
	}
	
.ac-button{
	display: inline-block;
	font-size: 12px;
}
	
.odp-left {
        margin-left: 0rem;
 }

.case-sub-content {
        min-height: auto;
}

.carousel-captionhead {
    font-size: 26px;
    line-height: 36px;
}


.collapsed-button{
    text-align: center;
    float: none !important;
}
.phone-hide{
		display: none;
}
 .getintouchmobile{
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.isquare-slogan {
    display: none;
}
.it-experience {
    line-height: 138px;
    text-align: center;
}

.carousel-inner-testimonial {
    max-height: 100% !important;
}

.carousel-inner-testimonial .carousel-item{height: auto;}


.navbar-light .navbar-toggler{
	    right: 13px;
		top: 13px;
        position: absolute;
    }
    .transparent {
        height: 66px;
	}


.carousel-indicators {bottom: 1%;}
.fth-title {
    font-size: 16px;
}	
h2 {font-size: 25px;margin-top: 20px;}
h2 span {font-size: 25px;}
h1 {font-size: 25px;margin-top: 20px;}
h1 span {font-size: 25px;}

  .navbar-expand-sm .navbar-nav {
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgba(62, 65, 95, 0.2);
  }
  
  .navbar-expand-sm .navbar-nav .nav-link {   
    padding-left: 24px;
    margin-left: 0px !important;
    }
.get-in-touch {
    padding: 2px !important;
}
.get-in-touch .card-body {
	padding-left:0px !important;
	padding-right:0px !important;
}

.carousel-inner-testimonial .p-5{padding-left:5px !important;padding-right:5px !important;}
.title{padding: 0em 0rem 2rem 0rem;}
.title2 {padding: 1em 0rem 2rem 0rem;}
.hireanexpert-button{
    text-align: center !important;
    margin-bottom: 33px;
}
.hire-an-expert {line-height:40px;padding-top:29px;text-align:center !important;}
.footer-address.pt-5{padding-top: 1rem!important;}
.upwork-icon{ margin-top: 1rem; padding-left: 0px !important;}
.followus { text-align: center;}
.process-second-title { margin-top: 2rem;}
.process-first-title{ margin-top: 2rem;}
.process-row {margin-top: 0 !important; padding-top: 0 !important;}
.breadcrumb-bg{  margin-left: 0px !important;  margin-right: 0px !important;}
.pt-6 { padding-top: 9rem;}
.pt-2m { padding-top: 1rem;}
.carousel-caption p { font-size: 17px;}
.carousel-item-banner h2{font-size: 25px;    padding-top: 10px;}
.carousel-item-banner h1{font-size: 25px;    padding-top: 10px;}
.plm-0{padding-left:0px !important;}
.prm-0{padding-right:0px !important;}
.inner-banner{margin-top:3rem;padding-left:0px !important; padding-right:0px !important;}
.technology li {width: 99%;}
.technology2 li {width: 99%;}
.collapsed-button {margin-top: 0px !important;margin-bottom: 20px !important;}
.second-md-1 { margin-top: 2.5rem; }
.second-md-2 { margin-top: 0 !important; margin-bottom: 0 !important;}
.md-padding {padding-left: 13px !important;}
.md-btn-float { float: none !important;}
.inner-header {height:66px;}
.technology-sidebar li {width: 100%;}
.mobile-pt3{margin-top:3rem;}
.technology-sidebar.case-2 li {text-align: center;    padding: 10px 0px;}
.technology-sidebar li a {font-size: 14px;line-height: 19px;padding: 10px;}
.p-5 {    padding: 2rem!important;}
.mpr-1{    padding-right: 1rem !important;}
.mpl-5{padding-left: 1rem!important;}
.mml-4{ margin-left: .5rem!important;}
}

