/**
* Template Name:Billion Apps
* Template URL: https://billionapps.net/
* Author:Himflax
* Description: Billion Apps Theme
* Version: 1.0
* Release Date: 02-February-2023;
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  color: #444;
}

a {
  color: #cc272d;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Poppins', sans-serif;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1180px;
}
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1380px;
}
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #cc272d;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #629fd3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background:#4679b3;
  border-bottom: 1px solid #4679b3;
  font-size: 14px;
  height: 46px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

/* #topbar .contact-info i {
    color: #fff;
    line-height: 0;
    margin-right: 5px;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 5px 8px;
    box-shadow: 0px 0px 1px 2px #fff;
} */

#topbar .custom-html-widget{
  display: flex;

}
#topbar .contact-info i {
    color: #fff;
    line-height: 0;
    margin-right: 5px;
    border: 1px solid #74a8e3;
    border-radius: 100%;
    padding: 5px 8px;
    /*box-shadow: 0 0 1px 1px #fff;*/
    height: 32px;
    display: flex;
    width: 32px;
    align-items: center;
    justify-content: center;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
    color: #fff;
    display: inline-block;
    line-height: 30px;
    transition: 0.3s;
    font-size: 14px;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 110px;
  background: #fff;
  z-index: 997;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #cc272d;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height:110px;
}
.logo img {
    width: auto;
    height:110px;
}
.scrolled-offset {
  margin-top: 80px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

li.menu-item-has-children {
    position: relative;
    display: inline-block;
}
.menu-item-has-children ul.sub-menu {
    display: none;
    position: absolute;
    /*min-width: 160px;
    max-width: 100%;*/
    list-style-type: none;
    padding: 10px 0px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 4px 8px rgb(255 255 255 / 30%);
    box-shadow: 2px 4px 8px rgb(255 255 255 / 30%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}
#header nav li.menu-item-has-children>a::after {
    content: "\f078";
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-size: 14px;
    margin-top: 6px;
}
li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #0079c4;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #cc272d;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
	.makeitbutton {
    margin-left: 20px !important;
    margin-top: 30px;
}
	.makeitbutton a{
		    width: max-content;
	}
	
	
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1f3548;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cc272d;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cc272d;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.sliderTitle{
  font-size:34px;
  font-weight:900;
  display: none;
  top: calc(50vh - height);
  left: -10vw;
  color:white;
  position: absolute;
  /*transition: all 0.5s;*/
  padding: 5px 15px;
}
.active .sliderTitle{
    display: block;
    top: 17%;
    left: 0;
    right:0;
    text-align:center!important;
}
.sliderSubtitle{
  display: none;
  top: 50vh;
  left: -10vw;
  color:white;
  position: absolute;
  /*transition: all 0.5s;*/
  padding: 5px 15px;
}
.active .sliderSubtitle{
    display: block;
    top: 30%;
    margin-top: 84px;
    left: 0;
    right:0;
}

#carouselExampleIndicators{
  position: relative;
  min-height: 100vh;

}
.containerVideobg {
  background-color: var(--second);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
  padding: 0 !important;
  max-height: 100vh;
  overflow: hidden;
}
.videoSliderBackground{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-width: 100vh;
  min-height: 100vh;
}
.videoSlider{
  margin-left: auto;
  margin-right: auto;
  /*margin-top: 180px;*/
  /*width: 40%;*/
  /*transition: all 0.5s;*/
  /*border: 10px solid var(--primary);*/
  /*background-color: var(--primary);*/
  /*box-shadow: 0px 3px 6px rgba(0,0,0,0.3);*/
}
/*.elVideo{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
.elVideo {
  position: inherit;
  margin-top: -24px !important;
  width: 100% !important;
  z-index: 0;
  opacity: 1;
  background: #4679b3;
}
.modal.fade .modal-dialog{max-width:70%;}
.active {
  
}
.active .videoSlider{
  margin-top: 0;
  width: 100%;
  border: none;
  box-shadow: none;
}
.play-video {
    position: absolute;
    bottom: 45px;
    left: 48%;
    z-index: 9999;
    cursor: pointer;
    left: 0;
    right: 0;
}
i.fa.fa-play {
border: 3px solid #fff;
padding: 19px 26px;
border-radius: 100%;
color: #ffffff;
width: 76px;
height: 76px;
margin-bottom: 10px;
text-align: center;
font-size: 32px;	
    
/*     border: 3px solid #fff;
    padding: 20px 22px;
    border-radius: 100%;
    color: #ffffff;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    text-align: center; */
    
}
.play-video span{color:#ffffff;}
img.play-video-icon {
    width:20%;
}



#hero {
  width: 100%;
  height: calc(100vh - 110px);
  padding: 0;
  overflow: hidden;
  /*background: #000;*/
	position:relative;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 110px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: "";
 background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#hero .carousel-inner .carousel-item.carousel-first::before {
  background-color: transparent !important;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    /*height: calc(100vh - 70px);*/
  }

  #hero .carousel-content.container {
    padding: 0 5px;
  }
}

#hero h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
     font-family: 'Poppins', sans-serif;
    line-height: 50px;
    font-style: normal;
}
#hero h2 span{
	  font-weight: 700;
}
#hero p {
    width:auto!important;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 38px;
    letter-spacing: 0px;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  /*transition: 0.5s;*/
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  /*transform: translate3d(0, 0, 0);*/
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}
@media (min-width:768px){
	.hide-desktop{
		display:none !important;
	}
}
@media (max-width: 1023px) {
	.pattern{display:none;}
}
@media (max-width: 768px) {

  #hero h2 {
    font-size: 35px;
    line-height:45x;
	  margin-top: 100px;
  }
  .elVideo{
     width: 100%;
    height: 100vh;
    object-fit: cover;
 }
 .modal.fade .modal-dialog{
     max-width:90%;
     margin:0 auto;
    }
}

@media (max-height: 500px) {

  #hero,
  #hero .carousel-item {
    height: 120vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px;
    margin: 0px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
#hero .carousel-item {
  width: 100%;
  height: calc(65vh - 110px)!important;
  background-size: cover;

}
    #hero {
    width: 100%;
    height: calc(65vh - 110px)!important;
}
  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  .modal.fade .modal-dialog{max-width:90%;}
  .setsus-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
button.tab-indu:hover {
    background-color: #0079c4!important;
    color: #fff!important;
}
button.tab-indu.active-a {
    background-color: #0079c4!important;
    color: #fff!important;
}
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  /*box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);*/
}


.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
    text-align: left;
    color: #000;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.about-title h2{
color: #0079c4;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0px;
    font-style: normal;
    font-weight:700;
    
}

.about .about-content {
  padding: 40px;
}

