body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif!important;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}


/*@media (min-width:1300px) and (max-width: 1920px) {
.container {
    width: 1520px;
    max-width: 1300px;
}
}
@media (min-width:250px) and (max-width: 1300px) {
.container {
    width: 100%;
    max-width: 100%;
}
}*/

.clear {
	clear:both;
}

.main_bg {
    overflow-x: hidden;
}

a:hover {
	text-decoration:none;
}






/**********************************************HOME PAGE**********************************************/
.main_bg {
	/*background-image: url(../images/bg_main.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
	    position: relative;
}
.bg_rectangle {
	/*background-image: url(../images/bg_rect.png);*/
	background-repeat: no-repeat;
	background-position: center top;
	height: 1174px;
	width: 100%;
	position:relative;
	z-index:9;
	padding: 60px 0 0;
}
.bg_triangle1 {
    background-image: url(../images/bg_triangle.png);
    background-repeat: no-repeat;
	background-size: 100% auto;
    height: 300px;
    width: 330px;
    position: absolute;
    left: -100px;
    top: 410px;
	-webkit-animation: rotation 60s infinite linear;
	-moz-animation: rotation 60s infinite linear;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(360deg);
		}
}
@-moz-keyframes rotation {
		from {
				-moz-transform: rotate(0deg);
		}
		to {
				-moz-transform: rotate(360deg);
		}
}
.bg_triangle2 {
    background-image: url(../images/bg_triangle_border.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 315px;
    width: 330px;
    position: absolute;
    left: -150px;
    top: 220px;
    z-index: 99;
	-webkit-animation: rotation 15s infinite linear;
	-moz-animation: rotation 15s infinite linear;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(360deg);
		}
}
@-moz-keyframes rotation {
		from {
				-moz-transform: rotate(0deg);
		}
		to {
				-moz-transform: rotate(360deg);
		}
}
.bg_triangle3 {
    background-image: url(../images/bg_triangle_border2.png);
    background-repeat: no-repeat;
    height: 420px;
    width: 440px;
    position: absolute;
    right: -228px;
    top: 400px;
    background-size: 100% auto;
	-webkit-animation: rotation 25s infinite linear;
	-moz-animation: rotation 25s infinite linear;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(360deg);
		}
}
@-moz-keyframes rotation {
		from {
				-moz-transform: rotate(0deg);
		}
		to {
				-moz-transform: rotate(360deg);
		}
}
.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 48px 0 0;
}
.sidebar li {
    color: #555;
    font-size: 18px;
    font-weight: 300;
    /*border-bottom: solid 1px #ddd;*/
}
.sidebar li a {
	display:block;
    color: #555;
	padding: 12px 25px;
}
.sidebar.open .nav-btn.nav-slider {
    float: right;
    width: 30px;
    margin: 8px 8px 0 0;
    height: 30px;
    /*background-color: #1fa1fb;*/
    text-align: center;
    line-height: 31px;
    border-radius: 26px;
    cursor: pointer;
}
.sidebar li:hover a, .sidebar li.active a {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ea3fd+0,2ad18b+100 */
/*background: #1ea3fd; 
background: -moz-linear-gradient(-45deg,  #1ea3fd 0%, #2ad18b 100%); 
background: -webkit-linear-gradient(-45deg,  #1ea3fd 0%,#2ad18b 100%); 
background: linear-gradient(135deg,  #1ea3fd 0%,#2ad18b 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ea3fd', endColorstr='#2ad18b',GradientType=1 ); 
color: #fff;*/
border-right: solid 5px #1fa1fb;
color: #1fa1fb;
}
.sidebar.open .nav-btn.nav-slider i {
	color: #555;
}

.more_btn {
    font-size: 20px;
}





header, header * {
	transition: all 0.8s ease 0s;
}
header {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
	left: 0;
    padding: 10px 0;
    background-color: #fff;
    /*box-shadow: 0 0 60px #e8e8e8;*/
	box-shadow: 0 0 60px rgb(0 0 0 / 10%);
}
header .container {
    position: relative;
}
.fixed-header {
	background-color: rgba(255, 255, 255, 1);
	position:fixed;
	width:100%;
	top:0;
	left:0;
	transition: all 0.8s ease 0s;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 8px 0;
}
.fixed-header .nav-btn.nav-slider span {
    background-color: #1da4fe;
}
header.fixed-header a.navbar-brand.logo {
    visibility: visible!important;
}
.logo {
	float:left;
	transition: all 0.8s ease 0s;
}
/*a.navbar-brand.logo img {
    width: 180px;
}*/
.menu_section {
    float: right;
}
ul.main_menu {
    float: right;
    list-style: none;
	    margin: 0;
}
ul.main_menu li {
    display: inline-block;
    padding: 0 12px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
	    /*position: relative;*/
}
ul.main_menu li a {
    color: #2c3847;
    padding: 15px 0;
    display: block;
}
ul.main_menu li a:hover {
    opacity: 0.6;
}
.mail_touch {
    padding-left: 0!important;
}

.mail_touch a i {
    margin: 0 8px 0 0;
}
.mail_touch a {
    padding: 0px 5px 0px 15px!important;
    border-left: solid 1px #ccc;
    border-radius: 0;
    transition: all 0.4s ease 0s;
}
.mail_touch a * {
    transition: all 0.1s ease 0s;
}
.mail_touch a:hover {
	color: #00A3F0;
	opacity: 1!important;
}
.service_menu {
    position: relative;
}

.sub-menu {
    position: absolute;
    width: 550px;
    top: 50px;
    left: -180px;
    display: none;
    z-index: 1;
    padding: 15px 15px;
    background: #0098ed;
    text-align: left;
}
.sub-menu li {
    display: inline-block!important;
    width: 48%;
}
ul.main_menu li:hover > .sub-menu {
  display: block;
}
.sub-menu li a {
    padding: 10px 10px!important;
    display: block;
    color: #fff!important;
}
.megamenu_wrapper {
	display:none;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0px;
    z-index: 1;
        padding: 15px 15px;
    background: #fff;
    text-align: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.megamenu_wrapper section li.menu-item {
    display:block;
}
.megamenu_wrapper section li.menu-item a {
    position: relative;
    padding: 15px 0 15px 50px;
    font-weight: 400;
    font-size: 15px;
}
.megamenu_wrapper section li.menu-item a img {
    width: 45px;
    position: absolute;
    left: 0;
    top: 9px;
}
.megamenu_wrapper article {
    position: relative;
}
/*.megamenu_wrapper article:before {
    position: absolute;
    right: 149px;
    top: -47px;
    content: "";
    background-image: url(../images/virtualteam/main_page/menu_pointer.png);
    width: 47px;
    height: 33px;
    background-size: 100% auto;
}*/
.megamenu_wrapper article:before {
    position: absolute;
    right: 295px;
    top: -42px;
    content: "";
    background-image: url(../images/virtualteam/main_page/menu_pointer.png);
    width: 200px;
    height: 27px;
    background-size: 37px auto;
    background-repeat: no-repeat;
    background-position: 70px bottom;
}
ul.main_menu li:hover > .megamenu_wrapper {
  display: block;
}
.megamenu_wrapper section:after {
    background-color: #c5d1d9;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.megamenu_wrapper section.menu_last:after {
    display:none;
}
.mobile_menu {
	display: none;
}

.service_menu {
    position: relative;
}
.megamenu_wrapper.service_megamenu {
    width: 650px;
    left: -100%;
}
.megamenu_wrapper.service_megamenu article:before {
    position: absolute;
    right: auto;
    top: -42px;
    content: "";
    background-image: url(../images/virtualteam/main_page/menu_pointer.png);
    width: 55px;
    height: 27px;
    background-size: 37px auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    left: 85px;
}
.service_megamenu li img {
    width: 30px!important;
}





/**********************NAV TOGGLE & POPUP**********************/

nav.nav {
    float: right;
}
.toggle-menu:focus{
	outline:none;
}
.toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 30px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 50px;
    z-index: 1110;
    margin: 12px 0 0;
}
.toggle-menu span {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 38px;
}
.toggle-menu span:before, .toggle-menu span:after {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}
.toggle-menu span:before {
  top: -10px;
}
.toggle-menu span:after {
  top: 10px;
}
.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  background-color: #fff;	
  transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}





#menu, #submenu {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0098ed+0,00d6ff+100 */
background: #0098ed; /* Old browsers */
background: -moz-linear-gradient(45deg,  #0098ed 0%, #00d6ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #0098ed 0%,#00d6ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #0098ed 0%,#00d6ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098ed', endColorstr='#00d6ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
}
#menu.open, #submenu.open {
  opacity: 1;
  visibility: visible;
}
#menu.open li:nth-child(1), #submenu.open li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#menu.open li:nth-child(2), #submenu.open li:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#menu.open li:nth-child(3), #submenu.open li:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#menu.open li:nth-child(4), #submenu.open li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#menu.open li:nth-child(5), #submenu.open li:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#menu.open li:nth-child(6), #submenu.open li:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#menu.open li:nth-child(7), #submenu.open li:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#menu.open li:nth-child(8), #submenu.open li:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#menu.open li:nth-child(9), #submenu.open li:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#menu.open li:nth-child(10), #submenu.open li:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#menu.open li, #submenu.open li {
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
#menu ul:hover a, #submenu ul:hover a {
  opacity: 0.5;
}
#menu ul a, #submenu ul a {
  -webkit-transform: translateZ(0);
  transition: opacity 0.3s ease-in-out;
}
#menu ul a:hover, #submenu ul a:hover {
  opacity: 1;
}
#menu .main-nav, #submenu .sub_nav {
  position: relative;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#menu .main-nav ul, #submenu .sub_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .main-nav a, #submenu .sub_nav a {
  color: #ffffff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#menu .main-nav a:first, #submenu .sub_nav a:first {
  padding-top: 0;
}
#menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu .menu-footer ul li {
  margin: 0 1rem;
  color: #fff;
  text-transform: uppercase;
}
#menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto 10px;
  border: solid 1px #fff;
  background-position: center;
    background-repeat: no-repeat;
}
.menu_fb a {
	background-image: url(../images/sc_icon_fb.png);
}
.menu_twitter a {
	/*background-image: url(../images/sc_icon_tr.png);*/
	background-image: url(../images/sc_icon_tr2.png);
}
.menu_linkedin a {
	background-image: url(../images/sc_icon_in.png);
}
ul.social_media {
    margin: 30px 0 0;
}
ul.social_media li {
    display: inline-block;
    margin: 0 5px 0 0;
}
ul.social_media li a {
    display: block;
    width: 50px;
    height: 50px;
    border: solid 1px #868688;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #868688;
}
ul.social_media li a i {
    margin: 14px 0 0;
}
/*****************NAV TOGGLE POPUP*****************/




























.banner_image {
    margin: 130px 0 0;
}
.banner_content h3 {
    color: #25c89a;
    font-size: 70px;
    font-weight: 700;
}
.banner_content p {
    font-size: 20px;
    font-weight: 300;
    color: #8ea1ae;
    line-height: 40px;
	padding: 0 90px 0 15px;
	text-align: justify;
}
.banner_content {
    margin: 250px 0 0;
}
ul.dev_wrapper {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 770px;
}
ul.dev_wrapper li {
    display: inline-block;
    color: #14a5aa;
    font-weight: 600;
}
ul.dev_wrapper li a {
    display: block;
    padding: 2px 15px;
    position: relative;
    color: #14a5aa;
}
ul.dev_wrapper li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    height: 65%;
    background-color: #7c8085;
    width: 1px;
    opacity: 0.6;
}
ul.dev_wrapper li:last-child a:after {
    display: none;
}
.banner_image h3 {
    position: absolute;
    top: -20px;
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    left: 400px;
    white-space: nowrap;
    text-shadow: 3px 3px 5px #ced6db;
    line-height: 65px;
}
.banner_image img {
    position: relative;
    z-index: 9;
}
.banner_image h3 span {
    display: block;
    margin: 0 0 0 230px;
}
.explore h4 {
    font-size: 48px;
    font-weight: 200;
    color: #40596b;
    background-color: #ecf3f7;
    float: left;
    position: relative;
    z-index: 9;
    padding: 0 8px 0 0;
}
.explore h4 strong {
    font-weight: 700;
    color: #796bf9;
}
.explore span {
    border-top: dashed 2px #000;
    display: block;
    position: relative;
    top: 33px;
	width: 90%;
}
.explore {
    padding: 0 0 0 20px;
}
.explore a {
    float: right;
    width: 60px;
    height: 60px;
    border: solid 3px #fff;
    border-radius: 50%;
}
.explore a {
    float: right;
    width: 60px;
    height: 60px;
    border: solid 3px #40596a;
    border-radius: 50%;
    background-image: url(../images/right-arrow_dark.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
    background-color: #fff;
    transition: all 0.7s ease 0s;
    position: relative;
}
.explore:hover a {
    transform: rotate(90deg);
	/*background-color:rgba(0, 0, 0, 0.3);*/
}










.our_aim {
    margin: -445px 0 0;
    position: relative;
    z-index: 9;
}
.aim_content {
    margin: 140px 0 0;
}
.aim_content h3 {
    color: #40596a;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 30px;
}
.aim_content p {
    font-size: 16px;
    font-weight: 300;
    color: #485679;
    line-height: 36px;
    text-align: justify;
}
.aim_content .explore {
    padding: 0 0;
    width: 280px;
}
.aim_content .explore a {
    border: solid 3px #40596a;
    background-color: #fff;
    background-image: url(../images/right-arrow_dark.png);
	position: relative;
}

.service_section section {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 30px;
    box-shadow: 20px 20px 65px #d9dce8;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.service_section article {
	position:relative;
	z-index:9;
	padding: 25px 20px;
	overflow: hidden;
}
.service_section article a:hover {
    text-decoration: none;
}
.service_section article h4 {
    font-size: 18px;
    font-weight: 700;
    color: #40596a;
    text-align: center;
}
.service_section article p {
    font-size: 14px;
    font-weight: 300;
    color: #485679;
    line-height: 22px;
	text-align:center;
	height: 66px;
    overflow: hidden;
}
.icon_round {
    height: 220px;
    width: 220px;
    margin: 0px auto 30px;
	border-radius: 50%;
}
.service_section article .pulse {
	animation-iteration-count: infinite;
}
.service_container {
    position: relative;
    width: 100%;
    padding: 0px 15px;
    top: 0px;
    left: 0px;
	margin: 0 0 30px;
}
.service_container.single {
    margin: 140px 0 0;
}
.icon_box {
    position: relative;
	margin: 0 0 50px;
}
.lightgreen {
	background-color: #dff8ee;
}
.lightblue {
	background-color: #e2f7ff;
}
.lightyellow {
	background-color: #fce5cd;
}





/***********************MOBILE_APP_ICON***********************/
#mob1 {
    position: absolute;
    top: 20px;
    left: 48px;
	z-index: 99;
}
#mob2 {
    position: absolute;
    top: 50px;
    left: 100px;
	z-index: 9;
}
#mob3 {
    position: absolute;
    top: 125px !important;
    left: 150px;
	z-index: 9;
}
#mob4 {
    position: absolute;
    right: 60px;
    bottom: -26px;
	z-index: 9;
}
#mob5 {
    position: absolute;
    bottom: 0;
    right: 55px;
}
#mob6 {
    position: absolute;
    top: -22px;
    right: 5px;
    z-index: 99;
}
#mob7 {
    position: absolute;
    left: 25px;
    bottom: 25px;
}
#mob8 {
    position: absolute;
    right: 10px;
    bottom: 60px;
}


/***********************WEB_DESIGN_ICON***********************/
#web1 {
    position: absolute;
    left: 40px;
    top: 60px;
}
#web2 {
    position: absolute;
    right: 60px;
    top: 101px;
}
#web3 {
    position: absolute;
    top: -15px;
    left: -18px;
}
#web4 {
    position: absolute;
    right: 0px;
    bottom: 125px;
}
#web5 {
    position: absolute;
    bottom: 15px;
    left: 30px;
}
.wobble#web4 {
	animation-iteration-count: infinite;
}




/***********************ONLINEMARKETING_ICON***********************/
#online1 {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 160px;
    z-index: 9;
}
#online2 {
    position: absolute;
    top: 0;
    left: 40px;
    width: 140px;
}
#online3 {
    position: absolute;
    right: -18px;
    top: 30px;
}
#online4 {
    position: absolute;
    top: -15px;
    left: -15px;
}
#online5 {
    position: absolute;
    bottom: 40px;
    left: 30px;
}








.email_subscribe {
    margin: 30px 0 0;
}
.email_subscribe section {
    background-color: #fff;
    box-shadow: 20px 20px 65px #d9dce8;
    border-radius: 10px;
    position: relative;
    padding: 1px 0 30px;
}
.email_subscribe section h3 {
    font-size: 36px;
    color: #40596a;
    font-weight: 300;
	margin: 20px 0 10px 35px;
}
.email_subscribe section h3 span {
    font-weight: 700;
	display:block;
}
.email_subscribe section p {
    color: #8ea1ae;
    font-size: 13px;
    margin: 7px 0 0;
    font-weight: 400;
    font-style: italic;
    opacity: 0.7;
	text-align:center;
}
.email_subscribe section .col-md-5 {
    background-color: #f2f3f7;
	border-radius: 0 10px 10px 0;
}
.email_subscribe section .col-md-7 article {
    padding: 0 30px 0 30px;
    position: relative;
    top: 50px;
}
.email_subscribe section .col-md-7 article input {
    width: 100%;
    padding: 0 80px 0 20px;
    border: none;
    height: 65px;
    font-size: 17px;
    font-weight: 300;
    border-radius: 8px;
}

.send-button {
  position: absolute;
  top: 32px;
  right: 0;
  transform: translate(-50%, -50%);
}

.req_quote {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30e4b7+0,70a4ff+100 */
background: #30e4b7; /* Old browsers */
background: -moz-linear-gradient(45deg,  #30e4b7 0%, #70a4ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #30e4b7 0%,#70a4ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #30e4b7 0%,#70a4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30e4b7', endColorstr='#70a4ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
display: block;
    width: 215px;
    padding: 13px 0;
    border-radius: 50px;
    margin: 24px auto 0;
    color: #fff;
    text-align: center;
}

.req_quote:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30e4b7+0,70a4ff+100 */
background: #70a4ff; /* Old browsers */
background: -moz-linear-gradient(45deg,  #70a4ff 0%, #30e4b7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #70a4ff 0%,#30e4b7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #70a4ff 0%,#30e4b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70a4ff', endColorstr='#30e4b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
color: #fff;
text-decoration: none;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}


@keyframes icon-animation {
  0% {
    transform: rotate(0deg) scale(1);
  }
  33% {
    transform: rotate(-120deg) scale(4);
  }
  66% {
    transform: rotate(-240deg) scale(4);
  }
  100% {
    transform: rotate(-360deg) scale(1);
  }
}
.icon-wrapper-animation {
  animation: icon-animation 1.5s linear;
  transition: color 0.6s ease;
  color: #66bb6a;
}

.clicked {
  transform: translate(-50%, calc(-50% + 1px)) !important;
  transition: transform 0.15s ease;
  /*animation: input-shadow 0.15s ease;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);*/
}
.clicked > .text {
  transform: translateY(1px);
  transition: transform 0.15s ease-out;
}
.send-button {
  background-color: #796bf9;
width: 65px;
height: 65px;
border-radius: 0 8px 8px 0;
  /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);*/
  cursor: pointer;
  user-select: none;
  transition: transform 0.15s;
  /*text-shadow: 1px 2px 1px rgba(77, 9, 36, 0.6);*/
}
.send-button .text {
  position: absolute;
  left: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 1px;
  line-height: 45px;
  font-family: "Roboto";
  font-weight: 700;
  color: #f8bbd0;
  text-transform: uppercase;
}
.send-button .icon-wrapper {
  position: absolute;
  right: -65px;
  bottom: -10px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  line-height: 45px;
  color: #fff!important;
}
.send-button .icon-wrapper [class*="icon-"] {
  position: absolute;
  left: 80px;
bottom: 18px;
padding: 2px 8px;
  transition: color 0.6s ease;
  border-radius:50%;
}
.send-button .icon-wrapper .icon-1 {
  transform: rotate(15deg);
  font-size: 23px;
  font-size: 2.3rem;
  opacity: 1;
}
.send-button .icon-wrapper .icon-2 {
  opacity: 0;
  font-size: 25px;
  font-size: 2.5rem;
}
.airplane {
    display: block;
    width: 44px;
    height: 35px;
    background-image: url(../images/send_button.png);
	background-repeat: no-repeat;
    position: absolute;
    bottom: 25px;
    left: 81px;
}
.icon-2.ion-checkmark {
    background-color: #796bf9;
}
.bottom_bg {
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
	width: 100%;
	padding: 100px 0 0;
}
.testimonial h3 {
    font-size: 36px;
    color: #40596a;
    font-weight: 300;
    background-image: url(../images/testimonial_coma.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 170px 0 0;
}
.testimonial h3 span {
	display:block;
	font-weight:700;
}

.carousel-inner {
    overflow: visible;
}
.carousel article {
	position:relative;
}
.carousel article p {
    background-color: #fff;
    padding: 25px 35px;
    border-radius: 10px;
    box-shadow: 20px 20px 65px #d9dce8;
    font-size: 16px;
    font-weight: 300;
    color: #8ea1ae;
	position: relative;
}














.carousel_indicator {
	background-image: url(../images/carousel_indicator.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 75px;
	position: absolute;
    bottom: -76px;
    left: 0px;
	display: block;
}
.carousel article strong {
    display: block;
    position: relative;
    padding: 30px 0 0 130px;
	font-size: 18px;
    color: #40596a;
}
.carousel article img {
    width: 100px;
    border-radius: 80px;
    border: solid 5px #fff;
    box-shadow: 2px 5px 10px #d9dce8;
    position: absolute;
    left: 18px;
    top: 0px;
}
.carousel article strong span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.carousel-control-prev {
    background-image: url(../images/right-arrow_dark2.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    border: solid 2px #70899A;
    border-radius: 30px;
    background-size: 30px auto;
    background-position: 6px center;
	transform: rotate(180deg);
}
.carousel-control-next {
	 background-image: url(../images/right-arrow_dark2.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    border: solid 2px #70899A;
    border-radius: 30px;
    background-size: 30px auto;
    background-position: 6px center;
}
.carousel_arows {
    width: 25%;
    position: relative;
    float: right;
    margin: 115px 0 0;
}


/*.status_bg .col-md-7 {
    border: solid;
}*/
.status_round {
    height: 390px;
    width: 390px;
    border-radius: 50%;
	position: absolute;
}
.status_round_small {
    height: 100px;
    width: 100px;
    border-radius: 50%;
	position: absolute;
}
.status_round_small.lightgreen {
    background-color: #b4fdda;
    left: 32%;
    top: auto;
    bottom: 20%;
    width: 60px;
    height: 60px;
}
.status_round_small.lightblue {
	background-color: #acdcfa;
	left: 49%;
    top: 3%;
}
.status_round.lightgreen {
	background-color: #b4fdda;
	left: 8%;
    top: 7%;
}
.status_round.lightblue {
    background-color: #acdcfa;
    left: 35%;
    top: 24%;
}
.status_round.pulse {
    animation-iteration-count: infinite;
}
.status_round_small.pulse {
    animation-iteration-count: infinite;
}
.status_bg article {
    width: 75%;
    margin: 130px auto 0;
	min-height: 530px;
}
.status_bg article .col-md-6 {
    padding: 6px 6px;
}
.status_bg article section img {
    width: 110px;
    position: absolute;
    left: 20px ;
    top: 28px ;
	transition: all 0.7s ease 0s;
}
.status_bg article section {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    min-height: 160px;
    padding: 5px 0 0 130px;
	transition: all 0.7s ease 0s;
}
.status_bg article section h3 {
    font-weight: 300;
    color: #769db6;
    font-size: 20px;
	margin: 35px 0 0;
	transition: all 0.7s ease 0s;
}
.status_bg article section h3 strong {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #23c69e;
	transition: all 0.7s ease 0s;
}
#best_place h3 {
    margin: 45px 0 0;
}







.status_box.active section, .status_box:hover section {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cd581+0,23c69f+100 */
background: #2cd581; /* Old browsers */
background: -moz-linear-gradient(left,  #2cd581 0%, #23c69f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2cd581 0%,#23c69f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2cd581 0%,#23c69f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cd581', endColorstr='#23c69f',GradientType=1 ); /* IE6-9 */
   position: absolute;
   right: 6px;
   width: 115%;
   bottom: 6px;
   padding: 5px 0px 0px 180px;
   height: 115%;
}
.status_box.active section img, .status_box:hover section img {
	width: 140px;
}
.status_box.active section h3 strong, .status_box:hover section h3 strong {
    font-size: 50px;
	color:#fff;
}
.status_box.active section h3, .status_box:hover section h3 {
    font-size: 20px;
	color:#fff;
}

.status_box.portfolio.active section, .status_box.portfolio:hover section {
	left: 6px;
	right:auto;
	bottom: 6px;
}
.status_box.likes.active section, .status_box.likes:hover section {
	top: 6px;
	bottom:auto;
	right:6px;
}
.status_box.clients.active section, .status_box.clients:hover section {
	top: 6px;
	bottom:auto;
	right:auto;
	left:6px;
}

.status_image {
    margin: 105px 0 0;
}




footer {
    /*background-image: url(../images/footer_bg.png);*/
	    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: left top;
	position: relative;
	padding: 30px 0 20px;
}
footer.menu-footer {
    background-color: transparent;
}
.get-in-touch h3 {
    margin: 0 0 15px;
    font-size: 17px;
}
.get-in-touch p {
    margin: 0 0 10px;
}
.copyright_wrapper {
    margin: 20px -15px 0;
    padding: 15px 0 0;
    border-top: solid 1px #ddd;
}
.get-in-touch p i.fas.fa-phone {
    transform: rotate(100deg);
}
.connect_with {
    margin: 0 0 60px;
}
.social_icon {
	background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 3px;
	transition: all 0.7s ease 0s;
	position:relative;
	left:0px;
	top:0px;
}
.social_icon.facebook {
    background-color: #3a569d;
	background-image: url(../images/sc_icon_fb.png);
}
.social_icon.linkedin {
    background-color: #0085ae;
	background-image: url(../images/sc_icon_in.png);
}
.social_icon.google {
	background-color: #da4735;
}
.social_icon.twitter {
	background-color: #28c8ff;
	background-image: url(../images/sc_icon_tr2.png);
}
.social_icon i {
    font-size: 25px;
    color: #fff;
    line-height: 53px;
}
.social_icon:hover {
	position:relative;
	left:0;
	top:-10px;
}
.social_icon.facebook {
    box-shadow: 8px 8px 9px #bec4d9;
}
.social_icon.linkedin {
    box-shadow: 8px 8px 9px #bed3d9;
}
.social_icon.google {
    box-shadow: 8px 8px 9px #d9c4be;
}
.social_icon.twitter {
	box-shadow: 8px 8px 9px #bed3d9;
}

.social_icon.facebook:hover {
    box-shadow: 0px 15px 10px #bec4d9;
}
.social_icon.linkedin:hover {
    box-shadow: 0px 15px 10px #bed3d9;
}
.social_icon.google:hover {
    box-shadow: 0px 15px 10px #d9c4be;
}
.social_icon.twitter:hover {
	box-shadow: 0px 15px 10px #bed3d9;
}



.footer_links .col-md-3 {
    width: 25%;
    max-width: 25%;
}
.footer_links h3 {
    font-size: 22px;
    font-weight: 700;
    color: #40596a;
	margin: 0 0 30px 0;
}
.footer_links ul {
    padding: 0;
	margin: 0 0 20px;
    list-style: none;
}
.footer_links li {
    font-weight: 400;
    margin: 0 0 8px;
    font-size: 15px;
}
.footer_links li a {
    color: #778792;
}
.footer_links li a:hover {
    color: #000;
}
.footer_links p {
    color: #778792;
    margin: 0;
    padding: 1px 15px 1px 0;
}
.legal {
    display: flex;
}
ul.legal_links {
    margin: 0;
    display: flex;
    padding: 1px 0 1px 15px;
    justify-content: end;
}
ul.legal_links li {
    margin: 0;
    padding: 0 15px;
}

ul.legal_links li:first-child {
    border-right: solid 1px #778792;
}
.copyright_wrapper {
    margin: 20px -15px 0;
}
.copyright_wrapper {
    margin: 20px -15px 0;
    padding: 15px 0 0;
    border-top: solid 1px #ddd;
}

.pinetech_mask {
	display: none;
    font-size: 255px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 25px;
    text-shadow: 0 0 70px #e5e8f3;
    line-height: 260px;
}
.connect_with {
    margin: 0 0 60px;
    min-height: 55px;
}
.connect_with .container {
    position: relative;
    padding: 0 15px 0 250px;
}
.social_links {
	position: absolute;
    left: 0px;
	/*z-index: 9;*/
}
.mailarow {
	border-bottom: dashed 2px #c8cddd;
	    width: 100%!important;
}
/*.mailarow img {
    float: right;
    position: relative;
    top: -19px;
}*/
.mailarow img {
    float: left;
    position: relative;
    top: -18px;
    transform: rotate(178deg);
    left: -4px;
}
.mail_arow {
    padding: 50px 0 0;
    position: relative;
	width: 100%;
}
.mailarow a {
    position: absolute;
    right: 0;
    top: 12px;
    color: #778792;
    font-size: 14px;
    font-weight: 400;
    display: block;
    background-color: #fff;
}
.mailarow a:hover {
    color: #fff;
    background-color: #45B3F2;
	border: solid 1px #45B3F2;
}

.get-in-touch p {
    padding: 0 0 0 25px;
    margin: 0 0 10px;
    position: relative;
	    font-size: 15px;
}
.get-in-touch p i {
    position: absolute;
    left: 0;
    top: 3px;
}

.email_touch {
    font-size: 14px;
    letter-spacing: 1px;
    color: #2c3847;
    padding: 15px 20px!important;
    border: solid 1px #fff;
    border-radius: 0;
    display: block;
    margin: 10px 0 15px;
    width: 155px;
}
.email_touch i {
    margin: 0 8px 0 0;
}

/**********************************************HOME PAGE_END**********************************************/









/**********************************************ABOUT US**********************************************/
.about-banner{
	background-image:url(../images/about-shape.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:790px;
	background-size:contain;
}
.about-caption {
    margin: 210px 0 0;
}
.about-caption h1 {
    color: #40596a;
    font-size: 62px;
    font-weight: 300;
}
.about-caption h1 span{
	display:block;
    color: #25c89a;
    font-weight: 900;
}
.about-caption p {
    color: #40596a;
    font-size: 15px;
    line-height: 1.7;
	text-align: justify;
}
.about-pic {
    width: 100%;
}
.ab-banner-pic {
    margin: 50px 0 0;
}
.specs img {
    display: block;
}
.specs img {
    display: block;
    margin: -10px 0;
    width: 80px;
}
.specs {
    flex: 1 1 auto;
    margin: 80px 0 0;
    max-width: 80px;
    padding: 0;
}
.about-text h3 {
    color: #40596a;
    font-size: 35px;
    font-weight: 800;
}
.about-text p {
    color: #40596a;
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
	text-align: justify;
}
.about-line span {
    background-color: #08a7dd;
    display: block;
    height: 2px;
    margin: 18px 0 0 15px;
    width: 95%;
}
.right-line span {
    background-color: #08a7dd;
    display: inline-block;
    height: 2px;
    margin: 0;
    width: 190px;
}
.right-line div {
    transform: rotate(90deg);
}
.right-line div {
    display: inline-block;
    transform: rotate(90deg);
    width: 100%;
}
.right-line div {
    height: 50px;
    left: auto;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: rotate(90deg);
    width: 310px;
}
.right-line h6 {
    display: inline-block;
    margin: 0 0 0 6px;
}
.ab-divider{
	background-repeat:no-repeat;
}
#wave-1 {
    background-image: url("../images/wave-1.png");
    background-position: right top;
    height: 509px;
    margin: -170px 0;
}
#wave-2 {
    background-image: url("../images/wave-2.png");
    background-position: left top;
    height: 640px;
    margin: -170px 0;
}
.who-we {
    background-image: url("../images/who-we-are-bg.png");
    background-position: left center;
    padding: 142px 0 60px;
}
.our-aim {
    background-image: url("../images/our-aim-bg.png");
    background-position: right center;
    padding: 100px 0 115px;
}
.team{
	background-image:url(../images/team-bg.png);
	background-position:left center;
	padding: 90px 0 60px;
}
.contet-sec {
    background-repeat: no-repeat;
    background-size: contain;
}
.who-we-pic img, .aim-pic img, .team-pic img {
    width: 100%;
}
.contet-sec h3 {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 35px auto;
    color: #40596a;
    font-size: 35px;
    font-weight: 800;
    padding: 70px 0 0;
}
.who-we h3{
	background-image:url(../images/abt-h3-1.png);
}
.our-aim h3{
	background-image:url(../images/abt-h3-2.png);
}
.team h3{
	background-image:url(../images/abt-h3-3.png);
}
.contet-sec h3 span {
    background-color: #2091da;
    display: block;
    height: 2px;
    margin: 20px 0;
    width: 50px;
}
.contet-sec p {
    color: #40596a;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6;
	text-align: justify;
}
/**********************************************ABOUT US_END**********************************************/

















/**********************************************PRIDUCTS**********************************************/
.products_bg {
	background-image:url(../images/products_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	width: 100%;
	padding: 120px 0 0;
}
.product_banner img {
    width: 100%;
}
.product_intro h3 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    white-space: nowrap;
    /*text-shadow: 3px 3px 5px #ced6db;*/
    line-height: 85px;
	margin: 130px 0 0;
}
.product_intro h3 span {
    color: #25c89a;
    font-size: 60px;
    font-weight: 700;
}
.product_intro p {
    font-size: 18px;
    font-weight: 300;
    color: #8ea1ae;
    line-height: 35px;
	text-align: justify;
	padding: 0 50px 0 0;
}
.products_list {
    padding: 80px 0 80px 50px;
	position:relative;
}
.products_list article {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 50px;
    border-radius: 50%;
    box-shadow: 0 5px 5px #ececec;
    background-color: #fff;
	background-repeat:no-repeat;
	background-position:center center;
	transition: all 0.5s ease 0s;
}
.products_list article:hover {
    box-shadow: 0 15px 25px #ececec;
    margin: -15px auto 0;
}
#icon_accounting {
	background-image:url(../images/product1.png)
}
#icon_educare {
	background-image:url(../images/product2.png)
}
#icon_matrimonial {
	background-image:url(../images/product3.png)
}
#icon_realestate {
	background-image:url(../images/product4.png)
}
#icon_tour {
	background-image:url(../images/product5.png)
}
#icon_inventory {
	background-image:url(../images/product6.png)
}
#icon_businessdirectory {
	background-image:url(../images/product7.png)
}
#icon_jobportal {
	background-image:url(../images/product8.png)
}
#icon_elearning {
	background-image:url(../images/product9.png)
}
#icon_website {
	background-image:url(../images/product10.png)
}
#icon_webporfolio {
	background-image:url(../images/product11.png)
}
#icon_ecommerce {
	background-image:url(../images/product12.png)
}





