 @import url('https://fonts.googleapis.com/css?family=Open+Sans');
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
  
 @font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/MyriadProBold.eot');
    src: url('../fonts/MyriadProBold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProBold.woff2') format('woff2'),
         url('../fonts/MyriadProBold.woff') format('woff'),
         url('../fonts/MyriadProBold.ttf') format('truetype'),
         url('../fonts/MyriadProBold.svg#MyriadProBold') format('svg');
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

 body {
	margin:0px;
	font-weight: 400;
    line-height: 24px;
	color: #7a7a7a;
    font-family: 'Open Sans', sans-serif;




}
.navbar-default {
	padding: 10px 0;
	background: transparent;
	border: none;
	margin-bottom: 0;
}
.navbar-brand {
	padding:4px 15px;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	transition:all 0.5s ease-in-out;
	border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #555;
	 line-height: 18px;
}
.navbar-right {

  padding-top: 7px;
}
.navbar-nav > li {
  margin: 0 4px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	border-bottom: 2px solid #029fe1;
	color: #029fe1;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
 background: transparent;
	border-bottom: 2px solid #029fe1;
	color: #029fe1;
}
.navbar-fixed-top, .navbar-fixed-bottom {

  z-index: 9999999;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: -2px;
  border-top: 3px solid #029FE1;
}
.navbar-right .dropdown-menu {
  right: -40px;
}
.dropdown-menu > li > a {
 
  padding: 3px 30px;
  margin: 0  0 10px 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background: transparent;
	border-bottom: 2px solid #029fe1;
	color: #029fe1;
}
.home-banner-content > h3 {
  font-size: 26px;
}
.request-quote {
	/* background: #029fe1; */
	color: #fff !important;
}
.request-quote:hover, .request-quote:focus {
	background: #029fe1 !important;
}
.color-blue {
	color: #029fe1;
	
}
.home-banner {
	
	height: 600px; 
	  width: 100%;
	
	
}
.glyphicon i {
  font-size: 30px;
}
.bg{
 width: 100%;
    height: 100%;
    background: url(../images/home-banner.jpg);
	background-size: cover!important;
	background-repeat: no-repeat!important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.vertical-align {
	height: 600px;
	display: table;
	width: 100%;
}
.home-banner-content {
	display: table-cell;
	vertical-align: middle;
}
.home-banner-content h1{
	/* font-size:4.3vw; */
	font-weight: 700;
	font-size:48px;
	  font-family: 'Open Sans', sans-serif;
	     /* text-transform: uppercase; */
	  
}
.wrap {
  height: 100%;  
  position: relative;
  overflow: hidden;
}
.home-banner-content p {
  font-size: 26px;
  font-weight: 300;
}
.home-banner-content h2{
	font-size: 2.5vw;
	    font-family: Myriad Pro;
	 text-transform: uppercase;
}
.about-content p {
  font-size: 18px;
  line-height: 37px;
}
.about-read-more {
  display: inline-block;
  margin-top: 40px;
}
.about-read-more a {
	 font-size: 18px; 
	/* background: #029fe1; */
	/* color: #fff; */
	padding: 10px 20px;
}
.about-read-more a:hover, .about-read-more a:focus {
	text-decoration: none;
}
.carousel-control {
	background: none !important;
	color: #029FE1;
	text-shadow: none;
	opacity: 1;
	width: 25%;
	  font-size: 16px;
}
.carousel-control:hover, .carousel-control:focus, .carousel-control:active {
	color: #029FE1;
}
.carousel-control.left {
	left: 10px;
	top: 20px;
}
.carousel-control.right {
  bottom: 0;
  top: auto;
}
.previous-arrow {
	vertical-align: top;
}
.count-down {
  background: url(../images/counter-bg.png);
  background-repeat: no-repeat;
   background-position: center;
     height: 347px;
    max-width: 743px;
    margin: 0 auto;
}
.developers-team {
  display: inline-block;
  margin-top: 180px;
  width: 33%;
  text-align:center;
}
/* ----carousel-fade-strats---- */


.carousel-fade .carousel-inner .item {
	transition: opacity .7s ease-in-out;
	}
	
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
	}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	transition: opacity .7s ease-in-out;

	}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	transform: translate3d(0, 0, 0);   
-webkit-transform: translate3d(0, 0, 0);    
-moz-transform: translate3d(0, 0, 0);    	
	}

