body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	margin-bottom: 7px;
}
.col-padding-0{
    padding:0;
}
.itservice-banner {
    padding: 160px 0px 60px 0px;
    position: relative;
    background-image: url(../soft-image/IT-service.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.itservice-banner::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../mobile-image/overlay-pattern.png) rgba(0, 0, 0, 0.6);
    /*z-index: 2;*/
    height: 100%;
    /*backdrop-filter: blur(3px);*/
    /*-webkit-backdrop-filter: blur(3px);*/
}
.itservice-banner .row {
    display: flex;
    align-items: flex-end;
}
.itservice-banner-content h1 {
   font-size: 65px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    background: -webkit-linear-gradient(108deg,#1aa2cc, #28caa1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.itservice-banner-content h1::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 150px;
  background-color: #1a9fcc;
}
.itservice-banner-content p{
   font-size: 19px;
    color: white;
    padding: 15px 0px 20px 0px;
    margin-bottom: 0px;
}
.itservice-banner-button{
	padding: 10px 0px;
}
.itservice-banner-button a{
	padding: 15px 25px;
	background-color: #1a9fcc;
	border-radius: 25px;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: white;
	text-decoration: none;
}
.itservice-enterprise {
    padding: 50px 0px;
    background-color: white;
}
.itservice-enterprise .row{
    display: flex;
    flex-wrap: wrap;
}
.itservice-enterprise-startup h1 {
    color: #1dbeb9;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    margin-bottom: 15px;
}
.itservice-enterprise-startup h1 b{
   	color: #1a9fcc;
   	font-weight: inherit;
}
.itservice-enterprise-startup p {
   font-size: 16px;
    text-align: justify;
    line-height: 24px;
    color: #758495;
}	
.itservice-explore-button{
	padding: 10px 0px;
}
.itservice-explore-button a{
padding: 15px 25px;
    background-color: #1a9fcc;
    border-radius: 25px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    border: 1px solid #1a9fcc;
}
.itservice-explore-button a:hover {
    background-color: transparent;
    color: #1a9fcc;
}
.itservice-enterprise-single-field {
    padding: 7px;
    margin-bottom: 9px;
}
.itservice-enterprise-development{
	width: 100%;
}
.itservice-enterprise-dev-img img{
	height: 55px;
}
.itservice-enterprise-dev-img i{
	 font-size: 35px;
    color: #1aa2cc;
}
.itservice-enterprise-single-field>h4 {
    color: #1dbeb9;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
}
.itservice-enterprise-single-field>p {
    font-size: 16px;
    line-height: 24px;
    color: #758495;
    margin-bottom: 5px;
}

.itservice-expertise {
    background-color: #e5e5e5;
    padding: 50px 0px;
}
.itservice-expertise .row{
    display:flex;
    flex-wrap: wrap;
}
.itservice-expertise-single-field {
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    height: 100%;
}
.itservice-expertise-single-field h3 {
    text-align: center;
    color: #1dbeb9;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    margin-bottom: 15px;
}
.itservice-expertise-single-field p {
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    color: #758495;
}
.itservice-expertise-single-field:hover {
    background-color: #0a9cca;
}
.itservice-expertise-single-field:hover h3{
    color: #2d2d2dfc;
}
.itservice-expertise-single-field:hover p{
    color: white;
}



/*.itservice-character {
    background-color: #e9ecec;
    width: 100%;
    overflow: hidden;
    padding: 30px 0px 0px 0px;
}
.itservice-character .container-fluid{
    padding-left: 0;
}
.inner-itservice-character{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.itservice-character-img{
    width: 50%;
     background-image: url(../soft-image/software-development-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    filter: saturate(0.7);
}
.itservice-character-content{
    width: 50%;
    padding: 15px 40px;
}
.itservice-character-content h1 {
    color: #1dbeb9;
    font-size: 31px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 38px;
}
.itservice-character-content h1 b {
    color: #1a9fcc;
    font-weight: inherit;
}
.itservice-character-content p {
   font-size: 16px;
    text-align: justify;
    line-height: 24px;
    color: #758495;
    margin: 0;
    padding: 7px 0px 15px 0px;
}
*/
.itservice-dev-process {
    padding: 35px 0px;
    background-color: #f7f7f7;
}
.itservice-dev-process-content-single {
    padding: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
    margin-bottom: 20px;
    transition: 0.5s ease-in-out;
    background-color: white;
}
.itservice-dev-process-content-single:hover {
    box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.7);
    transition: 0.5s ease-in-out;
    transform: scale(1.02);
}
.itservice-dev-process-content-single-img,
.itservice-dev-process-content-single-img2,
.itservice-dev-process-content-single-img-last {
   height: 100px;
    width: 100px;
    border: 3px double #94dbf1;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0px auto 15px auto;
    position: relative;
    z-index: 2;
    background-color: white;
}
.itservice-dev-process-content-single-img img,
.itservice-dev-process-content-single-img2 img,
.itservice-dev-process-content-single-img-last img {
    height: 62px;
}
.itservice-dev-process-heading {
    padding: 20px 0px 10px 0px;
    text-align: center;
}
.itservice-dev-process-heading h2 {
    font-size: 35px;
    font-weight: 600;
    color: #1dbeb9;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.itservice-dev-process-heading h2 b{
    color: #1a9fcc;
    font-weight: inherit;
}
.itservice-dev-process-heading p {
    font-size: 17px;
    font-weight: 500;
    color: #758495;
    width: 80%;
    margin: 0px auto 20px;
    line-height: 25px;
}
.itservice-dev-process-content-single-text{
    text-align: center;
}
.itservice-dev-process-content-single-text h4 {
   color: #1dbeb9;
    font-size: 21px;
    font-weight: 500;
    margin: 10px 0px 14px 0px;
    font-family: 'Poppins', sans-serif;
}
.itservice-dev-process-content-single-text p {
       font-size: 15px;
    font-weight: 500;
    color: #758495;
    line-height: 24px;
}
.itservice-commit-section {
    padding: 50px 0px;
    background-color: white;
}
.itservice-commit-heading {
    text-align: center;
}
.itservice-commit-heading h1{
     font-size: 35px;
    font-weight: 600;
    color: #1dbeb9;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
}
.itservice-commit-heading h1 b{
    color: #1a9fcc;
    font-weight: inherit;
}
.itservice-commit-heading p{
   font-size: 16px;
    font-weight: 500;
    color: #758495;
    line-height: 26px;
    width: 80%;
    margin: 12px auto 20px;
}
.itservice-commit-content {
    padding: 25px 0px 10px 0px;
    display: flex;
    flex-wrap: wrap;
}
.itservice-commit-content-single {
    width: 20%;
    padding: 5px 12px;
    position: relative;
    border-right: 1px solid #bebebf;
}
.itservice-commit-content-single:last-child {
   border: none;
}
.itservice-commit-content-img img{
    height: 50px;
}
.itservice-commit-content-img i{
    font-size: 60px;
    color: #1aa2cc;
}
.itservice-commit-content-single h4 {
    color: #1dbeb9;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 15px;
}
.itservice-commit-content-single p{
    font-size: 15px;
    font-weight: 500;
    color: #758495;
     margin: 0;
    padding: 0;
    line-height: 22px;
}