.products_list article:hover .tooltip {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
}
.products_list article .tooltip {
  background: #2b97f1;
  background: linear-gradient(tint(#2b97f1, 15%), #2b97f1);
  color: tint(#2b97f1, 80%);
}
.products_list article .tooltip:after {
  border-top-color: #2b97f1;
}
/* Tooltips */
.tooltip {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0.8rem 1rem;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  transition: all 0.5s ease;
  z-index: 1;
  color:#fff;
  width: 100%;
text-align: center;
}
.tooltip:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  border: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.products_label {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ddd;
    position: absolute;
    bottom: 160px;
    left: -104px;
    transform: rotate(-90deg);
}
.products_list::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 170px;
    background-color: #40abdf;
    left: 8px;
}.plan_bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#39c2e6+0,127ebd+100 */
background: #39c2e6; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #39c2e6 0%, #127ebd 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #39c2e6 0%,#127ebd 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #39c2e6 0%,#127ebd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39c2e6', endColorstr='#127ebd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
margin: 0 0 65px;
overflow:hidden;
}
.plan_infoimage {
    text-align: center;
	position:relative;
}
#phone {
    position: absolute;
    left: 16%;
    bottom: 5%;
}
#graph {
    display: block;
    margin: 0 auto 0;
    position: relative;
    top: 40px;
	z-index: 9;
}
#pro_banner {
    position: absolute;
    right: 0;
    bottom: -13px;
}
.plan_bg h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
	padding: 60px 0 0;
	margin: 0 0 35px;
}
.plan_bg p {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0 24%;
    font-weight: 300;
}
.plan_bg .explore {
    padding: 0;
    width: 310px;
    margin: 0 auto;
}
.plan_bg .explore span {
    border-color: #fff;
}
.plan_bg .explore a {
    background-color: #127ebd;
    position: relative;
	border: solid 3px #fff;
    background-image: url(../images/right-arrow_white.png);
}
.plan_bg .explore span {
    border-bottom: dashed 2px #fff;
    border-top: none;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
/**********************************************PRIDUCTS_END**********************************************/




/**********************************************SERVICES**********************************************/
.service-banner{
	background-image:url(../images/service-shape.png);
	background-position:right top;
	background-repeat:no-repeat;
	height:745px;
	background-size:contain;
}
.service-banner h1 {
    font-size: 40px;
}
.service-banner h1 span {
    font-size: 65px;
}
.servive-pic {
    margin: 80px 0 0;
}
.service-section h3 {
    background-image: url("../images/service-title.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50px auto;
    color: #40596a;
    font-size: 30px;
    font-weight: 300;
    padding: 70px 0 0;
    position: relative;
}
.service-section h3::after {
    background-color: #17b8f0;
    content: "";
    display: block;
    height: 2px;
    margin: 20px 0;
    position: relative;
    width: 50px;
}
.service-section h3 span{
    font-weight: 800;
}
.service-section p {
    color: #40596a;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
	text-align: justify;
}
#service-1 {
    margin: -50px 0 0;
}
.service-section {
    padding: 0 0 50px;
}
#service-3 .who-we-text {
    margin: 80px 0 0;
}
.ecommerce-pic img {
    width: 100%;
}
.ecommerce-section h3 {
    color: #40596a;
    font-size: 30px;
    font-weight: 300;
    padding: 70px 0 0;
    position: relative;
}
.ecommerce-section h3 span{
    font-weight: 800;
}
.ecommerce-section p {
    color: #40596a;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
}
.ecommerce-section {
    border-top: 1px solid #ddd;
}
.cloud-support {
    background-image: url("../images/cloud-support-resources.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 50px 0;
}
.cloud-support-pic img {
    width: 100%;
}
.cloud-support-text h3 {
    color: #fff;
    font-size: 40px;
}
.cloud-support-text p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}
.cloud-support-text .btn-success {
    background-color: #78ba10;
    border: medium hidden;
    font-size: 18px;
    padding: 15px 45px;
}
.cloud-support-text {
    margin: 50px 0 0;
}
.explore.inner_ex {
    padding: 0 0;
    width: 280px;
}
.explore.inner_ex a {
    border: solid 3px #40596a;
    background-color: #fff;
    background-image: url(../images/right-arrow_dark.png);
    position: relative;
}
.ecommerce-section .btn {
    background-color: rgb(38, 181, 231);
    border: medium none;
    border-radius: 2px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
/**********************************************SERVICES_END**********************************************/



/**********************************************CONTACT US**********************************************/
.contact_bg {
	background-image: url(../images/contact_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 950px;
	padding: 80px 0 0;
}
.contact_fields {
    padding: 0 15px 0 130px;
    margin: 60px 0 0;
	min-height: 750px;
}
.contact_image {
    margin: 0;
}
.contact_fields label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #323232;
	margin: 0;
}
.contact_fields input {
    border: none;
    border-bottom: solid 1px #ccd3da;
    width: 100%;
    background-color: transparent;
}
.contact_fields .form_group {
    margin: 0 0 25px;
}
.contact_fields textarea {
    border: none;
    border-bottom: solid 1px #ccd3da;
    width: 100%;
    background-color: transparent;
	height:120px;
}
.contact_fields h3 {
    font-size: 100px;
    color: #ebeef1;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    white-space: nowrap;
    transform: rotate(-90deg);
    left: -280px;
    top: 275px;
}
.send {
    float: right;
    height: 56px;
    position: relative;
	width: 110px;
	margin: 0 0 20px;
}
.send:hover {
	text-decoration:none;
}
.send span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 56px;
    background-color: #00d3fe;
    border-radius: 50%;
	transition: all 0.5s ease;
}
.send:hover span {
    width: 100%;
    background-color: #00d3fe;
	border-radius: 10px;
}
.send strong {
    display: block;
	float: right;
    position: relative;
    top: 8px;
    color: #323232;
    font-size: 18px;
    font-weight: 700;
    background-image: url(../images/right-arrow_dark.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: 18px auto;
    padding: 0 20px 0 0;
    right: 7px;
    line-height: 30px;
}
.send:hover strong {
	color:#fff;
	background-image: url(../images/right-arrow_white.png);
}
.send strong i {
    font-size: 31px;
    position: relative;
    left: -3px;
    top: -3px;
}
.sidebar .send {
    width: 320px;
}
.contact_fields p {
    font-family: 17px;
    font-weight: 300;
    color: #6A7C8E;
    background-repeat: no-repeat;
    padding: 0 0 0 50px;
    min-height: 42px;
    background-position: left top;
}
.contact_fields p a {
    color: #6A7C8E;
	text-decoration:underline;
}
#phone_no {
	background-image: url(../images/contact_icon1.png);
	line-height: 43px;
}
#email_id {
	background-image: url(../images/contact_icon2.png);
	line-height: 43px;
}
#address {
	background-image: url(../images/contact_icon3.png);
}
.contact_image section {
    width: 621px;
    margin: 165px 0 0;
    float: right;
    position: relative;
    height: 356px;
}#contact_shadow {
	position: absolute;
	left: 0px;
	top: 0px;
}
#contact_cloud {
    position: absolute;
    left: 155px;
    top: 0;
}
#contact_woman {
    position: absolute;
    left: 130px;
    top: -75px;
}
#contact_lady {
    position: absolute;
    bottom: 85px;
    left: 25px;
}
#contact_man {
    position: absolute;
    right: 0;
    bottom: 80px;
}
#contact_map {
    position: absolute;
    top: -70px;
}
#contact_clock {
    position: absolute;
    right: 70px;
    top: -85px;
}

/*@media (min-width:250px) and (max-width: 1635px) {
.contact_bg {
    background-position: 135% top;
}	
}

@media (min-width:250px) and (max-width: 1470px) {
.contact_bg {
    background-position: 165% top;
}	
}

@media (min-width:250px) and (max-width: 1370px) {
.contact_bg {
    background-position: 180% top;
}
}*/
/**********************************************CONTACT US_END**********************************************/






/*******************************************************************************************************************************************************************/
/*************************************************************************RESPONSIVE CODES*************************************************************************/
/*******************************************************************************************************************************************************************/





/************************************************HOME PAGE***********************************************/

@media (min-width:250px) and (max-width: 576px) {
.logo {
    width: 170px;
    display: block;
}
.logo img {
    width: 100%;
}
.nav-btn.nav-slider {
    width: 38px;
	height: 20px;
	margin: 16px 0 0;
}
.fixed-header {
    padding: 0px 0;
}
/*.nav-btn.nav-slider {
    width: 45px;
    height: 45px;
    background-color: #0076d0;
    border-radius: 40px;
    overflow: hidden;
    margin: 0;
}
.sidebar.open .nav-btn.nav-slider i {
    color: #fff;
}*/
.nav-btn.nav-slider span {
    width: 85%;
}
.nav-btn.nav-slider span {
    background-color: #0aaeff;
    margin: 0 0 4px;
}
#toggle2 {
    width: 62%;
}
#toggle3 {
    width: 45%;
}
.fixed-header .nav-btn.nav-slider {
    width: 45px;
    height: 45px;
    background-color: transparent;
	border-radius: 0px;
}
}




@media (min-width:250px) and (max-width: 1370px) {
.bg_rectangle {
    z-index: 99;
	/*background-position: 60% -95px;*/
}	
.banner_content p {
    padding: 0 15px 0 15px;
}
.explore a {
    border: solid 3px #40596a;
    background-color: #fff;
    background-image: url(../images/right-arrow_dark.png);
    position: relative;
}
.our_aim {
    z-index: 99;
	    margin: -340px 0 0 0 0;
}
.banner_content h3 {
    font-size: 70px;
}
.banner_image h3 {
    top: -10px;
    font-size: 70px;
    line-height: 65px;
}
.banner_content p {
    font-size: 18px;
    line-height: 35px;
}
.explore h4 {
    font-size: 35px;
    font-weight: 300;
    padding: 10px 8px 0 0;
}
}

@media (min-width:770px) and (max-width: 1370px) {
.bg_rectangle {
	padding: 0;
}	
}


@media (min-width:770px) and (max-width: 1400px) {
.container {
    width: auto;
    max-width: 1100px;
}
.bg_rectangle {
    z-index: 99;
    background-position: 35% 0px;
    background-size: 1650px auto;
}	
.banner_image {
    margin: 100px 0 0;
}
.banner_content {
    margin: 220px 0 0;
}
.banner_image img {
    width: 80%;
}
.banner_image h3 {
    top: -20px;
    font-size: 65px;
}
.banner_content h3 {
    font-size: 65px;
}
.banner_content p {
    font-size: 18px;
    line-height: 35px;
}
.explore a {
    width: 50px;
    height: 50px;
    background-size: 28px;
	top: 7px;
}
.our_aim {
    margin: -615px 0 0;
}
}


@media (min-width:250px) and (max-width: 770px) {
.explore a {
    width: 50px;
    height: 50px;
    background-size: 28px;
	top: 7px;
}	
}


@media (min-width:250px) and (max-width: 1200px) {
.banner_content p {
    font-size: 18px;
    line-height: 30px;
}	
}


@media (min-width:250px) and (max-width: 1110px) {
.banner_image h3 {
    left: 33%;
	top: -20px;
}
.banner_image h3 span {
    display: inline-block;
    margin: 0 0 0 20px;
}
.banner_content {
    margin: 170px 0 0;
}
}


@media (min-width:250px) and (max-width: 991px) {
.banner_image h3 {
    left: 33%;
    top: -35px;
}	
}

@media (min-width:250px) and (max-width: 870px) {
.banner_image h3 {
    font-size: 50px;
}
.banner_content h3 {
    font-size: 50px;
}
.banner_content p {
    padding: 0 5px 0 5px;
}
}


@media (min-width:250px) and (max-width: 768px) {
.banner_image h3 {
    display: none;
}	
.banner_image {
    margin: 40px 0 0;
}
.banner_image img {
    width: 75%;
}
.banner_image {
    text-align: center;
}
.banner_content {
    margin: 10px 0 0;
}
.explore {
    padding: 0 0 0 122px;
    position: relative;
}
.explore h4 {
    background-color: transparent;
	position: absolute;
    left: 0;
    top: 0;
}
.explore span {
    border-top: dashed 2px #40596b;
}
.bg_rectangle {
    background-position: center -40px;
}
}



@media (min-width:250px) and (max-width: 520px) {
.banner_content h3 {
    font-size: 35px;
}
.banner_content p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.explore h4 {
    font-size: 30px;
    padding: 14px 8px 0 0;
}	
.explore {
    padding: 0 0 0 100px;
}
.explore a {
    width: 45px;
    height: 45px;
	background-size: 23px auto;
	margin: 10px 0 0;
}
}




@media (min-width:250px) and (max-width: 1520px) {
#mob1 {
    left: 13%;
}	
#mob2 {
    left: 34%;
}
#mob3 {
    left: 46%;
}
#mob4 {
    right: 18%;
}
#mob5 {
    right: 16%;
}
#web1 {
    left: 23%;
}
#web2 {
    right: 23%;
}
#online1 {
    right: 18%;
}
#online2 {
    left: 13%;
}
}



@media (min-width:250px) and (max-width: 1370px) {
#mob1 {
    left: 5%;
}
#mob4 {
    right: 7%;
}
#web2 {
    right: -5%;
}
#online1 {
    right: 5%;
}	
}



@media (min-width:250px) and (max-width: 1260px) {
#mob1 {
    left: -8%;
}
#mob4 {
    right: 0%;
}	
}


@media (min-width:250px) and (max-width: 991px) {
#mob1 {
    left: 18%;
}
#mob4 {
    right: 21%;
}
#mob5 {
    right: 22%;
}
#web2 {
    right: 27%;
}
#online2 {
    left: 20%;
}
#online1 {
    right: 18%;
}	
}


@media (min-width:767px) and (max-width: 830px) {
#mob1 {
    left: 5%;
}
#mob4 {
    right: 12%;
}
#mob5 {
    right: 10%;
}
#web2 {
    right: 13%;
}
#online1 {
    right: 6%;
}	
}


@media (min-width:250px) and (max-width: 767px) {
.service_section article {
    padding: 25px 0px;
}	
.icon_box {
    width: 250px;
    margin: 0 auto 50px;
}
#mob1 {
    left: -3px;
}
#mob2 {
    left: 80px;
	top: 40px;
}
#mob3 {
    left: 105px;
}
#mob4 {
    right: 13px;
}
#mob5 {
    right: 0px;
    bottom: 15px;
}
#mob6 {
    top: -22px;
    right: -15px;
}
#mob7 {
    left: 0px;
}
#mob8 {
    right: -40px;
}
#web1 {
    left: 55px;
}
#web2 {
    right: 35px;
}
#web4 {
    right: 0px;
    bottom: 105px;
}
#online1 {
    right: 0px;
}
#online2 {
    left: 20px;
}
#online3 {
    right: 0px;
    top: -12px;
}
#online4 {
    top: -15px;
    left: 0px;
}
}




@media (min-width:250px) and (max-width: 420px) {
.icon_round {
    height: 160px;
    width: 160px;
}	
.icon_box {
    width: 180px;
}
#mob1 {
    left: 8px;
    width: 150px;
}
#mob2 {
    left: 55px;
    top: 40px;
    width: 70px;
}
#mob3 {
    left: 80px;
    width: 100px;
    top: 90px !important;
}
#mob5 {
    right: 15px;
    bottom: 15px;
    width: 130px;
}
#mob6 {
    top: -5px;
    right: 10px;
    width: 50px;
}
#mob8 {
    right: -18px;
    width: 45px;
}
#web1 {
    left: 35px;
    top: 30px;
    width: 90px;
}
#web2 {
    right: 15px;
    width: 80px;
    top: 65px;
}
#web3 {
    top: -5px;
    left: 5px;
    width: 50px;
}
#web4 {
    right: 0px;
    bottom: 85px;
    width: 45px;
}
#web5 {
    bottom: 15px;
    left: 30px;
    width: 35px;
}
#online1 {
    right: 5px;
    width: 95px;
    top: 35px;
}
#online2 {
    left: 20px;
    width: 100px;
    top: 9px;
}
#online3 {
    right: 0px;
    top: -12px;
    width: 50px;
}
#online4 {
    top: -15px;
    left: 0px;
    width: 45px;
}
#online5 {
    bottom: 40px;
    left: 30px;
    width: 35px;
}
}



@media (min-width:250px) and (max-width: 991px) {
.aim_content {
    margin: 0px 0 0;
}	
}

@media (min-width:250px) and (max-width: 768px) {
.aim_content .explore {
    width: 100%;
}	
.explore span {
    width: 100%;
}
.service_container.single {
    margin: 20px 0;
}
.service_container {
    margin: 0 0 20px;
}
.email_subscribe {
    margin: 0px 0 0;
}
}



@media (min-width:250px) and (max-width: 1400px) {
.aim_content h3 {
    font-size: 25px;
	text-align: center;
}	
.email_subscribe {
    margin: 30px 0 0;
}
.email_subscribe section h3 {
    font-size: 25px;
    margin: 20px 0 15px;
    text-align: center;
}
.email_subscribe section .col-md-7 article {
    top: 17px;
}
}


@media (min-width:250px) and (max-width: 991px) {
.email_subscribe {
    margin: 30px 0 0;
}	
}


@media (min-width:250px) and (max-width: 768px) {
.email_subscribe section .col-md-7 article {
    top: 0px;
    background-color: #f2f3f7;
    padding: 20px;
	border-radius: 0 0 10px 10px;
}
.email_subscribe section .col-md-7 {
    background-color: transparent;
	border-radius: 0;
}	
.send-button {
    top: 52px;
    right: -10px;
}
}


@media (min-width:250px) and (max-width: 520px) {
.aim_content p, .email_subscribe section p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
	text-align: center;
}
.workflow_wrapper section p {
    text-align: left;
}	
}

@media (min-width:250px) and (max-width: 1400px) {
.testimonial h3 {
    font-size: 25px;
}
.carousel_arows {
    width: 115px;
}
.bottom_bg {
    padding: 0 0;
}
}

@media (min-width:250px) and (max-width: 768px) {
.carousel_arows {
    width: 72px;
	margin: 70px 0 0;
	float: left;
}	
.carousel-control-prev {
    width: 35px;
    height: 35px;
    background-size: 22px auto;
    background-position: 5px center;
}
.carousel-control-next {
    width: 35px;
    height: 35px;
    background-size: 22px auto;
    background-position: 5px center;
}
.testimonial {
    position: relative;
    padding: 200px 0 0;
}
.testimonial .col-md-4.text-right {
    position: absolute;
    text-align: left!important;
    top: 0;
    left: 0;
}
.testimonial h3 {
    background-position: left top;
    padding: 110px 0 0;
    background-size: 70px auto;
}

}


@media (min-width:250px) and (max-width: 576px) {
.carousel article {
    margin: 0 0 40px;
}	
.carousel article p {
    padding: 20px 20px;
    font-size: 15px;
}
}



@media (min-width:250px) and (max-width: 1420px) {
.status_image {
    width: 100%;
}
.status_box.active section img, .status_box:hover section img {
    width: 115px;
}
.status_box.active section, .status_box:hover section {
    padding: 5px 0px 0px 145px;
}	
.status_box.active section h3 strong, .status_box:hover section h3 strong {
    font-size: 45px;
}
.status_box.active section h3, .status_box:hover section h3 {
    font-size: 25px;
    margin: 45px 0 0;
}
.status_bg article section img {
    width: 85px;
	left: 15px;
    top: 35px;
}
.status_bg article section {
    padding: 5px 0 0 115px;
}
.status_bg article section h3 {
    font-size: 18px;
}
.status_bg article section h3 strong {
    font-size: 32px;
}
}



@media (min-width:250px) and (max-width: 1050px) {
.status_bg article {
    width: 100%;
    padding: 0 15px;
}	
.status_box.active section img, .status_box:hover section img {
    width: 85px;
}
.status_bg article section img {
    top: 50px;
}
.status_box.active section, .status_box:hover section {
    padding: 5px 0px 0px 110px;
}
.status_box.active section h3, .status_box:hover section h3 {
    font-size: 20px;
	margin: 55px 0 0;
}
.status_box.active section h3 strong, .status_box:hover section h3 strong {
    font-size: 35px;
}
.status_bg article section img {
    width: 65px;
}
.status_bg article section h3 {
    margin: 45px 0 0;
}
.status_bg article section {
    padding: 5px 0 0 90px;
}
.status_box.active section, .status_box:hover section {
    right: 0!important;
    width: 100%;
    bottom: 0!important;
    height: 100%;
	position:relative!important;
}
.status_box.portfolio.active section, .status_box.portfolio:hover section {
	left: 0!important;
	right:0!important;
	bottom: 0!important;
}
.status_box.likes.active section, .status_box.likes:hover section {
	top: 0!important;
	bottom:0!important;
	right:0!important;
}
.status_box.clients.active section, .status_box.clients:hover section {
	top: 0!important;
	bottom:0!important;
	right:0!important;
	left:0!important;
}
.status_round_small, .status_round {
    display: none;
}
.status_bg article section {
    box-shadow: 20px 20px 65px #d9dce8;
}
.status_bg article {
    margin: 40px auto 0;
    min-height: auto;
}
.status_image {
    margin: 30px 0 0;
}
}


@media (min-width:250px) and (max-width: 1520px) {
.social_links {
    left: 15px;
}
.mailarow {
    width: 100% !important;
}
.mail_arow {
    width: 100%;
}
}


@media (min-width:250px) and (max-width: 1120px) {
.pinetech_mask {
    font-size: 200px;
    bottom: 10px;
}	
}

@media (min-width:250px) and (max-width: 1050px) {
.connect_with {
    margin: 20px 0 60px;
}	
}



@media (min-width:250px) and (max-width: 760px) {
.pinetech_mask {
    font-size: 130px;
    bottom: 10px;
	line-height: 160px;
}
}


@media (min-width:250px) and (max-width: 540px) {
.social_links {
    position: relative;
    left: 0px;
    z-index: 9;
    float: none !important;
    left: 0;
    margin: 0 auto;
}
.connect_with .container {
    padding: 0 15px 0 0;
}
.footer_links .col-md-3 {
    width: 50%;
    max-width: 50%;
}
footer {
    background-position: left bottom;
}
.footer_links p {
    color: #778792;
    text-align: center !important;
}
footer {
    background-position: left bottom;
}
}




@media (min-width:250px) and (max-width: 767px) {
ul.main_menu li {
    padding: 0 5px;
    font-size: 13px;
}	
a.navbar-brand.logo img {
    width: 145px;
}
.toggle-menu {
    width: 35px;
}
.megamenu_wrapper article:before {
    right: 110px;
}
}


@media (min-width:250px) and (max-width: 568px) {
ul.main_menu li {
    padding: 0 10px;
    font-size: 13px;
    letter-spacing: 0;
}
#menu .main-nav, #submenu .sub_nav {
    top: 35%;
}
#menu .main-nav li, #menu .main-nav li a {
    font-size: 26px!important;
}
.megamenu_wrapper {
    padding: 10px 0px;
}
.megamenu_wrapper article:before {
    right: 55px;
	top: -43px;
}
.megamenu_wrapper section li.menu-item a {
    padding: 10px 0 10px 35px;
    font-weight: 400;
    font-size: 13px;
}
.megamenu_wrapper section li.menu-item a img {
    width: 35px;
    top: 8px;
}
.mail_touch a {
    padding: 5px 13px!important;
    border: none;
    border-radius: 40px;
}
ul.main_menu {
    text-align: center;
    padding: 0 0 0 60px;
}
}




@media (min-width:250px) and (max-width: 778px) {
.desktop_menu {
    display: none!important;
}	
.mobile_menu {
	display: block!important;
}	
}


@media (min-width:250px) and (max-width: 420px) {
.logo {
    width: 140px;
    display: block;
    margin: 0 auto;
    float: none;
}
.menu_section {
    float: none;
}
ul.main_menu {
    float: none;
}
.bg_rectangle {
    padding: 130px 0 0;
}
.our_aim {
    margin: -200px 0 0;
}
.megamenu_wrapper {
    top: 100px;
}
.megamenu_wrapper article:before {
    right: 170px;
}
}





@media (min-width:250px) and (max-width: 767px) {
.legal {
    display: flex;
    justify-content: center;
}
ul.legal_links {
    display: flex;
    justify-content: center;
}
.mailarow img {
    left: 15px;
}
}



@media (min-width:250px) and (max-width: 767px) {
.mailarow a {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: center;
}
.get-in-touch p {
    text-align: left!important;
    margin: 0 0 10px;
}
}
/**********************************************HOME PAGE_END**********************************************/









/**********************************************ABOUT US**********************************************/
@media (min-width:250px) and (max-width: 1040px) {
.about-caption h1 {
    font-size: 30px;
}
.right-line div {
    right: -90px;
}
.contet-sec p {
    font-size: 15px;
}
.contet-sec h3, .about-text h3 {
    font-size: 25px;
}
.specs {
    max-width: 70px;
    padding: 0 15px 0 0;
}
.specs img {
    width: 65px;
}
.about-banner {
    height: 470px;
}
	
}
@media (min-width:250px) and (max-width: 860px) {
.specs {
    max-width: 60px;
}
.specs img {
    width: 57px;
}
}
@media (min-width:250px) and (max-width: 767px) {
.about-banner {
    background-size: inherit;
    height: auto !important;
    margin: 52px 0 0;
    padding-bottom: 50px;
}
.about-caption h1 {
    color: #fff;
}
.about-caption {
    margin: 100px 0 0;
    text-align: center !important;
}
.about-caption h1 span {
    color: #03e8b5;
}
.about-caption h1 {
    color: #fff;
}
.ab-banner-pic {
    text-align: center !important;
}
.about-line {
    display: none;
}
.right-line {
    display: none;
}
.about-text {
    padding: 50px 15px 0;
}
.who-we {
    padding: 70px 0 60px;
}
.contet-sec {
    border-bottom: 1px solid #ddd;
}
.contet-sec {
    background-image: none;
}
.who-we .who-we-text {
    margin: 40px 0 0;
}
.our-aim {
    padding: 50px 0;
}
.team {
    padding: 60px 0 50px;
}
}
@media (min-width:250px) and (max-width: 585px) {
.specs {
    bottom: 10px;
    flex: 1 1 auto;
    margin: 0;
    max-width: 100px;
    padding: 0 15px;
    position: absolute;
    right: 0;
}
.specs img {
    width: 100%;
}
}
@media (min-width:250px) and (max-width: 310px) {
	
.specs {
    bottom: 53px;
    max-width: 85px;
}
}
/**********************************************ABOUTUS_END**********************************************/





/**********************************************PRODUCTS**********************************************/
@media (min-width:250px) and (max-width: 768px) {
.products_bg {
	background-image:none;
    background-position: right top;
    background-size: 70%;
}
}



@media (min-width:250px) and (max-width: 576px) {
.products_bg {
    background-image: none;
}
}


@media (min-width:250px) and (max-width: 520px) {
.product_intro h3 {
    font-size: 35px;
}
.product_intro h3 span {
    font-size: 35px;
}
.product_intro p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
}


@media (min-width:250px) and (max-width: 1490px) {
.products_list {
    padding: 80px 0 80px 35px;
}
}


@media (min-width:250px) and (max-width: 991px) {
.products_label {
    top: 345px;
	bottom: auto;
}	
}


@media (min-width:250px) and (max-width: 1400px) {
/*.explore a {
    border: solid 3px #fff!important;
    background-image: url(../images/right-arrow_white.png)!important;
}	*/
#phone {
    left: 16%;
    bottom: 5%;
    width: 11%;
}
#graph {
    width: 45%;
}
#pro_banner {
    width: 33%;
}
}


@media (min-width:250px) and (max-width: 768px) {
.plan_bg p {
    padding: 0 15px;
	font-size: 17px;
}	
.plan_bg h3 {
    font-size: 35px;
    padding: 20px 0 0;
    margin: 0 0 20px;
}
.plan_bg .explore span {
    font-size: 18px;
}
}


@media (min-width:250px) and (max-width: 576px) {
.plan_bg h3 {
    font-size: 28px;
}
.plan_bg p {
    font-size: 17px;
    font-weight: 400;
	padding: 0;
}	
}

@media (min-width:250px) and (max-width: 450px) {
.plan_infoimage {
    display: none;
}
.plan_bg {
    padding: 0 0 25px;
}
.plan_bg .explore {
    width: 100%;
}	
}
/**********************************************PRODUCTS_END**********************************************/






/**********************************************SERVICES**********************************************/
@media (min-width:250px) and (max-width: 1050px) {
	.service-banner h1 {
    font-size: 25px;
}
.service-banner h1 span {
    font-size: 40px;
}
.service-banner {
    height: 545px;
}
.service-section h3 {
    font-size: 25px;
}
.service-section p {
    font-size: 15px;
}
.cloud-support-text h3 {
    color: #fff;
    font-size: 25px;
}
.cloud-support-text p {
    font-size: 15px;
}
.cloud-support-text .btn-success {
    font-size: 15px;
    padding: 10px 20px;
}
.service-banner .about-caption {
    margin-top: 155px;
}
.ecommerce-section h3 {
    font-size: 25px;
}
.ecommerce-section p {
    font-size: 15px;
}
}
@media (min-width:250px) and (max-width: 767px) {
.service-banner {
    background-size: cover;
    height: auto;
    margin: 52px 0 0;
    padding-bottom: 145px;
    position: relative;
}
.service-banner .logo {
    position: relative;
}
.service-banner .logo img {
    width: 160px;
}
.service-banner .about-caption {
    margin-top: 90px;
    text-align: center !important;
}
.service-banner .about-caption h1 {
    color: #fff;
}
.about-caption p {
    color: #fff;
}
.about-pic {
    width: 70%;
}
.servive-pic {
    text-align: center;
}
.service-banner .nav-btn.nav-slider {
    position: relative;
}
.service-banner .nav-btn.nav-slider span {
    background-color: #1e93ca;
}
.cloud-support {
    background-size: cover;
}
.ecom-specs {
    display: none;
}
.service-section {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px !important;
}
.ecommerce-section {
    border-top: medium hidden;
}
.ecommerce-section h3 {
    padding: 10px 0 0;
}
.cloud-support-text {
    margin: 50px 0 40px;
}
}
/**********************************************SERVICES_END**********************************************/




/**********************************************CONTACT_US**********************************************/
@media (min-width:250px) and (max-width: 1260px) {
.contact_fields h3 {
    font-size: 90px;
    left: -250px;
    top: 245px;
}	
.contact_fields {
    padding: 0 15px 0 95px;
}
}

@media (min-width:250px) and (max-width: 1160px) {
.contact_image section {
    width: 480px;
    margin: 165px 0 0;
    height: 275px;
}	
#contact_shadow {
    left: 0px;
    top: 0px;
    width: 480px;
}
#contact_cloud {
    left: 155px;
    top: 0;
    width: 200px;
}
#contact_woman {
    left: 120px;
    top: -75px;
    width: 270px;
}
#contact_lady {
    bottom: 70px;
    left: 25px;
    width: 70px;
}
#contact_man {
    right: 0;
    bottom: 70px;
    width: 60px;
}
#contact_map {
    top: -45px;
    width: 85px;
    left: 50px;
}
#contact_clock {
    right: 45px;
    top: -67px;
    width: 75px;
}
}


@media (min-width:250px) and (max-width: 991px) {
#contact_man {
    right: 0;
    bottom: 50px;
    width: 60px;
}
#contact_lady {
    bottom: 55px;
    left: 0px;
    width: 70px;
}
#contact_woman {
    left: 90px;
    top: -25px;
    width: 220px;
}
#contact_cloud {
    left: 155px;
    top: 0;
    width: 160px;
}
#contact_shadow {
    left: 0px;
    top: 0px;
    width: 400px;
}
.contact_image section {
    width: 400px;
    margin: 165px 0 0;
    height: 230px;
}
.contact_fields h3 {
    font-size: 70px;
    left: -190px;
    top: 190px;
}
.contact_fields {
    padding: 0 15px 0 80px;
}	
}




@media (min-width:250px) and (max-width: 768px) {
.contact_image section {
    width: 400px;
    margin: 0 auto 0;
    height: 230px;
    float: none;
}	
.contact_image {
    position: absolute;
    left: 0;
    top: 195px;
}
.contact_fields {
    margin: 0;
    position: relative;
    padding: 390px 15px 0 80px;
}
.contact_fields h3 {
    top: 580px;
}
}




@media (min-width:250px) and (max-width: 576px) {
.contact_bg {
    background-image: none;
}
}