.carousel-fade .carousel-control {
	z-index: 2;

}
/* ----carousel-fade-ends---- */
.top-margin {
	margin-top: 40px;
}
.complete-projects {
	background: url(../images/developer-projects.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0 0;
	background-position:center center;
}
.developers-team p {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  line-height: 33px;
}
.developers-team h3{
	font-size: 40px;
	color: #fff;
	margin-bottom: 0;
}
.develop-mobile {
	background: url(../images/developer-projects.png);
	background-size: cover;
	background-repeat: repeat;
	padding: 50px 0;
	
}
.develop-mobile-content h1{
	font-size: 44px;
	color: #5c5c5d;
	
	 /* margin-bottom: 0; */
	/* margin-top: 0px; */
	
}
.develop-heading h1{
	 line-height: 62px;
}
.develop-mobile-content p{
	font-size: 30px;
	color: #5c5c5d;
	margin-bottom: 0;
	text-transform:unset;
}
.portfolio-img a img {
	width: 100%;
	 /* transform: scale(1); */
    transition: all 0.25s ease-out 0s;
}

.portfolio-img:hover  img, .portfolio-img:focus  img {
  opacity: 0.6;
  transform: scale(1.1);
   -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.portfolio-img{
  border: 1px solid #dcdcdc;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  transition: all 0.25s ease-out 0s;
  width: 100%;
    line-height: 0;
}
.portfolio-img  a  {
  background-color: #000;
  overflow: hidden;
  position: relative;
  width:100%;
  display:inline-block;
  transition: all 0.25s ease-out 0s;
}
.heading {
  color: #241f27;
  font-weight: 500;
   margin-bottom: 30px;
    position: relative;
	display: inline;
	  padding: 0 15px 0 0;
    z-index: 2;
	font-size: 36px!important;
	margin:0;
	 font-family: "Open Sans",sans-serif;
}
.no-padding {
	padding: 0;
}
.portfolio {
  display: table;
  padding: 100px 0 0 0;
  width: 100%;
}
.team-content {
	margin-top: 120px;
}
.team-content p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
}
.team-content a{
	font-size: 22px;
	color: #029fe1;
	font-weight: 300;
}
.team-content a:hover, .team-content a:focus {
	text-decoration: none;
}
.side-text {
	font-size: 50px;
	font-weight: 300;
	position: relative;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.side-text::before {
	position: absolute;
	content: " ";
	background: #000;
	width: 60px;
	height: 2px;
	top: 37px;
	right: 80px;
}
.side-text::after {
	position: absolute;
	content: " ";
	width: 20px;
	height: 2px;
	top: 37px;
	left: 160px;
	background: #000;
}
.channels-section {
  margin-top: 50px;
}
.left {
	cursor:pointer;
}
.right {
	cursor:pointer;
}
.mission {
	background: url(../images/contact/map-2.png);
	background-repeat: no-repeat;
	padding: 50px 0;
	background-position:center;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;

}
.channels-wisely .slz-main-title .heading-line.funnyText span {
  color: #fff;
  font-size: 36px!important;
  font-weight:700;
}
.channels-wisely .slz-main-title .heading-line.funnyText span.active {
  color: #fff!important;
}

.mission-content ul li {
	display: inline-block;
	margin: 0 20px;
}
.mission-content img {
  /* filter: grayscale(100%); */
}
.develop-mobile-content p {
  margin-top: 30px;
}
.mission-content ul {
	padding-left: 0;
}
.mission-content {
	text-align: center;
}
.mission-content p{
	color: #5c5c5d;
	font-size: 21px;
	padding: 0 100px;
	margin: 40px 0 0;
	line-height:30px;
}
.blog-img {
	width:100%;
}
.blog hr {
	margin: 7px 0;
}
.blog p{
	color: #777;
}
.blog-icon {
	margin-left: 20px;
}
.blog-side-text {
	font-size:50px;
	font-weight: 300;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	position: relative;
	margin-top: 30px;
}
.blog-side-text::before {
	position: absolute;
	content: " ";
	background: #000;
	height: 2px;
	width: 47px;
	right:170px;
	top: 40px;
}
.blog-side-text::after {
	position: absolute;
	content: " ";
	background: #000;
	height: 2px;
	width: 20px;
	top: 40px;
}
.develop-mobile-blue {
	background: #2483c3;
	padding:60px 0;
}
.white-color h1, .white-color p{
	color: #fff;
}
.location-address {
  background: rgba(0, 0, 0, 0) url("../images/map.jpg") no-repeat scroll center center / cover ;
  padding: 40px 0;
  background-attachment:fixed;
}
.address-heading h1 {
	margin-top: 0;
}
.address-content p{
	color: #777;
	font-size: 14px;
}
.address-content ul {
	padding-left: 0;
}
.address-content ul li {
	list-style-type: none;
	margin: 10px ;
}
.address-content ul li a{
	font-size: 14px;
	color: #777;
}
.address-content ul li a:hover {
	text-decoration: none;
}
.social-icone ul li {
	display: inline-block;
	margin: 0 5px;
}
.copyright p {
	color: #444340;
	font-weight: 300;
	   font-size: 16px;
	margin-top: 10px;
	margin-bottom:0;
}
.social-icone img {
  max-width: 35px;
}

.footer {
	border-top: 1px solid #eee;
	padding: 10px 0;
}
.social-icone {
  padding-top: 7px;
}
/*----my-code----*/
.service-img  img {
  width: 700px;
  height:544px;
}

.our-services {
  padding: 98px 0;
}
.service-img {
  margin-top: 100px;
}
.service-content {
  margin-top: 40px;
}
.title {
  color: #555;
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0;
  text-transform: capitalize;
  width: 100%;
}
.title:hover {
  text-decoration: none;
}
.content-cell {
  padding: 15px;
    margin-bottom: 30px;
}
.service-img {
 height: 100%;
    left: auto;
    position: absolute;
    right: 15px;
    top: 0;
    width: auto;
}
.space{
  margin: 50px 0;
}
.description {
  color: #7a7a7a;
  line-height: 24px;
  font-size: 16px;
}
 .subtitle {
  bottom: auto;
  color: #2f303a;
  font-size: 60px;
  font-weight: 300;
  left: auto;
  position: absolute;
  right: -50px;
  text-transform: lowercase;
  top: 0;
}
 .subtitle .subtitle-inner::before {
  background-color: #2f303a;
  content: "";
  height: 2px;
  left: -100px;
  margin-top: 3px;
  position: absolute;
  right: calc(100% - 15px);
  top: 50%;
}
 .subtitle .subtitle-inner::after {
  background-color: #2f303a;
  content: "";
  height: 2px;
  left: calc(100% + 25px);
  margin-top: 3px;
  position: absolute;
  right: auto;
  top: 50%;
  width: 14px;
}
 .subtitle .subtitle-inner {
  display: block;
  letter-spacing: 8px;
  padding-left: 40px;
  transform: rotate(90deg) translateX(100%);
   -webkit-transform: rotate(90deg) translateX(100%);
    -moz-transform: rotate(90deg) translateX(100%);
  transform-origin: right top 0;
}
.service-box:hover img {
  transform: translateY(-10px);
   -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.service-box img{
transition:all 0.4s ease-in-out;
}
.owl-carousel {
  padding: 0 200px;
}
.owl-carousel .owl-item img {
  border: 1px solid #ddd;
  border-radius: 100%;
  margin-top: 50px;
}
.owl-carousel::before {
  border-bottom: 4px solid #eee;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  width: 582px;
   height: 50px;
}
 .info-wrapper .name {
  color: #555555;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.info-wrapper .position {
  color: #a6a6a6;
  font-weight: 400;
  margin-bottom: 0;
}
.about-section {
  padding: 100px 0 70px 0;
}
.testimonial {

  padding: 0 150px;

}

.client-wrapper::before {
  background-color: #edeef3;
  content: "";
  height: 4px;
  left: 40px;
  margin: auto;
  position: absolute;
  right: 40px;
  top: 75px;
}
.client-wrapper .img-wrapper::before {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
 .client-wrapper .slick-current .img-wrapper::before {
  opacity: 0;
}
 .client-wrapper .img-wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.client-wrapper .img-wrapper img {
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgb(237, 238, 243);
  height: 100%;
  width: 100%;
}
.client-wrapper .img-wrapper img {
  height: 100%;
  left: 50%;
  margin: 0 auto;
  max-width: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  
    -moz-transform: translateX(-50%);
	  -webkit-transform: translateX(-50%);
  width: auto;
}
 .client-wrapper .img-wrapper img {
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgb(237, 238, 243);
  height: 100%;
  width: 100%;
}
 .client-wrapper .client-item {
  cursor: pointer;
  padding: 28px 0;
}
 .client-wrapper .slick-current .img-wrapper {
  transform: scale(1.2);
   -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
 .client-wrapper .img-wrapper {
  height: 100px;
  margin: 0 auto 30px;
  overflow: visible;
  position: relative;
  transition: transform 0.3s ease 0s;
  width: 100px;
}
.dedicated-team {
  padding: 100px 0;
}
 /* .heading::before { */
  /* background-color: transparent; */
  /* border: 3px solid #eff3f8; */
  /* content: ""; */
  /* height: 60px; */
  /* line-height: 1.4; */
  /* position: absolute; */
  /* right: 0; */
  /* top: 50%; */
  /* transform: translate(0px, -50%); */
   /* -webkit-transform: translate(0px, -50%); */
    /* -moz-transform: translate(0px, -50%); */
  /* width: 190px; */
  /* z-index: -1; */
  /* transition:all 0.5s ease-in-out; */
/* } */

.heading-line.funnyText .heading-line.active {
  color: #19a9e5!important;
}
.slz-main-title .color-blue {
  font-weight: 600;
}
.right-side .slz-main-title .color-blue {
  font-weight: normal;
}
.home-title h1.funnyText span {
  color: #029fe1;
  font-size: 55px!important;
  line-height: 100px!important;
}
.about-section .slz-main-title .heading-line.funnyText span {
  font-size: 36px!important;
  font-weight: 600;
}
.our-services .slz-main-title .heading-line.funnyText span {
  font-size: 36px!important;
  font-weight: 600;
}
.portfolio .slz-main-title .heading-line.funnyText span {
   font-size: 36px!important;
   font-weight: 600;
}
.testimonial-section .slz-main-title .heading-line.funnyText span {
 font-size: 36px!important;
 font-weight: 600;
}
.dedicated-team .slz-main-title .heading-line.funnyText span {
font-size: 36px!important;
font-weight: 600;
}
.why-dt .slz-main-title .heading-line.funnyText span {
font-size: 36px!important;
font-weight: 600;
}
.how-dt-work .slz-main-title .heading-line.funnyText span {
font-size: 36px!important;
font-weight: 600;
}
.protype .heading-line.funnyText span {
font-size: 36px!important;
font-weight: 600;
}
.dt-follows .heading-line.funnyText span {
font-size: 36px!important;
font-weight: 600;
}
.whydt-portfolio .slz-main-title .heading-line.funnyText span {
font-size: 36px!important;
font-weight: 600;
}
.home-title h1.funnyText span.active {
  color: #555!important;
}
.blog-section .slz-main-title .heading-line.funnyText span {
 font-size: 36px!important;
}
.heading-line.funnyText span.active {
  color: #19a9e5!important;
}
.heading-line {
  display: inline-block;
  font-size: 36px!important;
   line-height: 48px!important;
  vertical-align: middle;
}
.dedicated-team .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  margin: 0 auto;
}
/* .heading:hover::before { */
  /* border: 3px solid #eff3f8; */
  /* content: ""; */
  /* right:50px; */
  /* line-height: 1.4; */
  /* position: absolute; */
  /* top: 50%; */
/* } */

.btn-3::after{
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.btn-3 span::after{
  transition-delay: 0.4s;
  right: 0;
  bottom: 0
}
.btn-3::before{
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.btn-3 span::before{
  transition-delay: 0s;
  left: 0;
  top: 0;
}

.btn-3:hover::after{
  transition-delay: 0s;
}
.btn-3:hover span::after{
  transition-delay: 0.2s;
}
.btn-3:hover::before{
  transition-delay: 0.4s;
}
.btn-3:hover span::before{
  transition-delay: 0.6s;
}

.slz-main-title{
position: relative;
}
.about-content {
  margin: 55px 0;
}
.portfolio-grid {
  /* margin-top: 50px; */
}
.portfolio-heading {
  margin-bottom: 45px;
}
.color-blue > i {
  font-weight: 300;
}
.team-slider {
  margin-top: 50px;
}
.blog-section {
  padding: 100px 0;
}
.blog {
  margin: 50px 0 0;
  position: relative;
}
.blog h4 {
  font-size: 24px;
  line-height: 32px;
  margin: 20px 0;
  /* text-transform: capitalize; */
}
 .block-label::before {
  border-color: transparent transparent transparent #0282b9;
  border-style: solid;
  border-width: 10px 0 0 10px;
  content: "";
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
}
.block-label {
  background-color: #029fe1;
  left: 30px;
  min-width: 100px;
    padding: 10px 0;
  text-align: center;
  top: 40px;
  color: #fff;
   z-index: 4;
     position: absolute;
  transition: all 0.4s ease 0s;
}
 .block-label .text.big {
  border-bottom: 1px solid #01a6eb;
  border-top: medium none;
  font-size: 48px;
  line-height: 1;
  padding-bottom: 5px;
  padding-top: 0;
  width: 100%;
}
.block-label > .text {
  font-size: 14px;
  margin: 0;
}
 .block-label > .text,  .block-label > .text {
  border-top: 1px solid #0294d0;
  font-size: 18px;
  padding-top: 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.block-label .link-label {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
 .btn.slick-arrow {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #a0a0a0;
  font-size: 30px;
  outline: medium none;
  top: 50px;
  transform: none;
     z-index: 10;
  position:absolute;
}
 .btn-prev {
  left: -30px;
}
.slz-testimonial-01 .btn-next {
  right: -30px;
}
.slz-testimonial-01 .quote-wrapper .quote-item {
  background-color: #f6f7f7;
  padding: 60px 60px 60px 160px;
}
.slz-testimonial-01 .quote-wrapper .block-quote::before {
  color: #337ab7;
  content: "❝";
  display: inline-block;
  float: left;
  font-size: 150px;
  font-style: normal;
  left: 0;
  line-height: 80px;
  padding-right: 15px;
  position: relative;
  top: 20px;
  vertical-align: middle;
}
.slz-testimonial-01 .quote-wrapper .block-quote::before {
  color: #029fe1;
  font-size: 175px;
  left: -105px;
  padding-right: 0;
  padding-top: 75px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateY(-180deg);
  
   -webkit-transform: translateY(-50%) rotateY(-180deg);
    -moz-transform: translateY(-50%) rotateY(-180deg);
}

.slz-testimonial-01 .quote-wrapper .block-quote {
  border-left: 3px solid #eaeaea;
  font-size: 14px;
  max-height: none;
  padding-left: 8px;
}
.slz-testimonial-01 .quote-wrapper .block-quote {
  font-style: italic;
  margin-bottom: 0;
  position: relative;
}
.slz-testimonial-01 .client-wrapper .slick-current .img-wrapper {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.slz-testimonial-01 .client-wrapper .slick-current .info-wrapper::before {
  bottom: -30px;
  opacity: 1;
}
.slz-testimonial-01 .client-wrapper .info-wrapper::before {
  bottom: -22px;
  color: #d8d8d8;
  content: "";
  font-family: "fontawesome";
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: auto;
  transition: bottom 0.5s ease 0.5s, opacity 0.5s ease 0.5s;
}
.slz-testimonial-01 .client-wrapper .slick-current .info-wrapper {
  opacity: 1;
}
.slz-testimonial-01 .client-wrapper .info-wrapper {
  opacity: 0;
  position: relative;
  transition: opacity 0.3s ease 0s;
}
.slz-testimonial-01 .client-wrapper .info-wrapper {
  text-align: center;
}
.developers-team p {

  margin-bottom: 35px;
}


.request-quote::before {
  background: #029fe1 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(1);
  transform-origin: 50% 50% 0;
   -moz-transform: scaleY(1);
  -moz-transform-origin: 50% 50% 0;
   -webkit-transform: scaleY(1);
  -webkit-transform-origin: 50% 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.request-quote {
  background: #0082b8;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  position: relative;
  transform: perspective(1px) translateZ(0px);
   -moz-transform: perspective(1px) translateZ(0px);
    -webkit-transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
  border: none !important;
}
.request-quote:hover::before, .request-quote:focus::before, .request-quote:active::before {
  transform: scaleY(0);
   -webkit-transform: scaleY(0); 
   -moz-transform: scaleY(0);
}

/*--why-dt starts---*/
.scroll-line {
	background: url(../images/why-dt/scroll-line.png);
	background-repeat: repeat-y;
	background-position:center;
	padding-top: 30px;
}
.scroll-line   h3 {
	color: #0a9ce5;
	font-weight: bold;
	font-size: 21px;
	margin-top:0;
	text-transform: capitalize;
}
.animation-chain {
	padding-top: 10px;
}

.why-dt {
  padding: 50px 0 0;
}
.whydt-img img {
	width: 100%;
}
.why-dt-content p {
  line-height: 44px;
  margin-top: 30px;
  padding-right: 30px;
  text-align: left;
}
.why-dt-content  h2 {
  color: #0a9ce5;
  font-weight: bold;
}
.dt-works {
  padding: 80px 0;
}
.work  p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}

.work-content p {
  color: #343737;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding: 0 65px 0 0;
  vertical-align: middle;
}
.work-box {
  margin-bottom: 50px;
}
.dt-works img {
	max-width: 100%;
}
.title-line {
  font-size: 18px;
  margin-top: 25px;
  color: #000;
}

.box {
    /* border: 1px dotted #ccc; */
    height: auto;
    padding: 10px;
    opacity: 1;
    transition: all 300ms ease-in-out 0s;
    position: relative;
    /* background: rgba(255,255,255,0.8); */
}

.process:hover .box {
    opacity: 1;
}

.box::before {
    top: -37px;
    color: rgba(255, 255, 255, 0.8);
    /* content: ""; */
    /* font-family: FontAwesome; */
    font-size: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.box > p {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    color: #555555;
    text-transform: none;
    margin-top: 6px;
}

section.section-experience-education {
    padding: 50px 0;
}

section ul.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    color: #fff;
    margin: 130px auto ;
}

section ul.timeline::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 50%;
    width: 2px;
    background-color: #a6a6a6;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

section ul.timeline > li:nth-child(2n+1) {
    left: 50%;
    padding-left: 40px;
}

section ul.timeline > li:nth-child(2n+1)::before {
    left: -9px;
}

section ul.timeline > li {
    width: 50%;
    position: relative;
    padding: 1.5em 0;
}

section ul.timeline > li:nth-child(2n+1) .icon {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-100%) translateX(-61px);
    -o-transform: translateY(-50%) translateX(-100%) translateX(-61px);
    -ms-transform: translateY(-50%) translateX(-100%) translateX(-61px);
    transform: translateY(-50%) translateX(-100%) translateX(-61px);
}

section ul.timeline > li .icon, section ul.timeline > li .icon > img {
    /* height: 40px; */
    /* width: auto; */
}

section ul.timeline > li .icon {
    z-index: 1;
}

section ul.timeline > li:nth-child(2n+1) .icon::after, section ul.timeline > li:nth-child(2n+1) .icon::before {
    left: 100%;
    margin-left: 5px;
}

section ul.timeline > li .icon::before {
    /* position: absolute; */
    /* content: ''; */
    /* display: block; */
    /* height: 1px; */
    /* width: 55px; */
    /* top: 50%; */
    /* background-color: rgba(0, 0, 0, .8); */
}

section ul.timeline > li h4 {
    color: #ebbaab;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

section ul.timeline > li p {
  color: #333;
  font-size: 16px;
}

.bgPrimaryColor p:last-child {
    margin-bottom: 0;
}

.bgPrimaryColor {
    background-color: #f9f9f9;
    color: #fff;
}

section ul.timeline > li:nth-child(2n+1) .icon::after {
    margin-left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(61px);
    -o-transform: translateY(-50%) translateX(-50%) translateX(61px);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(61px);
    transform: translateY(-50%) translateX(-50%) translateX(61px);
}

section ul.timeline > li:nth-child(2n+1) .icon::after, section ul.timeline > li:nth-child(2n+1) .icon::before {
    left: 100%;
    /* margin-left: 5px; */
}

section ul.timeline > li .icon::after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    /* box-shadow: 0 0 0 6px #000; */
    top: 50%;
    background-color: #000;
}

section ul.timeline > li:nth-child(2n) {
    padding-right: 40px;
    text-align: right;
}

section ul.timeline > li {
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  width: 50%;
}

section ul.timeline > li:nth-child(2n)::before {
    right: -20px;
}

section ul.timeline > li .icon, section ul.timeline > li::after, section ul.timeline > li::before {
    position: absolute;
    top: 4.6em;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    display: block;
    /* background-color: #f9f9f9; */
}

section ul.timeline > li:nth-child(2n) {
    text-align: right;
}

section ul.timeline > li:nth-child(2n) .icon {
    right: 0;
    -webkit-transform: translateY(-50%) translateX(100%) translateX(61px);
    -o-transform: translateY(-50%) translateX(100%) translateX(61px);
    -ms-transform: translateY(-50%) translateX(100%) translateX(61px);
    transform: translateY(-50%) translateX(100%) translateX(61px);
}

section ul.timeline > li:nth-child(2n)::before {
    right: -10px;
    background: #fff;
}

section ul.timeline > li::before {
    width: 20px;
    height: 20px;
    border-radius: 40px;
    box-shadow: 0 0 0 2px #a6a6a6;
	background: #fff;
}

section ul.timeline > li:nth-child(2n) .icon::after, section ul.timeline > li:nth-child(2n) .icon::before {
    right: 100%;
    margin-right: 5px;
}
.testimonial-section {
  padding: 93px 0;
}
.app-develop{
background:url(../images/design/bg-1.jpg);
background-repeat:no-repeat;
   background-size: cover;
}
section ul.timeline > li .icon::before {
    /* position: absolute; */
    /* content: ''; */
    /* display: block; */
    /* height: 1px; */
    /* width: 55px; */
    /* top: 50%; */
    /* background-color: rgba(0, 0, 0, .8); */
}

section ul.timeline > li:nth-child(2n) .icon::after {
    margin-right: 0;
    -webkit-transform: translateY(-50%) translateX(50%) translateX(-61px);
    -o-transform: translateY(-50%) translateX(50%) translateX(-61px);
    -ms-transform: translateY(-50%) translateX(50%) translateX(-61px);
    transform: translateY(-50%) translateX(50%) translateX(-61px);
}

section ul.timeline > li:nth-child(2n) .icon::after, section ul.timeline > li:nth-child(2n) .icon::before {
    right: 100%;
    /* margin-right: 5px; */
}

section ul.timeline > li .icon::after {
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    /* box-shadow: 0 0 0 6px #fff; */
    top: 50%;
    background-color: #0E7AFE;
}
.icons {
  max-width: 60px;
}
.timeline h3 {
  color: #0a9ce5;
  font-size: 21px;
  text-transform: capitalize;
}
.newsletter h3 {
  color: #1199e8;
  font-size: 26px;
}
.newsletter p {
  color: #343737;
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-top: 20px;
  vertical-align: middle;
}
.newsletter h1 {
  display: inline-block;
   letter-spacing: 1px;
  vertical-align: middle;
}
.subscribe-wrap {
  margin: 10px auto 0;
  max-width: 100%;
  width: 100%;
}

.subscribe-input-box {
  border-radius: 17px;
  box-shadow: 0 0 11px #d9d9d9 inset;
  display: inline;
  height: 50px;
  margin: 0 7px 20px;
  max-width: 300px;
    border-color:#d9d9d9;
}
.subscribe-btn {
  background: #1fa5ee none repeat scroll 0 0;
  border: medium none;
  border-radius: 13px;
  box-shadow: none;
  display: inline;
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  margin: -4px 7px 0;
  max-width: 140px;
  padding: 0 12px 0 10px;
  resize: none;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  width: 100%;
}
.subscribe {
  padding-bottom: 50px;
  margin-top: 50px;
}
.people-img {
  height: 100%;
  left: -94px;
  margin-top: 100px;
  position: absolute;
  top: 0;
  width: auto;
}
.how-dt-work{
position:relative;
}
.whydt-img .img-responsive {
  max-width: 100%;
}
/*--design--*/
.design-banner-content .small-title {
  color: #343434;
  font-weight: 300;
  font-size: 55px;
     text-transform: lowercase;
}
.design-banner-content {
  display: inline-block;
  vertical-align: top;
  margin-top: 100px;
}
.wire-framing {
  background-position: center center!important;
  background-size: cover!important;
  padding: 80px 0;
  background-repeat: no-repeat;
}
.white-color {
  color: #fff;
 
}
.wire-framing .heading::before {
  border: 3px solid rgba(20,100,153,0.2);

}
.left-icon img {
  width: 100%;
  max-width: 150px;
}
.left-icon {
  margin-top: 50px;
}
.right-side {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 55px;
}
.black-color {
  color: #343737;
}
.prototyping-text {
  /* padding: 0 200px 0 0; */
}
.protype {
  margin-bottom: 50px;
}
.portfolio-section {
  margin-top: 30px;
}

/*--development--*/
.banner-content {
  display: inline-block;
  margin-top: 150px;
  width: 100%;
  padding: 0 68px;
   text-align:left;
}
.banner-content p {
  font-size: 26px;
  line-height: 36px;
}
.banner-content  h2 {
  text-transform: uppercase;
 
}

/*--data-analytics--*/
.data-analytics-header  .navbar-nav li  a {
  color: #fff;
}
.scrolled  .navbar-nav li  a {
  color: #555;
}

.scrolled  .data-analytics-header .request-quote::before {
  background: #029fe1 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(1);
  transform-origin: 50% 50% 0;
   -moz-transform: scaleY(1);
  -moz-transform-origin: 50% 50% 0;
   -webkit-transform: scaleY(1);
  -webkit-transform-origin: 50% 50% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.scrolled  .data-analytics-header .request-quote {
  background: #0082b8;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  position: relative;
  transform: perspective(1px) translateZ(0px);
   -moz-transform: perspective(1px) translateZ(0px);
    -webkit-transform: perspective(1px) translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
  color:#fff!important;
}
.scrolled .data-analytics-header  .request-quote:hover::before, .request-quote:focus::before, .request-quote:active::before {
  transform: scaleY(0);
   -webkit-transform: scaleY(0); 
   -moz-transform: scaleY(0);
}
.nav-logo{
	display:none;
}
.scrolled  .nav-logo{
	display:block;
}

.scrolled .top-logo{
	display:none;
}
.scrolled .data-analytics-header .active > a, .scrolled .data-analytics-header.active > a:hover, .scrolled .data-analytics-header .active > a:focus {
  background: transparent none repeat scroll 0 0;
  border-bottom: 2px solid #029fe1;
  color: #029fe1;
}

.scrolled .data-analytics-header  .nav.navbar-nav.navbar-right a:hover, .scrolled .data-analytics-header  .nav.navbar-nav.navbar-right a:focus  {
  color:#029fe1;
 /* border-bottom:2px solid #029fe1; */
}
.data-analytics-header .active > a, .data-analytics-header.active > a:hover, .data-analytics-header .active > a:focus {
  background: transparent none repeat scroll 0 0;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.data-analytics-header .dropdown-menu > li > a {
color: #333!important;
}
.data-analytics-header .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  background-color: #337ab7;
  color: #fff!important;
  border:none!important;
}
.data-analytics-header  .nav.navbar-nav.navbar-right a:hover,.data-analytics-header  .nav.navbar-nav.navbar-right a:focus  {
  color: #fff;
 /* border-bottom:2px solid #fff; */
}
.data-analytics-header .request-quote {
  background: #fff;
	color:#029fe1!important;
}
.data-analytics-header .request-quote::before {
  background: #fff;
	color:#029fe1;

}

.data-analytics-header .request-quote:hover, .request-quote:focus {
  background:  #fff!important;
  	color:#029fe1!important;
}
.banner-heading {
  font-size:55px;
  text-transform: uppercase;
}
.data-analytics {

  padding: 0 200px 0 0;
 
}
.data-analytics p {
  font-size: 30px;
  line-height: 44px;
  padding-right: 41px;
}
.icon-img  img {
  max-width: 100%;
}
.company-work li {
  font-size: 20px;
  margin-bottom: 13px;
}
.company-work {
  margin-top: 50px;
padding:0;
}
  .app-impact {
  background: #f8f9f7 none repeat scroll 0 0;
  padding: 30px 0;
}
.analytics {
  background: url(../images/data-analytics/bg-2.png);
  background-size: cover;
  background-position: center;
  padding: 40px 0;

}
.customer{
  background: url(../images/data-analytics/bg-3.png);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.data-analytics-content > p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
.content p {
  font-size: 20px;
  line-height: 30px;
}
.service-heading {
  line-height: 45px;
}
.service p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.service {
    background: #e1e1e1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#e1e1e1, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e1e1e1, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e1e1e1, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e1e1e1, #fff); /* Standard syntax */
	 padding: 100px 0;
}
.right-content {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
    margin-bottom: 50px;
}
.left-side {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.right-content p {
  color: #5c5c5d;
 
    font-size: 17px;
  line-height: 28px;
  height: 100px;
  padding-right: 52px;
}
.work-process {
  padding: 50px 0;
}
.marketing-content {
  background: #2483c3 none repeat scroll 0 0;
  color: #fff;
  font-size: 21px;
  padding: 70px 0;
  line-height: 30px;
}
.marketing-content p {
  margin-bottom: 30px;
}
.marketing-content span {
  text-transform: uppercase;
  font-weight: 600;
}
.dt-follows {
  background:#fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
   padding-top: 50px;
   padding-bottom: 20px;
}
.dt-list li {
  color: #5c5c5d;
  font-size: 20px;
  list-style: outside none none;
  margin: 20px 0;
}
.dt-list  ul {
  padding: 0;
}
.dt-list {
  margin-top: 30px;
}
.dt-list span {
  color: #029fe1;
  margin-right: 10px;
}
.dt-logo img {
  max-width: 300px;
}
.left-side img {
  max-width: 75px;
}
.right-content h3 {
  margin-top: 0;
}

.dt-marketting {
  background: url(../images/marketing/bg-5.png);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding:100px 0;
}
.dt-marketting p {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 40px;
}
.marketting-banner h3 {
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 41px;
  margin-top: 0;
}
.marketting-banner h1 {
  margin-bottom: 0;
}
.marketting-banner h1 {
  margin-bottom: 0;
  line-height: 26px!important;
}

/*--contact--*/

.contact-content {
  margin-top: 100px;
}
.contact-content p {
  font-size: 20px;
 line-height: 26px;
}
.get-in-touch {
  /* background: rgba(0, 0, 0, 0) url("../images/contact/map.png") no-repeat scroll center center / cover ; */
   padding: 30px  10px 0;
    margin: 20px 0;
	background:#029FE1;
	display:inline-block;
	width:100%;
}
.contact-content {
  margin-top: 70px;
}
/* .contact-form { */
  /* background: #fff none repeat scroll 0 0; */
  /* border-radius: 5px; */
  /* border-top: 5px solid #0e76bc; */
  /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.21); */
  /* display: inline-block; */
  /* margin-top: 20px; */
  /* max-width: 700px; */
  /* padding: 30px 30px 50px; */
  /* position: relative; */
  /* right: -45%; */
  /* top: -90px; */
  /* width: 100%; */
/* } */

.contact-form {
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px 30px 50px;
  width: 100%;
}
.contact-form h3 {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 20px;
  margin-top: 0;
}
 /* .contact-form .form-control { */
  /* border-left: medium none; */
  /* border-radius: unset; */
  /* border-right: medium none; */
  /* border-top: medium none; */
  /* box-shadow: unset; */
  /* height: 44px; */
   /* font-size: 16px; */
/* } */

.contact-form .form-control {
  border-left: medium none;
  border-radius: unset;
  border-right: medium none;
  border-top: medium none;
  box-shadow: unset;
  font-size: 16px;
  height: 44px;
  background: none;
  color: #fff;
  font-weight:bold;
  padding:0;
  border-bottom: 2px solid #fff;
}
.contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity:0.5;
}
.contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity:0.5;
}
.contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity:0.5;
}
.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
opacity:0.5;
}
.contact-form .form-control::-moz-placeholder {
  color: #fff;
opacity:0.5;
}
/* .contact-form .form-control { */
  /* border-radius: unset; */
  /* box-shadow: unset; */
  /* height: 44px; */
  /* font-size: 16px; */
/* } */

.contact-form textarea{
height:auto!important;
resize:none;
border:2px solid #fff!important;
margin-top:30px;
padding:10px!important;
}
/* .submit-btn { */
  /* background: #0e76bc; */
  /* border: medium none; */
  /* color: #fff; */
  /* font-size: 20px; */
  /* padding-top: 10px; */
  /* text-transform: uppercase; */
  /* width: 100%; */
  /* transition:all 0.5s ease-in-out; */
/* } */
.submit-btn {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: unset;
  color: #fff;
  font-size: 20px;
  max-width: 114px;
  padding-top: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;font-weight:bold;
}
.submit-btn:hover, .submit-btn:focus, .submit-btn:active{
	
	background:#005188;
	color:#fff;
} 
.contact-address {
  background: rgba(0, 0, 0, 0) url("../images/contact/map-2.png") no-repeat ;
  background-position:center;
}
.contact-info p {
  font-size: 16px;
}
.icon-gif img {
  max-width: 50px;
}
/*--blog--*/
.home-banner .blog-text {
  font-size: 20px;
  line-height: 30px;
}
.blog-left {
  background: #029fe1 none repeat scroll 0 0;
  padding: 20px;
  text-align:center;
}
.blogs {
  margin-top: 40px;
  padding: 50px 0;
}
.subscribe-form p {
  font-size: 14px;
  margin-bottom:20px;
}
.subscribe-form .form-control {
  border: medium none;
  border-radius: unset;
  box-shadow: unset;
    height: 37px;
	font-size: 12px;
}
.subscribe-button {
  background: #fff none repeat scroll 0 0;
  color: #029fe1;
    padding-top: 5px;
  text-transform:capitalize;
   font-size: 18px;
}
.tags .form-control {
	border-color: #029fe1;
	border-radius: 50px;
	box-shadow: unset;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	padding: 4px 0;
	text-align: center;
	text-transform: capitalize;
	vertical-align: middle;
	width: 100%;
	max-width: 80px;
}
.inner-blog img {
 width: 100%;
 margin-bottom: 20px;
}
.tags .form-group {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}
.date {
  color: #646464;
  font-style: italic;
}
.latest-post p {
  font-size: 16px;
}
.latest-post h4 {
  font-weight: 500;
}
.tags {
  margin-top: 30px;
}
.latest-post {
  margin-top: 25px;
}
.blog-inside-content {
  margin-bottom: 50px;
}
.blog-inside-content img {
  width: 100%;
}
.pagination > li > a, .pagination > li > span {
  border: none;
padding: 6px 7px;
}
.pagination .next > a {
  background: #029fe1 none repeat scroll 0 0;
  border-radius: 50px!important;
  color: #fff;
    padding: 5px 11px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: transparent;
  border-color: transparent;
  color: #029fe1;

}
.next span {
  font-size: 16px;
  line-height:0;
}
.pagination {
  margin: 0 ;
  width: 100%;
}
.blog-pagination {
  float: right;
}

.quote-leftside p {
  font-size: 22px;
  line-height: 36px;
}
.quote-leftside {
	padding-right: 100px;
	padding-top: 130px;
}
.get-quote {
  margin-top: 0;
}
/*--product-strategy--*/

.product-strategy-banner .small-title {
  color: #5c5c5d;
  font-size: 40px;
  text-transform: capitalize;
}
.product-strategy-img .img-responsive {
  max-width: 350px;
}
.product-strategy-img {
  margin-bottom: 50px;
}
.product-strategy-work {
  margin-top: 50px;
}
.customers{
background:url(../images/bg.png);
background-size:cover;
background-repeat:no-repeat;
}

.mvp {
  /* margin-bottom: 20px; */
}
.product-strategy-banner h2 {
  line-height: 47px;
  color: #000;
  font-size:39px;
}
.service-banner p {
  font-size: 26px;
   margin-top: 30px; 
  line-height: 39px;
}
.text {
  padding:50px 0;
      /* border-bottom: 1px solid #eee; */
}
.text-line h1 {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 1px;
   margin-top: 10px;
}
.text-line {

 

 
}
.text-line{
 width: 900px;
 height: 200px;
 margin:auto;
 border: 3px solid #19A9E5;
 position:relative;
 padding:30px  0;
}
.text-line::after {
 width: 100px;
 left: -3px;
 background: white;
 position: absolute;
 display: block;
 content: "";
 top: -3px;
 height: 100px;
}
.text-line::before {
 width: 100px;
 right: -3px;
 background: white;
 position: absolute;
 display: block;
 content: "";
 bottom: -3px;
 height: 100px;
}

.paragraph {
  padding: 50px 0;
  text-align: center;
}
.paragraph {
  padding: 80px 0;
  text-align: center;
  background: #029FE1;
  margin-top:50px;
}
.paragraph-content p {
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 50px;
  margin:0;
}
.left-quote  img {
  max-width: 50px;
  position: relative;
  top: -23px;
  left: -10px;
}
.right-quote  img {
  max-width: 50px;
  transform: rotate(180deg);
  top: 15px;
  position: relative;
  left: 10px;
}
.data {
  font-size: 44px;
  /* font-weight: bold; */
  margin-top: 30px;
}
.marketing-content h1 {
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 1px;
}

/*--portfolio--*/

.portfolio-banner p {
  font-size: 22px;
}
.wave-note {
  background: rgba(0, 0, 0, 0) url("../images/portfolio/wave-bg.jpg") no-repeat scroll 0 0 / cover ;
  background-position:center;
  padding: 50px 0 0;
}
.app-img {
  position: relative;
  top: 5px;
}
.app-img img {
  width: 100%;
}
.app-content {
  margin-top: 70px;
  padding-left: 50px;
}
.portfolio-content {
  margin-top: 20px;
}
.portfolio-content p {
	font-size: 16px;
	line-height: 40px;
}
.app-btns {
  margin-top: 20px;
}
.app-btns img {

  max-width: 150px;
}
.app-btns  a {
  display: inline-block;
    margin-right: 15px;
  vertical-align: middle;
}
.santa-banta-app {
  background: rgba(0, 0, 0, 0) url("../images/portfolio/santa-banta-bg.png") no-repeat scroll 0 0 / cover ;
  background-position:center;
  padding: 50px 0 0;
  position: relative;
    z-index: 9;
}
.pandayg-app {
  background: rgba(0, 0, 0, 0) url("../images/portfolio/panday-g-bg.png") no-repeat scroll 0 0 / cover ;
  background-position:center;
  padding: 50px 0 0;
  position: relative;
    z-index: 9;
}
.app-logo {
  display: inline-block;
  max-width: 80px;
  padding-right: 10px;
  vertical-align: middle;
}
.just-thanks{
 background: rgba(0, 0, 0, 0) url("../images/portfolio/just-thanks-bg.png") no-repeat scroll 0 0 / cover ;
  background-position:center;
  padding: 50px 0 0;
  position: relative;
    z-index: 9;
}
.img-overlay  img {
  width: 100%;
}
.filter-list li {
  display: inline-block;
  font-size: 18px;
  margin: 0 30px 0 0;
  cursor:pointer;
  text-align: left;
  color:#555555;
}
.filter-portfolio {
  padding: 30px  0;
}
.filter-list {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 25px;
  padding: 10px 0;
}
.portfolio-section img {
  width: 100%;
}
.mb-40 {
  margin-bottom: 30px;
}
.mixitup-content .mix {
  display: none;
}
.filter.active {
color:#029fe1;
}
.filter-list li:hover{
color:#029fe1;

}

/*---project-management---*/

.project-management p {
  font-size: 30px;
  line-height: 45px;
  margin-top: 20px;
}
.project-management-img img {
	max-width: 420px;
}
.project-management-img {
	padding-bottom: 50px;
}

.project-content p{
    font-size: 16px;
    height: 200px;
}
.whydt-portfolio {
	padding-bottom: 20px;
}
.app-portfolio {
	background: #029fe1;
	padding: 50px 0;
}
.intl-tel-input .country-list {

	overflow-x: hidden;
}
.intl-tel-input {

	width: 100%;
}
.iti-flag {

	box-shadow: 0px 0px 1px 0px #888; 
	
}
.intl-tel-input .selected-flag .iti-arrow {

	border-top: 4px solid #fff;
}
	.approachAnimation {
	float: left;
	width: 100%;
	position: relative;
	background: url("../images/greyPath.png") center 114px no-repeat;
}
.approachBall {
	 background: url("../images/circle.png") center bottom no-repeat;
	max-height: 3519px;
	display: block;
	min-height: 16px;
}
#scrollLine {
	background: url("../images/redPath.png") center 2px no-repeat;
	height: 0;
	max-height: 3522px;
	position: relative;
}
.quote .modal-body {
	position: relative;
	padding: 0;
	width: 100%;
	display: inline-block;
}
 .modal {
	padding:0!important;
	z-index: 9999999;

}
 .modal-dialog {
	width: 100%;
	
	margin: 0px;
}

.quote .get-quote{
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	border-top: 5px solid #0e76bc;
	display: inline-block;
	max-width: 400px;
	padding: 20px;
	position: relative;
	right: -90px;
	width: 100%;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.21);
	margin-top: 100px;
}
.quote .get-quote .form-control {
	border-left: medium none;
	border-radius: unset;
	border-right: medium none;
	border-top: medium none;
	box-shadow: unset;
}
.quote .get-quote .submit-btn {
	background: #0e76bc;
	border: medium none;
	color: #fff;
	font-size: 20px;
	padding-top: 5px;
	text-transform: uppercase;
	width: 100%;
	max-width:100%;
	transition: all 0.5s ease-in-out;
}

.quote .get-quote .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
  opacity:0.5;
}
.quote .get-quote .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #555;
  opacity:0.5;
}
.quote .get-quote .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #555;
  opacity:0.5;
}
.quote .get-quote .form-control:-moz-placeholder { /* Firefox 18- */
  color: #555;
opacity:0.5;
}
.quote .get-quote .form-control::-moz-placeholder {
  color: #555;
opacity:0.5;
}
/* .quote { */
	/* padding-bottom: 100px; */
	/* height: 100vh; */
/* } */
.modal-content {
	/* height: 100vh; */
}
.icon {
	/* text-align: right; */
}
.process-right {
	text-align: left;
}
/* #freeze-requirement { */
	/* margin-top: 70px; */
	/* text-align: left; */
/* } */
/* #dedicated-team { */
	/* margin-top: 50px; */
	/* text-align: left; */
/* } */
/* #project-plan { */
	/* margin-top: 11px; */
/* } */
/* #design-work { */
	/* margin-top: 50px; */
	/* text-align: left; */
/* } */
/* #launch { */
	/* margin-top: 50px; */
	/* text-align: left; */
/* } */
/* #analytics-icon { */
	/* margin-top: 50px; */
	/* text-align: left; */
/* } */

.approachsubLeft .work-approach-left {
	/* margin-top: 50px!important; */
	text-align: right;
}

.approachsubRight .work-approach-right {
	margin-bottom: 50px;
	text-align: left;
}
#plan {
	margin-top: 65px !important;
}
#start-work {
	margin-top: 30px !important;
}
#design {
	margin-top: 30px !important;
}
#support-content {
	margin-top: 50px !important;
}
#wings-icon {
	margin-top: 20px !important;
}
.approachsubRight .approachDiv:last-child {
	height: auto!important; 
}
.read-more {
	font-weight: bold;
	color: #029fe1;
}
.inner-blog h3 {
 font-weight: 600;
 margin-top: 0;
 color: #000;
}
.inner-blog p{
 font-size: 16px;
 color: #000;
}
.blog-image img {
 width: 100%;
 margin-top: 70px;
}
.no-margin {
 margin: 0;
}
.inner-blog h4 {
 font-weight: 600;
 color: #000;
}
.dropdown-menu::before {
	/* background: #fff; */
	content: " ";
	/* width: 10px; */
	/* height: 10px; */
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translatex(-50%);
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.address-content b {
	text-transform: uppercase;
}

.contactError {
    color: yellow;
}
.subscribeErrorMessage,.quoteErrorMessage {
   color: red;
}