.itservice-customer-sec{
    padding: 50px 0px;
    background-color: #f5f5f5;
}
.itservice-customer-sec-text h1{
    color: #1dbeb9;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    margin-bottom: 15px;
}
.itservice-customer-sec-text h1 b{
    color: #1a9fcc;
    font-weight: inherit;
}
.itservice-customer-sec ul{
    padding-left: 20px;
    margin-bottom: 15px;
}
.itservice-customer-sec ul li{
       font-size: 16px;
    margin-bottom: 10px;
    color: #758495;
    line-height: 23px;
}
.itservice-customer-boxes {
    padding: 17px 0px 22px 0px;
}
.itservice-customer-single-box {
    padding: 15px;
    box-shadow: 0px 0px 3px -1px;
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.itservice-customer-single-box span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
.itservice-customer-sec-img{
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.itservice-customer-sec-slides{
    position: absolute;
    background-color: white;
    width: 70%;
    height: auto;
    overflow: hidden;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0);
    border: 3px solid #19a0cd;
}
.itservice-customer-single-slides{
    padding: 10px 0px 10px 20px;
    position: relative;
}
.customer-owl-slide .owl-dots{
    position: absolute;
    bottom: 9px;
    width: 50%;
    right: 0;
}
.customer-owl-slide .owl-dots .owl-dot.active span, 
.customer-owl-slide .owl-dots .owl-dot:hover span {
    background: #ff0000;
}
.customer-owl-slide .owl-dots button:focus{
    outline: none;
}
.itservice-customer-single-slides h4{
    color: #1dbeb9;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0px 10px 0px;
}
.itservice-customer-single-slides h4 b{
    color: #1a9fcc;
    font-weight: inherit;
}
.itservice-customer-single-slides p{
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}


/*.itservice-success-section{
    background-image: url(../iphone-image/iphone-banner.jpg),linear-gradient(#737373,#737373);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    background-blend-mode: overlay;
    background-attachment: fixed;
    padding: 40px 0px;
}
.itservice-success-section-heading {
    text-align: center;
    width: 80%;
    margin: auto;
}
.itservice-success-section-heading h1 {
   color: #1dbeb9;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 17px;
    font-family: 'Poppins', sans-serif;
}
.itservice-success-section-heading p {
   font-size: 20px;
    font-weight: 500;
    padding: 0px 0px;
    color: white;
    width: 91%;
    margin: auto;
    line-height: 30px;
}
.itservice-success-section-heading h1 b {
    color: #1a9fcc;
    font-weight: inherit;
}
*/
.omninos-review-section{
	padding: 40px 0px;
	background-color: #f3f3f3;
}
.omninos-review-section-heading {
    text-align: center;
    padding: 0px 0px 25px 0px;
}
.omninos-review-section-heading h2 {
    font-size: 43px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #1dbeb9;
    text-transform: capitalize;
    margin-bottom: 22px;
}
.review-slide{
	height: auto;
	overflow: hidden;
}
.review-slide-content{
	text-align: center;
	padding: 35px;
	background-color: #e3e8e7;
	height: 100%;
	border-radius: 10px;
}
.review-slide-img img{
	height: 130px;
	width: 130px;
	border-radius: 50%;
}
.omninos-review-section .swiper-wrapper{
    height: 95%;
}
.omninos-review-section .swiper-pagination{
	position: relative;
	padding: 20px 0px;
}
.review-slide-heding{

}
.review-slide-heding h4{
color: #1dbeb9;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.review-slide-heding p{
	font-size: 14px;
    margin-bottom: 6px;
    color: #19a0cd;
    line-height: 24px;
}
.omninos-review-star{
    padding: 10px 0px 0px 0px;
}
.omninos-review-star span{
	display: inline-block;
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background-color: #19a0cd;
	margin: 0px 3px;
	border: 1px solid #19a0cd;
}
.review-slide-text span{
	display: block;
    text-align: justify;
    color: #78789e;
    line-height: 19px;
}
.review-slide-text span::before {
    content: "\201c";
    font-size: 44px;
    display: block;
    margin-top: 10px;
    margin-bottom: -13px;
}
.review-slide-text span::after {
    content: "\201d";
    font-size: 44px;
    display: block;
    margin-top: 10px;
    margin-bottom: -13px;
    text-align: right;
}









@media(max-width: 767px){
.itservice-banner {
    padding: 30px 0px 30px 0px;
} 
.itservice-banner-content {
    margin-top: 30px;
}
.itservice-banner-content h1 {
    font-size: 40px;
}
.itservice-banner-content p {
    font-size: 17px;
}
.itservice-enterprise {
    padding: 34px 20px;
    overflow: hidden;
}
.itservice-explore-button {
    margin-bottom: 25px;
}
.itservice-enterprise-startup h1 {
       color: #1dbeb9;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
}
.itservice-enterprise-startup p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}
.itservice-enterprise-single-field{
    min-height: 0;
}
.itservice-enterprise-single-field>p {
    font-size: 14px;
    padding-top: 7px;
    text-align: justify;
    margin-bottom: 10px;
}
/*.itservice-character-img {
    width: 100%;
    height: 300px;
}
.itservice-character-content {
    width: 100%;
    padding: 15px 15px;
}
.itservice-character-content h1 {
    font-size: 26px;
    line-height: 27px;
}
.itservice-character-content p {
    font-size: 15px;
}*/
.itservice-dev-process {
    padding: 25px 0px;
}
.itservice-dev-process-heading {
    padding: 0;
}
.itservice-dev-process-heading h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.itservice-dev-process-heading p {
    font-size: 15px;
    text-align: justify;
    width: 100%;
    line-height: 21px;
}
.itservice-dev-process-content-single-text{
    text-align: center;
}
.itservice-dev-process-content-single-text h4 {
    font-size: 18px;
    margin: 11px 0px 12px 0px;
    line-height: 20px;
}
.itservice-dev-process-content-single-text p {
    font-size: 15px;
    line-height: 19px;
}

.itservice-commit-section {
    padding: 25px 0px;
}
.itservice-commit-heading h1 {
    font-size: 26px;
}
.itservice-commit-heading p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 10px;
}
.itservice-customer-sec {
    padding: 25px 0px;
}
.itservice-customer-sec-text h1 {
    font-size: 26px;
    line-height: 27px;
    margin-top: 120px;
}
.itservice-customer-sec ul {
    margin: 10px 0px;
}
.itservice-customer-sec ul li {
    font-size: 15px;
    margin-bottom: 6px;
    color: #758495;
    line-height: 20px;
}
.itservice-customer-boxes {
    padding: 7px 0px 10px 0px;
}
.itservice-customer-single-box span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.itservice-customer-sec-slides {
    width: 95%;
    bottom: -100px;
   
}
/*.itservice-success-section {
    padding: 25px 0px;
}
.itservice-success-section-heading {
    width: 100%;
}
.itservice-success-section-heading h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.itservice-success-section-heading p {
    font-size: 15px;
    padding: 0px 0px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 11px;
}*/

    .itservice-commit-content-single {
    width: 100%;
    border: none;
    padding: 20px 12px;
    
}

}