@media (min-width:250px) and (max-width: 440px) {
.contact_image section {
    width: 250px;
    margin: 0 auto 0;
    height: 145px;
    float: none;
}
#contact_shadow {
    left: 0px;
    top: 0px;
    width: 250px;
}
#contact_cloud {
    left: 60px;
    top: 0;
    width: 160px;
}
#contact_woman {
    left: 50px;
    top: -25px;
    width: 150px;
}
#contact_lady {
    bottom: 35px;
    left: 0px;
    width: 50px;
}
#contact_man {
    right: 0;
    bottom: 32px;
    width: 45px;
}
#contact_map {
    top: -45px;
    width: 45px;
    left: 25px;
}
#contact_clock {
    right: 35px;
    top: -40px;
    width: 40px;
}
.contact_fields {
    padding: 305px 15px 0 80px;
}	
.contact_fields h3 {
    top: 425px !important;
	font-size: 44px;
    left: -120px;
}
.contact_fields {
    padding: 305px 15px 0 55px;
}
}
/**********************************************CONTACT_US_END**********************************************/























/**********************************************BLOCK_CHAIN**********************************************/
.about-caption h1 i {
    font-style: normal;
    font-size: 35px;
}
.block-chain {
    background-color: #fff;
    padding: 15px 0 30px;
}
.block-text {
    padding-top: 35px;
}
.block-pic {
    background-color: #f9f9f9;
    border-radius: 3px;
    margin: 0 0 40px;
    padding: 30px 0;
}
.block-text p {
    color: #777777;
    line-height: 1.8;
	text-align: justify;
}
.quote-1 {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.quote-1 .col-md-6.col-sm-12 {
     background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(77, 180, 232, 1) 0%, rgba(87, 125, 210, 1) 100%) repeat scroll 0 0;
    color: #fff;
    padding: 10px 32px 10px 15px;
    position: relative;
}
.quote-1 .col-md-6.col-sm-12::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -71px;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 90px;
    display: block;
}
.quote-1 .col-md-6.col-sm-12::after {
    background-color: #567ed2;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
}
.quote-1 h2 {
    font-size: 24px;
    font-weight: 300;
}
.benefit {
    background-color: #fff;
    position: relative;
}
.benefit-text {
    padding: 50px 15px 98px;
}
.benefit-text h1, .industries-bg h1, .organization h1, .smart-bg h1, .we-offer h1, .about-pwa h1, .wpa-features h1, .retail-bg h1, .benefit h1, .rpa-benefit h1 {
    background-image: url("../images/service-title.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 50px auto;
    color: #40596a;
    font-size: 30px;
    font-weight: 300;
    padding: 70px 0 0;
    position: relative;
}
.retail-bg h1, .benefit h1, .rpa-benefit h1 {
    background-position: center top;
	text-align:center;
}
.benefit-text h1 , .wpa-features h1{
    background-position: 0 0;
	text-align:left;
}
.smart-bg h1 {
    color: #fff;
}
.benefit-text h1 span, .industries-bg h1 span, .organization h1 span, .smart-bg h1 span, .we-offer h1 span, .about-pwa h1 span, .wpa-features h1 span, .retail-bg h1 span, .benefit h1 span, .rpa-benefit h1 span {
    font-weight: 800;
}
.benefit-text h1::after, .industries-bg h1::after, .organization h1::after, .smart-bg h1::after, .we-offer h1::after, .about-pwa h1::after, .wpa-features h1::after, .retail-bg h1::after, .benefit h1::after, .rpa-benefit h1::after {
    background-color: #17b8f0;
    content: "";
    display: block;
    height: 2px;
    margin: 10px 0 20px;
    position: relative;
    width: 50px;
}
.retail-bg h1::after, .benefit h1::after, .rpa-benefit h1::after {
	margin: 10px auto 20px;
}
.benefit-text h1::after, .wpa-features h1::after {
	margin: 10px 0 20px;
}
.smart-bg h1::after {
    background-color: #fff;
}
.benefit.retail-pos p strong {
    display: block;
    font-size: 18px;
}
.benefit.retail-pos p {
	color:#777;
}
.benefit-inner {
    background-color: #f9f9f9;
    background-image: url("../images/check.png");
    background-position: 18px 9px;
    background-repeat: no-repeat;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
    padding: 8px 0 8px 50px;
}
.quote-2 .col-md-6.col-sm-12::before {
    right: -61px !important;
    left: auto;
}
.quote-2 .col-md-6.col-sm-12::after {
    left: -100%;
    background-color: #4db3e7;
}
.industries-bg {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.industries-bg h1 {
    margin: 0;
    padding: 50px 0;
}
.industry-box {
    position: relative;
    text-align: center;
}
.industry-inner {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    margin: 0 0 30px;
    padding: 15px 15px 20px;
    text-align: center;
    color: #555;
}
.industry-inner > span {
    background-color: #bce3f4;
    border-radius: 32px;
    color: #29aee7;
    display: block;
    font-size: 25px;
    font-weight: 700;
    margin: 0 auto 5px;
    padding: 9px 15px;
    width: 55px;
}
/**********************************************BLOCK_CHAIN_END**********************************************/












/**********************************************INTERNET OF THINGS**********************************************/

.about-pwa {
    background-color: #fff;
    padding: 30px 0 40px;
}
.about-pwa p {
    color: #777;
    line-height: 1.8;
}
.organization-pic {
    margin: -30px 0 0;
}
.organization-pic img {
    width: 100%;
}
.organization-text {
    padding-bottom: 50px;
    padding-top: 50px;
}
.organization-text article {
    background-color: #8cc94e;
    border-radius: 3px;
    margin: 40px 0 0;
    padding: 25px 30px 15px;
}
.organization-text ul {
    padding: 0;
    list-style: none;
}
.organization-text li {
    background-image: url("../images/send-icon.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    color: #fff;
    margin: 0 0 20px;
    padding: 0 0 0 28px;
}
.organize-content {
    background-color: #fff;
    padding: 30px 0;
}
.organize-content p {
    line-height: 2;
	color: #777;
}
.smart-bg {
    background-color: #2ea2c7;
    padding-bottom: 30px;
}
.focus-text {
    margin: 60px 0 0;
}
.smart-bg h3 {
    color: #fff;
    font-weight: 600;
}
.smart-bg p {
    color: #fff;
    line-height: 2;
	text-align: justify;
}
.smart-box p {
    font-size: 15px;
    color: #555;
}
.smart-row {
    margin-top: -7px;
}
.smart-inner {
    background-color: #fff;
    border-radius: 3px;
    margin: 0 0 20px;
    padding: 20px 15px;
    position: relative;
}
.smart-inner::before {
    background-image: url("../images/bulb.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 28px;
    left: 4px;
    position: absolute;
    top: 7px;
    width: 24px;
}
.smart-inner.text-center > span {
    border: 1px solid #ddd;
    display: block;
    padding: 20px 10px 10px;
}
.smart-box h4 {
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 15px;
    padding: 80px 0 0;
}
.smart-1 h4 {
    background-image: url(../images/smart-1.png);
}
.smart-2 h4 {
    background-image: url(../images/smart-2.png);
}
.smart-3 h4 {
    background-image: url(../images/smart-3.png);
}
.we-offer {
    padding: 50px 0 30px;
}
.we-offer h3 span {
    display: block;
    font-size: 20px;
}
.smart-city img {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.offer-inner {
    background-color: #8cc94e;
    border-radius: 3px;
    margin: 0 0 20px;
    min-height: 250px;
    padding: 25px 25px 15px;
}
.offer-inner h4 {
    font-size: 18px;
    font-weight: 800;
    margin: 5px 0 15px;
    padding: 0 0 0;
	color:#fff;
}
.offer-inner ul {
    padding: 0;
    list-style: none;
    margin: 25px 0 0;
}
.offer-inner li {
    background-image: url("../images/send-icon.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    color: #fff;
    margin: 0 0 15px;
    padding: 0 0 0 28px;
    font-size: 15px;
}

/**********************************************INTERNET OF THINGS_END**********************************************/







/**********************************************PROGRESSIVE WEB APPS**********************************************/
.about-pwa {
    background-color: #fff;
    padding: 30px 0 40px;
}
.about-pwa p {
    color: #777;
    line-height: 1.8;
}
.wpa-features {
    padding: 40px 0 30px;
}
.rpa-benefit {
    padding: 30px 0 0;
}
.wpa-features h4 {
    color: #3f4040;
    margin-bottom: 50px;
}
.wpa-features h4 span {
    font-weight: 600;
}
.wpa-feat-box {
    position: relative;
}
.wpa-feat-inner {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    min-height: 160px;
    padding: 20px;
    position: relative;
}
.wpa-feat-inner::before {
    border-color: transparent transparent transparent #ddd;
    border-style: solid;
    border-width: 12px 2px 12px 12px;
    bottom: 42%;
    content: "";
    position: absolute;
    right: -15px;
}
.wpa-feat-inner span {
    background-color: #29abe6;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.wpa-feat-box h5 {
    color: #29abe6;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 5px;
}
.rpa-benefit p {
    color: #777;
    line-height: 2;
}
.wpa-feat-box::after {
    border-top: 2px dashed #c1c1c1;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: -37%;
    top: 45%;
    width: 35%;
}
.wpa-round-inner {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 160px;
    margin: 0 0 20px;
    padding: 42px 0 0;
    position: relative;
    width: 160px;
    display: inline-block;
}
.wpa-round-inner::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
}
.wpa-round-inner > span {
    background-image: url("../images/icon-set.png");
    background-repeat: no-repeat;
    display: block;
    height: 73px;
    margin: 0 auto;
    width: 80px;
}
.wpa-icon-2 {
    background-position: 0 -90px;
}
.wpa-icon-3 {
    background-position: 0 -170px;
}
.wpa-icon-4 {
    background-position: 0 -265px;
}
.wpa-icon-5 {
    background-position: 0 -363px;
}
/**********************************************PROGRESSIVE WEB APPS_END**********************************************/











/**********************************************RETAIL SOLUTION**********************************************/
.retail-bg {
    padding: 25px 0 40px;
}
.retail-bg h1 {
    margin-bottom: 0;
}
.retail-bg p {
    margin-bottom: 50px;
	color: #777;
}
.features li {
    display: block;
font-size: 16px;
margin: 0 0 40px;
padding: 10px 0 0 55px;
position: relative;
color: #222;
font-weight: 300;
}
.features-right li {
    padding-left: 0;
    padding-right: 55px;
}
.features-right {
    text-align: right;
}
.features li span {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #29aee7;
    border-radius: 30px;
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    top: 0;
    width: 45px;
}
.features-right li span {
    left: auto;
    right: 0;
}
.feat-1 span{
	background-image:url(../images/shop-icon-1.png);
}
.feat-2 span{
	background-image:url(../images/shop-icon-2.png);
}
.feat-3 span{
	background-image:url(../images/shop-icon-3.png);
}
.feat-4 span{
	background-image:url(../images/shop-icon-4.png);
}
.feat-5 span{
	background-image:url(../images/shop-icon-5.png);
}
.feat-6 span{
	background-image:url(../images/shop-icon-6.png);
}
.feat-7 span{
	background-image:url(../images/shop-icon-7.png);
}
.feat-8 span{
	background-image:url(../images/shop-icon-8.png);
}
.feat-9 span{
	background-image:url(../images/shop-icon-9.png);
}
.feat-10 span{
	background-image:url(../images/shop-icon-10.png);
}
.feat-11 span{
	background-image:url(../images/shop-icon-11.png);
}
.feature-pic img {
    width: 100%;
}
.retail-pos {
    padding: 45px 0 35px;
}
.benefit {
    background-color: #fff;
    position: relative;
}
.retail-pos h1 {
    margin: 0;
}
.row.retail-boxes {
    margin-top: 40px;
}
.retail-boxes .col-sm-4 {
    flex: 1 1 auto;
}
.card-inner {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin: 0 0 35px;
    padding: 20px 10px 0px;
    text-align: center;
}
.card-inner p {
    background-position: center top;
    background-repeat: no-repeat;
    font-size: 17px;
    line-height: 1.3;
    min-height: 120px;
    padding: 75px 0 0;
}
#card-1 p{
	background-image:url(../images/pos-1.png);
}
#card-2 p{
	background-image:url(../images/pos-2.png);
}
#card-3 p{
	background-image:url(../images/pos-3.png);
}
#card-4 p{
	background-image:url(../images/pos-4.png);
}
#card-5 p{
	background-image:url(../images/pos-5.png);
}
/**********************************************RETAIL SOLUTION_END**********************************************/











/**********************************************ROBOTICS**********************************************/
.about-robotic {
    background-color: #fff;
    padding: 15px 0 0;
}
.robot-text p {
    color: #777;
    line-height: 2;
}
.rpa-benefit {
    padding: 30px 0 0;
}
.rpa-benefit h1 {
    font-weight: 300;
    margin-bottom: 5px;
}
.rpa-benefit p {
    color: #777;
    line-height: 2;
}
.rpa-text {
    padding-top: 70px;
}
.rpa-text li {
    background-image: url("../images/check-circle.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 17px;
    margin: 0 0 20px;
    padding: 2px 0 4px 40px;
	list-style: none;
}
.rpa-text.text-right li {
    background-position: right 0;
    padding-left: 0;
    padding-right: 40px;
}
/**********************************************ROBOTICS_END**********************************************/























/**********************************************SERVICE_PAGES**********************************************/
@media (min-width:250px) and (max-width:1000px) {
	.top-menu {
    display: none;
} 
.left {
    display: none;
}
.user-section {
    padding-left: 15px !important;
}
.navbar-brand {
    margin: 0;
}
.navbar-toggler {
    display: none;
}
.smallnav{
	margin: 0 0 0 15px;
}
.post-btn {
    margin-right: 15px;
}

}
@media (min-width:250px) and (max-width:991px) {
.custom-nav .container {
    display: block;
}
.try-free {
    float: right;
    margin: 0 15px 0 0;
}
.caption {
    padding-top: 75px;
}
.banner {
    height: 640px;
}
.partners li {
    margin: 0 40px 20px 0;
}
.partners {
    margin: 0;
}
.banner {
    height: auto;
}
}
@media (min-width:250px) and (max-width:767px) {
	.banner-pic {
    text-align: center;
}
.banner-pic img {
    width: 80%;
	margin: 30px 0 0;
}
.shape-2 {
	display:none;
}
.solution-text {
    padding: 30px 15px 0;
}
.solution {
    padding: 0 0 50px;
}

}
@media (min-width:250px) and (max-width:380px) {
	.try-free {
    display: none;
}
.partners li {
    display: block;
    margin: 0 auto 20px;
}
.solution-pic img{
	width:100%;
}
.shape-3 {
    width: 350px;
}
}
@media (min-width:250px) and (max-width:1080px) {
	.benefit-inner {
    font-size: 15px;
}
}
@media (min-width:250px) and (max-width:1065px) {
	.quote-1 h2 {
    font-size: 23px;
}
.quote-1 .col-md-6.col-sm-12::before {
    display: none;
}
.industries-bg {
    background-image: none;
}
.quote-1 .col-md-6.col-sm-12::before {
    display: none !important;
}
.quote-1 .col-md-6.col-sm-12::after {
    display: none !important;
}

}
@media (min-width:250px) and (max-width:767px) {

.benefit-text {
    padding: 15px 15px 10px;
}
.inner-caption {
    padding-bottom: 20px;
    padding-top: 120px;
}
.inner-banner {
    height: auto;
}
}
@media (min-width:250px) and (max-width:767px) {
	.wpa-feat-box::after {
		display:none;
}
}
@media (min-width:250px) and (max-width:955px) {
.block-pic > img {
    width: 100%;
}
}
@media (min-width:250px) and (max-width:1130px) {
.focus-pic img {
    width: 100%;
}
}
@media (min-width:250px) and (max-width:900px) {
.smart-box p {
    min-height: 180px;
}
}
/**********************************************SERVICE_PAGES_END**********************************************/


























/*.new_banner h3 {
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    color: #2c3847;
    line-height: 45px;
    margin: 0 0 30px;
    position: relative;
}*/
.new_banner h3 {
    font-size: 50px;
    text-align: left;
    font-weight: 700;
    color: #2c3847;
    line-height: 45px;
    margin: 0 auto 30px;
    position: relative;
    max-width: 610px;
    padding: 0 0 0 155px;
}
/*.banner_badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 130px;
	overflow: hidden;
}*/
.banner_badge {
    position: absolute;
    left: 0;
    top: -25px;
    width: 140px;
    height: auto;
}
.banner_badge section {
	position:relative;
    left: 0;
    top: 0;
    width: 140px;
    height: 130px;
	overflow: hidden;	
}
.badge1 {
    background-image: url(../images/badge.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 130px;
    content: "";
    background-size: 100% auto;
    overflow: hidden;
}
.badge1:before {
content: '';
position: absolute;
top: 0;
left: -100px;
width: 70px;
height: 100%;
background: rgba(255,255,255, 0.5);
transform: skewX(-30deg);
animation-name: slide;
animation-duration: 3s;
animation-timing-function: ease-in-out;
animation-delay: .3s;
animation-iteration-count: infinite;
animation-direction: alternate;
background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}
@keyframes slide {
  0% {
    left: -100;
    top: 0;
  }
  50% {
    left: 120px;
    top: 0px;
  }
  100% {
    left: 290px;
    top: 0;
  }
}
.badge2 {
    background-image: url(../images/badge-number.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 27px;
    top: 32px;
    width: 84px;
    height: 85px;
    content: "";
    background-size: 100% auto;
    z-index: -9;
}





.new_banner h3 > span {
    position: relative;
}
/*.new_banner h3 > span:after {
    background-image: url(../images/meta.jpg);
    background-repeat: no-repeat;
    background-position: -9px center;
    width: 146px;
    height: 50px;
    content: "";
    position: absolute;
    right: -150px;
    top: 12px;
}*/
.new_banner h3 span {
    color: #0aaeff;
}
.new_banner {
    margin: 135px 0 0;
}
.new_banner p {
    text-align: center;
    font-size: 18px;
    padding: 0 23%;
    color: #485679;
    font-weight: 300;
}
a.getstarted {
    display: block;
    background-color: #0aaeff;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 12px 0;
    width: 180px;
    border-radius: 50px;
    margin: 20px auto 5px;
	position: relative;
}
a.getstarted:hover {
	text-decoration:none;	
}
/*a.getstarted::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -2px;
    right: 0;
    bottom: 0;
    -webkit-animation: pulse 1s ease infinite;
    animation: pulse 1s ease infinite;
    border: 1px double #0aaeff;
    width: 101%;
    height: 104%;
    border-radius: 50px;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.3);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1.3);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}*/


a.getstarted:hover { 
   background-color: #008dd3;
   text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}






@media (min-width:250px) and (max-width:767px) {
.banner_badge {
    position: relative;
    margin: 0 auto;
}
.new_banner {
    margin: 10px 0 0;
}
.sidebar-header {
    padding: 0;
}
.sidebar section img {
    width: 125px;
    margin: 0 0 10px;
}
.sidebar section h3 {
    font-size: 26px;
}
.sidebar section p br {
    display: none;
}
.sidebar section p {
    font-size: 13px;
}
.sidebar form input {
    font-size: 13px;
    height: 30px;
    margin: 0 0 15px;
}
.sidebar form textarea {
    font-size: 13px;
    width: 100%;
    height: 70px;
    margin: 0 0 35px;
}
}







.sidebar-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 1rem 1.5rem;
}

.close-btn {
  font-size:1.5rem;
  background: transparent;
  border-color: transparent;
  color: grey;
  position: absolute;
  right:30px;
  top:30px;
  transition: 1s ease all;
  cursor: pointer;
  outline:none;
}
.close-btn:hover {
  color: grey;
  transform: rotate(360deg);
}
button.close-btn:focus {
    outline: none;
    border: none;
}
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2faff;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 1rem;
  transition: 1s all ease-in-out;
  transform: translate(100%);
  z-index: 99999999;
}
.show-sidebar{
   transform: translate(0);
}

  .sidebar {
    width: 100%;
  }
.sidebar section {
    text-align: center;
}
.sidebar section img {
    width: 170px;
    margin: 0 0 10px;
}
.sidebar section h3 {
    color: #2c3847;
    font-size: 30px;
    font-weight: 700;
}
.sidebar section p {
    color: #485679;
    font-size: 15px;
    margin: 15px 0 0;
}
.sidebar form {
    max-width: 720px;
    margin: 15px auto 0;
}
.sidebar form input {
    border: none;
    border-bottom: solid 1px;
    font-size: 14px;
    background-color: transparent;
    width: 100%;
    height: 40px;
    margin: 0 0 25px;
}
.sidebar form input:focus {
    outline: none;
}
.sidebar form textarea {
    border: none;
    border-bottom: solid 1px;
    font-size: 14px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    margin: 0 0 35px;
}
.sidebar form textarea:focus {
    outline: none;
}























.sidebar-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 1rem 1.5rem;
}

.close-btn2 {
  font-size:1.5rem;
  background: transparent;
  border-color: transparent;
  color: grey;
  position: absolute;
  right:30px;
  top:30px;
  transition: 1s ease all;
  cursor: pointer;
  outline:none;
}
.close-btn2:hover {
  color: grey;
  transform: rotate(360deg);
}
button.close-btn2:focus {
    outline: none;
    border: none;
}
.sidebar2 {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2faff;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 1rem;
  transition: 1s all ease-in-out;
  transform: translate(100%);
  z-index: 99999999;
}
.show-sidebar2{
   transform: translate(0);
}

  .sidebar2 {
    width: 100%;
  }
.sidebar2 section {
    text-align: center;
}
.sidebar2 section img {
    width: 170px;
    margin: 0 0 10px;
}
.sidebar2 section h3 {
    color: #2c3847;
    font-size: 30px;
    font-weight: 700;
    max-width: 500px;
    margin: 0 auto;
}
.sidebar2 section p {
    color: #485679;
    font-size: 15px;
    margin: 15px auto 0;
    max-width: 630px;
}
.sidebar2 form {
    max-width: 720px;
    margin: 15px auto 0;
}
.sidebar2 form input {
    border: none;
    border-bottom: solid 1px;
    font-size: 14px;
    background-color: transparent;
    width: 100%;
    height: 40px;
    margin: 0 0 25px;
}
.sidebar2 form input:focus {
    outline: none;
}
.sidebar2 form textarea {
    border: none;
    border-bottom: solid 1px;
    font-size: 14px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    margin: 0 0 35px;
}
.sidebar2 form textarea:focus {
    outline: none;
}
.sidebar2 .send {
    float: right;
    height: 56px;
    position: relative;
    width: 355px;
    margin: 0 0 20px;
}