.about .icon-box+.icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #cc272d;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #cc272d;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #cc272d;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cc272d 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #cc272d;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.who-we-are{
overflow: hidden;
padding:0px;
}
.who-we-are img{
  transition: transform .5s, filter 1.5s ease-in-out;
}
.who-we-are img:hover{
  transform: scale(1.1);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# What Sets Us Apart
--------------------------------------------------------------*/
.setsus-item{
overflow: hidden;
padding:0px;
}
.setsus-item img{
  transition: transform .5s, filter 1.5s ease-in-out;
}
.setsus-item img:hover{
  transform: scale(1.1);
}

section.setsus {
    background: url(/images/blue-line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:100% 50%;
}
.setsus-title h2{
    color: #0079c4;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 60px;
    }

.setsus-title p{
  text-align: left;
    /*color: #0079c4;*/
    color: #000000;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    letter-spacing: 0;
}
.setsus-item img{
    width:100%;
}
.col-lg-6.col-md-6.setsus-title {
    background: #edf5ff;
    /*background-image: url("/images/setus-bg.png");*/
    /*background-repeat: no-repeat;*/
    padding: 73px;
    /*border-top: 10px solid #e82248;*/
}
.col-lg-6.col-md-6.setsus-item {
    padding: 0px;
     border-top: 10px solid #4679b3;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services-title h2{
    color: #4679b3 ;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}


.indu-tab{opacity: 0;transition: .3s eaze-in;visibility: hidden;display: none;}
 .indu-tab.tab-active{display: block;opacity: 1;visibility: visible;}
 .indu-tab-menu .industry-tab-list {overflow: hidden;}

.indu-tab-menu .industry-tab-list button {
    border: none;
    font-size: 18px;
    color: #0079c4;
    font-weight: 400;
    transition: .3s ease-in;
    cursor: pointer;
    background-color: #EFEFF8;
    border-radius: 5px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
    padding: 0px 20px;
}
button.tab-indu.active-a {
    background-color: #0079c4;
    color: #fff;
}

button.tab-indu:hover {
    background-color: #0079c4;
    color: #fff;
}
.idus-tab-content {
    display: flex;
    padding: 30px 0 0 0;
}
.indus-img {
    width: 40%;
    overflow: hidden;
}

.indus-img img {
    width: 100%;
    transition: transform .5s, filter 1.5s ease-in-out;
}

.indus-img img:hover{
  transform: scale(1.1);
}
.indus-content {
    width: 50%;
    padding: 0 0 0 86px;
}
.indus-content h2 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    letter-spacing: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}
.indus-content p{
    text-align: left;
    color: #000;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    letter-spacing: 0;
}
.indua-btn {
    margin-top: 35px;
}
h2.indus-heading {
   display: none;
    background: #0b3a60;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.arrow-btn {
    padding: 15px 40px 15px 30px;
    color: #fff;
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    background-color: #0079c4;
    border-radius: 5px;
    line-height: 19px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    text-align: left;
    letter-spacing: 0;
}

.arrow-btn:after {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    top: 50%;
    right: 16%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-10%, -50%) rotate(45deg);
}

.arrow-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 16%;
    height: 2px;
    width: 31px;
    background: #fff;
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.arrow-btn:hover::before {
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}

.tect-b-btn:hover {
    padding: 15px 70px 15px 30px;
    color:#fff;
}
.contact-btnslider{
padding: 15px 71px 15px 30px;
    }
.contact-btnslider:hover {
  padding: 15px 84px 17px 30px;
  color: #fff;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact-bg{
  /*background-color: #EFEFF8;*/
  background-color: #edf5ff;
    padding: 100px 75px 50px;
}
.contact-title h2{
    color: #0079c4;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.page-id-80 .contact-title p{
    text-align: left;
    color: #0079c4;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom:59px;
}
.contact .php-email-form {
  padding-right: 0px;
    padding-left: 60px;
    margin-top: 18px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;      
    background-color: transparent;
    background-clip: padding-box;
    /*color: #0079c4;
    border-bottom: 2px solid #0079c4;*/
    color: #000000;
    border-bottom: 2px solid #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    text-align: left;
}
.form-control::placeholder {
    /*color: #0079c4;*/
    color: #252525;
    font-weight: 500;
    font-size: 18px;
}
.form-control:focus {
    /*color: #0079c4;*/
    color: #252525;
    background-color: transparent;
    border-color: #000000;
    outline: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 50px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 0px!important;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #cc272d;
}

.contact .php-email-form input {
  padding: 10px 0px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
 border:none;
}
.vl {
  border-left: 1px solid #0079c4;
  height: 65px;
  position: absolute;
  left: 5%;
  top: 58px;
}

.v2 {
  border-left: 1px solid #0079c4;
  height: 65px;
  position: absolute;
  left: 5%;
  top: 58px;
}

a.address {
    position: absolute;
    top: -92px;
    left: 4%;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.contactus-social ul li {
    list-style: none;
    display: inline;
    margin-right: 32px;
}
.contactus-social ul li a {
    color: #0079c4;
}
.contactus-address .icon-social {
    color: #0079c4;
    margin-right: 14px;
    border: 1px solid #0079c4;
    padding: 10px;
    border-radius: 100%;
}
.contactus-address .icon-social3 {
    color: #0079c4;
    margin-right: 23px;
    border: 1px solid #0079c4;
    padding: 10px;
    border-radius: 100%;
}
.contactus-address a.call {
    color: #0079c4;
}
.contactus-address p.address-first {
    padding-bottom: 0px!important;
    margin-bottom: 0px;
}
.contactus-address p.address-last {
    margin-left: 59px;
}
.contactus-social ul {
    margin-left: 6%;
}
.contactus-address {
    padding-top: 60px;
}
/*--------------------------------------------------------------
# Why Choose Us Partner
--------------------------------------------------------------*/

.partner-title h2{
    color: #0079c4 ;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    padding-bottom: 0;
    margin-bottom: 60px;
}

.partner-details{
   position: relative;
   /*border: 3px solid #ddd;*/
   padding: 15px;
   text-align:center;
   box-shadow: 0px 0px 1px 2px #ECF0F4;
}
.partner-details:hover {
    border: none;
    box-shadow: none;
}
.partner-details h6{
   font-size: 18px;
    color: #0079c4;
    font-weight: 700;
    line-height: 45px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    text-align: center;
}
.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color:#0079c4;
  
}
.overlay1{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0079c4;
  
}
.overlay2{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0079c4;
  
}
.overlay3{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0079c4;
  
}
.partner-details:hover .overlay{
  opacity: 1;
}
.partner-details:hover .overlay1{
  opacity: 1;
}
.partner-details:hover .overlay2{
  opacity: 1;
}
.partner-details:hover .overlay3{
  opacity: 1;
}
.text{
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width:75%;
}
.text1{
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
   width:75%;
}
.text2{
  color: white;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  width:75%;
}
.text3{
  color: white;
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 75%;
}
.mb-22{
margin-bottom:22px;
}

/*--------------------------------------------------------------
# Testimonial
--------------------------------------------------------------*/
.testimonial-bg{
 /* background-color: #EFEFF8;*/
  background-color:#edf5ff;
    padding: 100px 75px;
}
.testimonial-title h2{
    color:#0079c4;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    line-height: 60px;
    font-style: normal;
}

img.testimonial-img {
    width: 40%;
}
.testimonial-lefts{
    text-align:center;
}
.testimonial-lefts h3 {
    color: #0079c4;
    font-size: 18px;
    text-align: center;
    margin: 10px 0px;
}
.testimonial-lefts p {
    color: #737373;
    font-size: 16px;
    margin-bottom: 4px;
}
.testimonial-rights p{
    color: #000;
    font-size: 16px;
    text-align: left;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
}
.testimonial-item {
    padding-bottom: 32px;
}

/*--------------------------------------------------------------
# Engagement Models Page
--------------------------------------------------------------*/
.engagement-models-breadcum{
    background: url("/wp-content/uploads/2023/05/engagement-model-top-banners.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    padding-top:150px;
    padding-bottom:150px;
    
}
.engagement-models-breadcum h2 {color: #fff;font-size: 40px;line-height: 50px;margin-bottom: 30px;}
.engagement-models-header h1{color:#fff;margin-bottom:20px;}
.engagement-models-header p{color:#fff;width:55%;font-size:16px;line-height:32px;}
.engagement-models{background:#edf5ff;}
.fixed-project h2{color:#4679b3;font-size:45px; font-weight:700;line-height:55px;margin-bottom:26px;}
.fixed-project h2 span{color:#4679b3;font-size:45px;font-weight:700;}
img.fixed-image-sec {vertical-align: bottom;margin-right:30px;}
.fixed-project p{color:#000;font-size:16px;line-height:32px;font-weight:500;}
.business-benefits h3 {
    color: #4679b3;
    font-size: 38px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 20px;
}
.business-benefits ul {padding-left: 0px;}
.page-id-252 .business-benefits ul li {
    list-style: none;
    font-size: 16px;
    color: #000;
    line-height: 32px;
    font-weight: 500;
    display: flex;
}
.page-id-252 i.fa.fa-angle-double-right {
    padding-top: 8px;
    padding-right: 10px;
}
.when-to-choose-inner {
    background: #fff;
    width: 77%;
    margin: 42px 0px 0px auto;
    border-radius: 15px;
    padding: 20px;
}
.when-to-choose-inner h4{color:#4679b3;font-size:24px;line-height:32px;text-align:center;padding: 20px 0px;}
.when-to-choose-inner ul{padding:0px;}
.when-to-choose-inner ul li {
    background: url(/wp-content/uploads/2023/03/circle.png);
    background-repeat: no-repeat;
    list-style: none;
    width: 41%;
    display: inline-block;
    height: 130px;
    position: relative;
    margin-left: 27px;
}
.when-to-choose-inner ul li p {
    text-align: center;
    width: 44%;
    position: absolute;
    top: 45px;
    font-size: 12px;
    left: 11px;
    color: #4679b3;
}

.when-to-choose-inner1 {
    background: #edf5ff;
    width: 77%;
    margin: 42px 0px 0px auto;
    border-radius: 15px;
    padding: 20px;
}
.when-to-choose-inner1 h4{color:#4679b3;font-size:24px;line-height:32px;text-align:center;padding: 20px 0px;}
.when-to-choose-inner1 ul{padding:0px;}
.when-to-choose-inner1 ul li {
    background: url(/wp-content/uploads/2023/03/circle.png);
    background-repeat: no-repeat;
    list-style: none;
    width: 40%;
    display: inline-block;
    height: 130px;
    position: relative;
    margin-left: 27px;
}
.when-to-choose-inner1 ul li p {
    text-align: center;
    width: 44%;
    position: absolute;
    top: 45px;
    font-size: 12px;
    left: 8px;
    color: #4679b3;
}

@media(min-width:280px) and (max-width:767px){
	.full-height {
    height: 100vh !important;
}
	#hero h3 {
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
}
	.pattern{
	    position: absolute;
    top: 15%;
    right: -40%;
    width: 100%;
	}
	.hide-mobile{
		display:none !important;
	}
   .engagement-models-header p {
    color: #fff;
    width: 100%;
} 
    .contact-btnslider{
padding: 15px 50px 15px 30px!important;
    }
.contact-btnslider:hover {
  padding: 15px 60px 17px 30px!important;
  color: #fff;
}
    .arrow-btn:after {
    right: 8%!important;
    
}
.fixed-project h2 {
    font-size: 38px;
}
.fixed-project h2 span {
    font-size: 38px;
}
.when-to-choose-inner {
    width: 100%;
    margin: 0px 0px 0px auto;
}
.when-to-choose-inner1 {
    width: 100%;
    margin: 0px 0px 0px auto;
}
    .contact .php-email-form button[type=submit]{
        margin-top:20px;
    }
}



/*--------------------------------------------------------------
# Technology Firms Page
--------------------------------------------------------------*/
.technology-firms-breadcum {
    background: url(/wp-content/uploads/2023/05/technology-firm-banners.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px
}
.technology-firms-header h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
}
.technology-firms-header p{color:#fff;font-size:16px;line-height:32px;width:55%;}
.technology-firms {background: #edf5ff;}
.technology-firms-title h3 {
    color: #4679b3;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}

.technology-firms img {transition: transform .5s, filter 1.5s ease-in-out; width:100%;}
.technology-firms .section-title p {
    text-align: left;
    color: #000;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.technology-firms-image3 img {
    width: 100%;
    padding-left:58px;
}
.technology-firms .technology-firms-content {padding: 40px;}
.technology-firms-keeping {background: #FFFFFF;}
.question.collapsed {
    color: #4679b3!important;
    font-size: 18px!important;
    line-height: 50px;
    font-weight: 700!important;
}
.question{
    color: #4679b3!important;
    font-size: 18px!important;
    line-height: 50px;
    font-weight: 700!important;
}
.technology-services .services-we-offer h2 {
    color: #ffffff;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom:19px;
    font-style: normal;
    letter-spacing: 0px;
}

.technology-dev .web-development-title h2 {
    color: #4679b3;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}
.technology-dev-img{
   overflow: hidden;
    padding: 0px;
}
.technology-dev-img img {
    width: 92%;
    transition: transform .5s, filter 1.5s ease-in-out;
}
.technology-dev-img img:hover {
    transform: scale(1.1);
}
.indua-btn.tech-firm {
    margin-top: 0px;
}
.web-development-title p {
    font-weight: 500!important;
    padding-right:45px;
}
.process-head h2 {
    margin: 26px 0px;
    padding: 0px;
    font-size: 30px;
    color: #4679b3;
    font-weight: 700;
    line-height: 55px;
    text-align: left;
}
.icon-list {padding: 0px;}
.icon-list ul {padding: 0px;}
.icon-list ul li {
    list-style: none;
    float: none;
    margin-left: 24px;
    display:inline-table;
}
.icon-list ul li img {
    height: 100px; 
    border: 3px solid #0079c4;
    padding: 15px;
}
li.icon-angle {
    width: 1.5%!important;
    padding: 16px 0px;
    font-size: 35px;
    color: #0079c4;
    vertical-align:middle;
}
/*.icon-list ul li {*/
/*    list-style: none;*/
    /* width: 13%; */
    /* display: inline-block; */
/*    float: left;*/
/*    margin-left: 30px;*/
/*}*/
.icon-list ul li:first-child {
    margin-left: 0px;
}
.icon-list ul li p {
     font-size: 14px;
     color: #0079c4;
     font-weight:700;
     margin-top:10px;
     text-align:center;
}
/*.icon-list ul li img{height:84px;}*/

/*li.icon-angle {*/
/*    width: 4%!important;*/
/*    padding: 4px 0px;*/
/*    font-size: 49px;*/
/*    color: #0b1d40;*/
/*}*/
.technology-engagement-img {
    text-align: center;
}
.inner-section-engagement img {
    width: 18%;
    height: auto;
}
.inner-section-engagement {
    background: #fff;
    padding: 20px 0px;
    border: 1px solid #EFEFF8;
    border-radius: 5px;
}
.inner-section-engagement p {
    margin-bottom: 0px;
    margin-top: 13px;
    font-size: 18px;
    color: #0079c4;
    font-weight: 700;
}
.screen-reader-response {
    display: none;
}
.technology-firm-contact.contact-title h2 {
    color: #4679b3;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 0;
} 
.technology-firm-contact.contact-title p {
    text-align: left;
    color: #444444;
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    left: 0px;
}
.tech-firm1{text-align:center;}



@media(min-width:280px) and (max-width:767px){
  .technology-firms-header p {width:100%;} 
  .technology-dev-img img {width: 100%;}
  .technology-firms .technology-firms-content {padding: 10px;}
  .question.collapsed {padding-left: 3px!important;}
  .web-development-title p {margin-top: 9px;padding-right:0px;}
  .process-head h2 {margin-left: 11px;}
  .icon-list ul li:first-child {margin-left: 16px;}
  .icon-list ul li {margin-left: 16px;}
   li.icon-angle {font-size: 30px;}
  .icon-list ul li img {height: 63px;}
  .indua-btn.tech-firm {margin-bottom: 20px;}
  .inner-section-engagement {margin-bottom: 20px;}
  .contact-bg1.contact .php-email-form .form-group {margin-bottom: 0;}
}




/*--------------------------------------------------------------
# Branding Page
--------------------------------------------------------------*/
.branding-breadcrumbs {
    background: url(/wp-content/uploads/2023/05/Branding-agency-banners.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px
}
.branding-eng{background:#fff;}
.icon-list1 {padding: 0px;}
.icon-list1 ul {
    padding: 0px;
}
.icon-list1 ul li:first-child {
    margin-left: 0px;
}
.icon-list1 ul li {
    list-style: none;
    float: none;
    margin-left: 24px;
    display:inline-table;
}
.icon-list1 ul li img {
    height: 100px; 
    border: 3px solid #0079c4;
    padding: 15px;
}
li.icon-angle1 {
    width: 1.5%!important;
    padding: 16px 0px;
    font-size: 35px;
    color: #0079c4;
    vertical-align:middle;
}

.icon-list1 ul li p {
     font-size: 14px;
     color: #0079c4;
     font-weight:700;
     margin-top:10px;
     text-align:center;
}



/*--------------------------------------------------------------
# EdTech Page
--------------------------------------------------------------*/
.edtech-breadcum {
    background: url(/wp-content/uploads/2023/05/EdTech-banners.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px
}
.edtech-itstaff{background:#edf5ff;}
.edtech-mobileapp{background:#edf5ff;}
.edtech-marketing{background:#edf5ff;}
.edtech-engagement{background:#efeff8;}
.edtech-webdev{background:#ffffff;}
.edtech-maintenance{background:#ffffff;}
.edtech-api{background:#ffffff;}



/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/
.contact-breadcum{
    background: url("/wp-content/uploads/2023/05/contact-breadcums-bg.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    padding-top:150px;
    padding-bottom:150px;
    
}
.contact-breadcum h2 {
  color: #fff;
}
.contact-header h1{color:#fff;margin-bottom:20px;}
.contact-header p{color:#fff;width:55%;}

/* .contactmain .php-email-form {
    padding: 46px!important;
    margin-top: 0px!important;
} */
.contactmain .php-email-form {
    padding: 46px 20px!important;
    margin-top: 0px!important;
}
.contactus .php-email-form {
    padding-right: 0px;
    padding-left: 0;
    margin-top: 18px;
}
.contact-bg-sec {
    background-color: #fefcef;
    padding: 29px 29px;
}
.contactus .php-email-form .form-group {
    margin-bottom: 50px;
}
.contactus .php-email-form button[type=submit] {
    border: none;
}
.contactus .php-email-form input, .contactus .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 0px!important;
}
h3.head-contact {
    display: none;
}
p.desc-contact {
    margin-bottom: 0px;
}
.desc-contact{visibility: hidden;}
.contact-title i {
    padding-left: 0.5%;
}
.contact-title i.fa.fa-map-marker {
    margin-right: 0%;
    margin-left: 0.5%;
}
.icon-circle img {
    position: absolute;
    width: 10%;
}
.contact-title a.call {
    position: absolute;
    top: -5px;
}
.contactus-social ul {
    margin-left: 6%;
    margin-top:27px;
}
.contactus-social ul li {
    list-style: none;
    display: inline;
    margin-right:0px;
}
.contactus-social ul li a {
    color: #0079c4;
    margin-left: 11px;
}
.contactus-social ul li i{
    font-size:24px;
}
.contact-bg-sec {
    background-color: #effff9;
    padding: 29px 29px;
}

/*--------------------------------------------------------------
# branding-agencies Page
--------------------------------------------------------------*/

.branding-agencies img {
    transition: transform .5s, filter 1.5s ease-in-out;
}

.branding-agencies .branding-agencies-content {
    padding: 40px;
}
.branding-agencies .section-title p {
    text-align: left;
    color: #000;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.branding-breadcum {
    background: url(/images/services-for-branding-agencies.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px
}
.branding-header h1 {
    color: #fff;
    margin-bottom: 20px;
}
.branding-header p {
    color: #fff;
    width: 55%;
}
.branding-title h3 {
    color: #0079c4;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}
.branding-title span {
    color: #e82248;
}
.branding-btn {
    margin-top: 35px;
}
.branding-btn .arrow-btn {
    padding: 15px 40px 15px 30px;
    color: #fff;
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    background-color: #e82248;
    border-radius: 5px;
    line-height: 19px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    text-align: left;
    letter-spacing: 0;
}
.branding-agencies {
    background: #EFEFF8;
}


/*--------------------------------------------------------------
# Render Benefits Page
--------------------------------------------------------------*/
.who-we-are {
    overflow: hidden;
    padding: 0px;
}
.render-benefits-keeping img {
    transition: transform .5s, filter 1.5s ease-in-out;
}

.render-benefits-keeping .render-benefits-keeping-content {
    padding: 40px;
}
.render-benefits-keeping .section-title p {
    text-align: left;
    color: #000;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.render-benefits-keeping-breadcum {
    background: url(/images/services-for-branding-agencies.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px
}
.render-benefits-keeping img {
    transition: transform .5s, filter 1.5s ease-in-out;
}
.render-benefits-keeping img:hover {
    transform: scale(1.1);
}
.render-benefits-keeping h1 {
    color: #fff;
    margin-bottom: 20px;
}
.render-benefits-keeping-header p {
    color: #fff;
    width: 55%;
}
.render-benefits-keeping-title h3 {
    color: #0079c4;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}
.render-benefits-keeping-title span {
    color: #e82248;
}
.render-benefits-keeping-btn {
    margin-top: 35px;
}
.render-benefits-keeping-btn .arrow-btn {
    padding: 15px 40px 15px 30px;
    color: #fff;
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    background-color: #e82248;
    border-radius: 5px;
    line-height: 19px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    text-align: left;
    letter-spacing: 0;
}
.render-benefits-keeping {
    background: #FFFFFF;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faqs-title h2 {
    color: #4679b3;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}

.faq {
  padding: 0px 0;
  background: transparent;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #4679b3;
    margin-bottom: -1px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.faq .faq-list li:nth-child(1) {
border-top: 1px solid #4679b3;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left:0px;
  cursor: pointer;
  color: #000;
  transition: 0.3s;
}

.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0px;
  color:#000;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: black;
}

.faq .faq-list .collapsed:hover {
  color: #000;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Services We Offer
--------------------------------------------------------------*/
.services-we-offer h2 {
    color: #ffffff;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}
.services-we-offer span {
    color: #ffffff;
}
.services-we-offer img{
    background: url(/wp-content/uploads/2025/08/Untitled-design.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px
}
.services-we-offer {
    background: url(/wp-content/uploads/2025/08/Untitled-design.jpg);
}
.services-we-offer-content p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0 5%;
    margin-bottom:0px;
}

/*--------------------------------------------------------------
# Web Development
--------------------------------------------------------------*/


.web-development-title h2 {
    color: #4679b3;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}

.web-development-title p {
    text-align: left;
    color: #000;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.web-development {
    background: #edf5ff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000000;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {	    background: #000;	    border-top: 1px solid #000;	    border-bottom: 1px solid #000;	    padding: 60px 0 30px 0;}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {	    padding: 2px;	    outline: 2px solid #cc272d;	    border: 3px solid #fff;}.col-md-8.testimonial-rights {	    width: 58%;	}
.col-lg-4.col-md-6.footer-info p a {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.col-lg-3.col-md-6.footer-info p i {
    font-size: 16px;
    margin-right: 10px;
}
.col-lg-3.col-md-6.footer-logo {
    text-align: right;
}

.col-lg-3.col-md-6.footer-logo img {
    width: 50%;
}
.col-lg-3.col-md-6.footer-links img {
    width: 23px;
    margin-right: 10px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}
.col-lg-4.col-md-6.footer-info p {
    padding-bottom: 45px;
}
p.address-first {
    padding-bottom:0px!important;
}
p.address-last {
    margin-left: 28px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc272d;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin-right:10px;
}
.footer-info i.fa.fa-phone {
    margin-right:2%;
    font-size:18px;
}
i.fa.fa-map-marker {
    margin-right: 15px;
    /*font-size:18px;*/
}
#footer .footer-top .footer-links ul li {
  padding-bottom:45px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size:16px;
  font-family: 'Poppins', sans-serif;
}

#footer .footer-top .footer-links ul a:hover {
  color: #9eccf4;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cc272d;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-family: 'Poppins', sans-serif;
  font-size:14px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}

/*--------------------------------------------------------------
# Banner Video Slider POPUP MODEL
--------------------------------------------------------------*/

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius:0;
    outline: 0;
}

button.close {
  background: #cc272d;
  border: none;
  border-radius: 100%;
  position: absolute;
  right: -10px;
  top: 20px;
  display: block;
  padding: 5px 12px;
  z-index: 9999;
  width: 40px;
  height: 40px;
}
/* button.close {
    background: #cc272d;
    border: none;
    border-radius: 100%;
    position: absolute;
    right: -10px;
    top: 20px;
    display: block;
    padding: 5px 12px;
    z-index:9999;
} */

/* button.close span {
    font-size: 24px;
    color: #fff;
    line-height: 20px;
} */
button.close span {
    font-size: 30px;
    color: #fff;
    line-height: 18px;
}







@media (max-width: 767px) {
	.about {
    padding-top: 0;
}
	.hide-desktop{
		display:block !important;
	}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}
 .elVideo{
     width: 100%;
    height: 100vh;
    object-fit: cover;
 }
 .play-video {
    position: absolute;
    bottom: 95px;
    left: 40%;
    z-index: 9999;
    cursor: pointer;
}
 .active .sliderTitle {
    display: block;
    top: 2vh;
    left: 0vw;
    text-align:center!important;
 }
 .active .sliderSubtitle{
    display: block;
    top: 3vh;
    margin-top: 100px;
    left:0;
    right:0;
    font-size: 22px;
}
  .indu-tab-menu .industry-tab-list button {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.idus-tab-content {
    display: block;
    padding: 30px 0 0 0;
}
.indus-img {
    width: 100%;
    overflow: hidden;
}
.indus-content {
    width: 100%;
    padding: 0;
}
.indus-content h2 {
    font-size: 26px;
}
.services-title h2 {
    font-size: 34px;
}
section {
    padding: 30px 0;
    overflow: hidden;
}
.contact-bg {
    /*background-color: #EFEFF8;*/
    background-color: #fefcef;
    padding: 40px 17px;
}
.contact-title h2 {
    color: #0079c4;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 39px;
    padding-bottom: 0;
}
.contact-header p {
    color: #fff;
    width: 100%;
}
.contact .php-email-form {
    width: 100%;
    padding: 28px!important;
}

.contact .php-email-form {
    padding-right: 0px;
    padding-left: 0;
    margin-top: 18px;
}
.col-lg-6.col-md-6.setsus-title {
    background: #edf5ff;
    padding: 21px;
    /*border-top: 10px solid #cc272d;*/
}
.about .about-content {
    padding: 21px;
}
.partner-title h2 {
    color: #0079c4;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 60px;
    padding-bottom: 0;
}
.partner-details {
    margin-bottom: 20px;
}
.mb-22 {
    margin-bottom: 0px;
}
.testimonial-bg {
    padding: 50px 10px;
}
.testimonial-title h2 {
    font-size: 34px;
    line-height: 46px;
}
#footer .footer-top .footer-info {
    margin-bottom: 0px;
}
.col-lg-3.col-md-6.footer-links img {
    width: 5%;
    margin-right: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 0px;
}
.col-lg-2.col-md-6.footer-logo img {
    width: 50%;
}
    .when-to-choose-inner{margin:0px;}
}






@media (max-width:992px) {
 .contact .php-email-form {
    padding-right: 0px;
    padding-left: 0;
    margin-top: 18px;
}   
 /*.elVideo{*/
 /*    width: 100%;*/
 /*   height: 100vh;*/
 /*   object-fit: cover;*/
 /*}*/
 .play-video {
    position: absolute;
    bottom: 45px;
    left: 48%;
    z-index: 9999;
    cursor: pointer;
    left: 0;
    right: 0;
}
 .active .sliderTitle {
    display: block;
    top: 22vh;
    left: 0;
     right:0;
    text-align:center!important;
 }
 .active .sliderSubtitle{
    display: block;
    top: 18vh;
    margin-top: 58px;
    left:0;
     right:0;
     font-size: 22px;
}   
}
@media(min-width:820px) and (max-width:1180px){
    #footer .footer-top .footer-info { 
    margin-bottom: 0px;
    }
    
    #footer .footer-top .footer-links ul li { 
    padding-bottom: 24px;    display: flex;    align-items: center;
    }
    
    .indu-tab-menu .industry-tab-list button { 
    border: none;
    font-size: 18px;
    color: #0079c4;
    font-weight: 700;
    transition: .3s ease-in;
    cursor: pointer;
    background-color: #EFEFF8;
    border-radius: 5px;
    margin-right: 5px;
    line-height: 50px;
    text-align: center;
    padding: 0px 6px;
    }
    
    .setsus-title h2 {
    color: #0079c4;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 40px;
    }
    
    .col-lg-6.col-md-6.setsus-title {
        padding: 25px;
        }
        
        button.tab-indu.active-a {
                background: #0079c4;
                color: #fff;
            }
            .indu-tab-menu .industry-tab-list button {

  margin-right: 5px;
  padding: 0px 8px;
}
            }
        
@media(min-width:768px) and (max-width:1024px){	
.technology-firms-keeping-content {height: auto;}
.indu-tab-menu .industry-tab-list button {
border: none;	    
font-size: 18px;
color: #0079c4;	    
font-weight: 500;
transition: .3s ease-in;	
cursor: pointer;	
background-color: #EFEFF8;	
border-radius: 5px;	  
margin-right: 10px;	 
line-height: 50px;	 
text-align: center;	  
padding: 0px 5px;
}
.indus-img img {
  width: 100%;
  transition: transform .5s, filter 1.5s ease-in-out;
  object-fit: cover;
  display: block;
  height: 100%;
}
.indus-img {
  width: 50%;
  overflow: hidden;
}
.indus-content {
  width: 50%;
  padding: 0 0 0 30px;
}
.setsus-item img {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 100%;
}
.setsus-title h2 {	  
color: #0079c4;	  
text-align: left;	
font-family: 'Poppins', sans-serif;	
font-size: 32px;	
font-weight: 700;	 
padding-bottom: 0;	  
line-height: 40px;
}
.technology-firms .technology-firms-content {padding: 10px;}
.technology-firms-image3 img {width: 100%;padding-left: 0px;}	
.technology-dev-img img {width: 100%;transition: transform .5s, filter 1.5s ease-in-out;margin-top: 10px;}
.web-development-title p {padding-right:0px;padding-top:10px;}
.web-development-content {padding: 0px;}
.col-lg-6.col-md-6.setsus-title {padding: 25px;}
button.tab-indu.active-a {background: #0079c4;color: #fff;}
.indu-tab-menu .industry-tab-list button {margin-right: 5px!important;padding: 0px 8px!important;}
.when-to-choose-inner{margin:0px auto;width: 64%;}
.when-to-choose-inner1{width:60%;margin:0px auto;}
.icon-list ul li:first-child { margin-left: 0px;}
.icon-list ul li {
  list-style: none;
  float: none;
  margin-left: 8px;
  display: inline-table;
}
.icon-list ul li img {
  height: 100px;
  border: 3px solid #0079c4;
  padding: 15px;
}
li.icon-angle {
  width: 2% !important;
  padding: 16px 0px;
  font-size: 30px;
  color: #0b1d40;
  vertical-align: middle;
}	
.icon-list1 ul li:first-child { margin-left: 0px;}
.icon-list1 ul li {
  list-style: none;
  float: none;
  margin-left: 8px;
  display: inline-table;
}
.icon-list1 ul li img {
  height: 100px;
  border: 3px solid #0079c4;
  padding: 15px;
}
li.icon-angle1 {
  width: 2% !important;
  padding: 16px 0px;
  font-size: 30px;
  color: #0b1d40;
  vertical-align: middle;
}
.partner-details h6 {
  font-size: 16px;
  line-height: 30px;
}
.triangle-right {left: 323px!important;}			
}

@media(min-width:280px) and (max-width:767px){
.technology-firms-keeping-content {height: auto;}
.active .sliderTitle {
  display: block;
  top: 2vh;
  left: 3vw;
  font-size: 20px!important;
  text-align: center !important;
}
.active .sliderSubtitle {
  display: block;
  top: 3vh;
  margin-top: 58px;
  left: 4vw;
  font-size: 14px!important;
}
.faq{padding-bottom:20px;}
.desc-contact{display:none;}
.col-md-8.testimonial-rights {
    width: 100%!important;
    padding: 0 20px!important;
    }
#hero h2 {
    padding: 0px 10px;
    left:0!important;
    right:0!important;
    }
.indua-btn {margin-top: 35px;margin-left:0px;}
.slider_btn1 { margin-left: 11px;}
.contact .php-email-form .form-group{margin-bottom:0px;}
.partner-details {margin-bottom: 20px!important;}
.contact-title i {padding-left: 1%;}
.icon-circle img {
    position: absolute;
    width: 14%;
    top: 5px;
}
.contact-title i.fa.fa-map-marker {margin-right: 0%;margin-left: 1%;}
a.address {position: absolute;top: -89px;left: 9%;}
.contact-title a.call {
    position: absolute;
    top: -2px;
    left: 9%;
}
.icon-list ul li:first-child {
  margin-left: 10px;
}
.icon-list ul li {
  list-style: none;
  float: none;
  margin-left: 10px;
  width: 19%;
  display: inline-table;
}
.icon-list ul li img {
  height: 70px;
  border: 3px solid #0079c4;
  padding: 12px;
  width:100%;
}
li.icon-angle {
  width: 1.2% !important;
  padding: 25px 0px;
  font-size: 25px;
  color: #0b1d40;
}
.icon-list1 ul li:first-child {
  margin-left: 10px;
}
.icon-list1 ul li {
  list-style: none;
  float: none;
  margin-left: 10px;
  width: 19%;
  display: inline-table;
}
.icon-list1 ul li img {
  height: 70px;
  border: 3px solid #0079c4;
  padding: 12px;
  width:100%
}
li.icon-angle1 {
  width: 1.2% !important;
  padding: 25px 0px;
  font-size: 25px;
  color: #0b1d40;
}
.technology-firms-image3 img {
  width: 100%;
  padding-left: 0px;
}
.triangle-right {display:none;}	
i.fa.fa-play {
    border: 3px solid #fff;
    padding: 15px 20px;
    border-radius: 100%;
    color: #fff;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 23px;
}

}
@media (min-width: 768px) and (max-width: 900px){
.active .sliderTitle {
  display: block;
  top: 2vh;
  left: 3vw;
  font-size: 20px!important;
  text-align: center !important;
}
.active .sliderSubtitle {
  display: block;
  top: 3vh;
  margin-top: 58px;
  left: 4vw;
  font-size: 14px!important;
}
}
@media (min-width: 1920px) and (max-width: 2560px){
.vl {
  border-left: 1px solid #e82248;
  height: 59px;
  position: absolute;
  left: 4%;
  top: 63px;
}
.v2 {
  border-left: 1px solid #e82248;
  height: 59px;
  position: absolute;
  left: 4%;
  top: 63px;
}
.contact-title a.call {
    position: absolute;
    top: 8px;
}
a.address {
    position: absolute;
    top: -89px;
    left: 4%;
}
}

.technology-firms-keeping-content {
    height: 377px;
}

section#services-we-offer {
    padding-top: 40px;
    padding-bottom: 33px;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 35px solid #edf5ff;
  border-bottom: 25px solid transparent;
  position: relative;
  left: 116%;
  top: -82px;
  z-index: 9;
}


/*child Theme CSS Code*/

input, optgroup, select, textarea{
outline: none;
}
/* .contact .php-email-form {
    width: 90%;
} */
.contact .php-email-form {
    width: 95%;
}
.icon-circle {
    padding: 5px 0 10px 0;
    left: 0;
    position: relative;
}
.contact-title p {
    position: relative;
    left:0;
    top:2%;
    color: #000;
    font-size: 16px;
}
.contact-title a.call {
    position: absolute;
    top: 3px;
}
.contact-title a {
    margin-left:6%;
}
.contact-title i {
    font-size: 22px;
    padding-left: 0.5%;
    /*margin-top:1.5%;*/
}
.contact-title a {
    color: #0079c4;
}

@media (max-width: 767px) {
  #hero h3{
    display: none;
  }
.contact .php-email-form {
    width: 100%;
    padding: 23px!important;
}
    ul#menu-primary-menu li {
    display: block!important;
    width:100%;
}
    li.menu-item-has-children:hover ul.sub-menu {
    display: block!important;
    position: relative;
    top: 0;
}
    .navbar-mobile a, .navbar-mobile a:focus {
    font-size: 20px!important;
}
.vl {
  border-left: 1px solid #0079c4;
  height: 66px;
  position: absolute;
  left: 4% !important;
  top: 56px;
}
.v2 {
  border-left: 1px solid #0079c4;
  height: 66px;
  position: absolute;
  left: 4% !important;
  top: 56px;
}
.contact-title a.call {
  position: absolute;
  top: 1px;
  left: 9%;
}
}


.dropdown {
    display: none!important;
}
li#menu-item-82 {
    display: block;
}
span.wpcf7-not-valid-tip {
    color: #cc272d!important;
}
.wpcf7-not-valid-tip {
  color: #cc272d!important;
}
.wpcf7-response-output {
  color: #e82248!important;
}
@media(min-width:1600px){
    .active .sliderTitle {
  top: 22%!important;
    }
    .active .sliderSubtitle {
  display: block;
  top: 33%;
    }
/* 	#hero .carousel-item::before {
    background-color: #0079c4!important;
} */
    .play-video{
        bottom:12%;
    }
    #hero, #hero .carousel-item {
  height: 600px!important;
}
}


/**** Custom CSS ****/
.blue-brand {
  color: #0079c4 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
color: #4679b3;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
outline: 2px solid #4679b3;
}
.swiper-pagination-bullet{
border: 2px solid #4679b3;
}
.swiper-pagination-bullet-active {
  background-color: #4679b3;
}
.contact-bg-sec .form-control{
  border-bottom: 2px solid #d9d9d9;
  color: #252525;
}
.icon-circle img{
  display: none;
}
.contact-title i{
  color: #ffffff;
    font-size: 20px;
    background-color: #0079c4;
    padding: 8px;
    border-radius: 7px;
    width: 36px;
    height: 36px;
    text-align: center;
}
.contact-title i.fa.fa-map-marker{
  margin-left: 0;
}
.contactus-social i {
    background-color: #ffffff;
    color: #0079c4;
    border: 2px solid #0079c4;
    padding: 0;
    padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    
}
.maintenance-support {
    background: #edf5ff;
}
.api-integration {
    background: #ffffff;
}
.contact-bg .form-control {
    border-color: #d9d9d9;
    color: #252525;
}
.contact.contact-bg1 .form-control {
    border-color: #d9d9d9;
    color: #252525;
}
.home .contact-bg .form-control {
    border-color: #252525;
    color: #252525;
}
/**** Custom CSS ****/
li.menu-item-has-children:hover ul.sub-menu a {
    padding: 10px 30px 10px 30px;
}

.makeitbutton a{
	background-color: #0079c4;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
   
}
.makeitbutton a:focus{
    padding: 10px 25px;
    border-radius: 30px;
   
}
.navbar{
  margin-left: auto;
}
.makeitbutton {
	 margin-left: 30px;
}
.makeitbutton a:hover {
  color: #fff !important;
  background-color: #0079c4b8 !important;
}
.green-bg{
	background-color: #0079c4 !important;
}
#hero{
	align-items:center;
	justify-content: left;
    text-align: left;
}
#hero h3{
	font-size:22px;
	color:#fff;
	line-height:30px;
}
.hero-container .container{
	    flex-direction: column;
}
.img_above_cta{
	width: 250px;
    margin: 15px 0px;
}
.letstalk{
	margin: 30px 0px 0px 0px;
    font-size: 18px;
    font-weight: 700;
}
.letstalk a{
	font-weight:400;
	padding: 25px 40px;
    background-color: #fff;
    border-radius: 30px;
    line-height: 0;
    color: #0079c4;
    transition: 0.3s;
    display: inline-block;
}
.letstalk a:hover{
	 transform: translate(0, -3px);
}

@media only screen and (min-width: 390px) 
                   and (max-width: 844px) 
                   and (orientation: landscape) {
					   .navbar-mobile ul{
						 
					   }
					   .menu-item-has-children ul.sub-menu{
						  height: 200px;
					   }
					   .navbar li{
						   width:100%;
					   }

}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotate {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
#hero{
	height:unset !important;
}
.full-height{
	height:100vh;
}
.pattern{
	max-width: 100%;
	position: absolute;
    right: -8%;
	height: 100vh;
 /*
	-webkit-animation-name: rotate;
-webkit-animation-duration: 80s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: rotate;
-moz-animation-duration: 80s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;*/
}
.justify-content-right{
	justify-content:right;
}
.align-self-center{
	align-self: center;
}
.video-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
 .video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.video-background  .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 20px;
  }
#main{
	background-color:#fff;
}

/*--------------------------About-us-section--------------------------------*/

.about-breadcum {
    background: url(/wp-content/uploads/2024/05/about-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px
}
.abt-button {
    padding: 10px 0px;
}

/*----------------------------------------Our Story Start-------------------------------------*/
.our-story {
    background: #edf5ff;
}

.our-story-firms .section-title p {
    text-align: left;
    color: #000;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.technology-firms .technology-firms-content {
    padding: 40px;
}

.our-story-firms-content .our-story-title p {
    text-align: left;
    color: #000;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.our-story-title h2 {
    color: #0079c4;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}
.our-story-firms img {
   width: 92%;
    transition: transform .5s, filter 1.5s ease-in-out;
}

.our-story-firms img:hover {
    transform: scale(1.1);
}
/*----------------------------------------Our Story End -------------------------------------*/

/*-----------------------------------Our Core Values---------------------------*/

.our-core-values h3 {
    color: #0079c4;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}

.our-core-values p {
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin: 20px 0;
    font-size: 16px;
    line-height: 32px;
	color: #505050;
}
.our-core-values-box {
    padding: 18px!important;
}
.our-core-values-box p {
    font-weight: regular;
    font-size: 16px;
    color: #505050;
    line-height: 30px;
}

.our-core-values-box {
    background: #fff;
    padding: 20px 0px;
    border: 1.5px solid #EFEFF8;
    border-radius: 5px;
	height: 320px;
}
/* .our-core-values-box.green-border {
    border: 1px solid #0079c4;
} */
.our-core-values-box a {
    color: #0079c4;
    font-size: 14px;
}

.our-core-values-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0;
    color: #303030;
}

 .our-core-values .arrow-btn {
/*     padding: 15px 40px 15px 30px; */
    color: #fff;
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    background-color: #e82248;
    border-radius: 5px;
    line-height: 19px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    text-align: left;
    letter-spacing: 0;
}
 .our-core-values .arrow-btn-box.indua-btn.slider_btn.our-work-link.tech-link.tech-firm {
    text-align: left;
}

.our-core-values {
    padding: 20px 0;
}
section.faces-of-billionapp .arrow-btn {
    font-size: 16px;
}
.arrow-btn-box.indua-btn.slider_btn.our-work-link.tech-link.our-story-firm .arrow-btn {
    font-size: 16px;
}
.about-us .indua-btn a {
    font-size: 16px;
}

.about-us p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    width: 60%;
}
/*-------------------------------------End Task---------------------------------------*/

@media(min-width:280px) and (max-width:767px){
	.img_above_cta {
    width: 200px;
   
}
  .technology-firms-header p {width:100%;} 
  .technology-dev-img img {width: 100%;}
  .technology-firms .technology-firms-content {padding: 10px;}
  .question.collapsed {padding-left: 3px!important;}
  .web-development-title p {margin-top: 9px;padding-right:0px;}
  .process-head h2 {margin-left: 11px;}
  .icon-list ul li:first-child {margin-left: 16px;}
  .icon-list ul li {margin-left: 16px;}
   li.icon-angle {font-size: 30px;}
  .icon-list ul li img {height: 63px;}
  .indua-btn.tech-firm {margin-bottom: 20px;}
  .inner-section-engagement {margin-bottom: 20px;}
  .contact-bg1.contact .php-email-form .form-group {margin-bottom: 0;}
}

/*--------------------------------------FOBA section---------------------------------------------------*/

.faces-of-billionapp h2 {
    color: #0079c4;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}
.second-cols-mob {
    margin-top: 25px;
}

/*----------------------------------------FOBA End---------------------------------------------*/

/*-----------------------------------------Team Section-------------------------------------------*/
.About-team h2 {
    color: #0079c4;
	text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}

.card-container {
  padding-block: 0rem;
}

.card-content {
  margin-inline: 3.75rem;
  border-radius: 0rem;
  overflow: hidden;
}

.card-article {
  width: 250px;
  height:100%;
  border-radius: 0rem;
  overflow: hidden;
  text-align:center;
  margin-right:30px;
}

.card-image {
  position: relative;
  background-color: #c1c1c1;
  padding-top: 0rem;
  margin-bottom: 0rem;
}

.card-data {
  background-color:#fff;
  padding: 0.5rem 1rem;
  border-radius: 0rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

/ Card Img /
.card-img {
  width: 220px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

/ Card Text /
.card-name {
  font-size: var(--h2-font-size);
  color: var(--second-color);
  margin-bottom: 0.75rem;
}

.card-description {
  font-weight: 500;
  margin-bottom: 1.75rem;
}

.card-button {
  display: inline-block;
  background-color: var(--first-color);
  padding: 0.75rem 1.5rem;
  border-radius: 0rem;
  color: var(--dark-color);
  font-weight: 600;
}

/ Swiper Class /
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.about_team .swiper-button-prev,
.swiper-button-next {
  width: initial;
  height: initial;
  font-size: 3rem;
  color: var(--second-color);
/*   display: none; */
}
.about_team .swiper-button-prev {
  left: 0;
}
.about_team .swiper-button-next {
  right: 0;
}

.swiper-pagination-bullet {
  background-color: #0079c4;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--second-color);
}

/* .swiper-button-next {
    right: 0;
    color: #0079c4;
    display: block;
}
.swiper-button-prev {
    left: 0;
    color: #0079c4;
    display: block;
} */
#about_team .swiper-button-next {
    right: -34px;
    color: #000;
    display: block;
    position: absolute;
    z-index: 99999;
	
}
#about_team .swiper-button-prev {
/*     left: -34px; */
    color: #000;
    display: block;
    position: absolute;
/* 	background: #eeeeee47;
    width: 21px;
    height: 80px;
    border-radius: 50%; */
}
.our-core-values-box:hover {
    border: 1.5px solid #0079c4;
}
.foba-desc p {
    padding-right: 42px;
}
.about-us-top-section h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.page-id-1194 .swiper-button-prev::after {
    color: transparent;
}
/* .page-id-1194 .swiper-button-next:after, .swiper-button-prev:after {
    color: transparent;
} */
.page-id-1194 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  display: none;
}
.card-article {
    text-align: center;
    border: 1px solid #c1c1c1;
    border-radius: 0;
}
/* .card-container {
    max-width: 1024px;
  } */

#about_team h3.card-name {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 12px;
    margin-top: 10px;
}
#about_team .card-data p {
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    font-family: inherit;
	margin-top:10px;
}
.our-core-values a.arrow-btn.pointer-large .dark-yellow-btn {
    padding: 15px 70px 15px 30px;
    color: #fff;
}

/ Media Queries Breakpoints /

/ Small Devices /
@media screen and (min-width: 768px) {
  .card-content {
    margin-inline: 3rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

/ For medium devices /
@media screen and (min-width: 768px) {
  .card-content {
    margin-inline: 3rem;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}
/ Large Devices /
@media screen and (min-width: 1120px) {
  .card-container {
    max-width: 1120px;
  }
  .swiper-button-next {
    right: -0rem;
  }
  .swiper-button-prev {
    left: -0rem;
  }
}
@media(min-width:320px) and (max-width:767px){
	.card-article {
    height: 100%;
}
	.our-core-values-box {
  padding: 20px 0px;
  height: 100%;
  margin: 10px 0;
}
	.second-cols-mob {
  margin-top: 0px;
}
	.our-story-firms-content {
    padding: 10px;
}
	.our-core-values-box img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
	.our-core-values-box h4 {
    text-align: center;
}
	.our-core-values-box p {
    text-align: center;
}
	.abt-button {
    text-align: center;
}
	#header {
		height: 80px;
	}
	#header .logo img{
		max-height:80px;
	}
	.logo img{
		height: 80px;
	}
}
@media(min-width:1081px) and (max-width:1366px){
.card-article {
        height: 100%;
    }	
    .our-core-values-box {
        height: 100%;
    }
}

@media(min-width:1024px) and (max-width:1080px){
	.pattern {
    right: -19%;
    height: 80vh;
}
	li#menu-item-82 {
  display: none;
}
}

@media(min-width:768px) and (max-width:1080px){
.our-core-values-box {
  height: 100%;
}
	.card-article {
  height: auto;
}
}

@media(min-width:1367px) and (max-width:1920px){
	.card-article {
    height: 100%;
}
}

.faces-of-billionapp-title {
    padding-bottom: 20px;
}
li#menu-item-1136 a {
    color: black;
}
/*---------------------------------------------Postfolio Page Css Start---------------------------------------------*/
.portfolio-firms-breadcum {
    background: url(/wp-content/uploads/2024/05/single-blog.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
}
.portfolio-firms-breadcum h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.portfolio-firms-breadcum p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    width: 70%;
}
.portfolio-firms-breadcum p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    width: 70%;
}

.our_project-title h2 {
    color: #0079c4;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}

.our_project {
    background: #edf5ff;
    padding: 60px 0 30px 0;
}

.our_project_title {
    padding: 0px 0px;
/*     border: 1px solid #EFEFF8; */
    border-radius: 5px;
/*     height: 360px; */
    margin: 0px 0 26px 0;
}

.our_project_title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 40px 0;
    color: #303030;
    text-align: center;
}
.our_project-title p {
    font-size: 16px;
    font-weight: 500;
}
.talk-about-projects h2 {
    color: #ffffff;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}
.talk-about-projects-title p {
    font-size: 16px;
    color: #d8ebe9;
}
.talk-about-projects-content .arrow-btn-box.indua-btn.slider_btn.our-work-link.tech-link.tech-firm {
    margin: 0 auto;
}
.counter-value .second-cols-mob {
    margin-top: 0px;
}
section.talk-about-projects {
    padding: 80px 0;
    background-size: cover;
}

@media(min-width:320px) and (max-width:767px){
	.projectFactsWrap .col-lg-4.col-sm-4 {
    width: 100%;
    margin: 10px;
}
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);
body {
  font-family: "Poppins",   sans-serif;
  font-size: 13px;
  color: #666;
  position: relative;
  -webkit-font-smoothing: antialiased;
  margin: 0;
	font-weight:400;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.sectionClass {
/*   padding: 20px 0px 50px 0px; */
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
/*   margin-top: 30px; */
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  height: 100%;
  text-align: center;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
    color: #0079c4;
    font-family: 'Poppins';
}

.projectFactsWrap .item p {
    color: #303030;
    font-size: 18px;
    margin: 0;
    font-family: 'Poppins';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.our_project section {
    padding: 40px 0!important;
    overflow: hidden;
}

.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}
.item.wow.fadeInUpBig.animated.animated {
    border: 1px solid #C5D6EC;
    margin: 0 10px 0px 10px;
    border-radius: 10px;
    padding: 20px 5px;
}


@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}
.about-me-img img {
}

.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}

.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-to-top.active {
  bottom: 10%;
}

@media screen and (max-width: 768px) {
	.pattern{
		display:none;
	}
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
        bottom: -170px;
        margin-bottom: 20px;
    }
	.our-core-values h3 {
    text-align: center;
}
}

/*---------------------------------------------Postfolio Page Css End---------------------------------------------*/

/*---------------------------------------------Career Page Start Section---------------------------------------------*/
.career-firm-breadcum {
    background: url(/wp-content/uploads/2023/05/technology-firm-banners.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 130px;
	background-position:center;
}
.career-firms-header h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.career-firms-header p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    width: 80%;
    font-family: 'Poppins';
}
.career-firms-header .arrow-btn {
    padding: 15px 40px 15px 30px;
    color: #fff;
    transition: .5s cubic-bezier(.86, 0, .07, 1);
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    background-color: #0079c4;
    border-radius: 5px;
    line-height: 19px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    text-align: left;
    letter-spacing: 0;
}

.career-b-btn:hover {
    padding: 15px 70px 15px 30px;
    color: #fff;
}
.career-btn {
    margin-top: 35px;
}

.join-our-team {
    background: #edf5ff;
}

.join-our-team-title h2 {
    color: #0079c4;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}
.career-dev-img {
    overflow: hidden;
}
.career-firms {
    background: #edf5ff;
}
.career-firms img {
    width: 92%;
    transition: transform .5s, filter 1.5s ease-in-out;
}
.career-firms img:hover {
    transform: scale(1.1);
}
.join-our-team-firms-content .join-our-team-title p {
    text-align: left;
    color: #303030;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.our-story-firms-content .our-story-title p {
    text-align: left;
    color: #303030;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.join-team-b-btn:hover {
    padding: 15px 70px 15px 30px;
    color: #fff;
}

.why-billionapps-title h2 {
    color: #0079c4;
    text-align: Center;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    padding-bottom: 0;
    font-style: normal;
    letter-spacing: 0px;
}

.why-billionapps-boxes {
    background: #fff;
    padding: 20px 0px;
    border: 1px solid #E8E9E9;
    border-radius: 10px;
    height: 250px;
    padding: 18px !important;
    margin: 12px 0;
}
.why-billionapps-boxes h4 {
    font-size: 28px;
    font-weight: 600;
    margin: 16px 0;
    color: #303030;
}
.why-billionapps-boxes p {
    font-weight: 500;
    font-size: 16px;
    color: #505050;
    line-height: 30px;
}
.why-billionapps-boxes img {
    width: 50px;
    height: 50px;
}
.why-billionapps-boxes:hover {
    border: 1px solid #0079c4;
}
@media(min-width:320px) and (max-width:767px){
	.why-billionapps-boxes {
    height: 290px;
}
	.career-dev-img img {
    width: 100%;
    padding-bottom: 10px;
}
}


@media(min-width:768px) and (max-width:1180px){
	.why-billionapps-boxes {
    height: 300px;
}
	.join-our-team-firms-content {
    padding: 20px 20px;
}
	.career-firms-header p {
    width: 80%;
}
	.career-firms.career-dev-img img {
    width: 100%;
}
	.list-item {
    height: 100%;
}
}

/*---------------------------------------------Career Page End Section---------------------------------------------*/

/*---------------------------------------------Testimonials start Section---------------------------------------------*/
.our_review {
    background: #edf5ff;
    padding: 60px 0 60px 0;
}

.our-img-sec {
    float: left;
    display: inline-block;
    padding: 0px 15px 0 0;
}

.our-img-sec img {
    width: 80%;
}

.our-review-cnt {
    display: block;
}

.our-review-cnt h4 {
    font-size: 42px;
    font-weight: 700;
    color: #0079c4;
}

.our-review-cnt p {
    font-size: 18px;
    font-weight: 500;
    color: #303030;
	line-height:10px;
}

.our-review-box {
    border: 1px solid #C5D6EC;
    border-radius: 10px;
	padding: 10px 10px;
}

.quots-img {
    position: absolute;
    display: block;
    top: 38%;
    z-index: 1;
}

.testimonials-firms-breadcum {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.testimonials-firms-breadcum h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.testimonials-firms-breadcum p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  width: 70%;
  font-family: 'Poppins';
}

.our-happy-customers-title h2 {
  color: #0079c4;
  text-align: Center;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0px;
}

.our-happy-customers .list-item h4 {
    font-size: 20px;
    text-align: center;
    padding: 0px 0;
    line-height: 30px;
    font-weight: 700;
    color: #303030;
    font-family: 'Poppins';
	text-transform: uppercase;
}

p.desig {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
}

.our-happy-customers .list-item p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    z-index: 99999;
    position: relative;
    line-height: 30px;
}

.our-happy-customers p.designation {
    font-size: 14px !important;
    font-weight: 500;
}

.my-review-title {
  width: 76%;
  margin: 0 auto;
}

.my-review-title p {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

@media(min-width:320px) and (max-width:767px){
	.our-review-box {
  margin: 10px 0;
}
	.our-review-cnt p {
  font-size: 16px;
}
}

/*---------------------------------------------Testimonials end Section---------------------------------------------*/

/*---------------------------------------------Blog Start Section---------------------------------------------*/
.my-blog-grid-section img {
  width: 100%;
  height: auto;
}

.blog-grid-title h3 {
  font-size: 22px;
  padding: 10px 0;
  font-weight: bold;
  color: #303030;
}

.blog-grid-title h3 a {
  color: #303030;
}

.blog-grid-desc p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

.our-blog-box {
  border: 1px solid #ccc;
  padding: 0px;
  margin: 14px 0;
}

.our-review-cnt {
  display: block;
  padding: 15px;
}

a.button-right-blog {
    color: #0079c4;
    font-size: 14px;
    text-align: right;
    display: block;
}
.our-blog-box:hover {
    border-bottom: 4px solid #0079c4;
}
.other-blogs-title h2 {
  color: #4679b3;
  text-align: Center;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0px;
}
.post-date {
  background: #0079c4;
  color: #fff;
  font-size: 22px;
  width: 6%;
  padding: 8px;
  font-weight: bold;
  position: absolute;
  text-align: center;
}


#myList li{ display:none;
}
#loadMore {
    color:green;
    cursor:pointer;
}
#loadMore:hover {
    color:black;
}
#showLess {
    color:red;
    cursor:pointer;
}
#showLess:hover {
    color:black;
}
/*---------------------------------------------Blog End Section---------------------------------------------*/


.page-id-1477 .technology-firms-header h1{
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.page-id-1477 .technology-firms{
	    background: #fff;
}
.page-id-1477 .branding-breadcrumbs .arrow-btn:after{
	right: 12%;
}
.page-id-1477 .branding-breadcrumbs .arrow-btn:before{
	right: 12%;
}
.wpcf7-response-output{
	text-align:center;
}

.single-blog-post-title h3 {
  color: #4679B3;
  font-size: 40px;
  text-align: center;
  padding: 25px 0px;
  font-weight: bold;
}

.section-title.single-blog-page p {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 34px;
    color: #303030;
}
.blog-second-section {
  width: 76%;
  margin: 0 auto;
	margin-top:60px !important;
}
section.blog-second-section p {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    color: #4679B3;
}
.single-post-image img {
    width: 100%;
	height: auto;
}
#blog-single-section p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  color: #303030;
  margin:15px 0;
}
#blog-single-section p strong {
    color: #4679B3;
}

#blog-single-section ul {
    margin-left: 30px;
}
#blog-single-section ul li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #303030;
    margin: 10px 0px;
    padding: 0;
}
#blog-single-section ul li::marker {
    font-size: 25px;
}
section#blog-single-section {
    padding-top: 0;
}
.makeitbutton.current-menu-item > a {
    color: #fff !important;
}
.current-menu-item > a {
    color:#0079c4 !important;
}
.sub-menu .current-menu-item > a {
    color: #000 !important;
}
@media(min-width:768px) and (max-width:1080px){
	.post-date {
    width: 10%;
}
}

@media(min-width:320px) and (max-width:767px){
	.post-date {
    width: 20%;
}
}


/*---------------------------------------------Services Start Section---------------------------------------------*/

.services-firm-breadcum {
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 130px;
}

.services-firms-header h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.services-firms-header p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    width: 80%;
    font-family: 'Poppins';
}

.services-b-btn:hover {
  padding: 15px 70px 15px 30px;
  color: #fff;
}

.services-b-btn {
  padding: 15px 40px 15px 30px;
  color: #fff;
  transition: .5s cubic-bezier(.86, 0, .07, 1);
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  background-color: #0079c4;
  border-radius: 5px;
  line-height: 19px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  text-align: left;
  letter-spacing: 0;
}

.services-btn {
    margin-top: 35px;
}

.website-development{
	background-color: #0079c4;
}
.website-development-firms img {
  width: 92%;
  transition: transform .5s, filter 1.5s ease-in-out;
  border-radius: 15px;
}

.website-development-firms img:hover {
  transform: scale(1.1);
}
.website-development-firms {
  overflow: hidden;
  padding: 0;
}

.website-development-firms-content p {
  text-align: left;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}

.services-title h2 {
  color: #fff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0px;
}

.website-development-firms-content .section-title {
    text-align: center;
    padding-bottom: 20px;
}

.website_development_btn {
    margin-top: 10px;
}

.web-application p {
  text-align: left;
  color: #303030;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}

.web-application-desc p{
  text-align: left;
  color: #303030;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}
.web-application h2 {
  color: #fff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0px;
}
.web-application_btn a:hover {
  padding: 15px 70px 15px 30px;
  color: #fff;
}
.web-application-title h2 {
  color: #0079c4;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0px;
}

.web-application-firms-img img {
  width: 100%;
  transition: transform .5s, filter 1.5s ease-in-out;
  border-radius: 15px;
}
.web-application-firms-img img:hover {
  transform: scale(1.1);
}

.web-application-firms-img {
  overflow: hidden;
  padding-right: 0px;
}


/*--------------------------------------------------*/
.ma-development,.martech-support, .ai-development {
    background-color: #0079c4 !important;
}

.ma-development p {
  text-align: left;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}

.ma-development-title h2 {
  color: #4679B3;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0px;
}

.ma-development-firms img {
    width: 92%;
    transition: transform .5s, filter 1.5s ease-in-out;
	border-radius: 15px;
}
.ma-development-firms img:hover {
  transform: scale(1.1);
}

.ma-development-firms img {
  overflow: hidden;
  padding: 0;
}

.ma-development-button .arrow-btn {
  padding: 15px 40px 15px 30px;
  color: #fff;
  transition: .5s cubic-bezier(.86, 0, .07, 1);
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  background-color: #e82248;
  border-radius: 5px;
  line-height: 19px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  text-align: left;
  letter-spacing: 0;
}
.ma-development-btn:hover {
  padding: 15px 70px 15px 30px;
  color: #fff;
}
.ma-development-firms {
  overflow: hidden;
  padding-right: 0px;
}

.it_staff_augmentation-firms-title p {

  text-align: left;
  color: #303030;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}

.it_staff_augmentation-firms-title h2 {
  color: #4679B3;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0px;
}

.it_staff_augmentation-firms-b-btn .arrow-btn {
  padding: 15px 40px 15px 30px;
  color: #fff;
  transition: .5s cubic-bezier(.86, 0, .07, 1);
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  background-color: #e82248;
  border-radius: 5px;
  line-height: 19px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  text-align: left;
  letter-spacing: 0;
}
.it_staff_augmentation-firms-b-btn:hover {
  padding: 15px 70px 15px 30px;
  color: #fff;
}
.it_staff_augmentation-firms-img {
  overflow: hidden;
  padding-right: 0px;
}

.it_staff_augmentation-firms-img img {
  width: 92%;
  transition: transform .5s, filter 1.5s ease-in-out;
  border-radius: 15px;
}
.it_staff_augmentation-firms-img img:hover {
  transform: scale(1.1);
}

.martech-support-title h2 {
  color: #fff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0px;
}

.martech-support-title p {
  text-align: left;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}

.martech-support-b-btn .arrow-btn {
  padding: 15px 40px 15px 30px;
  color: #fff;
  transition: .5s cubic-bezier(.86, 0, .07, 1);
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  background-color: #e82248;
  border-radius: 5px;
  line-height: 19px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  text-align: left;
  letter-spacing: 0;
}
.martech-support_btn a:hover {
    padding: 15px 70px 15px 30px;
    color: #fff;
}

.martech-support-firms-img img {
  width: 92%;
  transition: transform .5s, filter 1.5s ease-in-out;
  border-radius: 15px;
}
.martech-support-firms-img {
  overflow: hidden;
  padding-right: 0px;
}
.martech-support-firms-img img:hover {
    transform: scale(1.1);
}

.process-automation-firms-content h2 {
  color: #0079c4;
}

.process-automation-desc p {
  text-align: left;
  color: #303030;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}

.process-automation_btn a:hover {
	 padding: 15px 70px 15px 30px;
    color: #fff;
}
.process-automation-firms-img {
	overflow: hidden;
    padding-right: 0px;
}
.process-automation-firms-img img {
	width: 92%;
    transition: transform .5s, filter 1.5s ease-in-out;
	border-radius: 15px;
}
.process-automation-firms-img img:hover {
    transform: scale(1.1);
}

.ai-development-title h2 {
  color: #ffffff;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: 0px;
}
.ai-development-desc p {
  text-align: left;
  color: #ffffff;
  line-height: 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0;
}

.ai-development_btn.slider_btn a:hover{
	padding: 15px 70px 15px 30px;
    color: #fff;
}

.ai-development-firms {
	overflow: hidden;
    padding-right: 0px;
}
.ai-development-firms img{
    width: 92%;
    transition: transform .5s, filter 1.5s ease-in-out;
	border-radius: 15px;
}
 .ai-development-firms img:hover{
    transform: scale(1.1);
 }
/*---------------------------------------------Services End Section---------------------------------------------*/
@media(min-width:320px) and (max-width:767px){
	.services-title h2 {
  padding: 20px 0 0 0;
}
	.web-application_btn {
  padding: 0px 0px 30px 0;
}
	.it_staff_augmentation-firms {
  padding: 0 0 30px 0;
}
	.martech-support-title h2 {
  padding: 20px 0 0 0;
}
	.process-automation_btn {
  padding: 0px 0 30px 0;
}
	.ai-development-title h2 {
  padding: 20px 0 0px 0;
}
	.website-development-firms img {
  width: 100%;
  padding: 0 10px;
}
  .web-application-firms-img {
    padding:10px;
}
	.ma-development-firms img {
     width: 100%;
}
	.ma-development-firms {
    padding: 10px;
}
	.it_staff_augmentation-firms-img {
     padding: 10px;
}
	.it_staff_augmentation-firms-img img {
     width: 100%;
}
	.martech-support-firms-img img {
     width: 100%;
}
	.martech-support-firms-img {
     padding: 10px;
}
	.process-automation-firms-img img {
     width: 100%;
}
	.process-automation-firms-img {
  padding: 10px;
}
	.ai-development-firms img {
  width: 100%;
}
	.ai-development-firms {
  padding: 10px;
}
}
.bottom-blank-space {
    height: 60px;
}
.page-template-services .bottom-blank-space {
 display:none;
}
.portfolio-top-section span {
    font-size: 30px;
    display: inline-block;
    vertical-align: bottom;
    padding: 0px 5px;
}
.row.team-members {
    justify-content: center;
}

/*-----------------------------------------New About US------------------------------------------*/
.grid-members {
    box-shadow: 0px 0px 0px 1px #ccc;
    padding: 0px;
    margin: 20px 10px;
    /* border-radius: 5px; */
}
.card-content {
    margin-inline: 0rem!important;
}
.card-name {
  font-size: 22px;
  font-weight: 500;
  font-family: Poppins;
  line-height: 40px;
}
.card-data p {
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins;
  line-height: 25px;
}

.blog-single-section h4 {
    color: #4679b3;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
}
.our_project_title img:hover {
    transform: scale(1.1);
}
.our_project_title img {
    width: 100%;
    transition: all .3s ease-in-out;
}
.our_project_title {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.our_project_title h4 {
    width: 100%;
    transition: all .3s ease-in-out;
}
.our_project_title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 40px 0;
    color: #303030;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.our_project_title h4:hover {
    transform: scale(1.2);
}

.contact-breadcum h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.container.contact-header p {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    width: 76%;
}
span.date-today {
    padding: 0px 20px;
}
span.time-today {
    padding: 0px 20px;
}
span.time-today i {
    font-size: 8px;
    vertical-align: middle;
}
.our_project-title p {
    color: #303030;
}

.blog-single-section h3 {
    font-size: 25px;
    color: #4679B3;
    font-weight: 700;
}
@media(min-width:320px) and (max-width:767px){
	.blog-second-section {
    width: 100%;
    margin: 0 auto;
}
	.single-blog-post-title h3 {
    font-size: 30px;
}
	.portfolio-firms-breadcum p {
    width: 100%;
}
}

@media(min-width:768px) and (max-width:1180px){
	.our-review-cnt p {
    font-size: 15px;
}
	.our-review-cnt h4 {
  font-size: 35px;
}
	.our-happy-customers .list-item p {
  font-size: 16px;
}
	.list-item {
    height: 520px;
    max-height: 100%;
  }
}
a.back-to-top{
	display:none !important;
}

#blog-single-section ol {
    margin-left: 30px;
}
#blog-single-section ol li {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #303030;
    margin: 10px 0px;
    padding: 0;
}
@media (min-width: 280px) and (max-width: 767px) {
	#hero h2{
		font-size: 30px;
        line-height: 40px;
	}
}
 @media only screen and (min-width : 1200px) {
#hero h2{
	white-space:nowrap;
}
}
.img_above_cta{
	display:none;
}
.abt-button{
	display:none;
}
.our-story-firms img{
	    border-radius: 15px;
}
.page-template-mobile-application-lp .our-story, .page-template-mobile-application-lp .technology-firms {
    background: #ffffff;
}

#hero h3{
	    font-family: 'Poppins', sans-serif;
}

.our-partner-logo img {
    width: 100% !important;
    border: 1px solid #e7e7e7;
    padding: 10px;
    background: #fff;
}

.col-lg-2.col-md-2.partners-logo {
    width: 20%;
    margin: 0px;
    padding: 0;
}
.our-clients-title h2 {
    color: #0079c4;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    padding-bottom: 0;
}
.our-clients-title h4 {
    color: #000000;
    font-size: 20px;
	line-height: 40px;
}
.our-clients-title p {
    font-size: 15px;
}
.client-logo-bottom-border {
    border-bottom: 3px solid #4679b3;
    width: 30%;
}
.our-client-logo-bg {
    padding: 100px 0;
}

@media(min-width:320px) and (max-width:767px){
	.col-lg-2.col-md-2.partners-logo {
    width: 33.33%;
    margin: 0 auto !important;
    padding: 0;
  }
	.skyji {
  padding: 15px;
}
}

.faces-of-billionapp{
background:#edf5ff !important;
}
.team-role{
        color: #0079c4 !important;
}
.partner-details .image {
    height: 95px;
}
.our-core-values-box img {
    height: 55px;
}
.page-template-branding .ai-development {
    background: #edf5ff !important;
}
.fixed-image-sec {
    height: 65px;
}
.page-template-technology-firms .ai-development {
    background: #edf5ff !important;
}

.page-template-technology-firms .api-integration{
    background: #edf5ff !important;
}
.page-template-edtech .api-integration{
    background: #edf5ff !important;
}
.engagement-model {
    background: #ffffff;
}
.contact-bg1{
    background-color: #edf5ff;
}

@media (max-width: 767px) {
    .about-title h2, .setsus-title h2,.our-clients-title h2, .contact-title h2, .partner-title h2,.testimonial-title h2,.testimonial-title h2{
        font-size: 28px;
        line-height: 35px;
    }
    
    .services-title h2{
        font-size: 28px;
        margin-bottom: 20px;
        padding: 0;
    }
    .indus-content h2{
        padding-top: 15px;
    }
    .contact.contact-bg .col-md-12.mx-auto {
        padding: 0;
    }   
    .contact.contact-bg .d-flex1{
        padding-left: 0;
    }
    
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .about{
        padding-bottom: 0;
    }
    .setus{
        padding-top: 0;
    }
    
    .our-client-logo-bg{
        padding: 60px 0 80px;
    }
    .partner .col-lg-4.col-md-4 {
    width: 50%;
}
.partner-details h6{
        padding-top: 10px;
    height: 65px;
    line-height: 26px;
}
	.portfolio-firms-breadcum,.technology-firms-breadcum,.career-firm-breadcum,.contact-breadcum,.services-firm-breadcum{
		padding-top:100px;
		padding-bottom:100px;
	}
	.services-firms-img img{
		margin-bottom:20px;
		width:95% !important;
	}
	section.portfolio-firms-breadcum.scrolled-offset{
		background-position:right;
	}
}

.career-content p {
    color: #303030;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
	text-align: center;
}
.career-content a {
    color: #0079c4;
}

.icon-circle .v2, .icon-circle .vl{
	top:55px;
	left:3%;
}