p.btn_text {
    font-size: 13px;
    margin: 0 0 30px;
    font-weight: 400;
    font-style: italic;
    opacity: 0.7;
}
ul.framework_wrapper li a {
    background-color: #fff;
    display: block;
    padding: 10px 20px 10px 55px;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
    border-radius: 20px;
    color: #2c3847;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 45px auto;
}
ul.framework_wrapper li {
    display: inline-block;
    margin: 0 5px 10px;
}
ul.framework_wrapper {
    text-align: center;
    margin: 0 0 45px;
}
.dev_react a {
	background-image:url(https://www.pinetech.in/images/virtualteam/main_page/menu_icon3.png);
}
.dev_angular a {
	background-image:url(https://www.pinetech.in/images/virtualteam/main_page/menu_icon4.png);
}
.dev_yii a {
	background-image:url(https://www.pinetech.in/images/virtualteam/main_page/menu_icon19.png);
}
.dev_laravel a {
	background-image:url(https://www.pinetech.in/images/virtualteam/main_page/menu_icon17.png);
}
.dev_android a {
	background-image:url(https://www.pinetech.in/images/virtualteam/main_page/menu_icon11.png);
}
.dev_ios a {
	background-image:url(https://www.pinetech.in/images/virtualteam/main_page/menu_icon12.png);
}
.dev_node a {
	background-image:url(https://www.pinetech.in/images/virtualteam/main_page/menu_icon6.png);
}
.dev_wordpress a {
	background-image:url(https://www.pinetech.in/images/virtualteam/main_page/menu_icon18.png);
}
.dev_python a {
    background-image: url(https://www.pinetech.in/images/virtualteam/main_page/menu_icon-python.png);
}

.new_banner img {
    display: block;
    margin: 0 auto;
    width: 110px;
}
@media (min-width:250px) and (max-width:1270px) {
.new_banner h3 {
    font-size: 50px;
}
.new_banner p {
    font-size: 16px;
    padding: 0 10%;
}
.new_banner img {
    width: 900px;
}
.bg_triangle1, .bg_triangle2, .bg_triangle3 {
	display:none;
}
}


@media (min-width:250px) and (max-width:950px) {
.new_banner img {
    width: 100%;
}	
img.meta {
    width: 105px;
}
.banner_bottom {
    display: none !important;
}
}

@media (min-width:250px) and (max-width:720px) {
.new_banner h3 {
    font-size: 36px;
	line-height: 31px;
}	
.bg_rectangle {
    height: auto;
}
.new_banner p {
    padding: 0;
    text-align: center;
}
p.btn_text {
    font-size: 13px;
}
}


















/*@media (min-width:250px) and (max-width:576px) {
#homepage .nav-btn.nav-slider span {
   background-color: #fff;	
}	
}*/


@media (min-width:250px) and (max-width: 630px) {
.new_banner {
    margin: 115px ​0 0;
}
.new_banner h3 {
    font-size: 38px;
}	
}

@media (min-width:250px) and (max-width: 767px) {
.nav-btn.nav-slider span {
    background-color: #0aaeff;
}
header {
    top: 0;
}
.logo {
    width: 140px;
    display: block;
    margin: 0 auto;
}
.logo img {
	width:100%;
}
}






















/*.accordion dl,
.accordion-list {
  border: 1px solid #ddd;
}*/
.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  /*background-color: #2ba659;*/
}

.accordion dd,
.accordion__panel {
  background-color: #eee;
  font-size: 1em;
  line-height: 1.5em;
}

.accordion p {
  padding: 0;
  font-size: 14px;
  margin: 0;
}
.accordion {
  position: relative;
  /*background-color: #eee;*/
}

.accordionTitle,
.accordion__Heading {
  background-color: #fff;
  text-align: left;
  font-weight: 700;
  padding: 1em 2em;
  display: block;
  text-decoration: none;
  color: #333;
  transition: background-color 0.5s ease-in-out;
      box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  margin: 4px 15px 0 0;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #25c89a;
      color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #25c89a;
      color: #fff;
}
.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
  /*max-height: 50em;*/
  max-height: 70em;
  transition: max-height 1s;
}
@media screen and (min-width: 48em) {
  .accordionItem {
    /*max-height: 15em;*/
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }
}

.career_content {
    padding: 20px 30px;
}
.accordion p span {
    font-weight: 700;
}
.career {
    padding: 0 0 35px;
    margin: 0 -15px;
}
.career_content ul {
    padding: 0 55px;
    font-size: 14px;
    margin: 0 0 15px;
}
.career_content table {
    background-color: #fff;
}
.career_content table td, .career_content table th {
    font-size: 14px;
}
.career_content table ul {
    padding: 0;
    font-size: 14px;
}
.career_content table li {
	position:relative;
	padding: 0 0 0 30px;
	margin: 0 0 7px;
}
.career_content table li:before {
    content: "";
    background-image: url(../images/virtualteam/point.png);
	background-size: 100% auto;
    width: 16px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 6px;
}
.job_ttl {
    text-align: center;
    background-color: #6a8bbb;
    padding: 10px 0;
    color: #fff;
    font-size: 16px!important;
    font-weight: 700;
}
















.virtual_banner_bg1 {
    background-image: url(../images/virtualteam/virtual_team_banner_bg1.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	    position: relative;
}
.virtual_team_title {
    font-weight: 200;
	color:#0f2344;
	font-size:38px;
    margin: 0 0 60px;
}
.virtual_team_title span {
    font-weight: 700;
}
.virtual_banner_bg1 .virtual_team_title {
    font-size: 60px;
    color: #fff;
    margin: 80px 0 0;
}
.virtual_banner_bg1 p {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    width: 85%;
    margin: 80px 0 0;
}
.virtual_plain_text p {
    font-size: 18px;
    color: #485679;
    font-weight: 300;
    line-height: 38px;
}
.advantages {
    padding: 50px 0;
}
.advantages article {
    padding: 0 15px 0 110px;
	position: relative;
}
.advantage_icon {
	background-repeat:no-repeat;
	background-position:center;
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 18px;
	left:15px;
	top:0;
}
.adv_icon1 {
	background-color:#ffecee;
	background-image:url(../images/virtualteam/advantage_icon1.png);
}
.adv_icon2 {
	background-color:#eaf9ff;
	background-image:url(../images/virtualteam/advantage_icon2.png);
}
.adv_icon3 {
	background-color:#fff7d3;
	background-image:url(../images/virtualteam/advantage_icon3.png);
}
.adv_icon4 {
	background-color:#e4ffee;
	background-image:url(../images/virtualteam/advantage_icon4.png);
}
.adv_icon5 {
	background-color:#ececff;
	background-image:url(../images/virtualteam/advantage_icon5.png);
}
.adv_icon6 {
	background-color:#fceee5;
	background-image:url(../images/virtualteam/advantage_icon6.png);
}
.advantages article h5 {
    color: #0f2344;
}
.advantages article h5 {
    color: #0f2344;
    margin: 0 0 15px;
}
.advantages article p {
    color: #757a81;
    font-size: 15px;
	font-weight:300;
    line-height: 24px;
}
.bottom_caption {
    background-color: #f4f4f4;
    padding: 40px 85px;
    text-align: center;
	margin:0 0 30px;
	border-radius:10px;
}
.bottom_caption p {
    margin: 0 0 0;
    line-height: 35px;
        font-size: 18px;
    color: #525966;
    font-weight: 300;
}




.bootstrap_banner_bg {
    background-image: url(../images/virtualteam/bg_bootstrap.png);
    padding: 180px 0 0;
    background-repeat: no-repeat;
    background-position: right top;
}
.bootstrap_banner_bg .virtual_team_title {
    font-size: 60px;
    margin: 0px 0 40px;
}
.bootstrap_banner_bg p {
    color: #2e415f;
    font-weight: 600;
    font-size: 24px;
    line-height: 38px;
}.bootstrap_features_bg {
	background-image: url(../images/virtualteam/bootstrap_features_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bootstrap_features_bg section {
    background-color: #fff;
    padding: 40px;
    margin: 180px 0 225px;
    border-radius: 10px;
}
.vt_points li {
    margin: 20px 0;
    font-size: 20px;
    color: #525966;
    padding: 0 0 0 40px;
    position: relative;
}
.vt_points li:before {
    content: "";
    background-image: url(../images/virtualteam/point.png);
    width: 24px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 7px;
}
.bootstrap_features_bg .virtual_team_title {
    margin: 90% 0 0;
}
ul.vt_points.double_line li {
    float: left;
    width: 50%;
    padding: 0 30px 0 40px;
    margin: 5px 0;
}
















.react_banner_bg {
    background-image: url(../images/virtualteam/react_bg.png);
    padding: 5px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 60px 0 25px;
	min-height: 630px;
    position: relative;
}
.react_banner_bg .virtual_team_title {
    color: #fff;
    font-size: 40px;
    margin: 40px 0 0 0;
}
.react_banner_bg p {
    font-size: 21px;
    color: #fff;
    margin: 35px 0 45px;
}
.react_intro {
    padding: 50px 0;
}
.react_intro p {
    font-size: 20px;
    line-height: 38px;
    color: #525966;
}
.react_intro section {
	position:relative;
}
.react_intro section img {
    border-radius: 10px;
    margin: 45px 0 0 55px;
    box-shadow: -10px 10px 45px rgb(0 0 0 / 30%);
    position: relative;
}
.react_intro section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background-color: #4cd1f0;
}
.re_benefit_icon {
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    border-radius: 18px;
	display: block;
    margin: 0 0 15px;
}
.re_benefit1 {
    background-color: #fff7d3;
    background-image: url(../images/virtualteam/react_benefit1.png);
}
.re_benefit2 {
    background-color: #dcfcef;
    background-image: url(../images/virtualteam/react_benefit2.png);
}
.re_benefit3 {
    background-color: #f5ecfd;
    background-image: url(../images/virtualteam/react_benefit3.png);
}
.benefits {
    padding: 30px 0;
}
.benefits article h5 {
    color: #0f2344;
    margin: 0 0 15px;
}
.benefits article p {
    color: #757a81;
    font-size: 15px;
    line-height: 24px;
}











.progressive_banner_bg {
    background-image: url(../images/virtualteam/bg_progressive.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	    position: relative;
    margin: 0 0 50px;
}
.progressive_banner_bg .virtual_team_title {
    color: #fff;
}
.progressive_banner_bg p {
    font-size: 22px;
    color: #fff;
}
.progressive_intro section p {
    color: #525966;
    font-size: 18px;
    line-height: 38px;
    margin: 130px 0 0;
}
.virtual_section_text section {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 10px;
}
.virtual_section_text section .virtual_team_title {
    font-size: 33px;
}
.virtual_section_text section p {
    font-size: 18px;
    color: #525966;
    line-height: 35px;
}


















.angular_banner {
    background-image: url(../images/virtualteam/angular_bg.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	background-attachment: fixed;
	    background-size: cover;
	height: 655px;
    position: relative;
}
.angular_intro {
    background-color: #dc2429;
	padding: 55px 0 30px;
	position:relative;
}
.angular_intro p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
    text-align: justify;
    margin: 0;
}
.angular_intro:before {
    width: 100%;
    height: 39px;
    content: "";
    position: absolute;
    left: 0;
    top: -39px;
    background-image: url(../images/virtualteam/angular_arow.png);
    background-repeat: no-repeat;
    background-position: center top;
	display:none;
}
.angular_content {
    background-image: url(../images/virtualteam/angular_bg2.png);
    background-repeat: no-repeat;
    background-position: right center;
	    background-attachment: fixed;
    padding: 30px 0;
}
.angular_content p {
	font-size: 18px;
    line-height: 28px;
	font-weight: 300;
    color: #485679;
    text-align: justify;
}
.angular_content p span {
    font-size: 18px;
    font-weight: 500;
    color: #485679;
    line-height: 36px;
}
.angular_banefits {
    position: relative;
    background-color: #efeeee;
    padding: 30px 0;
}
.angular_banefits:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/virtualteam/angular_img.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 25%;
    height: 100%;
}
.angular_banefits:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0f2344;
    width: 75%;
    height: 100%;
}
.angular_banefits .container {
    z-index: 99;
    position: relative;
}
.angular_banefits .virtual_team_title {
    color: #fff;
}
.angular_banefits p {
    color: #93a3bc;
    line-height: 38px;
    font-size: 18px;
	font-weight: 300;
}
.angular_banefits li {
    font-size: 16px;
	font-weight: 300;
    color: #93a3bc;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 20px 0 0;
    padding: 0 0 0 35px;
}
.angular_banefits li span {
    display: block;
    color: #fff;
    font-size: 18px;
	font-weight: 300;
    margin: 0 0 15px;
}
.angular_description p {
    line-height: 38px;
    font-size: 18px;
	font-weight: 300;
    color: #485679;
    text-align: justify;
}
.angular_description {
    padding: 40px 0;
}















.python_banner {
    background-image: url(../images/virtualteam/python_bg.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	background-attachment: fixed;
	    background-size: cover;
	height: 655px;
    position: relative;
}
.python_intro {
    background-color: #5a7ce8;
	padding: 55px 0 30px;
	position:relative;
}
.python_intro p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
    text-align: justify;
    margin: 0;
}
.python_intro h3 {
    font-weight: 200;
    color: #fff;
    font-size: 38px;
    margin: 0 0 30px;
	text-align: center;
}
.python_content {
    background-image: url(../images/virtualteam/angular_bg2.png);
    background-repeat: no-repeat;
    background-position: right center;
	    background-attachment: fixed;
    padding: 30px 0;
}
.python_content p {
	font-size: 18px;
    line-height: 28px;
	font-weight: 300;
    color: #485679;
    text-align: justify;
}
.python_content p span {
    font-size: 18px;
    font-weight: 500;
    color: #485679;
    line-height: 36px;
}
.python_content article {
    padding: 0 35px 0 0;
}


.python_banefits {
    position: relative;
    background-color: #efeeee;
    padding: 30px 0;
}
.python_banefits:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/virtualteam/python_img.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 25%;
    height: 100%;
}
.python_banefits:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0f2344;
    width: 75%;
    height: 100%;
}
.python_banefits .container {
    z-index: 99;
    position: relative;
}
.python_banefits .virtual_team_title {
    color: #fff;
}
.python_banefits p {
    color: #93a3bc;
    line-height: 38px;
    font-size: 18px;
	font-weight: 300;
}
.python_banefits li {
    font-size: 16px;
	font-weight: 300;
    color: #93a3bc;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 20px 0 0;
    padding: 0 0 0 35px;
}
.python_banefits li span {
    display: block;
    color: #fff;
    font-size: 18px;
	font-weight: 300;
    margin: 0 0 15px;
}








.aurelia_banner {
    position: relative;
}
.aurelia_banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/virtualteam/aurelia_banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 50%;
    height: 100%;
}
.aurelia_banner:after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
	width: 50%;
    height: 100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#72119e+0,e00f79+100 */
background: #72119e; /* Old browsers */
background: -moz-linear-gradient(45deg,  #72119e 0%, #e00f79 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #72119e 0%,#e00f79 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #72119e 0%,#e00f79 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72119e', endColorstr='#e00f79',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.aurelia_banner .container {
    position: relative;
    z-index: 9;
}
.aurelia_banner section {
	background-image: url(../images/virtualteam/aurelia_bg.png);
    background-repeat: no-repeat;
    background-position: left 50px;
	    margin: 0 -15px;
    padding: 100px 35px 35px;
}
.aurelia_banner section .virtual_team_title {
    color: #fff;
}
.aurelia_banner section p {
    color: #fff;
    font-size: 18px;
	font-weight:300;
    line-height: 42px;
}
.aurelia_benefits .virtual_team_title {
	text-align:center;
}
.aurelia_benefits {
    padding: 35px 0;
}
.aurelia_benefits section {
    background-color: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 20%);
    padding: 30px;
    min-height: 455px;
    margin: 30px 0 0;
	text-align: center;
}
.aurelia_benefits section img {
    margin: 0 0 15px;
}
.aurelia_benefits section h5 {
    font-size: 18px;
	font-weight:600;
    color: #485679;
    line-height: 26px;
    margin: 0 0 15px;
}
.aurelia_benefits section p {
    font-size: 15px;
	font-weight:300;
    line-height: 30px;
    color: #485679;
    text-align: justify;
}
.aurelia_content section img {
    width: 90%;
}
.aurelia_content section p span {
    font-size: 22px;
    color: #485679;
}
.aurelia_content {
    padding: 50px 0;
}
.aurelia_content section p {
    font-size: 18px;
	font-weight:300;
    color: #485679;
	line-height:38px;
	text-align:justify;
}
.aurelia_content section .virtual_team_title {
    margin: 35px 0 25px;
}












.ember_banner {
    background-image: url(../images/virtualteam/ember_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	background-attachment: fixed;
    background-size: cover;
	height:734px;
}
.ember_content {
	padding: 40px 0;
}
.ember_content .virtual_team_title {
    text-align: center;
}
.ember_content p {
	font-size:18px;
	font-weight:300;
    line-height: 36px;
        color: #485679;
    text-align: justify;
}
.ember_benefits {
    padding: 50px 0;
}
.ember_benefits img {
    width: 100%;
}
.ember_benefits .virtual_team_title {
    text-align: left;
    margin: 50px 0 30px;
}
.ember_benefits li {
	font-size:18px;
	font-weight:300;
	    color: #485679;
    padding: 0 30px 0 40px;
    margin: 20px 0;
	position: relative;
}
.ember_benefits li:before {
    content: "";
    background-image: url(../images/virtualteam/point.png);
    width: 24px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 7px;
}

.ember_features {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#da7d3d+0,e7a03f+100 */
background: #da7d3d; /* Old browsers */
background: -moz-linear-gradient(45deg,  #da7d3d 0%, #e7a03f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #da7d3d 0%,#e7a03f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #da7d3d 0%,#e7a03f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da7d3d', endColorstr='#e7a03f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding:50px 0;
}
.ember_features .virtual_team_title {
	text-align:center;
	color:#fff;
}
.ember_features li {
    float: left;
    width: 50%;
    padding: 0 30px 0 40px;
    margin: 5px 0;
	position:relative;
	font-size:18px;
	font-weight:300;
	color:#fff;
}
.ember_features li:before {
    content: "";
    background-image: url(../images/virtualteam/point_white.png);
    width: 24px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 7px;
}
















.backbone_banner {
    background-image: url(../images/virtualteam/backbone_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	background-attachment: fixed;
    background-size: cover;
	height: 655px;
    position: relative;
    margin: 0 0 25px;
}
.backbone_content {
	padding: 40px 0;
}
.backbone_content .virtual_team_title {
    text-align: center;
}
.backbone_content p {
	font-size:18px;
    line-height: 36px;
	font-weight:300;
    color: #485679;
    text-align: justify;
}
.backbone_service .virtual_team_title {
    text-align: left;
    margin: 50px 0 30px;
}
.backbone_service li {
	font-size:18px;
	font-weight:300;
	color: #485679;
    padding: 0 30px 0 40px;
    margin: 20px 0;
	position: relative;
}
.backbone_service li:before {
    content: "";
    background-image: url(../images/virtualteam/point.png);
    width: 24px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 7px;
}
.backbone_benefits {
    background-image: url(../images/virtualteam/backbone_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 70px 0;
}
.backbone_benefits img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
}
.backbone_benefits .virtual_team_title {
    color: #fff;
}
.backbone_benefits h5 {
    color: #fff;
}
.backbone_benefits p {
    font-size: 16px;
	font-weight:300;
    color: #acb6f1;
    line-height: 30px;
    margin: 20px 0 40px;
}
.backbone_features .virtual_team_title {
    text-align: center;
}
.backbone_features section {
    background-color: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 20%);
    padding: 30px 0;
    text-align: center;
	margin: 30px 0 0;
}
.backbone_features section img {
    margin: 0 0 20px;
}
.backbone_features section h5 {
    color: #08253c;
}



.backbone_service {
    padding: 0 0 30px;
}
.backbone_service section {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004d95+0,2684da+100 */
background: #004d95; /* Old browsers */
background: -moz-linear-gradient(45deg,  #004d95 0%, #2684da 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #004d95 0%,#2684da 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #004d95 0%,#2684da 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d95', endColorstr='#2684da',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding:30px 35px;
    margin: 90px 0 0;
}
.backbone_service section .virtual_team_title {
    margin: 0;
    color: #fff;
}
.backbone_service section p {
    color: #fff;
    font-size: 20px;
    margin: 20px 0 30px;
}
.backbone_service section a {
    display: inline-block;
    color: #0f2344;
    background-color: #fff;
    padding: 15px 40px;
    font-weight: 600;
    border-radius: 50px;
}
.backbone_service p {
    font-size: 18px;
    line-height: 36px;
    font-weight:300;
	color: #485679;
    text-align: justify;
}












.comingsoon_banner {
    background-image: url(../images/comingsoon.jpg);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center 130px;
    background-attachment: fixed;
    height: 710px;
    position: relative;
    margin: 0 0 25px;
    background-size: 900px auto;
}











.node_banner {
    background-image: url(../images/virtualteam/node_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 655px;
    position: relative;
    margin: 0 0 30px;
}
.node_content {
	padding: 40px 0;
}
.node_content .virtual_team_title {
    text-align: center;
}
.node_content p {
	font-size:18px;
	font-weight:300;
    line-height: 36px;
        color: #485679;
    text-align: justify;
}
.node_content p span {
	font-size:22px;
	font-weight:700;
	color: #485679;
	display:block;
	text-align:center;
}
.node_features {
    padding: 35px 0;
}
.node_features .virtual_team_title {
    text-align: center;
}
.node_features section {
    background-color: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 20%);
    padding: 30px;
    min-height: 570px;
    margin: 30px 0 0;
    text-align: center;
}
.node_features section img {
    margin: 0 0 15px;
}
.node_features section h5 {
    font-size: 18px;
    color: #485679;
    line-height: 26px;
    margin: 0 0 15px;
}
.node_features section p {
    font-size: 15px;
	font-weight:300;
    line-height: 30px;
    color: #485679;
    text-align: justify;
}
.node_features p span {
	font-size:22px;
	font-weight:700;
	color: #485679;
	display:block;
	text-align:center;
}















.meanstack_banner {
    background-image: url(../images/virtualteam/meanstack_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	    background-size: cover;
	height:655px;
	position: relative;
    margin: 0 0 25px;
}
.meanstack_content {
	padding: 40px 0;
}
.meanstack_content .virtual_team_title {
    text-align: center;
}
.meanstack_content p {
	font-size:18px;
    line-height: 36px;
    font-weight: 300;
	color: #485679;
    text-align: justify;
}
.meanstack_content p span {
    font-size: 22px;
    font-weight: 700;
	color: #485679;
    display: block;
    text-align: center;
}
.meanstack_benefits {
	background-color:#000837;
    padding: 30px 0 0;
}
.meanstack_benefits section:after {
    position: absolute;
	content:"";
    right: 0;
    top: 0;
    width: 50%;
    background-image: url(../images/virtualteam/meanstack_image.png);
	background-repeat:no-repeat;
	background-size: cover;
    height: 100%;
}
.meanstack_benefits section {
    position: relative;
}
.meanstack_benefits .virtual_team_title {
    color: #fff;
}
.meanstack_benefits li {
    font-size: 16px;
	font-weight:300;
    color: #acb6f1;
    line-height: 30px;
    margin: 20px 0 40px;
	position:relative;
	    padding: 0 0 0 80px;
}
.meanstack_benefits li span {
	color:#555d8e;
    font-size: 55px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
.meanstack_benefits .virtual_team_title {
    text-align: center;
}















.android_banner {
    background-image: url(../images/virtualteam/android_banner.png);
    padding: 74px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 655px;
	position: relative;
    margin: 0 0 25px;
}
.android_content {
	padding: 40px 0;
}
.android_content .virtual_team_title {
    text-align: center;
}
.android_content p {
	font-size:18px;
    line-height: 36px;
    font-weight: 300;
	color: #485679;
    text-align: justify;
}
.android_benefits {
    background-image: url(../images/virtualteam/android_image.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding: 40px 0;
}
.android_benefits .virtual_team_title {
    color: #1b211b;
}
.android_benefits p {
    font-size: 16px;
	font-weight: 300;
    color: #1b211b;
    line-height: 30px;
    margin: 20px 0 40px;
}
.android_content p span {
    font-size: 22px;
    font-weight: 700;
	color: #485679;
    display: block;
    text-align: center;
}
















.ios_banner {
    background-image: url(../images/virtualteam/ios_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
	height:655px;
	position: relative;
    margin: 0 0 25px;
}
.ios_content {
	padding: 40px 0;
}
.ios_content .virtual_team_title {
    text-align: center;
}
.ios_content p {
	font-size:18px;
    line-height: 36px;
    font-weight: 300;
	color: #485679;
    text-align: justify;
}
.ios_benefits {
    background-color:#f7e6d9;
	padding: 40px 0;
	margin:0 0 30px;
}
.ios_benefits .virtual_team_title {
    color: #1b211b;
    margin: 160px 0 30px;
}
.ios_benefits p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    margin: 20px 0 40px;
}
















.xamarin_banner {
    background-image: url(../images/virtualteam/xamarin_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	height:655px;
	position: relative;
    margin: 0 0 25px;
}
.xamarin_content {
	padding: 40px 0;
}
.xamarin_content .virtual_team_title {
    text-align: center;
}
.xamarin_content p {
	font-size:18px;
    line-height: 36px;
    font-weight: 300;
	color: #485679;
    text-align: justify;
}
.xamarin_benefits {
	padding: 12px 0;
	position:relative;
}
.xamarin_benefits section {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#064987+0,0098ff+100 */
background: #064987; /* Old browsers */
background: -moz-linear-gradient(45deg,  #064987 0%, #0098ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #064987 0%,#0098ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #064987 0%,#0098ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064987', endColorstr='#0098ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding:40px 0;
}
.xamarin_benefits .virtual_team_title {
    color: #fff;
    margin: 30px 0 30px;
}
.xamarin_benefits p {
    font-size: 16px;
    color: #fff;
	font-weight: 300;
    line-height: 30px;
    margin: 20px 0 40px;
}
.xamarin_benefits:before {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    background-image: url(../images/virtualteam/xamarin_image.png);
    width: 671px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.xamarin_content section h3.virtual_team_title {
    text-align: left;
}
.xamarin_description {
    background-color: #0f2344;
    padding: 40px 0;
    position: relative;
}
.xamarin_description .virtual_team_title {
    color: #fff;
}
.xamarin_description p {
    color: #93a3bc;
    line-height: 38px;
    font-size: 18px;
	font-weight: 300;
}
.xamarin_description:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 50%;
	height:100%;
    background-image: url(../images/virtualteam/xamarin_image2.png);
	background-repeat:no-repeat;
}
.xamarin_description section {
    padding: 0 0 0 25px;
}
















.re_native_banner {
    background-image: url(../images/virtualteam/react_native_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	height:655px;
	position: relative;
}
.re_native_intro {
    background-color: #00d8ff;
	padding: 55px 0 30px;
	position:relative;
}
.re_native_intro p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
    text-align: justify;
    margin: 0;
}
.re_native_content {
    padding: 30px 0;
	    position: relative;
}
.re_native_content:after {
	background-image: url(../images/virtualteam/react_native_image.png);
	background-repeat:no-repeat;
	background-position:right center;
    content: "";
    position: absolute;
    right: -10%;
    top: 0;
    width: 790px;
    height: 100%;
}
.re_native_content section {
    z-index: 9;
}
.re_native_content p {
	font-size: 18px;
    line-height: 36px;
    font-weight: 300;
	color: #485679;
    text-align: justify;
}
.re_native_description {
    padding: 30px 0;
}
.re_native_description h3.virtual_team_title {
    text-align: center;
}
.re_native_description p {
	font-size: 18px;
    line-height: 36px;
    font-weight: 300;
	color: #485679;
    text-align: justify;
}
.re_native_features {
    padding: 35px 0;
}
.re_native_features .virtual_team_title {
    text-align: center;
}
.re_native_features section {
    position: relative;
    padding: 0 0 0 80px;
    margin: 20px 0 0;
    min-height: 200px;
}
.re_native_features section img {
    margin: 0 0 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.re_native_features section h5 {
    font-size: 18px;
    color: #0e395b;
    line-height: 26px;
    margin: 0 0 15px;
}
.re_native_features section p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
	color: #485679;
    text-align: justify;
}
.re_native_description section {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006989+0,00b2c7+100 */
background: #006989; /* Old browsers */
background: -moz-linear-gradient(45deg,  #006989 0%, #00b2c7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #006989 0%,#00b2c7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #006989 0%,#00b2c7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006989', endColorstr='#00b2c7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding:50px;
    border-radius: 10px;
}
.re_native_description section h3.virtual_team_title {
	color:#fff;
}
.re_native_description section p {
	color:#fff;
}













.vue_banner {
    position: relative;
	padding: 100px 0 0;
}
.vue_banner:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-image: url(../images/virtualteam/vue_banner.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 50%;
    height: 100%;
}
.vue_banner .container {
    position: relative;
    z-index: 9;
}
.vue_banner .virtual_team_title {
    color: #0f2344;
}
.vue_banner p {
    font-size: 18px;
    line-height: 38px;
	font-weight: 300;
	color: #485679;
}
.vue_banner_txt p {
	color: #485679;
    font-size: 18px;
    line-height: 38px;
	font-weight: 300;
	margin:20px 0 0;
}
.vue_benefits .virtual_team_title {
    text-align: center;
}
.vue_benefits section h5 {
    font-size: 18px;
    color: #0e395b;
    line-height: 26px;
    margin: 0 0 15px;
}
.vue_benefits section p {
    font-size: 15px;
    line-height: 30px;
	font-weight: 300;
	color: #485679;
    text-align: justify;
}
.vue_benefits section {
    position: relative;
    padding: 20px 0 0 145px;
    min-height: 150px;
}
.vue_benefits section img {
    position: absolute;
    left: 0;
    top: 0;
}
.vue_content {
    background-color: #2e5e39;
    padding: 40px 0;
    position: relative;
}
.vue_content .container {
    z-index: 99;
    position: relative;
}
.vue_content .virtual_team_title {
    color:#fff;
}
.vue_content:after {
    position: absolute;
    content: "";
    right: -150px;
    bottom: 0;
    background-image: url(../images/virtualteam/vue_image.png);
    background-repeat: no-repeat;
    width: 973px;
    height: 481px;
}
.vue_content p {
    font-size: 20px;
    line-height: 38px;
	font-weight: 300;
    color: #e6f8de;
}
.vue_description {
    padding: 40px 0;
}
.vue_description .virtual_team_title {
    text-align: center;
}
.vue_description p {
    font-size: 18px;
    line-height: 36px;
	font-weight: 300;
    color: #485679;
    text-align: justify;
}














.wordpress_banner {
    background-image: url(../images/virtualteam/wordpress_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
	height:655px;
	    position: relative;
    margin: 0 0 25px;
}
.wordpress_content {
	padding: 40px 0;
}
.wordpress_content .virtual_team_title {
    text-align: center;
}
.wordpress_content p {
	font-size:18px;
    line-height: 36px;
	font-weight: 300;
    color: #485679;
    text-align: justify;
}

.wordpress_description {
    background: #1772c9;
    padding:40px 0;
	position:relative;
}
.wordpress_description .virtual_team_title {
    color: #fff;
    margin: 30px 0 30px;
}
.wordpress_description p {
    font-size: 16px;
	font-weight: 300;
    color: #fff;
    line-height: 30px;
    margin: 20px 0 40px;
}
.wordpress_description:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    background-image: url(../images/virtualteam/wordpress_image.png);
    width: 419px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.wordpress_benefits {
	padding:40px 0;
}
.wordpress_benefits .virtual_team_title {
    text-align: center;
}
.wordpress_benefits section {
    position: relative;
    padding: 20px 0 0 145px;
    min-height: 150px;
}
.wordpress_benefits section img {
    position: absolute;
    left: 0;
    top: 0;
}
.wordpress_benefits section h5 {
    font-size: 18px;
    color: #0e395b;
    line-height: 26px;
    margin: 0 0 15px;
}
.wordpress_benefits section p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #485679;
    text-align: justify;
}
.wordpress_developement {
	padding:40px 0;
}
.wordpress_developement .virtual_team_title {
    text-align: center;
}
.wordpress_developement section {
    background-color: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 20%);
    padding: 30px;
    margin: 30px 0 0;
	min-height: 230px;
}
.wordpress_developement section h5 {
    font-size: 18px;
    color: #0e395b;
    line-height: 26px;
    margin: 0 0 15px;
}
.wordpress_developement section p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    color: #485679;
    text-align: justify;
}
















.laravel_banner {
    background-image: url(../images/virtualteam/laravel_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
	height:655px;
	position: relative;
    margin: 0 0 25px;
}
.laravel_content {
	padding: 40px 0;
}
.laravel_content .virtual_team_title {
    text-align: center;
}
.laravel_content p {
	font-size:18px;
    line-height: 36px;
    font-weight: 300;
    color: #485679;
    text-align: justify;
}
.laravel_content p span {
	font-size:22px;
	font-weight:700;
    color: #485679;
	display:block;
	text-align:center;
}
.laravel_features {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d11a19+0,f54c4c+100 */
background: #d11a19; /* Old browsers */
background: -moz-linear-gradient(45deg,  #d11a19 0%, #f54c4c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #d11a19 0%,#f54c4c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #d11a19 0%,#f54c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11a19', endColorstr='#f54c4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 50px 0;
}
.laravel_features .virtual_team_title {
    text-align: center;
    color: #fff;
	margin: 0 0 15px;
}
.laravel_features p span {
	font-size:22px;
	font-weight:700;
	display:block;
	text-align:center;
	color: #fff;
}
.laravel_features p {
    margin: 0 0 30px;
}
.laravel_features li {
    float: left;
    width: 50%;
    padding: 0 30px 0 40px;
    margin: 5px 0;
    position: relative;
    font-size: 18px;
	font-weight: 300;
    color: #fff;
}
.laravel_features li:before {
    content: "";
    background-image: url(../images/virtualteam/point_white.png);
    width: 24px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 7px;
}
.laravel_benefits {
    padding: 50px 0;
}
.laravel_benefits img {
    width: 100%;
}
.laravel_benefits p {
    font-size: 18px;
    line-height: 36px;
	font-weight: 300;
    color: #485679;
    text-align: justify;
}
.laravel_benefits p span {
	font-size:22px;
	font-weight:700;
	display:block;
}
.laravel_benefits .virtual_team_title {
    margin: 130px 0 30px;
}

.laravel_points span {
    font-size: 60px;
    font-weight: 700;
    color: #d31c1b;
    position: absolute;
    top: 0;
    left: 0;
	line-height: 52px;
}
.laravel_points section {
    position: relative;
    padding: 0 0 0 75px;
	margin: 20px 0 0;
}
.laravel_points article {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d11a19+1,f54c4c+100 */
background: #d11a19; /* Old browsers */
background: -moz-linear-gradient(45deg,  #d11a19 1%, #f54c4c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #d11a19 1%,#f54c4c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #d11a19 1%,#f54c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11a19', endColorstr='#f54c4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 20px;
    min-height: 70px;
}










.code_banner {
    background-image: url(../images/virtualteam/code_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center top;
	height:655px;
	position: relative;
    margin: 0 0 25px;
}
.code_content {
	padding: 40px 0;
}
.code_content .virtual_team_title {
    text-align: center;
}
.code_content p {
	font-size:18px;
    line-height: 36px;
    font-weight: 300;
    color: #485679;
    text-align: justify;
}
.code_features {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d11a19+0,f54c4c+100 */
background: #d11a19; /* Old browsers */
background: -moz-linear-gradient(45deg,  #d11a19 0%, #f54c4c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #d11a19 0%,#f54c4c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #d11a19 0%,#f54c4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11a19', endColorstr='#f54c4c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 50px 0;
}
.code_features .virtual_team_title {
    text-align: center;
    color: #fff;
}
.code_features li {
    float: left;
    width: 50%;
    padding: 0 30px 0 40px;
    margin: 5px 0;
    position: relative;
    font-size: 18px;
	font-weight: 300;
    color: #fff;
}
.code_features li:before {
    content: "";
    background-image: url(../images/virtualteam/point_white.png);
    width: 24px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 7px;
}
.code_team section {
    background-color: #e9ebef;
    padding: 25px 40px;
    margin: 30px 0;
    border-radius: 10px;
}
.code_team p {
	font-size:18px;
    line-height: 36px;
    font-weight: 300;
    color: #485679;
    text-align: justify;
	margin:0;
}












.ai-banner {
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	        animation: gradient 15s ease infinite;
    position: relative;
    padding: 120px 0 0;
}
@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


div#particles-js {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}











/*.ai-banner:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-image: url(../images/virtualteam/AI.png);
    width: 50%;
    height: 100%;
    background-size: cover;
    border-radius: 0 0 0;
    background-position: center;
}*/
.ai-banner section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.ai-banner .container {
    position: relative;
    padding-top: 10px;
}
.ai-banner img {
    margin: 350px auto 0;
    width: 830px;
    display: block;
}
.ai-banner h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 35px;
}
.ai-banner .content {
    color: #eee;
    max-width: 870px;
    margin: 0 auto;
}
.ai-banner section h2.medium_title {
    color: #fff;
}
.ai_benefits {
    padding: 60px 0 80px;
}
.ai_benefits section {
    padding: 35px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.ai_benefits img {
    margin: 0 0 25px;
}
.ai_benefits h3 {
    color: #121127;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px;
}
.ai_benefits p {
    font-size: 15px;
    line-height: 26px;
    color: #121127;
    opacity: 0.8;
}
.ai_keys {
    padding: 80px 0;
    background-color: #F9F9FB;
}
.ai_key_point section .large_title {
    margin: 0 0 90px;
}
.ai_key_point {
    display: flex;
    align-items: center;
}
.ai_keys img {
    border-radius: 0;
}
.ai_key_point section {
    padding: 0 0 0 30px;
}
.ai_key_point section h3 {
    font-size: 40px;
    color: #121127;
    margin: 0 0 25px;
}
.ai_key_point section h3 span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #005CAF;
}
.ai_key_point li {
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
	position: relative;
    margin: 25px 0;
    font-size: 14px;
}
.ai_key_point li:last-child {
    border-bottom: none;
}
.ai_key_point li i {
    position: absolute;
    left: 3px;
    top: 10px;
    color: #000;
}
.ai_key_point li .content_medium {
    padding: 0 0 20px;
    border-bottom: solid;
}
.ai_key_point li h4.tiny_title {
    margin: 0 0 25px;
}
.ai_key_point li .content_medium {
    margin: 20px 0 0;
}
.ai_key_point li:last-child .content_medium {
    border-bottom: none;
}
.ai_keys article {
	position: sticky;
    top: 0;
}
.ai_keys article img {
    width: 100%;
}

.ai_footer {
    background-color: #2A3342;
    padding: 80px 0;
}
.ai-footer-title h1.large_title {
    margin: 0 0 80px;
    color: #fff;
}
.ai-footer-title {
    display: flex;
    align-items: center;
}
.ai-row {
	display:flex;
	flex-wrap: wrap;
}
.ai_footer section {
    width: 33.3333%;
    padding: 35px;
    border: solid 1px #8896AB;
    margin: 0 0 0 -1px;
}
.ai-footer-title h3 {
    font-size: 48px;
    margin: 0;
    color: #fff;
}
.ai-footer-title h3 span {
    display: block;
}
.ai_footer h4.tiny_title {
    margin: 0 0 25px;
}
.ai_footer h4.tiny_title {
    margin: 0 0 25px;
    color: #fff;
}
.ai_footer h4 span {
    display: flex;
    width: 48px;
    height: 48px;
    background-color: #22C55E;
	color: #2A3342;
    border-radius: 65px;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
}
.ai_footer p {
    color: #8896AB;
    line-height: 24px;
    margin: 20px 0 0;
}
.ai-footer-caption {
    text-align: center;
    font-size: 20px!important;
    margin: 55px 0 0!important;
    line-height: 35px!important;
    color: #fff!important;
    opacity: 0.7;
    font-weight: 300;
}


















.devops-banner {
    position: relative;
    padding: 90px 0 0;
    background-color: #F2F3FF;
	margin: 30px 0 0;
}
.devops-banner:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #d8d9ee;
    width: 50%;
    height: 100%;
    background-size: cover;
    border-radius: 0 0;
    background-position: center;
}
.devops-banner .container {
    position: relative;
    z-index: 9;
}
.devops-banner img {
    width: 100%;
}
.devops-banner h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 35px;
}
.devops-banner p {
    color: #8B8B8B;
    font-size: 14px;
    line-height: 28px;
    margin: 30px 0 0;
}
.devops-banner-content {
    display: flex;
    align-items: center;
}
.devops-banner-content section {
    padding: 0 0 0 25px;
}


.devops_benefits {
    padding: 70px 0;
}
.devops_benefits h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px;
}
.devops_benefits h2 span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    background-color: #DCFCE7;
    width: 100px;
    text-align: center;
    padding: 8px 0;
    border-radius: 40px;
    color: #22C55E;
    margin: 0 auto 5px;
}
.devops_benefits h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px;
}
.devops_benefits p {
    color: #556987;
    font-size: 14px;
    line-height: 26px;
}
.devops_features {
    padding: 70px 0;
    background-color: #f5f5f5;
}
.devops_features h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px;
}
.devops_features h2 span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    background-color: #DCFCE7;
    width: 100px;
    text-align: center;
    padding: 8px 0;
    border-radius: 40px;
    color: #22C55E;
    margin: 0 auto 5px;
}
.devops_features_section {
    display: flex;
    align-items: center;
}
.devops_features_section article h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}
.devops_features_section article p {
    color: #556987;
    font-size: 14px;
    line-height: 26px;
	margin:0;
}
.devops_features_section article {
    margin: 40px 0;
    position: relative;
    padding: 0 0 0 90px;
}
.devops_features img {
    border-radius: 15px;
}
.devops_footer {
	padding: 70px 0;
}
.devops_footer h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px;
}
.devops_footer h3 {
	color: #121127;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px;
	text-align: center;
}
.devops_footer p {
    font-size: 15px;
    line-height: 26px;
    color: #121127;
    opacity: 0.8;
	text-align: center;
}
.devops_benefits section {
    position: relative;
    padding: 0 0 0 85px;
}
.devops_icon {
    width: 64px;
    height: 64px;
    background-color: #2e97d3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.devops_icon img {
    width: 46px;
}

.devops_key-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: -20px;
}
.devops_footer img {
    display: block;
    margin: 15px auto 30px;
}
.devops_key3 img {
	width: 52px;
}
.devops_key2 img {
	width: 60px;   
}
     











.cyber-banner {
    position: relative;
    /*background-image: url(../images/virtualteam/cyber_banner.png);*/
    height: 760px;
	    overflow: hidden;
    background-position: center top;
	display: flex;
    justify-content: center;
    align-items: center;
}
.cyber-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.cyber-banner video {
    width: 1920px;
}
.cyber-banner section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 0 0;
}
.cyber-banner section article {
    max-width: 880px;
    margin: 0 auto;
}
.cyber-banner section .medium_title {
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
}
.cyber-banner section .tiny_title {
    text-align: center;
    color: #eee;
    font-weight: 300;
}
.cyber-banner section article .content_medium {
    text-align: center;
    color: #fff;
    margin: 40px 0 0;
}
.path {
  stroke-dasharray: 10;
  animation: dash 55s linear infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 800;
  }
}


.flying {
  transform: translate(35%, 8%);
  animation: fly 4s ease-in-out infinite;
}

@keyframes fly {
  0% {
    transform: translate(35%, 10%) ;
  }
  50% {
    transform: translate(35%, 8%);
  }
  100% {
    transform: translate(35%, 10%);
  }
}


.cyber-points {
    padding: 90px 0;
}
.cyber-points .large_title {
    margin: 0;
    position: sticky;
    top: 85px;
}
.cyber-points li {
    padding: 5px 0 5px 45px;
    position: relative;
}
.cyber-points li .tiny_title {
    margin: 0 0 25px;
}
.cyber-points li span {
    position: absolute;
    left: 0;
    top: -3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 30px;
    color: #999;
}
.cyber-points li h5 {
    color: #121127;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 10px;
}
.cyber-points li p {
    color: #121127;
    font-size: 15px;
    opacity: 0.7;
}

.cyber-services {
	background-color: #f3f8ff;
	padding: 0 0 60px;
}
.cyber-services .large_title {
    margin: 80px 0 0;
    position: sticky;
    top: 85px;
}
.cyber-services h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 40px;
}
.cyber-services h2 span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    background-color: #DCFCE7;
    width: 100px;
    text-align: center;
    padding: 8px 0;
    border-radius: 40px;
    color: #22C55E;
    margin: 0 auto 5px;
}
.cyber-services section {
    padding: 0 25px 0 85px;
    position: relative;
    margin: 0;
}
.cyber-services section img {
    position: absolute;
    left: 0;
    top: 0px;
}
.cyber-services section h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
}
.cyber-services section p {
    font-size: 15px;
    color: #5D5D5D;
    line-height: 26px;
    margin: 0;
}
.cyber-services .card__content {
    background-color: #fff;
    border: none;
}
.cyber_image {
    width: 100%;
    height: 500px;
    position: relative;
}
.cyber-choose {
    background-color: #2B63D9;
    padding: 90px 0;
}
.cyber-choose-points {
    display: flex;
    align-items: center;
}
.cyber-choose article {
    height: 600px;
    overflow: hidden;
    position: sticky;
    top: 85px;
}
.cyber-choose video {
    width: 100%;
    margin: -170px 0 0;
}
.cyber-choose-points section h2 {
    color: #fff;
    margin: 0 0 30px;
}

.cyber-choose-points section li .content_medium {
    color: #ddd;
    padding: 0 0 20px;
    border-bottom: solid;
}
.cyber-choose-points section li:last-child .content_medium {
    border-bottom: none;
}
.cyber-choose-points section li {
    color: #ddd;
    margin: 25px 0;
    padding: 0 0 0 35px;
    position: relative;
}
.cyber-choose-points section li i {
    position: absolute;
    left: 3px;
    top: 10px;
    color: #fff;
}
.cyber-choose-points section li .tiny_title {
    margin: 0 0 25px;
    color: #fff;
}
.cyber-footer {
    padding: 50px 0;
    text-align: center;
}
.cyber_image {
    height: 350px;
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    overflow: hidden;
}
.cyber_image svg {
    position: absolute;
    right: -45px;
    bottom: 0;
    width: 200%;
    height: 520px;
}
.cyber-footer p {
    width: 70%;
    margin: 0 auto 0;
    color: #121127;
}
.cyber_icon {
    width: 66px;
    height: 66px;
    background: linear-gradient(45deg, rgba(87,158,253,1) 0%,rgba(34,124,244,1) 100%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 30px;
    top: 35px;
}
.cyber_icon img {
    width: 43px;
}
.cyber-choose .large_title {
    margin: 0 0 90px;
    color: #fff;
}











.erp-banner {
    padding: 70px 0 0;
    position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,c3f1ff+100 */
/*background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(195,241,255,1) 100%); */
}
.erp-banner-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.erp-banner-img section video {
    width: 100%;
}
.erp-banner img {
    width: 100%;
}
.erp-video .erp-banner-content section .medium_title {
    margin: -125px 0 30px;
    text-align: center;
    background-color: #fff;
    padding: 40px 0 0;
}
.erp-video .erp-banner-content p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.erp-video .erp-banner-content section .action_btn {
	    bottom: -25px;
    text-align: center;
}
.erp-banner-content {
    display: flex;
    align-items: center;
}
.erp-banner-content section .medium_title {
    margin: 0 0 30px;
}
.erp-banner-content p {
    font-size: 14px;
    color: #121127;
    opacity: 0.7;
    line-height: 30px;
    margin: 0;
}
.erp-banner-content section .action_btn {
    position: relative;
    bottom: 0;
    width: auto;
    text-align: left;
    margin: 30px 0 0;
}
.erp_benefits {
    padding: 70px 0;
    margin: -7px 0 0;
    background-image: url(../images/CRM-Mastery.jpg);
	background-attachment: fixed;
}
.erp_benefits .large_title {
    margin: 0 0 0;
    text-align: center;
    color: #fff;
}
.erp_benefits .small_title {
    text-align: center;
    color: #ccc;
}
.erp_benefits section {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 0;
    min-height: 380px;
    background-color: #fff;
    margin: 40px 0 0;
}
.erp_benefits section h3 {
    font-size: 20px;
    color: #272D37;
    font-weight: 700;
    margin: 0 0 20px;
	    display: none;
}
.erp_benefits section p {
    font-size: 15px;
    color: #5F6D7E;
    margin: 0;
    line-height: 25px;
}
.erp_points {
    padding: 50px 0;
	position: relative;
}
.erp_points h2 {
    margin: 0 0 40px;
    font-weight: 700;
    position: relative;
}
.erp_points section {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 35px;
    border-radius: 0;
    margin: 0 0 30px;
    background-color: #fff;
	min-height: 405px;
}
.erp_points section p {
    margin: 0;
    line-height: 25px;
	    text-align: justify;
}
/*section#erp-point1 {
    margin: 120px 0 30px;
}*/
section#erp-point4, section#erp-point5 {
    margin: 0 0 30px;
}
.erp_point_title {
    align-items: center;
    display: flex;
	position: relative;
}
.erp_points .large_title {
    margin: 0 0 40px;
}
.erp_footer {
    background-color: #45B3F2;
}
.erp_footer section {
    padding: 60px 0;
}
.erp_footer section h3.small_title {
    color: #fff;
}
.erp_footer section p {
    font-size: 15px;
    color: #eee;
    line-height: 25px;
    margin: 0;
}
#erp-footer-section1:before {
    position: absolute;
    right: -52px;
    top: -40px;
    content: "";
    width: 75px;
    height: 75px;
    background-color: #AAEFFF;
    border-radius: 50%;
}
#erp-footer-section2 {
    background-color: #fff;
	/*box-shadow: -10px 0 20px rgba(0, 0, 0, 0.1);*/
    padding: 60px 0 60px 40px;
}
#erp-footer-section2 .small_title {
	color:#000;
}
#erp-footer-section2 .content_medium {
	color:#555;
}
.erp_benefits section img {
    display: block;
    margin: 5px 0 25px;
}
.erp_points section img {
    display: block;
    margin: 10px 0 25px;
}



.privacy_banner {
    background-image: url(../images/privacy_banner.jpg);
    height: 420px;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.privacy_banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.privacy_banner h3 {
    position: relative;
    z-index: 999;
    color: #fff;
    margin: 70px 0 0;
    font-size: 55px;
}
.privacy_content {
    padding: 60px 0;
}
.privacy_content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #40596a;
    margin: 30px 0 15px;
}
.privacy_content p {
    color: #556987;
    font-size: 14px;
    line-height: 26px;
}













.mobileapp_banner {
    background-image: url(../images/virtualteam/mobileapp-banner.jpg);
    height: 760px;
    background-position: center top;
    padding: 10px 0;
    position: relative;
	    overflow: hidden;
	    display: flex;
    justify-content: center;
    align-items: center;	
}
.mobileapp_banner video {
    width: 1920px;
}
.mobileapp_banner .container {
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobileapp_banner h3 {
    margin: 0 0 0;
    color: #fff;
    line-height: 50px;
    font-size: 45px;
    text-align: center;
    position: relative;
    font-weight: 500;
}
.mobileapp_banner h3 span {
    display: block;
	font-weight: 800;
}
.mobileapp_banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.mobileapp_points {
    background-color: #f5f5f5;
}

/****************************************************************************/
/*****************************MAIN_PAGE*************************************/
/****************************************************************************/
.team_wrapper {
	overflow-x:hidden;
}
/*@media (min-width: 576px) {
	.container {
	max-width:100%;
}
}*/
.banner_wrapper {
    overflow: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7e8fa+0,ffffff+100 */
background: #d7e8fa; /* Old browsers */
background: -moz-linear-gradient(top,  #d7e8fa 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d7e8fa 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d7e8fa 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e8fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    padding: 75px 0 0;

}
.banner_wrapper section {
    position: relative;
    min-height: 930px;
}
.banner_element {
	position:absolute;
	left:0;
	top:0;
}
.banner_element.ele1 {
	background-image: url(../images/virtualteam/main_page/code2.png);
	background-repeat: no-repeat;
	height: 541px;
	width: 100%;
}
.banner_element.ele2 {
	background-image: url(../images/virtualteam/main_page/code3.png);
	background-repeat: no-repeat;
	height: 349px;
	width: 100%;
	z-index: 9;
}
.banner_element.ele3 {
	background-image: url(../images/virtualteam/main_page/code1.png);
	background-repeat: no-repeat;
	height: 333px;
	width: 100%;
	z-index: 9999;
	top:680px;
}
.banner_element.ele4 {
	background-image: url(../images/virtualteam/main_page/ball_blur.png);
	background-repeat: no-repeat;
	height: 467px;
	width: 100%;
	/*z-index:9999;*/
}
.banner_element.ele5 {
	background-image: url(../images/virtualteam/main_page/ball_clear.png);
	background-repeat: no-repeat;
	height: 165px;
	width: 507px;
	z-index:99999;
	    top: 434px;
    left: -91px;
}
.banner_element.ele6 {
	background-image: url(../images/virtualteam/main_page/tag.png);
	background-repeat: no-repeat;
	height: 565px;
	width: 780px;
	z-index:999999;
	position:relative;
	margin:0 auto;
	top:35px;
}
.banner_element.banner_team {
	background-image: url(../images/virtualteam/main_page/team_banner.png);
	background-repeat: no-repeat;
	background-position:center center;
	height: 826px;
	width: 100%;
	z-index:999;
	    top: 40px;
}
/*.view_all {
    text-align: center;
    padding: 10px 0!important;
    width: 200px;
    margin: 10px auto 0;
    background-color: #d4dfe7;
    border-radius: 3px;
}*/
.meet_team {
    margin: 0;
    padding: 0;
}
.view_all {
    text-align: center;
    padding: 8px 0 7px!important;
	border-radius: 0 0 5px 5px;
    width: 100%;
    margin: 10px auto 0;
    background-color: #d4dfe7;
    border-bottom: solid #c6d2db;
}
@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(100px, 9999px, 121px, 0);
  }
  4.166666666666666% {
    clip: rect(30px, 9999px, 82px, 0);
  }
  8.333333333333332% {
    clip: rect(99px, 9999px, 90px, 0);
  }
  12.5% {
    clip: rect(34px, 9999px, 39px, 0);
  }
  16.666666666666664% {
    clip: rect(45px, 9999px, 27px, 0);
  }
  20.833333333333336% {
    clip: rect(0px, 9999px, 95px, 0);
  }
  25% {
    clip: rect(58px, 9999px, 31px, 0);
  }
  29.166666666666668% {
    clip: rect(46px, 9999px, 148px, 0);
  }
  33.33333333333333% {
    clip: rect(139px, 9999px, 3px, 0);
  }
  37.5% {
    clip: rect(44px, 9999px, 78px, 0);
  }
  41.66666666666667% {
    clip: rect(16px, 9999px, 130px, 0);
  }
  45.83333333333333% {
    clip: rect(47px, 9999px, 81px, 0);
  }
  50% {
    clip: rect(60px, 9999px, 35px, 0);
  }
  54.166666666666664% {
    clip: rect(77px, 9999px, 142px, 0);
  }
  58.333333333333336% {
    clip: rect(41px, 9999px, 76px, 0);
  }
  62.5% {
    clip: rect(143px, 9999px, 71px, 0);
  }
  66.66666666666666% {
    clip: rect(105px, 9999px, 122px, 0);
  }
  70.83333333333334% {
    clip: rect(101px, 9999px, 40px, 0);
  }
  75% {
    clip: rect(19px, 9999px, 107px, 0);
  }
  79.16666666666666% {
    clip: rect(109px, 9999px, 39px, 0);
  }
  83.33333333333334% {
    clip: rect(129px, 9999px, 79px, 0);
  }
  87.5% {
    clip: rect(65px, 9999px, 73px, 0);
  }
  91.66666666666666% {
    clip: rect(84px, 9999px, 129px, 0);
  }
  95.83333333333334% {
    clip: rect(18px, 9999px, 131px, 0);
  }
  100% {
    clip: rect(107px, 9999px, 109px, 0);
  }
}
@keyframes glitch-anim {
  0% {
    clip: rect(100px, 9999px, 121px, 0);
  }
  4.166666666666666% {
    clip: rect(30px, 9999px, 82px, 0);
  }
  8.333333333333332% {
    clip: rect(99px, 9999px, 90px, 0);
  }
  12.5% {
    clip: rect(34px, 9999px, 39px, 0);
  }
  16.666666666666664% {
    clip: rect(45px, 9999px, 27px, 0);
  }
  20.833333333333336% {
    clip: rect(0px, 9999px, 95px, 0);
  }
  25% {
    clip: rect(58px, 9999px, 31px, 0);
  }
  29.166666666666668% {
    clip: rect(46px, 9999px, 148px, 0);
  }
  33.33333333333333% {
    clip: rect(139px, 9999px, 3px, 0);
  }
  37.5% {
    clip: rect(44px, 9999px, 78px, 0);
  }
  41.66666666666667% {
    clip: rect(16px, 9999px, 130px, 0);
  }
  45.83333333333333% {
    clip: rect(47px, 9999px, 81px, 0);
  }
  50% {
    clip: rect(60px, 9999px, 35px, 0);
  }
  54.166666666666664% {
    clip: rect(77px, 9999px, 142px, 0);
  }
  58.333333333333336% {
    clip: rect(41px, 9999px, 76px, 0);
  }
  62.5% {
    clip: rect(143px, 9999px, 71px, 0);
  }
  66.66666666666666% {
    clip: rect(105px, 9999px, 122px, 0);
  }
  70.83333333333334% {
    clip: rect(101px, 9999px, 40px, 0);
  }
  75% {
    clip: rect(19px, 9999px, 107px, 0);
  }
  79.16666666666666% {
    clip: rect(109px, 9999px, 39px, 0);
  }
  83.33333333333334% {
    clip: rect(129px, 9999px, 79px, 0);
  }
  87.5% {
    clip: rect(65px, 9999px, 73px, 0);
  }
  91.66666666666666% {
    clip: rect(84px, 9999px, 129px, 0);
  }
  95.83333333333334% {
    clip: rect(18px, 9999px, 131px, 0);
  }
  100% {
    clip: rect(107px, 9999px, 109px, 0);
  }
}
@-webkit-keyframes glitch-anim-2 {
  6.666666666666667% {
    clip: rect(74px, 9999px, 2px, 0);
  }
  10% {
    clip: rect(84px, 9999px, 16px, 0);
  }
  13.333333333333334% {
    clip: rect(33px, 9999px, 27px, 0);
  }
  16.666666666666664% {
    clip: rect(59px, 9999px, 73px, 0);
  }
  20% {
    clip: rect(122px, 9999px, 111px, 0);
  }
  23.333333333333332% {
    clip: rect(2px, 9999px, 84px, 0);
  }
  26.666666666666668% {
    clip: rect(56px, 9999px, 92px, 0);
  }
  30% {
    clip: rect(101px, 9999px, 128px, 0);
  }
  33.33333333333333% {
    clip: rect(36px, 9999px, 76px, 0);
  }
  36.666666666666664% {
    clip: rect(65px, 9999px, 123px, 0);
  }
  40% {
    clip: rect(23px, 9999px, 23px, 0);
  }
  43.333333333333336% {
    clip: rect(79px, 9999px, 24px, 0);
  }
  46.666666666666664% {
    clip: rect(129px, 9999px, 101px, 0);
  }
  50% {
    clip: rect(132px, 9999px, 131px, 0);
  }
  53.333333333333336% {
    clip: rect(106px, 9999px, 4px, 0);
  }
  56.666666666666664% {
    clip: rect(63px, 9999px, 139px, 0);
  }
  60% {
    clip: rect(87px, 9999px, 77px, 0);
  }
  63.33333333333333% {
    clip: rect(14px, 9999px, 13px, 0);
  }
  66.66666666666666% {
    clip: rect(77px, 9999px, 42px, 0);
  }
  70% {
    clip: rect(131px, 9999px, 64px, 0);
  }
  73.33333333333333% {
    clip: rect(87px, 9999px, 34px, 0);
  }
  76.66666666666667% {
    clip: rect(40px, 9999px, 46px, 0);
  }
  80% {
    clip: rect(39px, 9999px, 12px, 0);
  }
  83.33333333333334% {
    clip: rect(97px, 9999px, 117px, 0);
  }
  86.66666666666667% {
    clip: rect(26px, 9999px, 106px, 0);
  }
  90% {
    clip: rect(75px, 9999px, 20px, 0);
  }
  93.33333333333333% {
    clip: rect(40px, 9999px, 6px, 0);
  }
  96.66666666666667% {
    clip: rect(71px, 9999px, 10px, 0);
  }
  100% {
    clip: rect(92px, 9999px, 48px, 0);
  }
}
@keyframes glitch-anim-2 {
  6.666666666666667% {
    clip: rect(74px, 9999px, 2px, 0);
  }
  10% {
    clip: rect(84px, 9999px, 16px, 0);
  }
  13.333333333333334% {
    clip: rect(33px, 9999px, 27px, 0);
  }
  16.666666666666664% {
    clip: rect(59px, 9999px, 73px, 0);
  }
  20% {
    clip: rect(122px, 9999px, 111px, 0);
  }
  23.333333333333332% {
    clip: rect(2px, 9999px, 84px, 0);
  }
  26.666666666666668% {
    clip: rect(56px, 9999px, 92px, 0);
  }
  30% {
    clip: rect(101px, 9999px, 128px, 0);
  }
  33.33333333333333% {
    clip: rect(36px, 9999px, 76px, 0);
  }
  36.666666666666664% {
    clip: rect(65px, 9999px, 123px, 0);
  }
  40% {
    clip: rect(23px, 9999px, 23px, 0);
  }
  43.333333333333336% {
    clip: rect(79px, 9999px, 24px, 0);
  }
  46.666666666666664% {
    clip: rect(129px, 9999px, 101px, 0);
  }
  50% {
    clip: rect(132px, 9999px, 131px, 0);
  }
  53.333333333333336% {
    clip: rect(106px, 9999px, 4px, 0);
  }
  56.666666666666664% {
    clip: rect(63px, 9999px, 139px, 0);
  }
  60% {
    clip: rect(87px, 9999px, 77px, 0);
  }
  63.33333333333333% {
    clip: rect(14px, 9999px, 13px, 0);
  }
  66.66666666666666% {
    clip: rect(77px, 9999px, 42px, 0);
  }
  70% {
    clip: rect(131px, 9999px, 64px, 0);
  }
  73.33333333333333% {
    clip: rect(87px, 9999px, 34px, 0);
  }
  76.66666666666667% {
    clip: rect(40px, 9999px, 46px, 0);
  }
  80% {
    clip: rect(39px, 9999px, 12px, 0);
  }
  83.33333333333334% {
    clip: rect(97px, 9999px, 117px, 0);
  }
  86.66666666666667% {
    clip: rect(26px, 9999px, 106px, 0);
  }
  90% {
    clip: rect(75px, 9999px, 20px, 0);
  }
  93.33333333333333% {
    clip: rect(40px, 9999px, 6px, 0);
  }
  96.66666666666667% {
    clip: rect(71px, 9999px, 10px, 0);
  }
  100% {
    clip: rect(92px, 9999px, 48px, 0);
  }
}




.banner_wrapper section h3 {
    /*position: absolute;*/
    width: 100%;
    text-align: left;
    font-size: 48px;
    font-weight: 800;
    margin: 0px 0 0;
    left: 0;
    top: 0;
    line-height: 50px;
}
.banner_wrapper section h3 span {
	color:#0197ec;
}
.banner_wrapper p {
    color: #7c869b;
    font-size: 18px;
    text-align: center;
    padding: 0 18%;
    margin: 30px 0 0;
}
.banner_wrapper .banner_team p {
	text-align: left;
	padding: 0 35% 0 0;
}
.php_bg p span {
    display: block;
    padding: 0 20%;
}
.btn_get_started {
    display: block;
    width: 150px;
    background-color: #08a0f7;
    text-align: center;
    color: #fff;
    padding: 13px 0 10px;
    margin: 25px auto 0;
    border-radius: 4px;
}
.banner_wrapper h5 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    line-height: 35px;
    margin: 40px 0 0;
}
.banner_wrapper p span {
    display: block;
    font-size: 14px;
    line-height: 25px;
}
.php_bg {
	background-image:url(../images/virtualteam/main_page/php_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: cover;
	padding: 10px 0; 
}
.php_bg .container {
    position: relative;
}
.square_design {
    position: absolute;
	transform:rotate(45deg);
}
.square_design section {
    position: relative;
}
.square_design.blue {
    right: 130px;
    top: -220px;
}
.square_design.blue:before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#61bdfe+0,2378ff+100 */
background: #61bdfe; /* Old browsers */
background: -moz-linear-gradient(top,  #61bdfe 0%, #2378ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #61bdfe 0%,#2378ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #61bdfe 0%,#2378ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61bdfe', endColorstr='#2378ff',GradientType=0 ); /* IE6-9 */
    position: absolute;
	content:"";
	width: 100px;
    height: 100px;
	top:0;
	left:0;
	border-radius:5px;
}
.square_design.blue:after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#61bdfe+0,2378ff+100 */
background: #61bdfe; /* Old browsers */
background: -moz-linear-gradient(top,  #61bdfe 0%, #2378ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #61bdfe 0%,#2378ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #61bdfe 0%,#2378ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61bdfe', endColorstr='#2378ff',GradientType=0 ); /* IE6-9 */
    position: absolute;
	content:"";
	width: 100px;
    height: 100px;
	top: 15px;
    left: 15px;
	border-radius:5px;
	opacity:0.5;
}
.square_design.violet {
    left: 130px;
    bottom: 75px;
}
.square_design.violet:before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b1ee8+0,9b3eea+100 */
background: #4b1ee8; /* Old browsers */
background: -moz-linear-gradient(top,  #4b1ee8 0%, #9b3eea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4b1ee8 0%,#9b3eea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4b1ee8 0%,#9b3eea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b1ee8', endColorstr='#9b3eea',GradientType=0 ); /* IE6-9 */
    position: absolute;
	content:"";
	width: 100px;
    height: 100px;
	top:0;
	left:0;
	border-radius:5px;
}
.square_design.violet:after {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b1ee8+0,9b3eea+100 */
background: #4b1ee8; /* Old browsers */
background: -moz-linear-gradient(top,  #4b1ee8 0%, #9b3eea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4b1ee8 0%,#9b3eea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4b1ee8 0%,#9b3eea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b1ee8', endColorstr='#9b3eea',GradientType=0 ); /* IE6-9 */
    position: absolute;
	content:"";
	width: 100px;
    height: 100px;
	top: 15px;
    left: 15px;
	border-radius:5px;
	opacity:0.5;
}
.php_bg h3 {
    color: #fff;
    text-align: center;
    margin: 160px 0 10px;
    font-size: 36px;
    font-weight: 700;
}
.php_bg p {
    text-align: center;
    color: #7c869b;
    font-size: 18px;
    margin: 0 0 50px;
}
.php_team p {
    font-size: 16px;
    text-align: justify;
    color: #9ca0bb;
    line-height: 30px;
    width: 70%;
    margin: 60px 0 0;
}
.php_team .pulse {
    animation-iteration-count: infinite;
}
.tag {
    width: 165px;
    height: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
	z-index:9;
}
.member1 .tag {
    background-image: url(../images/virtualteam/main_page/position_tag1.png);
    left: 50px;
    bottom: 15px;
}
.member2 .tag {
	background-image: url(../images/virtualteam/main_page/position_tag2.png);
}
.member3 .tag {
    background-image: url(../images/virtualteam/main_page/position_tag3.png);
    bottom: 90px;
    left: auto;
    right: -130px;
}
.member4 .tag {
	background-image: url(../images/virtualteam/main_page/position_tag4.png);
}
.member5 .tag {
	background-image: url(../images/virtualteam/main_page/position_tag5.png);
	left: 75px;
}
.member6 .tag {
	background-image: url(../images/virtualteam/main_page/position_tag6.png);
	    left: 45px;
}
.member7 .tag {
    background-image: url(../images/virtualteam/main_page/position_tag7.png);
    left: 55px;
    bottom: 0px;
}
.member8 .tag {
	background-image: url(../images/virtualteam/main_page/position_tag8.png);
}
.member9 .tag {
	background-image: url(../images/virtualteam/main_page/position_tag9.png);
}
.team_member_php {
    position: absolute;
    top: 0;
    left: 15px;
}
.team_member_php section {
	position:relative;
}
.team_member_php section img {
    position: relative;
    z-index: 9;
}
.team_member_php.member1 {
    top: -180px;
}
.team_member_php.member1 section:before {
    position: absolute;
    width: 145px;
    height: 145px;
    background-color: rgba(238, 68, 35, 0.5);
    top: 5px;
    left: 30px;
    content: "";
    transform: rotate(45deg);
    border-radius: 5px;
}
/*.team_member_php.member2 {
    left: auto;
    right: -50px;
    top: -30px;
}*/
.team_member_php.member2 {
    left: auto;
    right: 110px;
    top: 60px;
}
.team_member_php.member2 section:before {
    position: absolute;
    width: 145px;
    height: 145px;
    background-color: rgba(133, 200, 8, 0.5);
    top: 55px;
    left: 30px;
    content: "";
    transform: rotate(45deg);
    border-radius: 5px;
}
.team_member_php.member3 {
    top: auto;
    bottom: 38px;
    left: 150px;
}
.team_member_php.member3 section:before {
    position: absolute;
    width: 145px;
    height: 145px;
    background-color: rgba(39, 128, 255, 0.5);
    top: 30px;
    left: 4px;
    content: "";
    transform: rotate(45deg);
    border-radius: 5px;
}
.php_framework section {
    background-color: #fff;
    text-align: center;
    padding: 15px 25px 25px;
    border-radius: 5px;
    margin: 0 0 30px;
}
.php_framework section p {
    color: #7c869b;
    font-size: 14px;
    text-align: justify;
    margin: 0;
}
.php_framework section.php1 {
    margin: 170px 0 0;
}




.mobileapp_team {
	position:relative;
}
.mobileapp_team h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 90px 0 40px;
}
.mobileapp_team p {
    color: #7c869b;
    font-size: 16px;
    line-height: 30px;
    width: 85%;
    text-align: justify;
}
.team_member_mobileapp {
    position: absolute;
    top: 0;
    left: 15px;
}
.team_member_mobileapp section {
    position: relative;
}
.team_member_mobileapp section img {
    animation-iteration-count: infinite;
}
.team_member_mobileapp.member4 {
    top: auto;
    bottom: 70px;
}
.team_member_mobileapp.member4:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 80px;
    background-color: #ffd800;
    width: 70px;
    height: 70px;
    z-index: 9;
    border-radius: 50%;
}
.team_member_mobileapp.member5 {
    top: auto;
    right: 50px;
    left: auto;
    bottom: -75px;
}
.team_member_mobileapp.member5:before {
    content: "";
    position: absolute;
    bottom: 55px;
    background-color: #00dd7a;
    width: 55px;
    height: 55px;
    z-index: 9;
    opacity: 0.5;
    border-radius: 50%;
    left: 0px;
}
.mobileapp_framework section h5 {
    color: #2a3345;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 15px;
}
.mobileapp_framework section p {
    color: #7c869b;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}
.mobileapp_framework section {
    margin: 25px 0;
}















.js_bg {
    margin: 135px 0 0;
}
.js_team {
	position:relative;
}
.js_framework article {
	display:none;
}
.js_framework article h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 330px 0 40px 0;
}
.js_framework article p {
    color: #7c869b;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin: 0 0 0 0;
}
.js_team p {
    color: #7c869b;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin: 0 0 0 8%;
}
.js_team h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 330px 0 40px 8%;
}
.team_member_js {
    position: absolute;
    top: 0;
    left: 15px;
}
.team_member_js section {
    position: relative;
}
.team_member_js section img {
    animation-iteration-count: infinite;
}
.team_member_js.member6 {
    top: 60px;
    bottom: auto;
}
.team_member_js.member6:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 110px;
    background-color: #ff005a;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.team_member_js.member7 {
    top: 230px;
    right: 15px;
    left: auto;
}
.team_member_js.member7:before {
    content: "";
    position: absolute;
    bottom: 55px;
    background-color: #00b6ff;
    width: 55px;
    height: 55px;
    z-index: 9;
    opacity: 0.5;
    border-radius: 50%;
    left: 0px;
}
.team_member_js.member8 {
    top: auto;
    bottom: 120px;
    left: 140px;
}
.team_member_js.member8:before {
    content: "";
    position: absolute;
    bottom: 90px;
    background-color: #0071b5;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: 205px;
}
.js_framework section h5 {
    color: #2a3345;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 15px;
}
.js_framework section p {
    color: #7c869b;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}
.js_framework section {
    margin: 25px 0;
}



.uiux_bg {
    padding: 150px 0 40px;
}
.uiux_bg .container {
    position: relative;
}
.uiux_bg h3 {
	font-size: 36px;
    font-weight: 700;
	text-align:center;
	margin:0 0 40px;
}
.uiux_bg article {
    padding: 20px 30px 20px 130px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    border-radius: 5px;
	position: relative;
}
.team_member_ui section {
    position: relative;
}
.team_member_ui section img {
    animation-iteration-count: infinite;
}
.team_member_ui section:before {
    content: "";
    position: absolute;
    bottom: 5px;
    background-image: url(../images/virtualteam/main_page/ui_bg.png);
    width: 282px;
    height: 212px;
    left: -20px;
}
.team_member_ui section img {
	position:relative;
}
.framework_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 100%;
    border-radius: 0 80px 80px 0;
}
.logo_html5 {
    background-color: #ffd3cf;
}
.logo_bootstrap {
	background-color: #e1cfff;
}
.uiux_bg article h5 {
    font-size: 16px;
    font-weight: 700;
    color: #2a3345;
    margin: 10px 0 0;
}
.uiux_bg article p {
    font-size: 14px;
    margin: 15px 0 5px;
    color: #7c869b;
    line-height: 22px;
}
.logo_html5:before {
    position: absolute;
    left: 30px;
    top: 0;
    content: "";
    background-image: url(../images/virtualteam/main_page/ui1.png);
	background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 80px;
}
.logo_bootstrap:before {
    position: absolute;
    left: 30px;
    top: 0;
    content: "";
    background-image: url(../images/virtualteam/main_page/ui2.png);
	background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 80px;
}
.team_member_ui {
    position: absolute;
    top: -125px;
    left: 15px;
}





a.new_cta {
    /* background: #e0fcff; */
    background: #45B3F2;
    color: #fff;
    /* color: #2c3847; */
    font-weight: 500;
    display: inline-block;
    width: 375px;
    text-align: left;
    padding: 20px 0 20px 40px;
    border-radius: 0;
    box-shadow: 7px 7px 25px rgb(0 0 0 / 20%);
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.4s ease 0s;
}
a.new_cta span {
    position: relative;
    z-index: 9;
}
a.new_cta i {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 21px;
    /* color: #2e97d3; */
    color: #fff;
    transform: rotate(-35deg);
}











@media (min-width:250px) and (max-width: 1160px) {
.banner_element.banner_team {
    background-size: contain;
}	
}


@media (min-width:250px) and (max-width: 890px) {
.banner_element.ele1 {
    height: 360px;
    width: 100%;
    background-size: contain;
}
.banner_element.ele3 {
    height: 230px;
    width: 100%;
    top: auto;
    bottom: -100px;
    background-size: contain;
}
.banner_element.ele4 {
	display:none;
}
.banner_element.ele5 {
    height: 100px;
    width: 300px;
    top: 390px;
    left: 190px;
    background-size: contain;
}
.banner_element.ele6 {
    height: 380px;
    width: 530px;
    margin: 0 0;
    top: 120px;
    background-size: contain;
}
.banner_element.banner_team {
    top: 0;
}
.banner_wrapper section {
    min-height: 785px;
}
.banner_wrapper section h3 {
    font-size: 38px;
    margin: 80px 0 0;
    line-height: 35px;
    z-index: 999;
}
}




@media (min-width:250px) and (max-width: 850px) {
.banner_wrapper p {
    font-size: 16px;
    padding: 0;
}	
.banner_wrapper h5 {
    font-size: 26px;
    line-height: 28px;
}
.square_design.blue {
    right: 0;
    top: -140px;
}
}


@media (min-width:250px) and (max-width: 565px) {
.banner_wrapper p span {
    text-align: justify;
}	
}


@media (min-width:250px) and (max-width: 1100px) {
.team_member_php {
    width: 170px;
}
.team_member_php section img {
    width: 100%;
}	
.team_member_php.member1 section:before {
    width: 120px;
    height: 120px;
    top: 5px;
    left: 25px;
}
.team_member_php.member2 section:before {
    width: 120px;
    height: 120px;
    top: 50px;
    left: 25px;
}
.team_member_php.member3 section:before {
    width: 120px;
    height: 120px;
    top: 48px;
    left: 25px;
}
.member3 .tag {
    bottom: 75px;
}
.square_design.violet {
    left: 0px;
}
.team_member_php.member3 {
    bottom: -50px;
}
.php_framework section.php1 {
    margin: 240px 0 0;
}
.team_member_php.member2 {
    left: auto;
    right: -220px;
    top: 0px;
}
}




@media (min-width:250px) and (max-width: 890px) {
.team_member_php.member2 {
    right: -150px;
}	
.team_member_php.member3 {
    bottom: 25px;
	left: 60px;
}
}



@media (min-width:250px) and (max-width: 767px) {
.team_member_php {
    width: 130px;
    left: 0;
}
.team_member_php.member1 section:before {
    width: 90px;
    height: 90px;
    top: 0px;
    left: 20px;
}
.team_member_php.member2 section:before {
    width: 90px;
    height: 90px;
    top: 0px;
    left: 20px;
}
.team_member_php.member3 section:before {
    width: 90px;
    height: 90px;
    top: 0px;
    left: 20px;
}
.tag {
    width: 130px;
    height: 19px;
	background-size: contain;
}	
.member1 .tag {
    left: 0px;
    bottom: 0px;
}
.member3 .tag {
    bottom: -4px;
    left: 0;
}
.team_member_php.member1 {
    top: 0px;
    left: auto;
    right: 0px;
}
.team_member_php.member2 {
    right: 0px;
    top: 165px;
}
.team_member_php.member3 {
    bottom: auto;
    left: auto;
    right: 0px;
    top: 330px;
}
.php_bg h3 {
    margin: 230px 0 10px;
}
.php_bg p {
    margin: 0 0 10px;
}
.php_bg p span {
    padding: 0;
}
.php_team p {
    font-size: 14px;
	margin: 60px 0 0!important;
}
.square_design.blue {
    top: -200px;
}
.php_framework section.php1 {
    margin: 240px 0 15px;
}
.php_framework section {
    margin: 0 0 15px;
}
.php_framework {
    padding: 0 145px 0 15px;
}
}




@media (min-width:250px) and (max-width: 578px) {
.php_team p {
    width: 60%;
}	
.php_framework section.php1 {
    margin: 125px 0 15px;
}
.banner_element.ele6 {
    width: 410px;
    margin: 0 auto;
    top: 175px;
}
}




@media (min-width:250px) and (max-width: 991px) {
.team_member_mobileapp {
    width: 180px;
}
.team_member_mobileapp img {
    width: 100%;
}	
.team_member_mobileapp.member4:before {
    width: 55px;
    height: 55px;
}
.team_member_mobileapp.member5:before {
    bottom: 25px;
    width: 40px;
    height: 40px;
    left: 0px;
}
.mobileapp_team {
    padding: 0 15px 230px;
}
.mobileapp_team p {
    font-size: 14px;
    width: 100%;
}
.team_member_js {
    width: 180px;
}
.team_member_js img {
    width: 100%;
}
.team_member_js.member6:before {
    bottom: 110px;
    width: 50px;
    height: 50px;
}
.team_member_js.member7 {
    top: 165px;
    right: 45px;
    left: auto;
}
.team_member_js.member8:before {
    bottom: 120px;
    width: 55px;
    height: 55px;
    left: 130px;
}
.js_framework article p {
    font-size: 14px;
}
.js_team p {
    font-size: 14px;
}
}


@media (min-width:250px) and (max-width: 767px) {
.js_framework article {
    display: block;
}
.js_framework article h3 {
    margin: 0px 0 40px 0;
}	
.js_bg {
    margin: 30px 0 0;
}
.js_team h3 {
    display: none;
}
.js_team p {
    display: none;
}
.team_member_js.member6 {
    top: 0;
    bottom: auto;
    position: relative;
    margin: 0 auto;
	    float: left;
}
.team_member_js.member7 {
    top: 0;
    right: 0;
    left: auto;
    position: relative;
    margin: 0 auto;
	    float: right;
}
.team_member_js.member8 {
    top: auto;
    bottom: 0;
    left: 0;
    position: relative;
    margin: 55px auto;
}
}





@media (min-width:250px) and (max-width: 991px) {
.team_member_ui {
    top: -125px;
    left: 15px;
    width: 200px;
}	
.team_member_ui img {
    width: 100%;
}
.team_member_ui section:before {
    width: 190px;
    height: 170px;
    left: -20px;
    background-size: contain;
    background-repeat: no-repeat;
}
}



@media (min-width:250px) and (max-width: 767px) {
.team_member_ui {
    top: 0;
    left: 0;
    width: 200px;
    position: relative;
    margin: 0 auto;
}
.uiux_bg {
    padding: 0px 0 40px;
}	
}


#connection_modal .modal-dialog {
    max-width: 920px;
    font-family: 'Roboto', sans-serif!important;
    margin: 90px auto 0;
    border-radius: 5px;
    overflow: hidden;
}
.project_modal_image {
    background-image: url(../images/pop_image.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.project_modal_image section h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.project_modal_image section {
    padding: 30px 20px;
	    min-height: 470px;
}
.project_modal_form section {
    padding: 35px 50px 35px 35px;
}
.project_modal_form section input, .project_modal_form section select {
    width: 100%;
    border-radius: 0px!important;
    font-size: 14px;
    border: none;
    border-bottom: solid 1px #b1bec6;
	padding:0!important;
	height:auto!important;
	margin: 30px 0 0;
}
.project_modal_form section textarea {
    width: 100%;
    border-radius: 0px!important;
    font-size: 14px;
    border: none;
    border-bottom: solid 1px #b1bec6;
	padding:0!important;
	height:auto!important;
	margin: 30px 0 0;
}
.pop_send {
    float: right;
    height: 56px;
    position: relative;
	width: 110px;
	margin: 20px 0 0;
}
.pop_send:hover {
	text-decoration:none;
}
.pop_send span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 56px;
    background-color: #00d3fe;
    border-radius: 50%;
	transition: all 0.5s ease;
}
.pop_send:hover span {
    width: 100%;
    background-color: #00d3fe;
	border-radius: 10px;
}
.pop_send strong {
    display: block;
	float: right;
    position: relative;
    top: 8px;
    color: #323232;
    font-size: 18px;
    font-weight: 700;
    background-image: url(../images/right-arrow_dark.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: 18px auto;
    padding: 0 20px 0 0;
    right: 7px;
    line-height: 30px;
}
.pop_send:hover strong {
	color:#fff;
	background-image: url(../images/right-arrow_white.png);
}
.pop_send strong i {
    font-size: 31px;
    position: relative;
    left: -3px;
    top: -3px;
} 
#connection_modal .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
	    z-index: 9999;
}
.service_button_wrapper {
    padding: 50px 0;
    background-color: #eef8ff;
	text-align: center;
	/*margin: 0 0 40px;*/
}
.service_button_wrapper h3 {
    color: #1d1d1d;
    font-size: 27px;
	font-weight: 300;
	    margin: 0 0 20px;
}
.service_button_wrapper h3 span {
    font-weight: 700;
}
.service_button_wrapper p {
    color: #424242;
    font-size: 14px;
    margin: 15px 0 0;
    font-style: italic;
}
.service_button_wrapper a {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30e4b7+0,70a4ff+100 */
background: #30e4b7; /* Old browsers */
background: -moz-linear-gradient(45deg,  #30e4b7 0%, #70a4ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #30e4b7 0%,#70a4ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #30e4b7 0%,#70a4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30e4b7', endColorstr='#70a4ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
display: block;
    width: 270px;
    padding: 13px 0;
    border-radius: 0;
    margin: 0 auto;
    color: #fff;
}
.service_button_wrapper a:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30e4b7+0,70a4ff+100 */
background: #30e4b7; /* Old browsers */
background: -moz-linear-gradient(45deg,  #70a4ff 0%, #30e4b7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #70a4ff 0%,#30e4b7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #70a4ff 0%,#30e4b7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70a4ff', endColorstr='#30e4b7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
display: block;
    width: 270px;
    padding: 13px 0;
    border-radius: 50px;
    margin: 0 auto;
    color: #fff;
}

@media (min-width:250px) and (max-width: 830px) {
.virtual_banner_bg1 {
    margin: 0 0 30px;
}	
.virtual_banner_bg1 .virtual_team_title {
    font-size: 35px;
    margin: 0;
}	
.virtual_banner_bg1 p {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    margin: 40px 0 0;
}
.virtual_banner_bg1 img {
    width: 250px;
}
.virtual_plain_text p {
    font-size: 16px;
    line-height: 30px;
	text-align: justify;
}
.virtual_team_title {
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 30px;
}
.advantages article h5 {
    font-size: 16px;
}
.advantages article p {
    text-align: justify;
}
.bottom_caption {
    padding: 20px 30px;
}
}

@media (min-width:250px) and (max-width: 767px) {
.virtual_banner_bg1 img {
    display: none;
}
.virtual_banner_bg1 {
    padding: 100px 0 35px;
    margin: 0 0 30px;
}	
.bottom_caption p {
    margin: 0 0 0;
    line-height: 28px;
    font-size: 18px;
    text-align: justify;
}
}


@media (min-width:250px) and (max-width: 500px) {
.advantage_icon {
    width: 65px;
    height: 65px;
    border-radius: 60px;
}	
.advantages article {
    padding: 0px 15px 0 95px;
}
}



@media (min-width:250px) and (max-width: 991px) {
.bootstrap_banner_bg {
    padding: 110px 0 0;
    background-position: 300px top;
}
.bootstrap_banner_bg .virtual_team_title {
    font-size: 35px;
    margin: 0px 0 40px;
	    font-weight: 300;
}	
.bootstrap_banner_bg p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.bootstrap_banner_bg img {
    width: 300px;
    margin: 100px auto 0;
    display: block;
}
}



@media (min-width:250px) and (max-width: 767px) {
.bootstrap_banner_bg img {
    display: none;
}	
.bootstrap_features_bg .virtual_team_title {
    margin: 30px 0 0;
}
.bootstrap_features_bg {
    background-color: #e9f1ff;
}
.bootstrap_features_bg section {
    padding: 5px 20px;
    margin: 30px 0;
}
.vt_points li {
    margin: 20px 0;
    font-size: 16px;
}
.bootstrap_features_bg {
    margin: 0 0 30px;
}
ul.vt_points.double_line li {
    float: none;
    width: 100%;
    margin: 5px 0 20px 0;
}
}




@media (min-width:250px) and (max-width: 1100px) {
.react_banner_bg .virtual_team_title {
    font-size: 30px;
	font-weight: 300;
    margin: 40px 0 0 0;
    text-align: center;
}	
.react_banner_bg p {
    font-size: 18px;
    margin: 40px 0 45px;
    line-height: 35px;
    text-align: justify;
}
}





@media (min-width:250px) and (max-width: 767px) {
.react_banner_bg {
    padding: 5px 0 0;
    background-position: right top;
	background-size: cover;
    margin: 60px 0 0;
    min-height: 630px;
}	
}


@media (min-width:250px) and (max-width: 1100px) {
.react_intro section img {
    width: 80%;
}	
.react_intro p {
    text-align: justify;
}
}



@media (min-width:250px) and (max-width: 800px) {
.angular_banner {
    background-size: 800px;
    height: 435px;
}	
}

@media (min-width:250px) and (max-width: 767px) {
.angular_intro p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: justify;
    margin: 0;
}	
}


@media (min-width:250px) and (max-width: 1100px) {
.angular_content {
    background-position: center center;
}	
}


@media (min-width:250px) and (max-width: 767px) {
.angular_content {
    background-image: none;
}	
.angular_content section {
    padding: 0;
}
.angular_content p {
    font-size: 15px;
}
.angular_content p span {
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
}
.angular_banefits:before {
	display:none;
}
.angular_banefits:after {
    width: 100%;
}
.angular_banefits p {
    line-height: 28px;
    font-size: 15px;
}
.angular_banefits li {
    font-size: 15px;
    line-height: 28px;
}
.angular_banefits li span {
    font-size: 16px;
}
.angular_description p {
    line-height: 28px;
    font-size: 15px;
}
}




@media (min-width:250px) and (max-width: 568px) {
.virtual_team_title {
    font-size: 25px;
}	
}




@media (min-width:250px) and (max-width: 800px) {
.ember_banner {
    background-size: 800px;
    height: 435px;
}	
}

@media (min-width:250px) and (max-width: 767px) {
.ember_content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    text-align: justify;
    margin: 0;
}	
.ember_benefits li {
    font-size: 15px;
}
.ember_features li {
    float: none;
    width: 100%;
    padding: 0 0 0 40px;
    margin: 5px 0 20px;
    font-size: 15px;
}
}


@media (min-width:250px) and (max-width: 800px) {
.node_banner {
    background-size: 800px;
    height: 435px;
}	
}


@media (min-width:250px) and (max-width: 767px) {
.node_content p span {
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
}
.node_content p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}	
.node_features p span {
    font-size: 15px;
    line-height: 24px;
}
.node_features section p {
    font-size: 15px;
    line-height: 25px;
}
.node_features section {
    min-height: auto;
}
}




@media (min-width:250px) and (max-width: 991px) {
.aurelia_banner section p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}
.virtual_team_title {
    font-weight: 200;
    font-size: 30px;
}
.aurelia_benefits section h5 {
    font-size: 15px;
    line-height: 18px;
}
.aurelia_benefits section p {
    font-size: 15px;
    line-height: 25px;
}
.aurelia_benefits section {
    min-height: auto;
}
.aurelia_content section .virtual_team_title {
    margin: 0 0 25px;
}
.aurelia_content section p span {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: block;
}
.aurelia_content section p {
    font-size: 15px;
    line-height: 28px;
}
}


@media (min-width:250px) and (max-width: 767px) {
.aurelia_banner:before {
	display:none;
}	
.aurelia_banner:after {
    width: 100%;
    height: 100%;
}
.aurelia_banner section {
    background-image: none;
}
}


@media (min-width:250px) and (max-width: 568px) {
.aurelia_benefits section img {
    width: 55px;
}	
.aurelia_content section img {
    width: 250px;
    margin: 0 auto;
    display: block;
}
}




@media (min-width:250px) and (max-width: 800px) {
.backbone_banner {
    background-size: 800px;
    height: 435px;
}	
}



@media (min-width:250px) and (max-width: 767px) {
.backbone_content p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}	
}

@media (min-width:250px) and (max-width: 1055px) {
.backbone_benefits img {
    bottom: 20px;
    width: 90%;
}	
}


@media (min-width:250px) and (max-width: 991px) {
.backbone_benefits {
    padding: 30px 0 10px;
}	
.backbone_benefits {
    margin: 0 0 25px;
}
.backbone_content p {
    font-size: 15px;
    line-height: 28px;
}	
.backbone_benefits img {
    display: none;
}	
.backbone_benefits h5 {
    font-size: 15px;
}
.backbone_benefits p {
    font-size: 15px;
    line-height: 28px;
}
.backbone_features section h5 {
    font-size: 15px;
}
.backbone_features section img {
    width: 90px;
}
.backbone_service li {
    font-size: 15px;
    padding: 0 30px 0 40px;
}
.backbone_service li:before {
    width: 18px;
    height: 14px;
    top: 4px;
    background-size: 100%;
}
.backbone_service li {
    font-size: 15px;
    padding: 0 30px 0 30px;
    margin: 20px 0;
}
.backbone_service p {
    font-size: 15px;
    line-height: 28px;
}
.backbone_service section {
    margin: 40px 0 0;
}
.backbone_service section p {
    font-size: 15px;
    line-height: 28px;
}
}



@media (min-width:250px) and (max-width: 800px) {
.meanstack_banner {
    background-size: 800px;
    height: 435px;
}	
}



@media (min-width:250px) and (max-width: 991px) {
.meanstack_content p span {
    font-size: 15px;
}
.meanstack_content p {
    font-size: 15px;
    line-height: 28px;
}
.meanstack_benefits section:after {
	display:none;
}
.meanstack_benefits li {
    font-size: 15px;
    line-height: 28px;
    margin: 0px 0 40px;
    padding: 0 0 0 60px;
}
.meanstack_benefits li span {
    font-size: 40px;
    font-weight: 700;
    left: 0;
    top: 8px;
}
.progressive_banner_bg p {
    font-size: 15px;
    text-align: justify;
    line-height: 28px;
}
.progressive_banner_bg img {
    width: 430px;
    top: 0px;
    position: relative;
}
.progressive_banner_bg {
    margin: 0 0 120px;
}
}




@media (min-width:250px) and (max-width: 767px) {
.progressive_banner_bg img {
    display: none;
}	
.progressive_banner_bg {
    margin: 0 0 60px;
	padding: 100px 0 45px;
}

.virtual_team_title {
    text-align: center;
}
.progressive_intro img {
    display: block;
    width: 300px;
    margin: 0 auto;
}
.progressive_intro section p {
    font-size: 15px;
    line-height: 28px;
    margin: 30px 0;
	text-align: justify;
}
ul.vt_points.double_line li {
    text-align: justify;
    font-size: 15px;
}
.virtual_section_text section .virtual_team_title {
    font-size: 24px;
}
.virtual_section_text section p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}
.virtual_section_text section {
    margin: 0 0 20px;
}
.bottom_caption p {
    line-height: 28px;
    font-size: 15px;
}
}




@media (min-width:250px) and (max-width: 800px) {
.android_banner {
    background-size: 800px;
    height: 435px;
}	
}



@media (min-width:250px) and (max-width: 991px) {
.android_content p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}	
.android_content p span {
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
}
}


@media (min-width:250px) and (max-width: 800px) {
.ios_banner {
    background-size: 800px;
    height: 435px;
}	
}


@media (min-width:250px) and (max-width: 991px) {
.ios_content p {
    font-size: 15px;
    line-height: 28px;
}	
}


@media (min-width:250px) and (max-width: 767px) {
.ios_benefits img {
    width: 165px;
    display: block;
    margin: 0 auto;
}
.ios_benefits .virtual_team_title {
    margin: 30px 0 30px;
}	
.ios_benefits p {
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0 40px;
    text-align: justify;
}
}


@media (min-width:250px) and (max-width: 800px) {
.re_native_banner {
    background-size: 800px;
    height: 435px;
}	
}


@media (min-width:250px) and (max-width: 991px) {
.re_native_intro p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    margin: 0;
}	
}


@media (min-width:250px) and (max-width: 1170px) {
.re_native_content:after {
    right: -10%;
    width: 590px;
    background-size: cover;
}	
}


@media (min-width:250px) and (max-width: 991px) {
.re_native_content:after {
	display:none;
}	
.re_native_content p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}
.re_native_content section {
    padding: 0;
}
.re_native_description p {
    font-size: 15px;
    line-height: 28px;
}
.re_native_features section h5 {
    font-size: 15px;
}
.re_native_features section img {
    width: 45px;
}
.re_native_features section {
    padding: 0 0 0 55px;
}
.re_native_features section p {
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
}


@media (min-width:250px) and (max-width: 767px) {
.re_native_features section {
    min-height: auto;
}	
}




@media (min-width:250px) and (max-width: 800px) {
.xamarin_banner {
    background-size: 800px;
    height: 435px;
}	
}

@media (min-width:250px) and (max-width: 991px) {
.xamarin_content p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}	
.xamarin_benefits p {
    font-size: 15px;
    line-height: 28px;
}
}


@media (min-width:250px) and (max-width: 767px) {
.xamarin_benefits:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}	
.xamarin_description:before {
	display:none;
}
.xamarin_description section {
    padding: 0;
}
.xamarin_description p {
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
}
}


@media (min-width:250px) and (max-width: 991px) {
.vue_banner p {
    font-size: 15px;
    line-height: 28px;
}
.vue_banner_txt p {
    font-size: 15px;
    line-height: 28px;
    margin: 20px 0 45px;
}
.vue_content p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}	
.vue_content:after {
    height: 100%;
}
}


@media (min-width:250px) and (max-width: 767px) {
.vue_banner:before {
	display:none;
}	
.vue_banner p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}
.vue_benefits section img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}
.vue_benefits section {
    padding: 0 0 0 85px;
    min-height: 150px;
}
.vue_content:after {
    height: 100%;
	opacity: 0.3;
}
}


@media (min-width:250px) and (max-width: 991px) {
.vue_description p {
    font-size: 15px;
    line-height: 28px;
}	
}




@media (min-width:250px) and (max-width: 800px) {
.laravel_banner{
    background-size: 800px;
    height: 435px;
}	
}


@media (min-width:250px) and (max-width: 991px) {
.laravel_content p span {
    font-size: 15px;
}	
.laravel_content p {
    font-size: 15px;
    line-height: 28px;
}
.laravel_features p span {
    font-size: 15px;
    font-weight: 700;
}
.laravel_features li {
    font-size: 15px;
}
.laravel_features li {
    font-size: 15px;
}
.laravel_features li:before {
    top: 1px;
}
.laravel_benefits p span {
    font-size: 15px;
    text-align: center;
}
.laravel_benefits p {
    font-size: 15px;
    line-height: 28px;
}
}


@media (min-width:250px) and (max-width: 767px) {
.laravel_features li {
    width: 100%;
    float: none;
}	
.laravel_benefits .virtual_team_title {
    margin: 0 0 30px;
}
.laravel_benefits img {
    display: none;
}
.laravel_points span {
    font-size: 40px;
}
.laravel_points section {
    padding: 0 0 0 55px;
}
}






@media (min-width:250px) and (max-width: 800px) {
.code_banner {
    background-size: 800px;
    height: 435px;
}	
}

@media (min-width:250px) and (max-width: 991px) {
.code_content p {
    font-size: 15px;
    line-height: 28px;
}	
.code_features li {
    font-size: 15px;
}
.code_features li:before {
    top: 1px;
}
.code_team p {
    font-size: 15px;
    line-height: 28px;
}
}


@media (min-width:250px) and (max-width: 767px) {
.code_features li {
    font-size: 15px;
    float: none;
    width: 100%;
    padding: 0 0 0 40px;
}	
}




@media (min-width:250px) and (max-width: 800px) {
.wordpress_banner {
    background-size: 800px;
    height: 435px;
}	
}


@media (min-width:250px) and (max-width: 991px) {
.wordpress_content p {
    font-size: 15px;
    line-height: 28px;
}
.wordpress_description p {
    font-size: 15px;
    line-height: 28px;
    margin: 20px 0;
}
.wordpress_description:before {
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.wordpress_benefits section img {
    width: 70px;
}
.wordpress_benefits section {
    padding: 10px 0 0 95px;
    min-height: auto;
    margin: 0 0 45px;
}
.wordpress_benefits section h5 {
    font-size: 15px;
}
.wordpress_benefits section p {
    font-size: 15px;
    line-height: 28px;
}
.wordpress_developement section h5 {
    font-size: 15px;
}
.wordpress_developement section p {
    font-size: 15px;
}
}



@media (min-width:250px) and (max-width: 767px) {
.wordpress_developement section p {
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}
}



























.features_wrapper {
    padding: 0px 0 30px;
}
.features_wrapper h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #40596a;
    margin: 0 0 20px;
}
.features_wrapper p {
    text-align: center;
    font-size: 18px;
	font-weight:300;
    color: #485679;
    line-height: 30px;
    padding: 0 15%;
	    margin: 0 0 70px;
}
.features_wrapper section {
    position: relative;
    padding: 0 10px 0 110px;
	margin:0 0 40px;
    min-height: 90px;
}
.features_wrapper section h5 {
	font-size:18px;
	font-weight:700;
	color:#40596a;
}
.features_wrapper section p {
    padding: 0;
    text-align: left;
    font-size: 14px;
	font-weight:300;
    color: #485679;
    line-height: 26px;
	margin:0;
}
.ft_icon {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.features_wrapper section.ft_margin {
    margin: 0 0 40px 40px;
}
.features_wrapper section.ft_margin.ft_right {
    margin: 0 40px 40px 0;
}
.features_wrapper section.ft_right {
    padding: 0 110px 0 10px;
}
.features_wrapper section.ft_right .ft_icon  {
	left: auto;
    top: 0;
	right:0;
}
.features_wrapper section.ft_right h5 {
	text-align:right;
}
.features_wrapper section.ft_right p {
	text-align:right;
}


.ft_icon.ft_icon1 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffb377+0,ffd5b2+100 */
background: #ffb377; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ffb377 0%, #ffd5b2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ffb377 0%,#ffd5b2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ffb377 0%,#ffd5b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb377', endColorstr='#ffd5b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ft_icon.ft_icon2 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5086+0,ff86ab+100 */
background: #ff5086; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ff5086 0%, #ff86ab 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ff5086 0%,#ff86ab 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ff5086 0%,#ff86ab 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5086', endColorstr='#ff86ab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ft_icon.ft_icon3 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5ddbff+0,adecff+100 */
background: #5ddbff; /* Old browsers */
background: -moz-linear-gradient(45deg,  #5ddbff 0%, #adecff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #5ddbff 0%,#adecff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #5ddbff 0%,#adecff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ddbff', endColorstr='#adecff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

.ft_icon.ft_icon4 {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#25c998+0,8affc7+100 */
background: #25c998; /* Old browsers */
background: -moz-linear-gradient(45deg,  #25c998 0%, #8affc7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #25c998 0%,#8affc7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #25c998 0%,#8affc7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25c998', endColorstr='#8affc7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ft_icon.ft_icon5 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff5a5a+0,ffb1b1+100 */
background: #ff5a5a; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ff5a5a 0%, #ffb1b1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #ff5a5a 0%,#ffb1b1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #ff5a5a 0%,#ffb1b1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a5a', endColorstr='#ffb1b1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ft_icon.ft_icon6 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f975ed+0,ffc0f9+100 */
background: #f975ed; /* Old browsers */
background: -moz-linear-gradient(45deg,  #f975ed 0%, #ffc0f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #f975ed 0%,#ffc0f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #f975ed 0%,#ffc0f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f975ed', endColorstr='#ffc0f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ft_icon span {
    display: block;
    width: 100%;
    height: 90px;
	background-repeat:no-repeat;
	background-position:center;
}
.ft_icon1 span {
    background-image: url(../images/why_choose_icon1.png);
}
.ft_icon2 span {
    background-image: url(../images/why_choose_icon2.png);
}
.ft_icon3 span {
    background-image: url(../images/why_choose_icon3.png);
}
.ft_icon4 span {
    background-image: url(../images/why_choose_icon4.png);
}
.ft_icon5 span {
    background-image: url(../images/why_choose_icon5.png);
}
.ft_icon6 span {
    background-image: url(../images/why_choose_icon6.png);
}
.partner_wrapper {
    padding: 30px 0 60px;
}
.partner_wrapper h3 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #40596a;
    margin: 0 0 60px;
}
.partner_wrapper li {
	position:relative;
    background-color: #fff;
    width: 18%;
    height: 83px;
    display: inline-block;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    margin: 0 5px;
    border-radius: 6px;
}
.partner_wrapper li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.partner1:before {
	background-image:url(../images/partner_logo1.png)
}
.partner2:before {
	background-image:url(../images/partner_logo2.png)
}
.partner3:before {
	background-image:url(../images/partner_logo3.png)
}
.partner4:before {
	background-image:url(../images/partner_logo4.png)
}
.partner5:before {
	background-image:url(../images/partner_logo5.png)
}

















.workflow_wrapper {
    padding: 40px 0;
    position: relative;
}
.workflow_wrapper h3 {
	font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #40596a;
    margin: 0 0 60px;
}
.workflow_wrapper p {
	font-size: 16px;
    color: #8ea1ae;
    line-height: 30px;
    padding: 0 15%;
    margin: 0 0 60px;
}
.workflow_wrapper section {
    background-color: #fff;
    padding: 20px 30px 30px 30px;
    box-shadow: 0 0 50px rgb(33 79 130 / 25%);
    border-radius: 5px;
	position: relative;
}
.workflow_wrapper section img {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 110px;
}
.workflow_wrapper section h5 {
    font-size: 18px;
    font-weight: 700;
    color: #40596a;
	    padding: 0 0 0 130px;
}
.workflow_wrapper section h5 span {
    display: block;
    font-size: 70px;
    font-weight: 700;
    color: #e7ecf1;
}
.workflow_wrapper section p {
    color: #485679;
    font-size: 14px;
	font-weight:300;
    line-height: 26px;
    margin: 0;
	padding: 0;
	text-align: justify;
}
.left_flow:after {
    position: absolute;
    right: -206px;
    top: 175px;
    content: "";
    background-image: url(../images/left_to_right.png);
    width: 206px;
    height: 173px;
}
.right_flow:after {
    position: absolute;
    left: -206px;
    top: 205px;
    content: "";
    background-image: url(../images/right_to_left.png);
    width: 206px;
    height: 173px;
}
























.lead-testimonial-cont {
	    width: 100%;
	    margin: -70px auto 50px;
	    background-color: #fff;
	    padding: 0 30px 30px;
	    position: relative;
	}
	
	.lead-testimonial-cont > h2 {
		position: absolute;
		text-align: center;
		margin: -55px 0 0 0;
		font-size: 14px;
		left: 10px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 3px;
		color: #444;
	}
	.lead-tstmnl-slider {
	    width: 100%;
	    height: auto;
	    overflow: hidden;
		padding: 60px 0;
	}
	.lead-tstmnl-slide {
		width: 100%;
		max-width: 1065px;
		height: 100%;
		float: left;
	}
	.lead-tstmnl-slide:focus {outline: none;}
	.lead-tstmnl-slide .lead-tstmnl-img {
		width: 220px;
		height: 220px;
		margin: 0 auto 0;
		position: relative;
	}
	.lead-tstmnl-slide .lead-tstmnl-img img {width: 100%;border-radius: 30px;}
.lead-tstmnl-text-cont {
    position: relative;
    padding: 55px 100px 0 0;
}
	.lead-tstmnl-comment {
    display: block;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
}
	
	
	.lead-tstmnl-nm-dsg li {
		display: inline-block;
		padding: 0 15px;
		border-left: 1px solid #6b6b6b;
		font-size: 15px; 
		line-height: 14px;
		letter-spacing: 0.5px;
		color: #6b6b6b;
		}
		
	.lead-tstmnl-nm-dsg li:first-child{
		border-left: 3px solid #2999f2;
		padding-left: 10px;
		font-weight: 700;
		color: #2999f2;
		}
	.slick-dots button {
		display: none;
		}
	.lead-tstmnl-slider .slick-dots {
		position: absolute; 
		bottom: 5px; 
		right: 5px;
		    display: none;
		}
	.lead-tstmnl-slider .slick-dots li {
		list-style: outside none none;
		display: inline-block;
		cursor: pointer;
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 0px 3px 0px 0px;
		background-color: #eee;
		position: relative;
	}
	.lead-tstmnl-slider .slick-dots li.slick-active {
		background-color: #e73022;
		}
		.testi_title h2 {
    padding: 0 0;
    color: #2c3f4d;
    font-size: 24px;
	position:relative;
}
.lead-tstmnl-img:before {
    position: absolute;
    content: "";
    right: -50px;
    top: -55px;
    width: 110px;
    height: 100px;
    background-image: url(../images/testi_image1.png);
}
.lead-tstmnl-img:after {
    position: absolute;
    content: "";
    left: -50px;
    bottom: -55px;
    width: 104px;
    height: 110px;
    background-image: url(../images/testi_image2.png);
}
.testi_title {
    position: relative;
    top: 85px;
    left: -8px;
}
.testi_title h2:after {
    position: absolute;
    content: "";
    left: 5px;
    top: 40px;
    background-color: #bdc4cc;
    width: 40px;
    height: 3px;
}
.testi_title h2 span {
    display: block;
    font-size: 15px;
    position: relative;
    top: 25px;
    left: 5px;
}

@media (min-width:250px) and (max-width: 767px) {
.features_wrapper section.ft_right {
    padding: 0 10px 0 110px;
}
.features_wrapper section.ft_right .ft_icon {
    left: 0;
    top: 0;
    right: auto;
}
.features_wrapper section.ft_margin.ft_right {
    margin: 0 0 40px 0;
}
.features_wrapper section.ft_margin {
    margin: 0 0 40px 0;
}
.features_wrapper section.ft_right h5 {
    text-align: left;
}
.features_wrapper section.ft_right p {
    text-align: left;
}
.features_wrapper p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 40px;
}	
.workflow_wrapper section img {
    width: 70px;
}
.workflow_wrapper section h5 span {
    font-size: 50px;
}
.workflow_wrapper section {
    padding: 10px 20px 10px 100px;
	margin: 0 0 15px;
}
}



@media (min-width:250px) and (max-width: 991px) {
.partner_wrapper li:before {
    background-size: 110px auto;
}	
}


@media (min-width:250px) and (max-width: 767px) {
.partner_wrapper li {
    width: 155px;
}	
}

@media (min-width:250px) and (max-width: 550px) {
.partner_wrapper li {
    width: 46%;
    margin: 0 5px;
    float: none;
}
}


@media (min-width:250px) and (max-width: 1050px) {
.lead-testimonial-cont {
    margin: 0 auto 50px;
}	
}





@media (min-width:250px) and (max-width: 1080px) {
.lead-tstmnl-slide {
		max-width: 1000px;
}
}

@media (min-width:250px) and (max-width: 1010px) {
.lead-tstmnl-slide {
		max-width: 950px;
}	
}

@media (min-width:250px) and (max-width: 960px) {
.lead-tstmnl-slide {
		max-width: 880px;
}	
.lead-tstmnl-slide .lead-tstmnl-img {
    width: 160px;
    height: 160px;
	margin: 40px auto 0;
}	
.lead-tstmnl-img:after {
    left: -20px;
    bottom: -45px;
    width: 70px;
    height: 74px;
    background-size: 100% auto;
}
.lead-tstmnl-img:before {
    right: -50px;
    top: -40px;
    width: 75px;
    height: 68px;
    background-size: 100% auto;
}
}


@media (min-width:250px) and (max-width: 890px) {
.lead-tstmnl-slide {
		max-width: 760px;
}	
}


@media (min-width:250px) and (max-width: 767px) {
.testi_title {
    top: 40px;
}
.testi_title h2 {
    text-align: center;
}
.testi_title h2:after {
	display:none;
}	
.lead-tstmnl-slide {
    max-width: 510px;
}
.lead-tstmnl-text-cont {
    position: relative;
    padding: 55px 0 0 0;
}
.lead-tstmnl-comment {
    text-align: justify;
}
}


@media (min-width:250px) and (max-width: 620px) {
.lead-tstmnl-slide {
    max-width: 510px;
}
.lead-tstmnl-comment {
    padding: 20px 40px;
}	
ul.lead-tstmnl-nm-dsg {
	padding: 0px 40px;
}
}

@media (min-width:250px) and (max-width: 585px) {
.lead-tstmnl-slide {
    max-width: 460px;
}	
}


@media (min-width:250px) and (max-width: 540px) {
.lead-tstmnl-slide {
    max-width: 390px;
}		
}



@media (min-width:250px) and (max-width: 480px) {
.lead-tstmnl-slide {
    max-width: 320px;
}		
}


@media (min-width:250px) and (max-width: 767px) {
.megamenu_wrapper article:before {
    right: 125px;
}	
}


@media (min-width:250px) and (max-width: 568px) {
.megamenu_wrapper article:before {
    right: 140px;
    top: -37px;
}	
}



@media (min-width:250px) and (max-width: 768px) {
.workflow_wrapper section h5 {
    padding: 0;
}
}





















.service_banner {
    padding: 90px 0 0;
}
.service_banner h3 {
    font-size: 43px;
    color: #102c4e;
    line-height: 40px;
    margin: 65px 0 30px;
    font-weight: 700;
}
.service_banner p {
    color: #758594;
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 30px;
}
.service_banner h3 span {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#537ffc+0,2ae4ff+100 */
background: #537ffc; /* Old browsers */
background: -moz-linear-gradient(45deg,  #537ffc 0%, #2ae4ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #537ffc 0%,#2ae4ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #537ffc 0%,#2ae4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#537ffc', endColorstr='#2ae4ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    display: block;
    font-size: 20px;
    line-height: normal;
    width: 130px;
    text-align: center;
    padding: 8px 0;
	    border-radius: 45px;
    margin: 0 0 10px;
    color: #fff;
}


.service_features {
    margin: 50px 0;
}
.service_features h3 {
    text-align: center;
    font-size: 35px;
}
.service_features section {
    background-color: #fff;
    box-shadow: 10px 10px 30px #dddddd;
    padding: 25px;
    border-radius: 6px;
    min-height: 420px;
    margin: 30px 0 0;
}
.service_features section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #061544;
    text-align: center;
}
.service_features section p {
    text-align: justify;
    font-size: 14px;
    color: #9f9fb0;
    margin: 20px 0 20px;
}



.web_feature_icon {
    width: 115px;
    height: 115px;
    margin: 0 auto 15px;
    background-color: #e7f6ff;
    border-radius: 80px;
    background-repeat: no-repeat;
	background-position:center;
}
.web_ft_icon1 {
    background-image: url(../images/web_feature_icon1.png);
}
.web_ft_icon2 {
    background-image: url(../images/web_feature_icon2.png);
}
.web_ft_icon3 {
    background-image: url(../images/web_feature_icon3.png);
}
.web_ft_icon4 {
    background-image: url(../images/web_feature_icon4.png);
}
.web_ft_icon5 {
    background-image: url(../images/web_feature_icon5.png);
}
.web_ft_icon6 {
    background-image: url(../images/web_feature_icon6.png);
}




.mobile_feature_icon {
    width: 115px;
    height: 115px;
    margin: 0 auto 15px;
    background-color: #feeceb;
    border-radius: 80px;
    background-repeat: no-repeat;
	background-position:center;
}
.mobile_ft_icon1 {
    background-image: url(../images/mobile_feature_icon1.png);
}
.mobile_ft_icon2 {
    background-image: url(../images/mobile_feature_icon2.png);
}
.mobile_ft_icon3 {
    background-image: url(../images/mobile_feature_icon3.png);
}




.service_technology section {
    background-color: #f3f3f3;
    padding: 40px 0;
    border-radius: 8px;
    margin: 0 0 50px;
}
.service_technology h3 {
    text-align: center;
    font-size: 35px;
}
.service_technology ul {
	margin:30px 0 0;
	text-align:center;
}
.service_technology li {
	display:inline-block;
}
.service_technology li a {
    display: block;
    padding: 10px 40px;
    color: #fff;
    background-color: #1751f5;
    border-radius: 50px;
    margin: 0 5px;
}












.yii_banner {
    background-image: url(../images/virtualteam/yii_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 655px;
    background-size: cover;
	    position: relative;
    margin: 0 0 25px;
}
.yii_content {
	padding: 40px 0;
}
.yii_content .virtual_team_title {
    text-align: center;
}
.yii_content p {
	font-size:18px;
    line-height: 36px;
    color: #525966;
    text-align: justify;
}
.yii_content p strong {
	display:block;
	text-align:center;
}
.yii_banefits {
    position: relative;
    background-color: #efeeee;
    padding: 30px 0;
}
.yii_banefits:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/virtualteam/yii_img.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 25%;
    height: 100%;
}
.yii_banefits:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0f2344;
    width: 75%;
    height: 100%;
}
.yii_banefits .container {
    z-index: 99;
    position: relative;
}
.yii_banefits .virtual_team_title {
    color: #fff;
}
.yii_banefits p {
    color: #93a3bc;
    line-height: 38px;
    font-size: 18px;
}
.yii_banefits li {
    font-size: 16px;
    color: #93a3bc;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 20px 0 0;
    padding: 0 0 0 35px;
}
.yii_banefits li span {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
}
.yii_content li {
    font-size: 16px;
    color: #525966;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 10px 0 0;
    padding: 0 0 0 35px;
	width:50%;
	float:left;
	box-sizing:border-box;
}
.yii_content li span {
    display: block;
    font-size: 18px;
    margin: 0 0 15px;
}









.vuejs_banner {
    background-image: url(../images/virtualteam/vuejs_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 655px;
    background-size: cover;
	    position: relative;
    margin: 0 0 25px;
}
.vuejs_content {
	padding: 40px 0;
}
.vuejs_content .virtual_team_title {
    text-align: center;
}
.vuejs_content p {
	font-size:18px;
    line-height: 36px;
    color: #525966;
    text-align: justify;
}
.vuejs_content p strong {
	display:block;
	text-align:center;
}
.vuejs_banefits {
    position: relative;
    background-color: #efeeee;
    padding: 30px 0;
}
.vuejs_banefits:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/virtualteam/vuejs_img.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 25%;
    height: 100%;
}
.vuejs_banefits:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0f2344;
    width: 75%;
    height: 100%;
}
.vuejs_banefits .container {
    z-index: 99;
    position: relative;
}
.vuejs_banefits .virtual_team_title {
    color: #fff;
}
.vuejs_banefits p {
    color: #93a3bc;
    line-height: 38px;
    font-size: 18px;
}
.vuejs_banefits li {
    font-size: 16px;
    color: #93a3bc;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 20px 0 0;
    padding: 0 0 0 35px;
}
.vuejs_banefits li span {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
}
.vuejs_content li {
    font-size: 16px;
    color: #525966;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 10px 0 0;
    padding: 0 0 0 35px;
	width:50%;
	float:left;
	box-sizing:border-box;
}
.vuejs_content li span {
    display: block;
    font-size: 18px;
    margin: 0 0 15px;
}











.html5_banner {
    background-image: url(../images/virtualteam/html5_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 655px;
    background-size: cover;
	position: relative;
    margin: 0 0 25px;
}
.html5_content {
	padding: 40px 0;
}
.html5_content .virtual_team_title {
    text-align: center;
}
.html5_content p {
	font-size:18px;
    line-height: 36px;
    color: #525966;
    text-align: justify;
}
.html5_content p strong {
	display:block;
	text-align:center;
}
.html5_banefits {
    position: relative;
    background-color: #efeeee;
    padding: 30px 0;
}
.html5_banefits:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/virtualteam/html5_img.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 25%;
    height: 100%;
}
.html5_banefits:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0f2344;
    width: 75%;
    height: 100%;
}
.html5_banefits .container {
    z-index: 99;
    position: relative;
}
.html5_banefits .virtual_team_title {
    color: #fff;
}
.html5_banefits p {
    color: #93a3bc;
    line-height: 38px;
    font-size: 18px;
}
.html5_banefits li {
    font-size: 16px;
    color: #93a3bc;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 20px 0 0;
    padding: 0 0 0 35px;
}
.html5_banefits li span {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
}
.html5_content li {
    font-size: 16px;
    color: #525966;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 10px 0 0;
    padding: 0 0 0 35px;
	width:50%;
	float:left;
	box-sizing:border-box;
}
.html5_content li span {
    display: block;
    font-size: 18px;
    margin: 0 0 15px;
}














.golang_banner {
    background-image: url(../images/virtualteam/golang_banner.png);
    padding: 100px 0 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 655px;
    background-size: cover;
	    position: relative;
    margin: 0 0 20px;
}
.golang_content {
	padding: 40px 0;
}
.golang_content .virtual_team_title {
    text-align: center;
}
.golang_content p {
	font-size:18px;
    line-height: 36px;
    color: #525966;
    text-align: justify;
}
.golang_content p strong {
	display:block;
	text-align:center;
}
.golang_banefits {
    position: relative;
    background-color: #efeeee;
    padding: 30px 0;
}
.golang_banefits:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/virtualteam/golang_img.png);
    background-position: right center;
    background-repeat: no-repeat;
    width: 25%;
    height: 100%;
}
.golang_banefits:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0f2344;
    width: 75%;
    height: 100%;
}
.golang_banefits .container {
    z-index: 99;
    position: relative;
}
.golang_banefits .virtual_team_title {
    color: #fff;
}
.golang_banefits p {
    color: #93a3bc;
    line-height: 38px;
    font-size: 18px;
}
.golang_banefits li {
    font-size: 16px;
    color: #93a3bc;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 20px 0 0;
    padding: 0 0 0 35px;
}
.golang_banefits li span {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
}
.golang_content li {
    font-size: 16px;
    color: #525966;
    line-height: 30px;
    text-align: justify;
    background-image: url(../images/virtualteam/point.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    margin: 10px 0 0;
    padding: 0 0 0 35px;
	width:50%;
	float:left;
	box-sizing:border-box;
}
.golang_content li span {
    display: block;
    font-size: 18px;
    margin: 0 0 15px;
}






.action_btn {
	width:100%;
	text-align:center;
	position: absolute;
    bottom: -30px;
    left: 0px;
	    z-index: 99;
}
.action_btn a {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0fcff+0,ffffff+100 */
/*background: #e0fcff; */
background: #45B3F2; /* Old browsers */
color:#fff;
/*background: -moz-linear-gradient(45deg,  #e0fcff 0%, #ffffff 100%);
background: -webkit-linear-gradient(45deg,  #e0fcff 0%,#ffffff 100%); 
background: linear-gradient(45deg,  #e0fcff 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0fcff', endColorstr='#ffffff',GradientType=1 );*/
    /*color: #2c3847;*/
    font-weight: 500;
    display: inline-block;
    width: 230px;
    text-align: left;
    padding: 20px 0 20px 40px;
    border-radius: 0;
    box-shadow: 7px 7px 25px rgb(0 0 0 / 20%);
    position: relative;
    font-size: 18px;
    letter-spacing: 1px;
	    transition: all 0.4s ease 0s;
}
.action_btn a i {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 21px;
    /*color: #2e97d3;*/
	color:#fff;
    transform: rotate(-35deg);
}
.action_btn a span {
	position:relative;
	z-index:9;
}
.action_btn a:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e0fcff+0,ffffff+100 */
background: #45B3F2; /* Old browsers */
color:#fff;
}
.action_btn a:hover i {
color:#fff;
}
.action_btn a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #1d88c5;
    width: 0;
    height: 100%;
	transition: all 0.4s ease 0s;
}
.action_btn a:hover:before {
	width: 100%;
}

.virtual_banner_bg1 .action_btn {
    bottom: 90px;
}
.vue_banner .action_btn {
    text-align: right;
    bottom: 15px;
    left: auto;
    z-index: 99;
    right: 15px;
}








/****************************************************************************************/
/************************************COMPANY_PROFILE************************************/
/**************************************************************************************/






.profile_links section {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.profile_intro {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-image: url(../images/pro_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
	    position: relative;
}
.profile_intro section {
	max-width:1200px;
	width: 1200px;
	margin: 0 auto;
    padding: 150px 0;
}
.profile_intro section h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #40596a;
    margin: 0 0;
}
.profile_intro section h2 span {
    display: block;
    width: 60px;
    height: 4px;
    margin: 10px auto 40px;
    background-color: #08a0f7;
}
.profile_intro section p a {
    display: block;
    color: #333;
    font-size: 18px;
	    text-align: center;
}
.profile_intro section p {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
}
.profile_links {
    padding: 50px 0;
}
.profile_links h3 {
    color: #004aad;
    font-size: 40px;
    font-weight: 300;
	margin: 0;
}
.profile_links h3 span {
    font-weight: 800;
}
.profile_links ul {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0 0;
    justify-content: center;
}
.profile_links li {
    margin: 0 10px 0 0;
    font-size: 15px;
}
.profile_links li a {
    display: block;
    text-decoration: none;
    padding: 5px 20px;
    background-color: #004aad;
    color: #fff;
    border-radius: 50px;
    margin: 10px 0 0;
}
.profile_about h3 {
    color: #004aad;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
}
.profile_about h3 span {
    font-weight: 800;
}
.profile_about p {
    margin: 30px 0;
    color: #757a81;
    font-size: 15px;
    line-height: 24px;
}
.profile_email a {
    display: block;
    color: #333;
}
.profile_about {
    padding: 50px 0;
}
.milestone {
    padding: 0;
    border-left: solid 1px #ddd;
    margin: 0 0 0 40px;
}
.milestone li {
    margin: 25px 0;
    position: relative;
    color: #757a81;
    font-size: 15px;
    line-height: 24px;
    padding: 7px 0 0 50px;
}
.milestone li span {
    display: flex;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -30px;
    top: 0;
    justify-content: center;
    align-items: center;
    background-color: #004aad;
    color: #fff;
    border-radius: 60px;
}
.service_list {
    display: flex;
    flex-wrap: wrap;
}
.service_list li {
    width: 50%;
    padding: 0 10px;
    margin: 10px 0;
}
.service_list li section {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    min-height: 175px;
    border-bottom: solid #2fb5d4;
}
.service_list li section p {
    margin: 20px 0 0;
}
.service_list li section span {
    display: block;
    position: relative;
    padding: 0 0 10px;
}
.service_list li section span:after {
    width: 15px;
    height: 3px;
    background-color: #004aad;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 30px;
}
.process_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.process_wrapper li {
    width: 50%;
    padding: 0 15px;
    text-align: justify;
    margin: 15px 0;
}
.process_wrapper li h5 {
    margin: 15px 0 20px;
}
.process_wrapper li p {
    margin: 0 0;
}
.profile_about img {
	width: 100%;
}
.profile_about_content {
    display: flex;
    align-items: center;
}
.profile_about_img img {
    width: 110%;
    position: relative;
    left: -20%;
    border-radius: 0 20px 20px 0;
}
.vm_wrapper {
    background: #f4f4f4;
    background: -moz-linear-gradient(45deg, #f4f4f4 0%, #f9f9f9 100%);
    background: -webkit-linear-gradient(45deg, #f4f4f4 0%,#f9f9f9 100%);
    background: linear-gradient(45deg, #f4f4f4 0%,#f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#f9f9f9',GradientType=1 );
}


.profile_caption_wrapper {
    background-image: url(../images/caption_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	position: relative;
	padding: 100px 0;
}
.profile_caption_wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
}
.profile_caption_wrapper section {
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
	position: relative;
	z-index: 99;
}
.profile_caption_wrapper section h3 {
    color: #fff;
}

.profile_caption_wrapper section p a {
    color: #fff;
}
.profile_service img {
    width: 290px;
    margin: 0 auto;
    display: block;
}

.profile_service_content {
    display: flex;
    align-items: center;
}
.process_wrapper img {
    width: 60px;
}
.process_wrapper li section {
    padding: 20px;
    border: solid 1px #ddd;
    min-height: 310px;
    border-radius: 10px;
}
.process_content {
    display: flex;
    align-items: center;
}
.profile_goal {
    padding: 50px 0;
    background-color: #0d305e;
}
.profile_goal h3 {
    color: #fff;
    text-align: left;
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 300;
}
.profile_goal h3 span {
    font-weight: 700;
}
.profile_goal p {
    text-align: left;
    color: #aaa;
    font-size: 14px;
}
.profile_goal section {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 20px 0 0;
    min-height: 150px;
}
.profile_goal section p {
    text-align: left;
    color: #777;
    margin: 25px 0 0;
}
.profile_goal img {
    width: 100%;
    border-radius: 10px;
}
.goal_content {
    display: flex;
    align-items: center;
}
.profile_product {
    padding: 50px 0;
}
.profile_product h3 {
    color: #004aad;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
	text-align: center;
}
.profile_product h3 span {
    font-weight: 700;
}
.profile_product section {
    padding: 40px;
    min-height: 200px;
    border-radius: 15px;
    margin: 15px 0;
}
.profile_product section p {
    color: #777;
    font-size: 14px;
    line-height: 26px;
    margin: 25px 0 0;
}
.profile_product section h5 {
    color: #222;
}
.profile_product section {
    padding: 0 0 0 150px;
    min-height: 150px;
    border-radius: 15px;
    margin: 40px 0 15px;
	    position: relative;
}
.profile_product section li {
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0 0 0 27px;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 1px center;
}
.profile_product section img {
    position: absolute;
    left: 25px;
    width: 100px;
    top: 0;
}
.profile_timeline {
    background-color: #edf9ff;
    padding: 70px 0;
	    margin: 0 0 50px;
}
.profile_timeline h3 {
    color: #004aad;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}
.profile_timeline h3 span {
    font-weight: 700;
}
.profile_timeline p {
    text-align: center;
    margin: 15px 39px 0;
}
.profile_timeline section {
    padding: 10px 0 0;
    position: relative;
    min-height: 160px;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 500;
    margin: 100px 0 0;
}
.profile_timeline section span {
    width: 95px;
    height: 95px;
    background-color: #008e29;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    margin: -55px auto 0;
    border: solid 10px #edf9ff;
}




.case_study_wrapper section article {
    padding: 30px 30px 30px 120px;
    background-color: #f5f5f5;
    border-radius: 15px;
    margin: 35px 0 0;
    position: relative;
}
.case_study_wrapper section article img {
    position: absolute;
    top: 25px;
    width: 65px!important;
    left: 30px;
}
.case_study_wrapper section article h4 {
    font-size: 17px;
    margin: 15px 0 0;
}
.case_study_wrapper section article span#coma_left {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 30px;
    opacity: 0.3;
}
.case_study_wrapper section article span#coma_right {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 30px;
    opacity: 0.3;
}


textarea {
    outline: none!important;
}

.project_modal_form section input, .project_modal_form section select, .project_modal_form section textarea {
    outline: none!important;
}

.contact_fields input, .contact_fields textarea {
    outline: none!important;
}

.menu-footer ul li span {
    display: none;
    font-size: 0;
    height: 20px;
    width: 115px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.menu-footer ul li.menu_fb span {
    background-image:url(../images/facebook.png);
	height: 32px;
}
.menu-footer ul li.menu_twitter span {
    background-image:url(../images/twitter.png);
	    width: 105px;
    height: 32px;
}
.menu-footer ul li.menu_linkedin span {
    background-image:url(../images/Linkedin.png);
	    width: 105px;
    height: 31px;
}
.menu-footer ul li.menu_twitter span {
    width: 50px;
    height: 32px;
    font-size: 30px;
    background-image: none;
    display: none;
    position: absolute;
    bottom: -26px;
    left: 0;
}
.menu_twitter {
    position: relative;
    padding: 0 0;
}


@media (min-width:250px) and (max-width: 767px) {
.new_banner h3 {
        font-size: 36px;
        line-height: 38px;
        padding: 40px 0 0;
        max-width: 350px;
        text-align: center;
    }
.new_banner h3:before {
    left: 0;
    top: -100px;
    width: 100%;
    height: 100px;
    background-size: 110px;
    background-position: center top;
}

/*.new_banner h3 > span:after {
    background-image: url(../images/meta.jpg);
    background-repeat: no-repeat;
    background-position: -6px center;
    width: 100px;
    height: 40px;
    content: "";
    position: absolute;
    right: -104px;
    top: 5px;
    background-size: 100% auto;
}*/	
}

@media (min-width:250px) and (max-width: 720px) {
.our_aim {
    margin: 0 0 0;
}
}


@media (min-width:250px) and (max-width: 630px) {
ul.dev_wrapper li a {
    padding: 0px 10px;
}
ul.dev_wrapper li {
    font-size: 14px;
}	
.new_banner h3 {
    margin: 0 auto 20px;
}
ul.dev_wrapper {
    margin: 0 0 10px;
}
.new_banner p {
    font-size: 14px;
}
a.getstarted {
    padding: 10px 0;
    width: 155px;
    margin: 20px auto 5px;
    font-size: 14px;
}
ul.framework_wrapper li a {
    font-size: 11px!important;
}
}



@media (min-width:250px) and (max-width: 991px) {
.virtual_banner_bg1 .virtual_team_title {
    font-size: 50px;
}	
.virtual_banner_bg1 p {
    font-size: 20px;
    margin: 40px 0 0;
}
}


@media (min-width:250px) and (max-width: 830px) {
.virtual_banner_bg1 .action_btn {
    bottom: -35px;
}
.virtual_banner_bg1 {
    margin: 0 0 65px;
}	
}


@media (min-width:250px) and (max-width: 767px) {
.virtual_banner_bg1 .virtual_team_title {
    font-size: 40px;
}
.virtual_banner_bg1 p {
    font-size: 20px;
    margin: 30px 0;
    text-align: center;
}	
}


@media (min-width:250px) and (max-width: 991px) {
.progressive_banner_bg  .virtual_team_title {
    margin: 0 0 20px;
}	
}


@media (min-width:250px) and (max-width: 767px) {
.vue_banner .action_btn {
    display: none;
}	
}


@media (min-width:250px) and (max-width: 800px) {
.yii_banner, .vuejs_banner, .html5_banner, .golang_banner {
    background-size: 800px;
    height: 435px;
}	
}



@media (min-width:250px) and (max-width: 420px) {
.megamenu_wrapper article:before {
    right: 170px;
}
}


@media (min-width:250px) and (max-width: 767px) {
div#connection_modal {
    padding: 0!important;
}
.project_modal_image {
    background-size: cover;
}	
}


@media (min-width:250px) and (max-width: 568px) {
.project_modal_image section {
    min-height: 355px;
}	
#connection_modal .modal-dialog {
    margin: 150px auto 0;
}
}



@media (min-width:250px) and (max-width: 568px) {
.social_icon:hover {
	top:0;
}	
}


@media (min-width:250px) and (max-width: 1100px) {
.banner_element.ele5 {
    height: 115px;
    width: 350px;
    top: 434px;
    left: -45px;
    background-size: 100% auto;
}	
}


@media (min-width:250px) and (max-width: 810px) {
.banner_element.ele5 {
    z-index: 999;
}	
.banner_element.ele3 {
    bottom: -45px;
    z-index: 999;
}
.banner_element.ele6 {
    top: 40px;
}
}

@media (min-width:250px) and (max-width: 767px) {
.banner_wrapper .banner_team p {
    text-align: left;
    padding: 0;
    font-size: 14px;
}
.banner_wrapper section h3 {
    font-size: 30px;
}	
}


@media (min-width:250px) and (max-width: 700px) {
.banner_element.ele6 {
    display: none;
}	
}


@media (min-width:250px) and (max-width: 576px) {
.banner_wrapper section h3 {
    text-align: center;
	margin: 25px 0 0;
}	
.banner_wrapper .banner_team p {
    text-align: center;
    padding: 0;
    font-size: 16px;
    margin: 20px 0 0;
}
.banner_element.ele1 {
    top: 275px;
}
.banner_element.ele2 {
    top: 120px;
}
.banner_element.banner_team {
    background-position: center bottom;
    height: 565px;
    top: 40px;
}
.banner_wrapper section {
    min-height: 600px;
}
}














@media (min-width:250px) and (max-width: 767px) {
.ai-banner {
    position: relative;
    padding: 120px 0 0;
}	
.ai-banner:after {
    width: 100%;
    height: 100%;
}
.ai-banner .container {
    position: relative;
    z-index: 99;
    min-height: 400px;
}
.ai-banner:before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.4);
}
.ai-banner h3 {
    color: #fff;
}
.ai-banner p {
    color: #fff;
    text-align: center;
}
.ai_benefits img {
    margin: 30px 0 25px;
}
.ai_keys img {
    width: 100%;
    margin: 0 0 35px;
}
.ai_key_point section {
    padding: 0;
}
.ai_footer img {
    width: 100%;
    margin: 30px 0 0;
}
.ai_benefits {
    padding: 50px 0 50px;
}
.ai-footer-title {
    display: block;
}
.ai-footer-title h3 {
	font-size: 35px;
    color: #fff;
    text-align: center;
}
.ai-footer-caption {
    text-align: center;
    font-size: 14px!important;
    line-height: 24px!important;
    color: #fff!important;
    padding: 0!important;
}
.social_links {
    left: 0;
    position: relative;
    margin: 0 auto;
}
.connect_with .container {
    position: relative;
    padding: 0 15px;
}
.mailarow a {
    position: relative;
    right: 0;
    width: 165px;
    text-align: center;
    margin: 0 auto;
}
.mailarow img {
    display: none;
}
.mailarow {
    border-bottom: none;
}
.mail_arow {
    padding: 25px 0 0;
}
.devops-banner:after {
    width: 50%;
    opacity: 0;
}
.devops-banner {
    padding: 90px 0 0;
}
.devops-banner h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 35px 0;
}
.devops-banner .container {
    padding: 0 15px 70px;
}
.devops-banner img {
    border-radius: 25px;
}
.cyber-choose img {
    border-radius: 25px;
    margin: 0 0 30px;
}
.cyber-footer p {
    width: 100%;
}
.cyber-points img {
    width: 100%;
}
#erp-footer-section2 {
    box-shadow: none;
    padding: 0 0 35px;
}
.erp_footer section {
    padding: 35px 0;
}
.erp-banner {
    padding: 105px 0;
}
.erp-banner img {
    width: 100%;
}
.erp_point_title {
    align-items: center;
    display: flex;
    justify-content: center;
}
.erp_points h2 {
    margin: 0;
    font-weight: 700;
    text-align: center;
}
.erp_points {
    padding: 0px 0 50px;
}
}










@media (min-width:250px) and (max-width: 576px) {
.logo {
    width: 140px;
    display: block;
    margin: 0 auto;
    float: none;
}
.menu_section {
    float: none;
    width: 100%;
}
ul.main_menu {
    text-align: left;
    padding: 0;
    float: none;
}
nav.nav {
    float: right;
    margin: 0 20px 0 0;
}
ul.main_menu li a {
    padding: 10px 0 0;
}
.toggle-menu {
    margin: 1px 0 0;
}
header {
    padding: 3px 0 10px;
}
.megamenu_wrapper {
    top: 89px;
}
.megamenu_wrapper article:before {
    right: auto;
    top: -37px;
    left: 45px;
}
.megamenu_wrapper.service_megamenu {
    width: 100%;
    left: 0;
}
.service_menu {
    position: inherit;
}
.megamenu_wrapper.service_megamenu article:before {
    right: auto;
    top: -37px;
    left: 20px;
}
}








.sa-banner {
    padding: 210px 0 0;
    position: relative;
}
.sa_banner_mobile {
	display:none;
}
.sa-banner section {
    display: flex;
    margin: 0 0 0 -50%;
}
.sa-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 470px;
    height: 100%;
    background-image: url(../images/homepage-bannerpattern.jpg);
    content: "";
    background-position: center;
}
img#sa-img2 {
    margin: 0 0 0 -170px;
	position: relative;
	z-index:9;
}
img#sa-img3 {
    margin: 0 0 0 -130px;
}
.sa-banner h3 {
    margin: -70px 0 30px -85px;
    font-size: 65px;
    font-weight: 400;
}
.sa-banner p {
    font-size: 24px;
    font-weight: 400;
    color: #555;
}
.sa_button {
    display: flex;
}
.cta-button {
    border: solid 1px #000;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    letter-spacing: 3px;
    padding: 15px 25px;
    margin: 20px 10px 0 0!important;
    display: inline-block;
}
.cta-button.cta-arow i {
    transform: rotate(-45deg);
    font-size: 20px;
    margin: 0 0 0 10px;
}
.sa_intro {
    padding: 70px 0;
    background-color: #000;
	position:relative;
}
.sa_intro p {
    font-size: 16px;
    line-height: 35px;
	font-weight: 300;
    text-align: justify;
    margin: 0 40px 0 0;
    color: #eee;
}
.sa_intro:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 50%;
    height: 100%;
    background-image: url(../images/staff-developers.jpg);
    background-size: cover;
    background-position: center bottom;
}
.sa_intro h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 400;
	margin: 0 0 40px;
}
.sa_intro .container {
    position: relative;
    z-index: 9;
}
.sa-intro-content {
    display: flex;
    align-items: end;
}
.sa-intro-content section {
    padding: 0 0 0 35px;
}
.sa-intro-content section h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 200;
}
.cta-button-blue {
    background-color: #0893DB;
    color: #fff;
    border: solid 1px #0893DB;
}
.sa_speciality {
    padding: 70px 0;
	    position: relative;
}
.devops_speciality:after {
    position: absolute;
    left: 15%;
    bottom: -63px;
    width: 670px;
    height: 324px;
    content: "";
    background-image: url(../images/devops.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: -9;
    opacity: 0.7;
}
.special-heading {
    padding: 85px 0 0;
    position: sticky;
    top: 0;
}
.sa_speciality h2 {
    text-align: left;
    font-size: 80px;
    font-weight: 400;
    margin: 0 0 60px;
}
.sa_speciality section {
    padding: 0 25px 0 85px;
    position: relative;
    margin: 0;
}
.sa_speciality section img {
    position: absolute;
    left: 0;
    top: -15px;
}
.sa_speciality section h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
}
.sa_speciality section p {
    font-size: 15px;
    color: #5D5D5D;
    line-height: 26px;
	margin: 0;
}
.sa_benefits {
    padding: 70px 0;
    background-color: #0075A7;
}
.sa_benefit_title {
    display: flex;
    align-items: center;
}
.sa_benefit_title article h2 {
    font-size: 80px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 35px;
    line-height: 75px;
}
.sa_benefit_title p {
    color: #fff;
    line-height: 30px;
    opacity: 0.8;
}
.sa_benefits section {
    position: relative;
    padding: 0 0 0 110px;
    margin: 60px 0;
}
.sa_benefits section img {
    position: absolute;
    left: 0;
    width: 75px;
}
.sa_benefits section h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff;
}
.sa_benefits section p {
    color: #ddd;
    font-size: 15px;
    margin: 0;
}
.sa_hiring {
    background-image: url(../images/hiring_bg.jpg);
    background-size: cover;
    padding: 70px 0;
    position: relative;
}
.sa_hiring:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.sa_hiring .container {
    position: relative;
    z-index: 9;
}
.sa_hiring h2 {
    font-size: 80px;
    font-weight: 400;
    color: #000;
    margin: 0 0 35px;
    line-height: 75px;
}
.sa_hiring article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0;
}
.sa_hiring article p {
    margin: 0;
    font-size: 20px;
}
.sa_hiring article .cta-button {
    margin: 0!important;
}
.sa_hiring article p span {
    color: #00B8FF;
}
.sa_hiring section {
    position: relative;
    padding: 0 50px 0 130px;
    margin: 25px 0;
}
.sa_hiring section h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
}
.sa_hiring section p {
    font-size: 15px;
    color: #5D5D5D;
    line-height: 26px;
	    margin: 0;
}
.sa_hiring section span {
    display: block;
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 80px;
}
.hiring_final {
    max-width: 480px!important;
    margin: 25px auto!important;
    background-color: #00B67F;
    padding: 20px 50px 20px 160px!important;
}
.hiring_final h5 {
    color: #fff;
}
.hiring_final p {
    color: #fff!important;
}
.hiring_final span {
    width: 130px;
    height: 100%;
    background-color: #fff;
    line-height: 135px!important;
    text-align: center;
    border-top: solid 1px;
    border-left: solid 1px;
    border-bottom: solid 1px;
}
.sa_needs {
    background-color: #F4F4F4;
    padding: 70px 0;
}
.sa_needs h2 {
    font-size: 80px;
    font-weight: 400;
    color: #000;
    margin: 0 0 35px;
    line-height: 75px;
    text-align: center;
}
.sa_needs section ul {
    border: solid 1px #ABABAB;
    display: flex;
    flex-wrap: wrap;
}
.sa_needs li {
    width: 33.3333%;
    text-align: center;
    padding: 35px 30px;
	border-right: solid 1px #ABABAB;
}
.sa_needs li:last-child {
    border-right: none;
}
.sa_needs li h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
}
.sa_needs li p {
    font-size: 15px;
    color: #5D5D5D;
    line-height: 26px;
    margin: 0;
}
.sa_partner h2 {
    font-size: 80px;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 75px;
}










.logo_partner {
    width: 100%;
    height: 550px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.logo_partner section {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.logo_partner_box {
  width: 100%;
  height: 250px;
  margin: 0 0 15px;
  position: relative;
  animation: marqueeTop 8s linear infinite;
}
.logo_partner_box article {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.logo_partner-tb .logo_partner_box {
  animation: marqueeBottom 8s linear infinite;
}
.logo_partner-bt {
    overflow: hidden;
    padding: 0 15px;
}
.sa_partner_title {
    display: flex;
    align-items: center;
}



















.sa_footer {
    background-color: #000000;
    padding: 70px 0 0;
}
.sa_footer section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
}
.sa_footer section article {
    padding: 0 0 30px;
}
.sa_footer h2 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin: 60px 0 0;
}
.sa_footer h2 span {
    display: block;
    color: #0893DB;
}
.sa_footer section p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: 30px 0 30px;
}
















:root {
	--card-height: auto;
	--card-margin: 4vw;
	--card-top-offset: 1em;
	--numcards: 4;
	--outline-width: 0px;
	--boxshadow-none: none;
}

#cards {
	padding-bottom: calc(var(--numcards) * var(--card-top-offset)); /* Make place at bottom, as items will slide to that position*/
	margin-bottom: var(--card-margin); /* Don't include the --card-margin in padding, as that will affect the scroll-timeline*/
}

#card_0 {
	--index: 0;
}

#card_1 {
	--index: 1;
}

#card_2 {
	--index: 2;
}

#card_3 {
	--index: 3;
}

#card_4 {
	--index: 4;
}

#card_5 {
	--index: 5;
}

#card_6 {
	--index: 6;
}

#card_7 {
	--index: 7;
}

#card_8 {
	--index: 8;
}

#card_9 {
	--index: 9;
}

#card_10 {
	--index: 10;
}

.card {
	position: sticky;
	top: 0;
	padding-top: calc(var(--index) * var(--card-top-offset));
	background-color: transparent;
}

@supports (animation-timeline: works) {

	@scroll-timeline cards-element-scrolls-in-body {
		source: selector(body);
		scroll-offsets:
			/* Start when the start edge touches the top of the scrollport */
			selector(#cards) start 1,
			/* End when the start edge touches the start of the scrollport */
			selector(#cards) start 0
		;
		start: selector(#cards) start 1; /* Start when the start edge touches the top of the scrollport */
		end: selector(#cards) start 0; /* End when the start edge touches the start of the scrollport */
		time-range: 4s;
	}

	.card {
		--index0: calc(var(--index) - 1); /* 0-based index */
		--reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
		--reverse-index0: calc(var(--reverse-index) - 1); /* 0-based reverse index */
	}
	
	.card__content {
		transform-origin: 50% 0%;
		will-change: transform;

		--duration: calc(var(--reverse-index0) * 1s);
		--delay: calc(var(--index0) * 1s);

		animation: var(--duration) linear scale var(--delay) forwards;
		animation-timeline: cards-element-scrolls-in-body;
	}

	@keyframes scale {
		to {
			transform:
				scale(calc(
					1.1
					-
					calc(0.1 * var(--reverse-index))
				));
		}
	}
}

/** DEBUG **/

#debug {
  position: fixed;
  top: 1em;
  left: 1em;
}
#debug::after {
  content: " Show Debug";
  margin-left: 1.5em;
  color: white;
  white-space: nowrap;
}

#debug:checked ~ main {
  --outline-width: 1px;
}


main {
	width: 100%;
	margin: 0 auto;
}


#cards {
	list-style: none;
	outline: calc(var(--outline-width) * 10) solid blue;
	
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(var(--numcards), var(--card-height));
	gap: var(--card-margin);
}

.card {
	outline: var(--outline-width) solid hotpink;
	    padding-top: 85px;
		border:none;
}

.card__content {
	/*box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);*/
	    background: rgb(255, 255, 255);
    color: rgb(10, 5, 7);
    overflow: hidden;
    padding: 30px;
    border: solid 1px #ddd;

	/*display: grid;
	grid-template-areas: "text img";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;

	align-items: stretch;
	outline: var(--outline-width) solid lime;*/
}


.card__content > div {
	grid-area: text;
	width: 80%;
	place-self: center;
	text-align: left;

	display: grid;
	gap: 1em;
	place-items: start;
}

.card__content > figure {
	grid-area: img;
	overflow: hidden;
}

.card__content > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}























.partner_wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.partner_carousel {
  position: relative;
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pc_item {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  padding: 0 12px;
  opacity: 0;
  will-change: transform, opacity;
  -webkit-animation: carousel-animate-vertical 27s linear infinite;
          animation: carousel-animate-vertical 27s linear infinite;
}

.pc_item:nth-child(1) {
  -webkit-animation-delay: calc(3s * -1);
          animation-delay: calc(3s * -1);
}

.pc_item:nth-child(2) {
  -webkit-animation-delay: calc(3s * 0);
          animation-delay: calc(3s * 0);
}

.pc_item:nth-child(3) {
  -webkit-animation-delay: calc(3s * 1);
          animation-delay: calc(3s * 1);
}

.pc_item:nth-child(4) {
  -webkit-animation-delay: calc(3s * 2);
          animation-delay: calc(3s * 2);
}

.pc_item:nth-child(5) {
  -webkit-animation-delay: calc(3s * 3);
          animation-delay: calc(3s * 3);
}

.pc_item:nth-child(6) {
  -webkit-animation-delay: calc(3s * 4);
          animation-delay: calc(3s * 4);
}

.pc_item:nth-child(7) {
  -webkit-animation-delay: calc(3s * 5);
          animation-delay: calc(3s * 5);
}

.pc_item:nth-child(8) {
  -webkit-animation-delay: calc(3s * 6);
          animation-delay: calc(3s * 6);
}

.pc_item:last-child {
  -webkit-animation-delay: calc(-3s * 2);
          animation-delay: calc(-3s * 2);
}


.carousel__item-body {
    width: 90%;
    background-color: #fff;
    border-radius: 0;
    padding: 15px 20px 15px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@-webkit-keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%, 11.1111111111% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  14.1111111111%, 22.2222222222% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  25.2222222222%, 33.3333333333% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  36.3333333333% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}



















.relative {
    position: relative;
}
.large_title {
    font-size: 80px;
    font-weight: 400;
    margin: 90px 0;
}
.medium_title {
    margin: 30px 0;
    font-size: 65px;
    font-weight: 300;
}
.small_title {
    font-size: 46px;
    font-weight: 400;
    margin: 30px 0;
}
.tiny_title {
    font-size: 25px;
    font-weight: 600;
    margin: 25px 0;
}
.content{
    font-size: 16px;
    line-height: 35px;
	color: #5D5D5D;
    font-weight: 300;
    margin: 20px 0;
}
.content_medium {
    font-size: 15px;
    color: #5D5D5D;
    line-height: 26px;
    margin: 20px 0;
}
.devops_banner {
    background: #000;
    height: 700px;
    overflow: hidden;
    position: relative;
}
.devops_banner section {
    padding: 100px 0 0;
    position: relative;
    text-align: center;
}
.devops_banner canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.8;
}
.devops_banner section .medium_title {
    color: #fff;
}
.devops_banner section .small_title {
    color: #fff;
}
.devops_banner section .content {
    color: #eee;
    max-width: 900px;
    margin: 0 auto;
}
.devops_features .large_title {
    margin: 0 0 60px;
    text-align: center;
}
.devops_footer .large_title {
    text-align: center;
    margin: 0 0 90px;
}
.devops_footer .tiny_title {
    text-align: center;
}
.mobileapp_banner section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 0 0;
}
.mobileapp_banner section .medium_title {
    color: #fff;
}
.mobileapp_banner section .tiny_title {
    text-align: center;
    color: #eee;
    font-weight: 300;
}
.ai_benefits_content .card__content {
    border: none;
}
.ai_benefits_content .card {
    padding-top: 60px;
}
.ai_benefits_content ul#cards {
    padding: 0;
    margin: 0;
}
.ai_benefit_img {
    padding: 90px 0 0;
    position: sticky;
    top: 0;
}
.ai_benefit_img img {
    width: 100%;
}
.mobileapp_points h4.tiny_title {
    margin: 0 0 25px;
    text-transform: uppercase;
}
.erp_footer section h3.small_title {
    min-height: 170px;
}




.robotics-banner {
    padding: 150px 0 90px;
    background-image: url(../images/black-pattern_bg.jpg);
    background-size: cover;
	position: relative;
}
.robotics-banner:before {
    position: absolute;
    left: 40%;
    top: 0;
    width: 155px;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: 0.1;
    z-index: 0;
}
.robotics-banner-content section {
    padding: 0 0 0 70px;
}
.robotics-banner-img video {
    width: 100%;
}
.robotics-banner-img section {
    height: 650px;
    overflow: hidden;
}
.robotics-banner-content {
    display: flex;
    align-items: center;
}
.robotics-banner-content .medium_title {
    color: #fff;
    margin: 0 0 70px;
}
.robotics-banner-content .content_medium {
    color: #bbb;
}
.robotics-banner-content section .action_btn {
    position: relative;
    bottom: 0;
    text-align: left;
    margin: 70px 0 0;
    left: -160px;
}
.robotics-banner-content section .action_btn a {
    background-color: transparent;
    border: solid 1px #fff;
}
#dot-wave {
    position: relative;
}
.robot-points-wrapper h1.large_title {
    margin: 0 0 60px;
}
.robot-points-wrapper {
    padding: 90px 0;
}
#dot-wave canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
}
.key_points li {
	background-repeat: no-repeat;
    padding: 0 0 0 35px;
    position: relative;
    margin: 25px 0;
    font-size: 14px;
}
.key_points li i {
    position: absolute;
    left: 3px;
    top: 10px;
    color: #000;
}
.key_points li h4.tiny_title {
    margin: 0 0;
}
.robot-keys section {
    padding: 0 0 0 60px;
}

.pwa-banner {
    padding: 75px 0;
    text-align: center;
    background-image: url(../images/theme-pattern.png);
}
.pwa-banner img {
    width: 100%;
}
.pwa-banner_content {
    display: flex;
    align-items: center;
}
.pwa-banner_content section {
    background-color: #fff;
    padding: 30px 50px 255px;
    margin: 35px 0 0;
    width: 100%;
}
.pwa-banner_content section h2 {
    margin: 0 0 45px;
    text-align: left;
}
.pwa-banner_img p {
    text-align: left;
    margin: 0 0 0 40px;
}
.pwa-banner_img {
	margin: -260px 0 0;
}
.pwa-banner_img .action_btn {
    text-align: left;
    bottom: 30px;
    left: 0px;
    z-index: 99;
}
.pwa-benefits {
    padding: 70px 0;
}
.pwa-benefits-content {
    display: flex;
    align-items: center;
}
.pwa-benefits-content p.content_medium {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}
.pwa_speciality {
    background-image: url(../images/wave-pattern.jpg);
}
.pwa_speciality .tiny_title {
    font-weight: 300;
}
.pwa_speciality .large_title {
    margin: 0 0 40px;
}
.pwa_speciality {
    background-image: url(../images/wave-pattern.jpg);
    background-attachment: fixed;
}


















.ecommerce-banner {
    padding: 70px 0 0;
    position: relative;
}
.ecommerce-banner-img section {
    position: relative;
}
.ecommerce-banner-img img {
    width: 100%;
}
img.fill_cart {
    width: 200px;
    position: absolute;
    right: -105px;
    bottom: 0;
}
.ecommerce-banner-content {
    display: flex;
    align-items: center;
}
.ecommerce-banner-content section {
    padding: 0 0 0 105px;
}
.ecommerce-banner-content section .action_btn {
    position: relative;
    bottom: 0;
    text-align: left;
    margin: 45px 0 0;
}
.ecommerce-banner-content section h2.medium_title {
    margin: 0 0 30px;
}
.ecommerce-points {
    padding: 70px 0;
    background-image: url(../images/black-pattern_bg.jpg);
    background-position: center top;
}
.ecommerce-points h1.large_title {
    margin: 0 0 90px;
    color: #fff;
}
.ecommerce-point-desc {
    display: flex;
    align-items: center;
}
.ecommerce-point-desc section p {
    color: #fff;
    font-weight: 300;
}
.ecommerce-points ul {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
}
.ecommerce-points li {
    width: 25%;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin: 15px 0;
    padding: 0 0 0 46px;
    line-height: 25px;
}
.ecommerce-points li span {
    display: block;
    position: absolute;
    left: 0;
    font-weight: 800;
    font-size: 28px;
    opacity: 0.7;
}

.ecommercefooter {
    padding: 70px 0;
}
.ecommercefooter section h1.large_title {
    margin: 0 0 0;
}
.ecommercefooter section .tiny_title {
    margin: 0 0 25px;
}
.ecommercefooter ul {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}
.ecommercefooter li {
    width: 20%;
    text-align: center;
    padding: 35px 0;
    border: solid 1px #eee;
    margin: 0 0 0 -1px;
}
.ecommercefooter li img {
    width: 100px;
}
.ecommercefooter li h4.tiny_title {
    font-size: 20px;
    margin: 30px 0 0;
}
.ecommerce_features {
    margin: 70px 0 0;
    position: sticky;
    top: 85px;
    padding: 0 0 0 35px;
}
.ecommerce_features h1.large_title {
    margin: 0;
    position: relative;
    top: 0;
}







.bc-banner {
    padding: 170px 0 90px;
    background-image: url(../images/blockchain-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
/*.bc-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}*/
.bc-banner-video section {
    overflow: hidden;
}
.bc-banner-video video {
    width: 125%;
}
.bc-banner-content section .tiny_title {
    font-weight: 300;
}
.bc-banner-content section {
    padding: 0 0 0 40px;
}
.bc-banner-content section .action_btn {
    position: relative;
    text-align: left;
    bottom: 0;
}
.bc-banner-content section h2.medium_title {
    color: #fff;
}
.bc-banner-content section p.tiny_title {
    color: #fff;
}
.bc-widget {
    padding: 70px 0;
}
.bc-widget-content ul {
    display: flex;
    flex-wrap: wrap;
}
.bc-widget-content li {
    width: 33.3333%;
    padding: 10px;
}
.bc-widget-content li section {
    padding: 40px;
    border: solid 1px #555;
    min-height: 300px;
}
.bc-widget-content li section span {
    font-size: 50px;
    font-weight: 700;
}
.bc-widget-content li section p.content_medium {
    font-size: 18px;
}
.bc-desc {
    background-color: #2B63D9;
    padding: 90px 0;
}

.bc-desc .large_title {
    margin: 0 0 55px;
    color: #fff;
    letter-spacing: -1px;
}

.bc-desc p {
    color: #ddd;
}
.bc-benefits {
    padding: 70px 0;
}
.bc-benefits img {
    width: 100%;
}
.bc-benefits section ul {
    display: flex;
    flex-wrap: wrap;
}
.bc-benefits section li {
    width: 50%;
    font-size: 18px;
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 0 20px;
}
.bc-benefits section li i {
    position: absolute;
    left: 0;
    top: 2px;
}



















.product-banner {
    height: 420px;
    background-image: url(../images/product-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
	background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-banner h2.medium_title {
    color: #fff;
}
.product-grid img {
    width: 100%;
}
.product-grid .large_title {
    margin: 0;
}
.product-grid-content {
    display: flex;
    align-items: center;
}
.product-grid {
    padding: 70px 0;
}
.view_btn {
	background: #45B3F2;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    width: 180px;
    text-align: left;
    padding: 18px 0 18px 30px;
    border-radius: 0;
    box-shadow: 7px 7px 25px rgb(0 0 0 / 20%);
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.4s ease 0s;
	    margin: 25px 0 0;
}
.view_btn i {
    position: absolute;
    right: 20px;
    top: 19px;
    font-size: 18px;
    color: #fff;
    transform: rotate(-35deg);
} 
.product-grid-img.pgi-left .view_btn {
    position: absolute;
    bottom: 0;
    right: -20px;
}







.saap_banner {
    height: 760px;
    padding: 10px 0;
    position: relative;
	    overflow: hidden;
}
.saap_banner video {
    width: 100%;
}
.saap_banner .container {
    min-height: 580px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.saap_banner section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 0 0;
}
.saap_banner section .medium_title {
    color: #fff;
	text-align: center;
}
.saap_banner section .tiny_title {
    text-align: center;
    color: #eee;
    font-weight: 300;
}
.saap_banner:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.saap-intro-img img {
	width:100%;
}
.saap-intro-content section .large_title {
    margin: 0 0 40px;
}
.saap-intro-content {
    display: flex;
    align-items: center;
}
.saap-intro {
    padding: 70px 0;
}
.saap-logo {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 0;
}




.saap_points {
    padding: 50px 0;
    position: relative;
    background-color: #f5f5f5;
}
.saap_points h2 {
    margin: 0 0 40px;
    font-weight: 700;
    position: relative;
}
.saap_points section {
    /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);*/
    padding: 35px;
    border-radius: 0;
    margin: 0 0 30px;
    background-color: #fff;
	min-height: 340px;
}
.saap_points section p {
    margin: 0;
    line-height: 25px;
	    text-align: justify;
}
/*section#erp-point1 {
    margin: 120px 0 30px;
}*/
section#erp-point4, section#erp-point5 {
    margin: 0 0 30px;
}
.erp_point_title {
    align-items: center;
    display: flex;
	position: relative;
}
.saap_points .large_title {
    margin: 0 0 40px;
}
.saap-points .large_title {
    margin: 0 0;
    color: #fff;
}
.saap-points section .tiny_title {
    color: #fff;
    font-size: 30px;
}
.saap-points section p.content_medium {
    color: #ddd;
}



.agent-banner-content {
	background-color: rgb(243 247 250);
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 220px 0 45px;
}
.agent-video {
    width: 50%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.agent-banner {
    display: flex;
    flex-wrap: wrap;
}
.agent-video video {
    height: 100%;
}
.erp_points.agent_points {
    background-color: #fff;
}
.agent_points section li {
    padding: 0 0 0 35px;
    position: relative;
    line-height: 20px;
}
.agent_points section li i {
    position: absolute;
    left: 0;
    top: 4px;
}
.agent_points section {
    min-height: 460px;
}
.agent_points h1.large_title {
    text-align: center;
	    color: #fff;
}
.content_medium.title_content {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
	    color: #fff;
}
.devops_features.agent_features {
	background-color: #fff!important;
}
.devops_features.agent_features section article {
    margin: 20px 0 !important;
}       
.erp_points.agent_points {
    background-color: #45B3F2;
}
.ai_footer.agent_integrations h4.tiny_title {
    margin: 0 0 25px;
    color: #fff;
    min-height: 123px;
}
.agent_integrations .ai-footer-title {
    display: block;
}
.agent_integrations .ai-footer-title h1.large_title {
    margin: 0 0 30px;
    color: #fff;
    text-align: center;
}
.agent_integrations .ai-footer-title p.content_medium {
    margin: 0 0 80px;
    text-align: center;
    font-size: 40px;
}
.agent_points_wrapper h1.large_title {
    margin: 0 0 10px;
}
.agent_points_wrapper p.content_medium {
    font-size: 45px;
    line-height: 50px;
    margin: 40px 0 0;
}
.agent_points_wrapper .key_points li h4.tiny_title {
    font-size: 19px;
}
.agent_points_wrapper#dot-wave canvas {
    opacity: 0.2;
}
.agent_points_wrapper .key_points li i {
    top: 5px;
}
.agent_features img {
    border-radius: 0px;
}
.agent_points_wrapper ul.key_points {
    margin: 75px 0 0;
}






@media (min-width:250px) and (max-width: 1170px) {
.sa-banner h3 {
    margin: -110px 0 30px 0;
    font-size: 50px;
    font-weight: 400;
}
.sa-banner p {
    font-size: 18px;
}	
.cta-button {
    font-size: 14px;
    letter-spacing: 1px;
}
.sa-banner:before {
    width: 355px;
}
.sa-banner section {
    margin: 0 0 0 -20%;
}
.sa-banner section img {
    width: 250px!important;
    position: relative;
    top: 5px;
}
img#sa-img2 {
    margin: 0 0 0 -135px;
}
img#sa-img3 {
    margin: 0 0 0 -110px;
}
.sa_intro h3 {
    font-size: 30px;
    margin: 0 0 20px;
}
.sa_intro p {
    font-size: 14px;
}
.sa_footer h2 {
    font-size: 30px;
}
}






@media (min-width:250px) and (max-width: 1024px) {
.sa_speciality h2 {
    font-size: 60px;
}	
.sa_speciality section h5 {
    font-size: 22px;
}
.sa_benefit_title article h2 {
    font-size: 60px;
    line-height: 65px;
}
.sa_benefits section h5 {
    font-size: 22px;
}
.sa_hiring h2 {
    font-size: 60px;
    line-height: 65px;
}
.sa_hiring section h5 {
    font-size: 22px;
}
.sa_hiring section span {
    font-size: 60px;
    line-height: 45px;
}
.sa_hiring section {
    padding: 0 30px 0 90px;
    margin: 25px 0;
}
.sa_needs h2 {
    font-size: 60px;
    line-height: 65px;
}
.sa_needs li h3 {
    font-size: 22px;
}
.sa_footer section p {
    font-size: 18px;
}
.sa_speciality {
    padding: 0 0 70px;
}
.sa_partner h2 {
    font-size: 60px;
    margin: 0 0 20px;
    line-height: 50px;
}
}






@media (min-width:250px) and (max-width: 991px) {
.sa-banner section img {
    width: 215px!important;
}
img#sa-img2 {
    margin: 0 0 0 -115px;
}
img#sa-img3 {
    margin: 0 0 0 -95px;
}
.sa-banner:before {
    width: 295px;
}
.sa_intro p {
    font-size: 14px;
    margin: 0;
}
.sa_hiring article {
    display: block;
    margin: 35px 0;
}
.sa_hiring article .cta-button {
    margin: 25px 0 0!important;
}
.sa_footer section img {
    width: 300px;
    height: auto;
}
}



@media (min-width:250px) and (max-width: 767px) {
.sa_banner_mobile_hidden {
    display: none;
}
.sa_banner_mobile {
    display: flex;
    justify-content: center;
}
.sa-banner:before {
	display:none;
}	
img#sa-img2 {
    margin: 0 0 0 -80px;
}
img#sa-img3 {
    margin: 0 0 0 -55px;
}
.sa-banner section {
    margin: 0 0 0;
}
.sa-banner h3 {
    text-align: center;
}
.sa-banner p {
    text-align: center;
}
.sa_button {
    display: flex;
    justify-content: center;
    margin: 0 0 25px;
}
.sa_intro:after {
    width: 100%;
    opacity: 0.5;
}
.sa-intro-content section {
    padding: 0;
}
.sa_speciality h2 {
    font-size: 50px;
    margin: 0 0 35px;
}
.sa_speciality {
    padding: 45px 0;
	    text-align: left;
}
.sa_speciality section h5 {
    font-size: 18px;
}
.sa_speciality section p {
    font-size: 14px;
}
.sa_speciality section img {
    top: -10px;
    width: 45px;
}
.sa_speciality section {
    padding: 0 0px 0 65px;
    margin: 30px 0;
}
.sa_benefit_title article h2 {
    font-size: 50px;
    margin: 0 0 35px;
    line-height: 65px;
}
.sa_benefit_title article h2 br {
	display:none;
}
.sa_benefits {
    padding: 45px 0;
}
.sa_benefits section h5 {
    font-size: 18px;
}
.sa_benefits section {
    position: relative;
    padding: 20px 15px 20px 105px;
        margin: 25px 0;
    border: solid 1px rgba(255, 255, 255, 0.3);
    min-height: 150px;
}
.sa_benefits section img {
	left: 20px;
    width: 60px;
}
.sa_hiring {
    padding: 45px 0;
}
.sa_hiring h2 {
    font-size: 50px;
    line-height: 45px;
}
.sa_hiring article p {
    font-size: 18px;
}
.sa_hiring article p br {
	display:none;
}
.sa_hiring section h5 {
    font-size: 18px;
}
.sa_hiring section span {
    font-size: 50px;
    line-height: 40px;
}
.sa_hiring section {
    padding: 15px 30px 15px 80px;
    margin: 12px 0;
    border-bottom: solid 1px #000;
    min-height: 145px;
}
.hiring_final {
    max-width: 100%!important;
	border-bottom: none!important;
}
.sa_hiring section span {
    top: 15px;
}
.hiring_final span {
    top: 0!important;
}
.sa_needs h2 {
    font-size: 50px;
	text-align: left;
}
.sa_needs li {
    width: 100%;
    text-align: left;
    padding: 35px 30px;
    border-right: none;
    border-bottom: solid 1px #ABABAB;
}
.sa_needs li:last-child {
    border-right: none;
    border-bottom: none;
}
.sa_needs li h3 {
    font-size: 18px;
}
.sa_needs li h3 br {
    display: none;
}
.sa_footer {
    padding: 0px 0 0;
}
.sa_footer section article {
    padding: 0 0 30px;
    text-align: center;
    width: 100%;
}
.sa_footer section {
    justify-content: center;
}
.special-heading {
    padding: 0;
}
.card__content {
    padding: 0 30px;
}
ul#cards {
    padding: 0;
}
#contact_btn {
    display: none;
}
.sa_partner h2 {
    font-size: 50px;
    margin: 0 0 20px;
    line-height: 50px;
}
}



@media (min-width:250px) and (max-width: 576px) {
.sa-banner h3 {
    margin: -65px 0 30px 0;
    font-size: 35px;
}	
.sa-banner p {
    font-size: 16px;
}
.cta-button {
    font-size: 13px;
    letter-spacing: 1px;
	    padding: 12px 18px;
}
.cta-button.cta-arow i {
    font-size: 15px;
    margin: 0 0 0 4px;
}
.sa-banner section img {
    width: 175px!important;
}
}

















@media (min-width:250px) and (max-width: 1170px) {
}





@media (min-width:250px) and (max-width: 1024px) {
.pwa-banner_img .action_btn {
    bottom: 0;
    left: 0px;
    z-index: 99;
    position: relative;
    margin: 30px 0 0 0;
}
.pwa-banner_img {
    margin: 0 0 0;
}	
.pwa-banner_content section {
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
}
.pwa-banner_img p {
    text-align: left;
    margin: 0;
}
.pwa-banner {
    padding: 140px 75px 75px;
}
.pwa-banner .container {
    background-color: #fff;
    padding: 55px 30px;
}
.pwa-benefits {
    padding: 40px 0;
}
.large_title {
    font-size: 70px;
    margin: 60px 0;
}
}


@media (min-width:250px) and (max-width: 991px) {
.medium_title {
    font-size: 45px;
}
.pwa-banner_img section {
    display: none;
}
.action_btn a {
    display: inline-block;
    width: 205px;
    padding: 15px 0 15px 30px;
    font-size: 16px;
}
.action_btn a i {
    position: absolute;
    right: 30px;
    top: 17px;
    font-size: 17px;
}
.large_title {
    font-size: 60px;
    margin: 60px 0;
}	
.pwa-benefits-content p.content_medium {
    font-size: 16px;
}
.tiny_title {
    font-size: 22px;
	font-weight: 400;
}
}












@media (min-width:250px) and (max-width: 576px) {

.bc-widget-content li {
    width: 50%;
    padding: 10px;
}
.bc-widget-content li section {
    padding: 20px;
}
.bc-widget-content li section p.content_medium {
    font-size: 15px;
    line-height: 22px;
}
.bc-benefits section li {
    font-size: 16px;
}
.ecommerce-points h1.large_title {
    margin: 0 0 0px;
}
.ecommerce-points li {
    width: 50%;
    font-size: 16px;
    padding: 0 0 0 45px;
}
}






  .table-wrapper{
        overflow-x:auto;
    }

    .engineering-table{
        width:100%;
        border-collapse:collapse;
        background:#fff;
        border:1px solid #d8d8d8;
    }

    .engineering-table th,
    .engineering-table td{
        border:1px solid #d8d8d8;
        padding:28px 22px;
        text-align:left;
        vertical-align:top;
        line-height:1.7;
        color:#333;
    }

    .engineering-table th{
        background:#fafafa;
        font-size:20px;
        font-weight:700;
        color:#111;
    }

    .engineering-table td:first-child{
        width:28%;
        font-size:18px;
        font-weight:700;
        color:#111;
        line-height:1.35;
    }

    .engineering-table td:last-child{
        font-size:18px;
        color:#444;
    }

    @media (max-width:768px){

        .engineering-table th,
        .engineering-table td{
            padding:18px;
        }

        .engineering-table td:first-child{
            font-size:18px;
        }

        .engineering-table td:last-child{
            font-size:15px;
        }
    }
	
	
	.table-wrapper {
    padding: 0 0 70px;
}
.table-wrapper h1.large_title {
    text-align: center;
}

.ecommerce_benefits p.medium_description {
    color: #fff!important;
    text-align: center!important;
    font-size: 19px!important;
    margin: 35px 0 40px!important;
}
.ecommerce_benefits section {
    min-height: 270px!important;
}



.core_capabilities {
    padding: 70px 0;
}
.cc-heading h2 {
    text-align: center;
    font-size: 80px;
    font-weight: 400;
    margin: 0 0 25px;
}
.cc-heading p {
    text-align: center;
    margin: 0 auto 75px;
    font-size: 20px;
    max-width: 770px;
}

.core_capabilities section .row {
    margin: 0;
}
.core_capabilities section {
    padding: 45px 0;
    border-bottom: solid;
}
.core_capabilities section h5 {
    font-size: 32px;
    margin: 0 0 40px;
    padding: 0 40px 0 0;
}
.core_capabilities section h6 {
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
}
.core_capabilities section article {
    padding: 15px;
}
.core_capabilities section .capability_grid {
    border: solid 1px #bbb;
    margin: 0 0 0 -1px;
}
.core_capabilities section article img {
    width: 95px;
    margin: 20px 0;
}
.core_capabilities section article h6 {
	text-align: left!important;
}
.logistics_points section {
    min-height: auto;
}
.logistics_cta a.new_cta {
    width: 410px;
}
.core_capabilities section .col-12.col-sm-12.col-md-6.col-lg-6 {
    padding: 0;
}
.ecommerce_cta a.new_cta {
    width: 445px;
}
.ecommerce_benefits img {
    width: 75px !important;
    margin: 0 0 25px !important;
}
.agent_features p.content_large {
    text-align: center;
    margin: 0 0 60px;
    font-size: 20px;
}
.saas_cta a.new_cta {
    width: 435px;
}

.mobileapp_points .large_title span {
    text-align: left;
    margin: 45px 0 75px;
    font-size: 20px;
    line-height: 30px;
    display: block;
}
.ai-speciality p.content_medium {
	text-align: left;
    margin: 45px 0 0;
    font-size: 20px;
    line-height: 30px;
}
.table-wrapper.ai-table {
    background-color: #f8f8f8;
}

.ai-governance img {
    width: 100%;
}

.ai-governance h1.large_title {
	text-align: left;
    font-size: 80px;
    font-weight: 400;
    margin: 0px 0px;
}
.ai-governance h1.large_title span {
    display: block;
    text-align: left;
    margin: 45px 0 0;
    font-size: 20px;
    line-height: 30px;
}
.ai-governance {
    background-color: #f8f8f8;
}
.ai-governance .col-md-6.col-lg-6 {
    display: flex;
    align-items: center;
}

.logistics_banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logistics_banner video {
	top: -23%;
    position: absolute;
    z-index: -1;
    width: 1920px;
}

.erp_footer .col-12.col-sm-12.col-md-6.col-lg-6 {
    display: flex;
}

.newcta_btn {
    display: flex;
}
.newcta_btn a.sidebar_btn {
    padding: 18px 35px;
    color: #fff;
    background-color: #22C55E;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.4s ease 0s;
    margin: 15px 0 0;
}










@media (min-width:250px) and (max-width: 1380px) {
h2.medium_title br {
    display: none;
}	
section.agent-video {
    width: 100%;
}
section.agent-banner-content {
    width: 100%;
    text-align: center;
    padding: 0 30px 65px;
}
.medium_title {
    font-size: 50px;
    line-height: 52px;
}
.cc-heading h2 {
    font-size: 60px;
    line-height: 65px;
}
.erp_benefits .large_title {
    font-size: 60px;
    line-height: 65px;
}
.large_title {
    font-size: 60px;
    line-height: 65px;
}
.mobileapp_banner {
    height: auto;
    padding: 0;	
}
.mobileapp_banner article {
    text-align: center;
}
.ai-governance h1.large_title {
    font-size: 60px;
}
}




@media (min-width:250px) and (max-width: 1300px) {
.ai-banner img {
    width: 515px;
}
}



@media (min-width:250px) and (max-width: 1270px) {
section.agent-banner-content {
    width: 100%;
    text-align: center;
    padding: 0 30px 65px;
}
section.agent-video {
    width: 100%;
}
}



@media (min-width:250px) and (max-width: 1200px) {
.sa_speciality h2 {
    font-size: 50px;
	line-height: 55px;
}	
.devops_features .large_title {
	font-size: 50px;
	line-height: 55px;
}
.agent_integrations .ai-footer-title h1.large_title {
	font-size: 50px;
	line-height: 55px;
}
.cc-heading h2 {
    font-size: 50px;
	line-height: 55px;
    font-weight: 400;
    margin: 0 0 25px;
}
.medium_title {
    font-size: 40px;
    line-height: 45px;
}
.cc-heading h2 {
    font-size: 50px;
	line-height: 55px;
}
.erp_benefits .large_title {
    font-size: 50px;
	line-height: 55px;
}
.large_title {
    font-size: 50px;
	line-height: 55px;
}
.mobileapp_banner video {
    width: 100%;
}
}



@media (min-width:250px) and (max-width: 1100px) {
.ai_footer section {
    width: 50%;
}	
.bc-widget-content li {
    width: 50%;
}
}




@media (min-width:250px) and (max-width: 991px) {
	
}





@media (min-width:250px) and (max-width: 767px) {
.sa_speciality {
    padding: 85px 0 !important;
}	
.sa_speciality h2 {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
}
.erp_points {
    padding: 85px 0;
}
.agent_points h1.large_title {
    font-size: 45px;
    line-height: 45px;
}
.devops_features .large_title {
	font-size: 45px;
	line-height: 45px;
}	
.agent_integrations .ai-footer-title h1.large_title {
	font-size: 45px;
	line-height: 45px;
}
.ai_footer section {
    width: 100%;
}
.robot-points-wrapper h1.medium_title, .robot-points-wrapper p.content_small {
    text-align: center;
    margin: 35px 0;
}
.robot-points-wrapper section {
    text-align: center;
}
.cc-heading h2 {
    font-size: 45px;
    font-weight: 400;
    margin: 0 0 25px;
}
.ai-banner img {
    margin: 400px auto 0;
    width: 370px;
    display: block;
}
.erp_footer .container {
    max-width: 100%;
}
.erp_footer .col-12.col-sm-12.col-md-6.col-lg-6 {
    padding: 0;
}
section#erp-footer-section1, section#erp-footer-section2 {
    padding: 45px 50px;
}
#erp-footer-section1 .small_title, #erp-footer-section2 .small_title {
    min-height: auto !important;
    margin: 0 0 30px;
}
#erp-footer-section1:before {
	display:none;
}
.ecommerce-banner-content section {
    padding: 40px 0 0;
}
    .card__content {
        padding: 30px 30px;
    }
.ecommercefooter li {
    width: 50%;
}	
.bc-widget-content li section {
    min-height: 350px;
}
.bc-banner-content section {
    padding: 0;
}
.sa_speciality h2 {
    font-size: 45px;
	line-height: 45px;
}	
.devops_features .large_title {
	font-size: 45px;
	line-height: 45px;
}
.agent_integrations .ai-footer-title h1.large_title {
	font-size: 45px;
	line-height: 45px;
}
.cc-heading h2 {
    font-size: 45px;
	line-height: 45px;
    font-weight: 400;
    margin: 0 0 25px;
}
.medium_title {
    font-size: 35px;
    line-height: 35px;
}
.cc-heading h2 {
    font-size: 45px;
	line-height: 45px;
}
.erp_benefits .large_title {
    font-size: 45px;
	line-height: 45px;
}
.large_title {
    font-size: 45px;
	line-height: 45px;
}
.robotics-banner-content section {
    padding: 30px 0 0;
}
.robotics-banner-content .medium_title {
    margin: 0 0 35px;
}
.robotics-banner-content section .action_btn {
    left: 0;
    margin: 35px 0 0;
}
.robot-points-wrapper h1.large_title br {
    display: none;
}
#dot-wave.robot-points-wrapper section {
    text-align: center;
}
.robot-points-wrapper section {
    padding: 0;
    text-align: left;
}
.special-heading h2 {
    margin: 0 0 -15px;
}
.cyber-points .large_title {
    margin: 0 0 45px;
}
.ai-speciality p.content_medium {
   text-align: center;
}
.ai-governance h1.large_title {
    font-size: 45px;
    margin: 40px 0 0;
}
}














