@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
/*font-family: 'Montserrat', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/*font-family: 'Lato', sans-serif;*/ 

/******************************* GLOBAL *******************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #fff;
	color: #555555;
	font-size: 16px;
	font-family: 'lato', sans-serif;
	overflow:visible!important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
.full {
	width:100%;
	float:left;
}
::placeholder {
 color:#ccc !important;
}
.apart-web .modal-content {
	margin-top:93px !important;
}
/******************************* GLOBAL *******************************/

header {
	position: absolute;
	width: 100%;
	float: left;
	margin-top: 25px;
	z-index: 999;
}
header .container-fluid {
	padding:0 90px;
}
.hed-lft {
	float:left;
}
.hed-rht {
	float: right;
	margin-top: 20px;
}
.hed-rht a {
	margin:0 0 0 30px;
}
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background: rgba(13, 138, 205, 1);
	background: -moz-linear-gradient(left, rgba(13, 138, 205, 1) 0%, rgba(13, 138, 205, 1) 72%, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13, 138, 205, 1)), color-stop(72%, rgba(13, 138, 205, 1)), color-stop(72%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(left, rgba(13, 138, 205, 1) 0%, rgba(13, 138, 205, 1) 72%, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(left, rgba(13, 138, 205, 1) 0%, rgba(13, 138, 205, 1) 72%, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(left, rgba(13, 138, 205, 1) 0%, rgba(13, 138, 205, 1) 72%, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to right, rgba(13, 138, 205, 1) 0%, rgba(13, 138, 205, 1) 72%, rgba(255, 255, 255, 1) 72%, rgba(255, 255, 255, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d8acd', endColorstr='#ffffff', GradientType=1 );
	overflow-x: hidden;
	transition: 0.5s;
	background-image: url(../images/menu-shadow.png) no-repeat left top;
}
.shadow-img {
	position: absolute;
	left: 0px;
	top: -141px;
}
.overlay .closebtn {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 50px;
	font-weight: 300;
	color: #000 !important;
	font-family: 'lato', sans-serif;
	height: auto;
	z-index: 999;
}
.overlay a {
	padding: 0 0px;
	text-decoration: none;
	font-size: 30px;
	color: #bccee4 !important;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.3s;
}
.overlay a:hover {
}
.overlay-content {
	position: relative;
	top: 20%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	padding: 0 0 0 70px;
}
.menu-service {
	width:100%;
	float:left;
}
.menu-service h3 {
	color: #ffffff;
	text-align: left;
	margin-top: 16px;
	margin-bottom: 0;
}
.menu-service .menu-icon-service {
	width: 100%;
	float: left;
	padding: 0px 0 40px 134px;
	border-bottom: 1px solid #7abee4;
	margin-bottom: 25px;
}
.menu-service ul {
	width: 100%;
	float: left;
	padding-top: 0;
	border-right: 1px solid #7abee4;
	padding-left: 58px;
}
 .overlay-content .col-md-4 .platform .col-sm-4:nth-child(5) .platform-sec img {
 margin-top: 19px;
}
.overlay-content .col-md-4 .platform .col-sm-4 a {
	color:#323232 !important;
	text-transform:capitalize;
	font-size:13px;
}
.overlay-content .col-md-8 .col-md-4:first-child .menu-service ul {
	padding-left:0;
}
.overlay-content .col-md-8 .col-md-4:first-child .menu-service .menu-icon-service span {
	left:0px;
}
.overlay-content .col-md-8 .col-md-4:first-child .menu-service .menu-icon-service {
	padding: 0px 0 40px 75px;
}
.overlay-content .col-md-8 .col-md-4:last-child .menu-service ul {
	border-right:none;
}
.menu-service ul li {
	margin-bottom: 20px;
}
.menu-service ul img {
	margin-top: -1px;
}
.menu-service ul li a {
	font-size: 15px;
	color: #fff !important;
	text-align: left;
	font-weight: 500;
}
.menu-service .menu-icon-service span {
	position:absolute;
	left:58px;
}
.hed-rht span {
	padding-left: 30px;
	cursor: pointer;
}
.nav-search {
	position: absolute;
	right: 190px;
	display: none;
	width: 248px;
	border: 2px solid #0083ca;
	border-radius: 5px;
	padding: 8px;
	background: #252525;
	top: 60px;
}
.btn-view {
	color: #0d89cd !important;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	padding: 13px 26px;
	background: #fff;
	margin-top: 35px;
	font-weight: 600;
}
.btn-view:hover {
	background: #e6e6e6;
}
.border-col {
	padding:0;
}
.rht-menu {
	width:100%;
	float:left;
	margin-top: -130px;
}
.rht-menu ul {
	padding: 0px 40px;
}
.rht-menu ul li {
	list-style-type: none;
	text-align: left;
	margin-bottom: 10px;
}
.rht-menu ul li a {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #323232 !important;
	font-weight:500;
	padding: 7px 0;
	text-transform:capitalize;
}
.rht-menu ul li a:hover {
	color:#0d89cd !important;
}
.rht-menu ul li.active a {
	color:#0d89cd !important;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:5px;
}
.nav-search input[type="text"] {
	float: left;
	width: 80%;
	border: none;
	background: transparent;
	font-size: 14px;
	color: #ccc;
}
.nav-search input[type="submit"] {
	float: right;
	background: url(../images/icon-img1.png) no-repeat center right;
	border: none;
	width: 20%;
	text-indent: -999%;
}
.mobile {
	display:none;
}
/*************************** NAV ******************************/

.rht-menu ul.childMenuRgt li {
	margin-bottom: 8px;
}
.rht-menu ul li ul.childMenuRgt {
	display: block;
	overflow: hidden;
	max-height: 0;
	width:100% !important;
 -webkit-transition: max-height .4s ease-in;
 -moz-transition: max-height .4s ease-in;
 -ms-transition: max-height .4s ease-in;
 -o-transition: max-height .4s ease-in;
 transition: max-height .4s ease-in;
	border-right: none;
	padding: 0 0 0 0;
}
.rht-menu ul li.expand-innerRgt:hover ul.childMenuRgt {
	max-height:200px
}
.rht-menu ul li.expand-innerRgt .childMenuRgt li a {
	line-height: 18px !important;
	font-size: 12px !important;
	text-transform:capitalize;
	color: #6c6b6b !important;
	padding: 7px 0 0 0;
}
.rht-menu ul li.expand-innerRgt .childMenuRgt li a:hover {
	color: #0d89cd !important;
}
/*************************** NAV ******************************/

 

.collapsed-section {
	width: 29%;
	float: right;
}
.platform {
	width: 100%;
	float: left;
	padding: 0 40px;
}
.platform h3 {
	margin-top: 25px;
	border-top: 1px solid #ccc;
	padding-top: 50px;
	margin-bottom: 30px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
}
.platform-sec {
	width: 100%;
	float: left;
	margin: 10px 0 25px;
	height: 76px;
}
.platform-sec h4 {
	font-size: 13px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 0;
}
/******************************* BANNER *******************************/



.banner-text {
	left:0;
	top:300px;
	text-align:center;
	color:#fff;
	position:relative;
}
.section1-outer .carousel-inner {
	overflow: visible;
}
.banner-text h1 {
	color:#0083ca;
	font-size:64px;
	font-family:'Montserrat', sans-serif;
	margin-top:0;
	margin-bottom:10px;
}
.banner-text strong {
	font-weight: 800;
}
.banner-text h2 {
	font-size:58px;
	font-family:'Montserrat', sans-serif;
	margin-top:0;
	margin-bottom:10px;
	color: #fff;
}
.banner-text p {
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 28px;
}
.banner .carousel-caption {
	padding-bottom: 18%;
}
.particles-js-canvas-el {
	position: absolute;
	top: 0;
}
#myCarousel4 .carousel-indicators {
	bottom: 0;
	display: block;
	margin: auto;
	height: 34%;
	left: inherit;
	position: absolute;
	right: 99px;
	top: 25%;
	width: 88px;
	z-index:99;
}
#myCarousel4 .carousel-indicators li:after {
	background: #8c8c8b;
	border-radius: 100%;
	content: "";
	height: 12px;
	position: absolute;
	right: 0;
	top: 2px;
	width: 12px;
}
#myCarousel4 .carousel-indicators li {
	background: none;
	border: none;
	color: rgba(0, 0, 0, 0);
	font: 500 14px 'Montserrat', sans-serif;
	height: auto;
	margin: 5px 0 5px 0;
	position: relative;
	text-align: left;
	text-indent: 0;
	width: 100%;
	z-index:999;
}
#myCarousel4 .carousel-indicators li:before {
	background: none;
	content: "";
	height: 1px;
	position: absolute;
	width: 62px;
	right: 12px;
	top:8px;
}
#myCarousel4 .carousel-indicators .active {
	background: none;
	border: none;
	color: #1ec2e2;
}
#myCarousel4 .carousel-indicators .active:before {
	background: #1ec2e2;
}
#myCarousel4 .carousel-indicators .active:after {
	background-color:transparent;
	border: 2px solid #1ec2e2;
}
/******************************* BANNER *******************************/



/******************************* digital *******************************/

.digital {
	width:100%;
	float:left;
}
.digital-lft {
	width:48%;
	float:left;
}
.digital-rht {
	width: 52%;
	float: left;
	padding: 128px 60px 0 60px;
}
.digital-rht h2 {
	font: 600 22px/32px 'Montserrat', sans-serif;
	color: #4d4c4c;
	margin-top: 0;
	margin-bottom: 30px;
}
.digital-rht p {
	font-size: 17px;
	color: #919191;
	margin-bottom: 65px;
	padding-right: 85px;
	line-height: 26px;
}
.state .state-sec .caption .cap1 .ads p a {
	color:#fff;
	font-weight:normal;
}
.digital-rht ul {
	padding:0;
}
.digital-rht ul li {
	list-style-image: url(../images/aro.png);
	float: left;
	margin-right: 11px;
	line-height: normal;
	width: 215px;
	height: 44px;
}
 .digital-rht ul li:nth-child(3) {
 margin:0;
}
.digital-rht ul li {
	color: #5a5a5a;
	font: 600 14px/18px 'Montserrat', sans-serif;
}
.digital-rhtdiv-one {
	width:100%;
	float:left;
}
.digital-rhtdiv-one:last-child {
	border-top: 1px solid #e5e5e5;
	padding: 40px 0px 0px 36px;
}
.digital-sec {
	width:50%;
	float:left;
	position:relative;
	overflow:hidden;
}
.digital-sec img {
	width:100%;
}
.digital-sec .caption img {
	width:auto !important;
}
.digital-sec .caption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width:100%;
	padding:40px 43px 0 43px;
}
.digital-sec .caption p {
	font: 20px 'Lato', sans-serif;
	line-height: normal;
	color: #fff;
	line-height: 28px;
	margin-top: 15px;
	margin-bottom: 0;
}
.digital-sec .caption .cap {
	width:100%;
	float:left;
	display:table;
	height:100%;
}
.digital-sec .caption .cap1 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.caption .cap .cap1 h3 {
	color:#ffffff
}
/******************************* digital *******************************/



/**************************graphics**************************/

.graphics {
	width: 100%;
	float: left;
	background: #303030;
	padding: 80px 0;
	text-align: center;
	color: #fff;
}
.graphics h2 {
	font-size: 28px;
	font: 600 28px 'Montserrat', sans-serif;
	margin: 0 0 15px 0;
}
.graphics p {
	font-size: 15px;
	margin-bottom: 70px;
}
/**************************graphics**************************/



/**************************looking-sec**************************/

.looking-sec {
	width: 100%;
	float: left;
	padding: 10px 0 30px 0;
	background: rgba(79, 70, 202, 1);
	background: -moz-linear-gradient(left, rgba(79, 70, 202, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(79, 70, 202, 1)), color-stop(100%, rgba(18, 225, 232, 1)));
	background: -webkit-linear-gradient(left, rgba(79, 70, 202, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -o-linear-gradient(left, rgba(79, 70, 202, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -ms-linear-gradient(left, rgba(79, 70, 202, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: linear-gradient(to right, rgba(79, 70, 202, 1) 0%, rgba(18, 225, 232, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f46ca', endColorstr='#12e1e8', GradientType=1 );
}
.looking-lft {
	float:left;
}
.looking-lft h2 small {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
}
.looking-lft h2 {
	font-size: 28px;
	color: #fff;
	margin: 0;
	line-height: 34px;
	font-weight: 500;
}
.looking-rht {
	float:right;
	position: relative;
}
.btn-default {
	color: #4c4ecc !important;
	background-color: #fff !important;
	border-color: #fff !important;
	font: 500 16px 'Montserrat', sans-serif;
	padding: 12px 55px 12px 35px;
	margin-top: 9px;
	position: absolute;
	top: 13px;
	right: 0;
	line-height: normal;
}
/**************************looking-sec**************************/





.service {
	width: 100%;
	float: left;
	background: url(../images/shadow.png) no-repeat right top;
	padding: 100px 0 170px 0;
	background-position: 101% -430px;
}
.service h2 {
	text-align: center;
	margin-top: 0;
	color: #4d4c4c;
	font-weight: 600;
	font-size: 34px;
	font-family:'Montserrat', sans-serif;
}
.service p {
	text-align: center;
	margin-bottom: 80px;
	color: #919191;
	font-size: 17px;
}
.service-lft {
	width: 54%;
	float: left;
	margin-top: 50px;
	z-index: 9;
	position: relative;
	margin-left: 0;
}
.service-lft p {
	text-align: left;
	margin-bottom: 40px;
	font-size: 17px;
	width: 100%;
	float: left;
	padding-right: 186px;
}
.service-rht {
	width: 57%;
	float: right;
	padding-right: 0;
	position: absolute;
	right: 0;
}
.service-lft h3 {
	color:#4a52cc;
	font-size:20px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}
.service-lft h3 big {
	font-size: 42px;
	color: #303030;
	width: 100%;
	float: left;
	margin-top: 25px;
	margin-bottom: 40px;
	text-transform:capitalize;
	font-weight: 600;
}
.btn-info {
	background: rgba(78, 73, 203, 1);
	background: -moz-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78, 73, 203, 1)), color-stop(100%, rgba(18, 225, 232, 1)));
	background: -webkit-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -o-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -ms-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: linear-gradient(to right, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e49cb', endColorstr='#12e1e8', GradientType=1 );
	padding: 14px 20px 14px 30px;
	border: none;
	font-size: 12px;
	font-family:'Montserrat', sans-serif;
	font-weight:500;
}
/******************************about-page*********************************/ 



.about-sec {
	width:100%;
	float:left;
	background:url(../images/about-banner.jpg) no-repeat center;
	padding:180px 0 0 0;
	height:480px;
	background-size:cover;
}
.about-sec h2 {
	color: #0083ca;
	font-size:64px;
	font-family:'Montserrat', sans-serif;
	margin-top:0;
	margin-bottom: 0;
	font-weight:800;
	line-height:60px;
}
.about-sec p {
	font-size: 38px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight:600;
	color:#fff;
}
.about-text {
	width: 100%;
	float:left;
	text-align:center;
}
.apart {
	width:100%;
	float:left;
	background:#242424;
	margin-top:-110px;
	position:relative;
	z-index:9;
}
.apart .lft-apart {
	width:50%;
	float:left;
	padding:75px 75px 60px 75px;
}
.apart .lft-apart h3 {
	color:#fff;
	font-size: 24px;
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
	margin-bottom:30px;
	font-weight:600;
}
.apart .lft-apart ul {
	padding: 0 0 0 30px;
}
.apart .lft-apart ul li {
	color:#919191;
	font-size:17px;
	margin: 0 0 11px 0;
	list-style: url(../images/white-aro2.png);
	font-family: 'Montserrat', sans-serif;
}
.apart .rht-apart {
	width:50%;
	float:left;
}
.why-trino {
	width:100%;
	float:left;
	padding:110px 0 40px 0;
}
.why-trino-lft {
	width:50%;
	float:left;
	padding-right:55px;
}
.why-trino-lft h2 {
	font-size: 28px;
	color: #595959;
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.why-trino-lft h3 {
	font-size:18px;
	color:#4d4c4c;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	margin-top:5px;
	display:inline-block;
}
.why-trino-lft .why-trino-box {
	position:relative;
	padding: 0 0 0 45px;
	margin-bottom:30px;
}
.why-trino-lft .why-trino-box p {
	color:#919191;
	font-size:17px;
}
.why-trino-lft .why-trino-box span {
	position: absolute;
	left:0;
}
.why-trino-rht {
	width:50%;
	float:left;
	background:#5a61ce;
	border-radius:5px;
	padding:60px 55px 20px 55px;
}
.why-trino-rht h3 {
	font-family:'Montserrat', sans-serif;
	font-size:28px;
	color:#fff;
	margin-bottom:10px;
	font-weight:600;
}
.why-trino-rht p {
	color:#d7d9fa;
	font-family: 'lato', sans-serif;
	font-size:17px;
	line-height: 28px;
}
.vision {
	width:100%;
	float: left;
	margin-bottom:30px;
	border-bottom: 1px solid #6e74d4;
	padding-bottom:40px;
}
.vision:last-child {
	border:none;
	margin-top:15px;
}
.about-service {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.about-service a {
	color:#919191;
	text-decoration:none !important;
}
.about-service-box {
	width:100%;
	float:left;
	background:#fff;
	padding:25px;
	margin:15px 0;
	text-align:center;
	transition: all ease-in-out 0.3s;
	-mos-transition: all ease-in-out 0.3s;
	-webkite-transition: all ease-in-out 0.3s;
}
.about-service-box p {
	font-size: 17px;
	line-height: 26px;
}
.about-service-box h3 {
	color:#4d4c4c;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.about-service-box:hover {
	box-shadow: 0px 0px 14px #e9e9e9;
	transition: all ease-in-out 0.3s;
	-mos-transition: all ease-in-out 0.3s;
	-webkite-transition: all ease-in-out 0.3s;
}
.state {
	width:100%;
	float:left;
	position:relative;
	padding:80px 65px 60px 65px;
}
.state .state-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-top: 0px;
	border-radius: 6px;
	height: 430px;
}
.state .state-sec .caption {
	width: 100%;
	float: left;
	position:absolute;
	left: auto;
	top: 24%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.state .state-sec .caption h2 {
	font-family:'Montserrat', sans-serif;
	font-weight:600;
	font-size:34px;
	text-transform:capitalize;
}
.state .state-sec .caption .cap1 {
	position: absolute;
	left: 50px;
	bottom: -270px;
	text-align: left;
	font-size: 13px;
	text-transform: capitalize;
}
.state .state-sec .caption .cap1 .ads {
	position: relative;
	padding: 0px 0 6px 40px;
}
.state .state-sec .caption .cap1 .ads span {
	position:absolute;
	left:0;
}
.state .state-sec .caption .cap1 .ads:last-child span {
	left:-7px;
}
.state .state-sec .caption .cap1 .ads p {
	font-family:'Montserrat', sans-serif;
	color: #fff;
	margin-bottom: 12px !important;
}
/******************************about-page*********************************/ 



/******************************contact-page*********************************/ 

.contact-box {
	width: 100%;
	float: left;
	background: #fff;
	padding: 60px 60px;
	text-align: center;
	margin-top: -70px;
	box-shadow: 0px 0px 6px #bdbdbd;
	margin-bottom: 80px;
	position: relative;
}
.contact-box .form-group {
	margin-bottom: 21px;
	width: 100%;
	float: left;
}

::placeholder {
color:#9f9e9e !important;
}
.contact-box h2 {
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
}
.contact-box p {
	margin-bottom: 70px;
	color: #919191;
	font-family: 'lato', sans-serif;
}
.contact-box .contact-lft {
	width:100%;
	float:left;
}
.contact-box .contact-lft .form-control {
	height: 48px;
	border-color: #e2e0e1;
	box-shadow: none;
	background: #f8f8f8;
	font-family: 'lato', sans-serif;
	padding: 10px 20px;
}
.contact-box .contact-lft textarea {
	height:115px !important;
}
#form-control-arrow {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	background: url(../images/aro-down.png) no-repeat center right 16px !important;
	background-color: #f8f8f8 !important;
}
 .form-control::placeholder:after {
 content: " *";
 color: red !important;
}
 .form-control:-moz-placeholder:after {
 content: " *";
 color: red !important;
}
 .form-control:-ms-input-placeholder:after {
 content: " *";
 color: red !important;
}
.bck {
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact-rht {
	width: 100%;
	float: left;
	padding-left: 25px;
}
.india-rhtdiv {
	width: 100%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}
.india-rhtdiv:last-child {
	margin:0;
}
.india-rhtdiv h3 {
	font-size: 24px;
	margin-bottom: 26px;
	font-weight: bold;
	color: #656464;
	font-family: 'Montserrat', sans-serif;
}
.state-sec {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 40px;
}
.state-sec span {
	position:absolute;
	left:0;
}
.state-sec p {
	margin-bottom: 20px !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #656464;
}
.state-sec p a {
	font-size:13px;
	font-weight: 500;
	color: #656464;
}
.contact-banner {
	background:url(../images/contact-banner.jpg) no-repeat center;
	padding: 240px 0 0 0 !important;
}
/******************************contact-page*********************************/ 



/******************************career-page*********************************/ 

.car-banner {
	background:url(../images/career-banner.jpg) no-repeat center;
	padding: 236px 0 0 0;
}
.career-box h2 {
	margin-bottom:110px;
}
.career-box .form-group label {
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	font-weight:600;
	width:100%;
	float:left;
	text-align:left;
}
.career-box #avatar {
	background: #f8f8f8;
	border: 2px solid #e2e0e0;
	padding: 15px;
	width: 100%;
}
.form-group small {
	color:#b1adad;
	font-size:12px;
	display:inline-block;
	margin-top:5px;
	font-family:'lato', sans-serif;
	margin-bottom:25px;
}
.career-rht {
	width:100%;
	float:left;
	padding-left: 15px;
}
.career-rht .form-group label {
	width:auto;
	float:left;
	display: inline-block;
	margin: 15px 0;
	font-size:16px;
}
.career-lft .form-control {
	height:55px;
	border-color:#e2e0e1;
	box-shadow:none;
	background:#f8f8f8;
	font-family:'lato', sans-serif;
	width:100%;
	color:#a79ea6;
}
.career-rht .form-control {
	height:48px;
	border-color:#e2e0e1;
	box-shadow:none;
	background:#f8f8f8;
	font-family:'lato', sans-serif;
	color:#a79ea6;
	width: 100%;
}
.career-rht .form-group {
	width:100%;
	float:left;
}
.career-rht .form-group2 .form-control {
	height: 48px;
	border-color: #e2e0e1;
	box-shadow: none;
	background: #f8f8f8;
	font-family: 'lato', sans-serif;
	width: 36%;
	margin-right: 15px;
	color: #a79ea6;
	padding: 10px 18px;
	float:left;
}
.career-rht .form-group2 span:last-child .form-control {
	margin-right:0px;
}
.career-rht .form-group2 label {
	margin-right:15px;
}
.career-rht label {
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600 !important;
	color: #636363;
}
.career-rht .form-group3 .form-control {
	margin-right: 223px;
	width: 33%;
}
.career-rht .form-group3 label {
	width: 20.33%;
}
.career-rht label sup {
	color: #ff1111;
	font-size: 14px;
	top: -2px;
}
.career-lft label sup {
	color: #ff1111;
	font-size: 14px;
	top: -2px;
}
.file {
	position: absolute;
	top: 35px;
	left: 0;
}
.career-box #avatar {
	background: #f8f8f8;
	border: 2px solid #e2e0e0;
	padding: 0;
	width: 100%;
	position: relative;
	z-index: 9999;
	opacity: 0;
	height: 51px;
	top: 6px;
}
.btn-pad {
	margin-top:25px;
}
/******************************career-page*********************************/ 



/******************************web-page*********************************/ 

.ui-ux {
	position: relative;
	padding: 0 0 0 57px;
	margin-bottom: 51px;
}
.ui-ux span {
	position:absolute;
	left:0;
}
.ui-ux p {
	color:#a1a1a1;
	font-size:19px;
	line-height:normal;
	font-family:'Montserrat', sans-serif !important;
	font-weight:500;
}
.apart-web .lft-apart h3 {
	text-align: center;
	margin-bottom: 65px;
	color:#fff;
}
.apart-web .lft-apart {
	padding: 31px 75px 31px 75px;
}
.nav-pills {
	text-align:center;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: transparent;
	color: #5399e1;
	border-bottom: 3px solid #5399e1;
	border-radius: 0;
}
.nav-pills > li > a {
	color: #a1a0a0;
	background: transparent !important;
	margin: 0 20px;
	font-family:'Montserrat', sans-serif !important;
	font-weight:600;
	padding: 6px 0;
}
.nav-pills > li {
	margin:0 auto;
	float:none;
	display:inline-block;
}
.tab-section {
	width:100%;
	float:left;
	padding:60px 0;
}
.tab-section h2 {
	text-align: center;
	margin-bottom: 80px;
	margin-top: 60px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	font-size: 34px;
}
.tab-section .m-net {
	width:100%;
	float:left;
	margin-bottom:40px;
}
.tab-section .m-net p {
	width: 100%;
	float: left;
	color: #919191;
	font-size: 17px;
	font-family:'lato', sans-serif !important;
}
.tab-section .m-net .m-logo {
	width: 30%;
	float: left;
	margin-bottom: 30px;
}
.tab-section .m-net .m-text {
	width:70%;
	float:left;
}
.tab-section h3 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500;
	margin: 40px 0 12px 0;
	color: #4d4c4c;
}
.tab-section ol {
	padding:0;
}
.tab-section ol li {
	font-size: 15px;
	font-family: 'lato', sans-serif !important;
	color: #757575;
	width: 50%;
	float: left;
	margin: 10px 0;
	background: url(../images/aro4.png) no-repeat left;
	padding: 0 0 0 37px;
}
.dev {
	width:100%;
	float:left;
}
.dev-lft {
	width:100%;
	float:left;
	position:relative;
	overflow:hidden;
	padding-right: 5px;
}
.dev-lft .caption {
	width: 100%;
	float: left;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	color: #fff;
	padding: 70px 90px 15px 40px;
}
.dev-lft .caption h3 {
	margin: 10px 0 20px 0;
	font-family: 'lato', sans-serif;
	font-weight: 600;
}
.dev-lft .caption p {
	font-size: 18px;
	font-family: 'lato', sans-serif;
}
.dev-rht {
	width: 48%;
	float: left;
	background: #f8f8f8;
	padding: 27px 28px;
	margin: 0px 5px 9px 5px;
	height: 154px;
}
.dev-rht h3 {
	color: #4d4c4c;
	font-size: 18px;
	margin-top: 18px;
	font-family: 'lato', sans-serif;
}
.dev .row {
	padding:0;
	margin:0;
}
.dev .col-md-7 {
	padding: 0;
}
.dev .col-md-5 {
	padding: 0;
}
.dev-rht2 {
	width:100%;
	float:left;
	margin: 0px 0 8px -10px;
}
.full-style-box {
	margin-bottom:40px;
}
.web-threediv {
	text-align: center;
	padding: 60px 0 !important;
}
.web-threediv h2 {
	color: #4d4c4c;
	font-size: 34px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
}
.web-threediv p {
	text-align: center;
	font-family: 'lato', sans-serif;
	color: #919191;
	margin-bottom: 15px;
}
/******************************web-page*********************************/ 





/******************************process-page*********************************/ 



.tab-section2 h2 {
	margin-bottom:15px !important;
}
.tab-section2 p {
	width: 100%;
	float:left;
	text-align: center;
	color:#989898;
	font-size:17px;
	font-family:'lato', sans-serif;
	line-height:28px;
}
.tab-section2 p strong {
	font-family: 'Montserrat', sans-serif;
	color:#4d4c4c;
	font-size:18px;
	font-weight:500;
}
.tab-box3 {
	width:100%;
	float:left;
	text-align:center;
}
.tab-box3 span {
	display:inline-block;
	margin:40px 0;
}
.content-grp {
	width: 100%;
	float: left;
	text-align:center;
}
.big-timeline {
	width:100%;
	float:left;
	padding:30px 0 80px 0;
}
.big-timeline h2 {
	text-align: center;
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
}
.big-timeline .timeline-title {
	margin-bottom: 25px;
	font-size: 20px;
	font-family:'lato', sans-serif;
	color:#4d4c4c;
	font-weight:500;
}
.timeline-body ul li {
	font-family: 'lato', sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	color: #919191;
	list-style: url(../images/aro6.png);
}
.timeline-body ul {
	padding: 0 0 6px 25px !important;
}
.KNOW_MORE {
	color:#5561c6 !important;
	text-decoration:underline !important;
	text-transform:uppercase;
	font-size:13px;
	font-family:'lato', sans-serif;
	margin-left:25px;
}
/******************************process-page*********************************/  



/**************************FOOTER**************************/



footer {
	width: 100%;
	float: left;
	background: #f8f9fb;
	padding: 50px 0 0 0;
	text-align: center;
	color: #938f8f;
}
.fot-lft {
	width: 69%;
	float: left;
	text-align: left;
	padding-bottom: 55px;
	margin-top: 40px;
}
.fot-lft big {
	font-size:18px;
	color:#242424;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.fot-lft p {
	color: #404040;
	font-size: 16px;
	font-family: 'lato', sans-serif;
	line-height: 25px;
	margin: 5px 0 30px 0;
}
.fot-rht {
	width: 31%;
	float: left;
	text-align: left;
	padding-bottom: 55px;
}
.fot-rht p a {
	margin:0 5px;
	text-decoration:none !important;
}
.fot-lft a {
	padding: 14px 3px 14px 2px;
	background: rgba(74, 80, 204, 1);
	background: -moz-linear-gradient(left, rgba(74, 80, 204, 1) 0%, rgba(31, 226, 233, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(74, 80, 204, 1)), color-stop(100%, rgba(31, 226, 233, 1)));
	background: -webkit-linear-gradient(left, rgba(74, 80, 204, 1) 0%, rgba(31, 226, 233, 1) 100%);
	background: -o-linear-gradient(left, rgba(74, 80, 204, 1) 0%, rgba(31, 226, 233, 1) 100%);
	background: -ms-linear-gradient(left, rgba(74, 80, 204, 1) 0%, rgba(31, 226, 233, 1) 100%);
	background: linear-gradient(to right, rgba(74, 80, 204, 1) 0%, rgba(31, 226, 233, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a50cc', endColorstr='#1fe2e9', GradientType=1 );
	border-radius: 7px;
	color: #4a51cc;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-decoration: none !important;
}
.fot-lft a span {
	margin-top: 0px;
	border-radius: 5px;
	background: #f8f9fb;
	font-weight: 500;
	padding: 12px 28px;
}
.it {
	width: 100%;
	float: left;
	border-top: 1px solid #e7e7e7;
	padding: 25px 0;
	font-size: 14px;
}
.it p {
	margin:0;
}
.fot-rht p {
	margin-top: 15px;
	margin-bottom: 0;
	color: #404040;
	font-size: 18px;
}
.fot-rht p em {
	font-style: normal;
	margin: 0 9px 0 0;
	display: inline-block;
}
/**************************FOOTER**************************/



/*.banner-text {z-index:99;}*/



ul li.expand-inner {
	margin-bottom: 20px;
}
ul.childMenu li {
	margin-bottom: 5px;
}
ul.childMenu {
	display: block;
	overflow: hidden;
	max-height: 0;
	width:100% !important;
 -webkit-transition: max-height .4s ease-in;
 -moz-transition: max-height .4s ease-in;
 -ms-transition: max-height .4s ease-in;
 -o-transition: max-height .4s ease-in;
 transition: max-height .4s ease-in;
	border-right: none;
}
.expand-inner:hover ul {
	max-height:200px
}
.expand-inner .childMenu {
	padding-left:15px !important;
	float: left;
	border-left: 3px solid #fff;
	margin: 10px 0;
	margin-left: 10px !important;
	text-align: left;
	color: #fff;
}
.expand-inner .childMenu li a {
	line-height: 30px !important;
	font-size: 13px !important;
	text-transform: capitalize;
}
.expand-inner .childMenu li a.more-link {
	background: url(../images/aro5.png) no-repeat 45px;
	font-weight:700;
}
.expanded-section {
	width: 66.66666667%;
	float:left;
}
.expanded-list {
	width: 33.33333333%;
	float:left;
	padding-left:0%;
	border-right: 1px solid #7abee4;
}
.subMenu {
	/*border-right: 1px solid #7abee4;*/ padding-left: 15%;
	position: relative;
}
.PlNone {
	padding-left:0 !important;
}
.expanded-list li a {
	font-size: 15px;
	color: #fff !important;
	text-align: left;
	font-weight:400;
}
.expand-main {
	position:relative;
}
.holder-heading {
	text-align: left !important;
	margin-bottom: 35px !important;
	font-size: 22px !important;
	font-weight: 400 !important;
	padding:0 0 78px 125px !important;
	border-bottom: 1px solid #7abee4;
	text-transform: capitalize !important;
}
.holder-heading.Hp {
	padding:0 0 78px 75px !important;
}
 .holder-heading::before {
 content: " ";
 border-right: 5px solid #0d89cd;
 width: 5px;
 height: 101%;
 position: absolute;
 top: -2px;
 right: -2px;
}
 .subMenu::before {
 content: " ";
 border-right: 5px solid #0d89cd;
 width: 5px;
 height: 30px;
 position: absolute;
 top: -35px;
 right: -2px;
}
.holder-heading h3 {
	margin-top: 14px;
	float: left;
}
.holder-heading span {
	position: absolute;
	left: 50px;
}
.leftNone {
	left:0px !important;
}
ul.initial-list li {
	margin-bottom: 20px;
}
ul.expanded-list.last-child {
	border-right: none;
}
.view-all-container {
	padding-left: 15%;
}
.btn-info img {
	display: inline-block !important;
	width: auto !important;
}
.ManyIc img {
	float:left;
	margin-right:18px;
}
.ManyIc .dev-rht {
	height: 106px;
}
.ManyIc .dev-rht h3 {
	margin: 10px 0 0 0;
}
.timeline {
	list-style: none;
	padding: 20px 70px;
	position: relative;
}
 .timeline::before {
 top: 0;
 bottom: 0;
 position: absolute;
 content: " ";
 width: 1px;
 background-color: #e0e2f5;
 left: 50%;
 margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 50%;
	float: left;
	border-radius: 2px;
	padding: 30px;
	position: relative;
	box-shadow:0px 6px 24px 11px #f5f5f5;
	margin: -10px 0 0 0;
	z-index: 999;
	background: #fff;
}
 .timeline > li.timeline-inverted + li:not(.timeline-inverted), .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
 margin-top: -60px;
}
 .timeline > li:not(.timeline-inverted) {
 padding-right:90px;
}
.timeline > li.timeline-inverted {
	padding-left:90px;
}
 .timeline > li > .timeline-panel::before {
 position: absolute;
 top: 0px;
 right: -15px;
 display: inline-block;
 border-top: 15px solid transparent;
 border-left: 15px solid #f5f5fa;
 border-right: 0 solid #f5f5fa;
 border-bottom: 15px solid transparent;
 content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 1px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #f5f5fa;
	border-right: 0 solid #f5f5fa;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline-body > ul {
	margin-bottom: 0;
	padding: 0 0 0 30px;
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 15px;
	height: 15px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 36px;
	left: 51.66%;
	margin-left: -25px;
	background-color: #0396d0;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge.primary {
	background-color: #2e6da4 !important;
}
.timeline-badge.success {
	background-color: #3f903f !important;
}
.timeline-badge.warning {
	background-color: #0396d0 !important;
}
.timeline-badge.danger {
	background-color: #0396d0 !important;
}
.timeline-badge.info {
	background-color: #0396d0 !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.step-lft {
	margin: -13px 0 0 0px;
}
.step-rht {
	width: auto;
	display: inline-block;
	margin: -13px 0 0 87px;
}
.modal-backdrop.in {
	display:none;
}
/* NEW CSS*/



.mobileTxt p {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 28px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #fff;
}
.mobile-tab-box {
	margin:90px 0 0 0;
	width:100%;
}
.mobileTxt .btn-info {
	margin-top: 28px;
}
.tab-boxImg img {
	border-radius:4px;
	width:100%;
}
.tab-boxTxt {
	width:100%;
	float:left;
	margin-bottom:30px;
}
.tab-boxTxt h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #4d4c4c;
	margin: 0 0 20px;
}
.tab-boxTxt p {
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color:#919191;
	margin:0 0 0 0;
}
.Tech-trino {
	width: 100%;
	float: left;
	padding: 110px 0 90px 0;
}
.Tech-Txt {
	margin:90px 0 0 0;
	width:100%;
	padding-right:50px;
}
.Tech-Txt h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 37px;
	color:#4d4c4c;
	margin:0 0 30px;
}
.Tech-Txt p {
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color:#919191;
	margin:0 0 0 0;
}
.Tech-Txt .btn-info {
	margin-top: 35px;
}
.Tech-Img img {
	float: right;
}
.padding0 {
	padding:0 !important;
}
.endDiv {
	width:100%;
	padding:90px 0;
	float:left;
}
.endDiv h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 37px;
	color:#4d4c4c;
	margin:0 0 110px;
}
.endDiv h4 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 37px;
	color:#727ee1;
	margin:110px 0 40px;
}
.endDiv p {
	text-align: center;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#5e5e5e;
	margin:0 0 0 0;
}
.endBox {
	width:100%;
	float:left;
}
.endBox h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#4d4c4c;
	line-height:22px;
	margin:20px 0 15px;
}
.endBox ul {
	padding:0 0 0 15px;
}
.endBox ul li {
	width:100%;
	float:left;
	list-style: outside;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color:#919191;
	margin-bottom:10px;
}
.aws-services {
	width:100%;
	padding:90px 0;
	float:left;
}
.aws-services h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 37px;
	color:#4d4c4c;
	margin:0 0 50px;
}
.blogShort {
	border-bottom:1px solid #ddd;
}
.add {
	background: #333;
	padding: 10%;
	height: 300px;
}
.aws-services .col-sm-4 {
	padding:0 35px 0 0;
	width:30%;
}
.nav-sidebar {
	width: 100%;
	padding: 0 0 0 0;
}
.nav-sidebar a {
	background-color:#727ee1;
	border-bottom:1px solid #6b77d9;
	padding:25px !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color:#fff;
	-webkit-transition: all 0.08s linear;
	-moz-transition: all 0.08s linear;
	-o-transition: all 0.08s linear;
	transition: all 0.08s linear;
}
.nav-sidebar a img {
	margin-right:25px;
	float: left;
}
.nav-sidebar .active a {
	cursor: default;
	background-color: #26bee1;
	color: #fff;
}
.nav-sidebar li:hover a {
	cursor: default;
	background-color: #26bee1 !important;
	color: #fff;
}
.nav-sidebar li a:focus {
	cursor: default;
	background-color: #26bee1 !important;
	color: #fff;
}
.nav-sidebar .text-overflow a, .nav-sidebar .text-overflow .media-body {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.btn-blog {
	color: #ffffff;
	background-color: #E50000;
	border-color: #E50000;
	border-radius:0;
	margin-bottom:10px
}
.btn-blog:hover, .btn-blog:focus, .btn-blog:active, .btn-blog.active, .open .dropdown-toggle.btn-blog {
	color: white;
	background-color:#0b56a8;
	border-color: #0b56a8;
}
article h2 {
	color:#333333;
}
h2 {
	color:#0b56a8;
}
.margin10 {
	margin-bottom:10px;
	margin-right:10px;
}
.container .text-style {
	text-align: justify;
	line-height: 23px;
	margin: 0 13px 0 0;
	font-size: 19px;
}
.aws-services .tab-content {
	border:1px solid #e5e5e5;
	padding:25px;
	height: 410px;
	width:100%;
}
.aws-services .tab-content ul {
	padding:0;
	list-style:none;
}
.aws-services .tab-content ul li {
	margin-bottom:15px;
display: padding-left:30px;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#5e5e5e;
}
.aws-services .tab-content ul li img {
	margin:0 15px 0 0;
}
.aws-services .tab-content p {
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color:#5e5e5e;
	margin-bottom:25px;
}
.Expertise {
	padding:60px 0;
	width:100%;
	float:left;
}
.Expertise h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 37px;
	color:#4d4c4c;
	margin:0 0 30px 0;
}
.Expertise p {
	text-align: center;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color:#5e5e5e;
	margin:0 0 0 0;
}
.looking-sec2 {
	width: 100%;
	float: left;
	padding: 50px 0;
	background:#f2f2f2;
}
.looking-lft2 {
	float:left;
}
.looking-lft2 h2 {
	margin: 0;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color:#4d4c4c;
}
.looking-lft2 h2 img {
	margin-right:25px;
}
.looking-rht2 {
	float:right;
	position: relative;
}
.looking-rht2 .btn-info {
	margin:25px 0 0 0;
}
.Expertise .panel-title > a {
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size:15px;
	color:#4d4c4c;
	text-decoration:none;
}
.Expertise .panel-heading {
	padding:20px;
}
.Expertise .panel {
	border:none;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	margin:0 0 15px 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}
.panel .panel-heading img {
	box-shadow:none !important;
	float: right;
}
.panel img {
	box-shadow:none !important;
}
.panel p {
	text-align:left;
}
.panel-group {
	margin-top:75px;
}
.Expertise .col-sm-5 {
	padding:0;
	width: 46.667%;
}
.Expertise .col-sm-2 {
	width: 5%;
}
.panel-group {
	margin-top:75px;
}
.aws-sec {
	width:100%;
	background-color:#f2f2f2;
	padding:70px 0;
	float:left;
}
.aws-sec h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size:37px;
	color:#4d4c4c;
	margin:0 0 20px 0;
}
.aws-sec h2 {
	font-family: 'lato', sans-serif;
	font-weight: bold;
	font-size:24px;
	color:#4b4ecc;
	margin:0 0 15px 0;
}
.li-sec {
	width:100%;
	float:left;
	padding:0 0 50px;
}
.li-sec h2 {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 19px;
	color:#4d4c4c;
	margin:0 0 40px 0;
	text-transform:uppercase;
}
.li-sec ul {
	padding:0;
}
.li-sec ul li {
	padding:25px;
	list-style:inside;
	border-bottom:1px solid #d0d4df;
	border-right:1px solid #d0d4df;
	width:50%;
	float: left;
	font-family:'lato', sans-serif;
	font-weight:400;
	font-size:15px;
	color:#4d4c4c;
	height:150px;
}
 .li-sec ul li:nth-child(2) {
border-right:none;
}
 .li-sec ul li:nth-child(4) {
border-right:none;
border-bottom:none;
}
 .li-sec ul li:nth-child(3) {
border-bottom:none;
}
.Tech-Img img {
	width:100%;
	height:auto;
}
.expand-inner .childMenu li a .holder {
	line-height: 24px !important;
	font-size: 16px !important;
}
/**************php***************/

.php-text h2 {
	line-height: 72px;
	font-size: 58px;
	margin-top: -15px;
}
.php-text h2 span {
	color:#16d6e6;
}
/*************************** customer ******************************/





.Customer {
	width: 100%;
	float: left;
	position: relative;
}
.Customer .customer_rightsec h2 {
	margin-top: 0px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	color: #fff;
	font-size: 34px;
	line-height: 42px;
	font-family: 'Montserrat', sans-serif;
}
.Customer .customer_sec {
	width: 55%;
	float: left;
	position: absolute;
	padding: 80px 0;
	padding-left: 14%;
	padding-right: 50px;
}
.Customer .customer_sec p {
	font-family:'lato', sans-serif;
	font-size:20px;
	color:#8e8e8e;
}
.select-fromdiv .about-service-box {
	height: 315px;
}
.customer_rightsec ul {
	padding:0 0 0 15px;
}
.customer_rightsec ul li {
	margin: 10px 0;
	list-style-type: disc;
	font-size: 18px;
	font-family: 'lato', sans-serif;
}
.customer_sec h2 {
	color: #4d4c4c;
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
}
.Customer .customer_sec1 {
	width: 50%;
	float: left;
}
.Customer .customer_rightsec {
	width: 44%;
	float: right;
	color: #fff;
	padding: 80px 0px 40px 98px;
	background: #0192e1;
	background: -moz-linear-gradient(left, #0192e1 1%, #0192e1 23%, #06ebff 100%);
	background: -webkit-linear-gradient(left, #0192e1 1%, #0192e1 23%, #06ebff 100%);
	background: linear-gradient(to right, #0192e1 1%, #0192e1 23%, #06ebff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0192e1', endColorstr='#06ebff', GradientType=1 );
	padding-right: 14%;
}
.customer_rightsec h3 {
	font-size: 22px;
	margin-top: 0px;
	margin-bottom: 40px;
	line-height: 28px;
	font-weight: 400;
	font-family: 'lato', sans-serif;
}
.customer_rightsec p {
	margin-bottom: 0px;
}
.Solutions2 h2 {
	font-size: 41px;
	font-family: 'Montserrat', sans-serif;
	color: #4d4c4c;
	font-weight: 800;
	text-align: center;
	margin-bottom: 40px;
}
/*************************** customer ******************************/



.dev {
	width: 100%;
	float: left;
	padding: 80px 0 120px 0;
	background: url(../images/php-back1.jpg) no-repeat;
}
.dev h2 {
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	margin-bottom: 120px;
	font-weight: 500;
	line-height: 50px;
}
.dev-sec {
	width:100%;
	float:left;
	text-align: center;
}
.dev-sec span {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	height: 65px;
}
.dev-sec p {
	color: #fff;
	font-size: 16px;
	font-family:'lato', sans-serif;
	font-weight: 600;
}
.stackdiv {
	width: 100%;
	float: left;
	padding: 80px 0px;
}
.stackdiv h2 {
	margin-bottom: 70px;
	color: #4d4c4c;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: 500;
	font-size: 28px;
}
.stackdiv h3 {
}
.stackdiv-sec {
	width: 100%;
	float: left;
	box-shadow: 0 0px 10px #dfdfdf;
	padding: 50px 40px;
	height: 360px;
}
.stackdiv-sec span {
	width:100%;
	float:left;
}
.stackdiv-sec h3 {
	margin: 20px 0;
	color: #0192e1;
	font-size: 18px;
	display: inline-block;
	background: url(../images/border.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
.stackdiv-sec ul li {
	font-family: 'lato', sans-serif;
	margin: 10px 0;
	color: #000;
}
.service-offerdiv {
	width: 100%;
	float: left;
	padding: 100px 0;
}
.service-offerdiv-sec {
	width: 33.33%;
	float: left;
	border: 1px solid #e1e1e1 !important;
	padding: 135px 50px;
	height: 360px;
	margin-top: -1px !important;
	margin-left: -1px;
	transition: all ease-in-out 0.5s;
}
.service-offerdiv .service-offerdiv-sec:hover {
	background:#7979e1;
	transition:all ease-in-out 0.5s;
}
.service-offerdiv .service-offerdiv-sec:hover h3 {
	color:#fff;
	transition: all ease-in-out 0.5s;
}
.service-offerdiv .service-offerdiv-sec:hover img {
	filter: grayscale(100%) brightness(900%) contrast(0.9);
}
.service-offerdiv-sec h3 {
	font-size: 18px;
	color: #4d4c4c;
	transition: all ease-in-out 0.5s;
}
.service-offerdiv-sec {
}
.service-offerdiv-sec span {
	width:100%;
	float:left;
	margin-bottom:30px;
}
 .justdiv .service-offerdiv-sec:nth-child(4) span {
 margin-bottom: 65px;
}
 .service-offerdiv-sec:nth-child(4) {
 padding: 90px 50px;
}
 .justdiv .service-offerdiv-sec:nth-child(5) span {
 margin-bottom: 65px;
}
 .service-offerdiv-sec:nth-child(5) {
 padding: 90px 50px;
}
 .justdiv .service-offerdiv-sec:nth-child(6) span {
 margin-bottom: 65px;
}
 .service-offerdiv-sec:nth-child(6) {
 padding: 90px 50px;
}
.service-offerdiv a {
	text-decoration:none !important;
}
.service-offerdiv-text {
	width: 50%;
	text-align: center;
	margin: 0px auto 0 auto;
	z-index: 999;
	position: relative;
}
.service-offerdiv-text h2 {
	background: #0192e1;
	color: #fff;
	padding: 15px;
	font-weight: 600;
	font-size: 34px;
}
.justdiv {
	margin-top:-45px;
}
.braindiv {
	width:100%;
	float:left;
	background:#f7f7f7;
	padding-bottom:50px;
}
.braindiv-lft {
	width: 39%;
	float: left;
	position: relative;
	overflow: hidden;
}
.hidden-brain {
	position: absolute;
	background: #0192e1;
	padding: 30px 50px 60px 90px;
	top: 0;
	left: 0;
	width: 63%;
	color: #fff;
}
.hidden-brain h2 {
	color: #fff;
	font-size: 54px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}
.hidden-brain h2 small {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	margin-bottom: 15px;
	font-family: 'lato', sans-serif;
}
.hidden-brain p {
	font-size:22px;
	font-family: 'lato', sans-serif;
}
.braindiv-rht {
	width: 47%;
	float: left;
	padding-left: 30px;
	margin-left: 20px;
	padding: 60px 40px;
}
.braindiv-rht-sec {
	width: 100%;
	float: left;
	padding: 30px 50px 30px 40px;
	height: 310px;
}
.braindiv-rht-sec h3 {
	margin-bottom: 20px;
	color: #0192e1;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.braindiv-rht-sec p {
	font-size: 20px;
	font-family: 'lato', sans-serif;
	padding-right: 80px;
	color: #232323;
	font-weight:300;
	line-height: 28px;
}
 .braindiv-rht .col-sm-6:nth-child(1) .braindiv-rht-sec {
padding-left:0;
padding-top:0;
}
 .braindiv-rht .col-sm-6:nth-child(2) .braindiv-rht-sec {
 padding-left: 55px;
 padding-top: 0;
 padding-right: 0;
}
 .braindiv-rht .col-sm-6:nth-child(4) .braindiv-rht-sec {
 padding-left: 55px;
 padding-right: 0;
}
 .braindiv-rht .col-sm-6:nth-child(3) .braindiv-rht-sec {
padding-left:0;
}
.braindiv-rht .col-sm-6 {
	border-left:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:0;
}
 .braindiv-rht .col-sm-6:nth-child(1) {
border-left:none;
}
 .braindiv-rht .col-sm-6:nth-child(2) {
}
 .braindiv-rht .col-sm-6:nth-child(3) {
border-left:none;
border-bottom:none;
}
 .braindiv-rht .col-sm-6:nth-child(4) {
border-bottom:none;
}
/**************php***************/





.kubernetes {
	width: 100%;
	float: left;
	padding: 145px 0 0 0;
	height: 480px;
}
.kubernetes p span {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 27px;
}
.kubernetes h2 {
	color: #0083ca;
	font-size: 64px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 800;
	line-height: 70px;
}
.service-agility {
	padding:100px 0;
	width: 100%;
	float: left;
}
.service-agility h2 {
	font-size: 26px;
	margin-bottom: 30px;
	color: #4d4c4c;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.service-agility h2 span {
	color: #0091e0;
	font-size: 17px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-family: 'lato', sans-serif;
	font-weight: 500;
}
.service-agility-lft {
	width: 100%;
	float: left;
}
.service-agility-lft p {
	color:#989898;
	font-size:17px;
	font-family: 'lato', sans-serif;
}
.service-agility-rht {
	width: 100%;
	float: left;
	padding-top: 42px;
}
.service-agility-lft ul {
	padding: 30px 0 0 20px;
	width: 100%;
	float: left;
}
.service-agility-lft ul li {
	width: 50%;
	float: left;
	margin: 10px 0;
	font-size: 17px;
	font-family: 'lato', sans-serif;
	color: #000;
	list-style: url(../images/plus-icon.png);
	padding-left: 10px;
	height: 45px;
	padding-right: 50px;
	line-height: normal;
}
.typical {
	width:100%;
	float:left;
	background:#0091e0;
	padding:80px 0;
	color:#fff;
}
.typical-sec {
	width:100%;
	float:left;
	margin:15px 0;
	text-align:center;
}
.typical-sec p {
	color:#d2efff;
	font-family: 'lato', sans-serif;
	font-size:17px;
}
.typical-sec span {
	height:80px;
	display:inline-block;
}
.typical h2 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	padding: 0 0px;
	font-weight: 500;
	line-height: 34px;
	margin-bottom: 90px;
}
.typical h3 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	padding: 22px 0;
	font-weight: 500;
}
.planet-cale {
	width:100%;
	float:left;
	padding:120px 0;
}
.planet-cale .planet-cale-sec:last-child {
	margin-bottom: 0px;
}
.planet-cale-sec {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.planet-cale-sec p {
	color:#919191;
	font-size: 17px;
	font-family: 'lato', sans-serif;
}
.planet-cale-sec h2 {
	color: #4d4c4c;
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	font-weight: 600;
}
.planet-cale-lft {
	width:11%;
	float:left;
}
.planet-cale-rht {
	width:88%;
	float:left;
}
.planet-cale-lft2 {
	width:88%;
	float:left;
}
.planet-cale-rht2 {
	width:11%;
	float:left;
}
.ConsultingDiv {
	width: 100%;
	float: left;
	background:#f7f7f7;
	padding:60px 0;
	text-align:center
}
.ConsultingDiv p {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: #909090;
	font-weight: 500;
	margin-bottom: 20px;
}
.ConsultingDiv h2 {
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	color: #4d4c4c;
	font-weight: 700;
	margin-bottom: 15px;
}
.ConsultingDiv-part {
	width:100%;
	float:left;
	text-align:left;
	margin: 40px 0;
}
.ConsultingDiv-part p {
	margin-bottom:0;
}
.ConsultingDiv-part span {
	width: 100%;
	float: left;
	position: relative;
	height: 115px;
	margin-bottom: 25px;
}
.ConsultingDiv-part span small {
	position: absolute;
	bottom: 0;
}
.ConsultingDiv-part h3 {
	color: #4d4c4c;
	margin: 20px 0 40px 0;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: normal;
}
.ConsultingDiv-part p {
	font-size: 17px;
	font-family: 'lato', sans-serif;
	color:#919191;
}
.panel li {
	width: 24%;
	float: left;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	height: 80px;
}
.panel ul {
	width:100%;
	float:left;
	padding-bottom:15px;
}
.panel li img {
	width:100%;
	float:left;
}
.panel li img {
	width: 41px;
	display: block;
	clear: both;
	float: none;
	margin: auto;
	margin-bottom: 8px;
}
#panelBody3 li {
	height:95px;
}
/****************************new page add*****************************/

/************************java************************/
.java-newdiv {
	width:100%;
	float:left;
	padding: 105px 0 0 0;
}
.java-newdiv h2 {
	color: #fff !important;
	font-size: 38px;
	font-weight: 500;
	line-height: normal;
}
.pytjon-banner {
	padding: 100px 0 0 0 !important;
}
.fava-application {
	width:100%;
	float:left;
	text-align:center;
	padding: 40px 0 80px 0;
}
.fava-application h2 {
	color: #4d4c4c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	line-height: normal;
}
.fava-application p {
	color: #989898;
	text-align:center;
	margin: 0 8%;
}
.fava-application-box {
	width: 100%;
	float: left;
	margin: 60px 0 35px 0;
	text-align: center;
	padding: 50px 30px;
	box-shadow: 0px 3px 22px #ececec;
}
.fava-application-box-in {
	width: 25%;
	float: left;
	padding: 50px 0;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	height: 235px;
	transition: all ease-in-out 0.3s;
}
.fava-application-box-in2 {
	background-color:transparent !important;
}
.fava-application-box-in:hover span img {
}
.fava-application-box-in:hover {
	background:#3d39a0;
}
.fava-application-box-in:hover h3 {
	color:#fff;
}
.fava-application-box-in h3 {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: normal;
}
.fava-application-box-in span {
	width:100%;
	float:left;
	margin-bottom:20px;
}
 .fava-application-box .fava-application-box-in:nth-child(1) {
border-left:none;
}
 .fava-application-box .fava-application-box-in:nth-child(5) {
border-left:none;
border-bottom:none;
}
.fava-application-box .fava-application-box-in:nth-child(6) {
border-bottom:none;
}
.fava-application-box .fava-application-box-in:nth-child(7) {
border-bottom:none;
}
.fava-application-box .fava-application-box-in:nth-child(8) {
border-bottom:none;
}
.fava-application .btn-info {
	text-transform: uppercase;
}
.java-Our-Competencies {
	width: 100%;
	float: left;
	background: #ebf1fb;
	padding: 60px 0;
	text-align: center;
	color: #919191;
	font-family: 'lato', sans-serif;
	height: 740px;
}
.java-Our-Competencies h2 {
	text-align: center;
	margin-bottom: 30px;
	color: #4d4c4c;
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
.Our-Competencies-box {
	width: auto;
	float: none;
	background: #fff;
	padding: 40px 60px;
	margin: 45px auto;
	display: inline-block;
	max-width: 880px;
}
.Our-Competencies-box h3 {
	color: #0083ca;
	font-size: 37px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 40px;
}
 .Our-Competencies-box .Our-Competencies-box-in:nth-child(2) {
padding-left:0;
}
.Our-Competencies-box .Our-Competencies-box-in:nth-child(3) {
border-right:none;
}
 .Our-Competencies-box .Our-Competencies-box-in:nth-child(4) {
padding-left:0;
border-bottom:none;
}
 .Our-Competencies-box .Our-Competencies-box-in:nth-child(5) {
border:none;
}
.Our-Competencies-box-in {
	width: 50%;
	float: left;
	text-align: left;
	height: 160px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding: 22px 20px;
}
.Our-Competencies-box-in:hover .competencies-box-border {
	background: #0083ca;
}
.Our-Competencies-box-in p {
	text-align:left !important;
	color: #8e8d8d !important;
}
.Our-Competencies-box p {
	text-align:center;
}
.competencies-box-border {
	width: 80px;
	height: 3px;
	background: #d8dfeb;
	margin-bottom: 15px;
}
.java-success {
	width:100%;
	float:left;
	text-align:center;
	padding:40px 0;
	background:#0083ca;
	color:#fff;
}
.java-success h3 {
	color: #ffff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.java-success p {
	color:#6fccff;
}
.tab-sec .nav-tabs > li.active > a {
	color:#16d6e6 !important;
	cursor: default;
	border: none !important;
	border-bottom-color: transparent;
	border-bottom: 3px solid #0083ca !important;
	background-color: transparent !important;
	height: 110px;
}
.tab-sec .nav-tabs > li a:hover {
	cursor: pointer;
	border: none;
	border-bottom-color: transparent;
	background-color: transparent !important;
}
.tab-sec .nav-tabs > li {
	margin: 0 6px;
}
.tab-sec .nav-tabs > li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	padding: 13px 0px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	height: 97px;
}
.tab-sec .table > thead > tr > th {
	border-bottom: none;
}
.tab-sec {
	width: 100%;
	float: left;
	padding: 50px 0;
	color: #fff;
}
.tab-sec .nav-tabs {
	border-bottom: none;
	display: inline-block;
}
.border-one {
	border-bottom: 1px solid #4f4f4f;
	width: 100%;
	height: 109px;
	margin: 0 auto;
	float: none;
	max-width: 631px;
}
.tab-sec .nav-tabs > li strong {
	font-weight:600;
}
.result {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 50px;
}
.java-tabdiv {
	width: 100%;
	float: left;
	background: #303030;
}
.java-tabdiv .tab-pane {
	width: 100%;
	height: auto !important;
	border: none !important;
	padding: 0 !important;
}
.java-result {
	width: 12.33%;
	float: none;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.java-result span {
	width: 100%;
	float: left;
	margin-top: 10px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.tab-sec .nav-tabs > li span {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 8px;
}
.tab-sec .nav-tabs li span img {
	webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.tab-sec .nav-tabs > li.active > a span img {
	webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
/************************java************************/	


/************************pytjon page************************/	
.pytjon-banner {
	width:100%;
	float:left;
	height: 487px;
}
.pytjon-banner-lft h2 {
	font-size: 38px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 20px;
	width:100%;
	float:left;
}
.pytjon-banner-lft p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 40px;
	font-weight: 500;
}
.pytjon-banner-rht {
	background: #fff;
	padding: 40px 30px;
	border-radius: 20px 20px 0 0;
	height: 468px;
	width:100%;
	float:left;
}
.pytjon-banner-rht textarea {
	height:auto !important;
}
.pytjon-banner-rht h3 {
	margin-bottom: 30px;
	color: #242526;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight: 500;
}
.pytjon-banner-lft {
	width:100%;
	float:left;
	padding:60px 0;
}
.pytjon-banner-rht .form-control {
	height: 45px;
	padding: 6px 20px;
	border-radius: 0;
	border: 2px solid #d7d7d7;
	box-shadow: none;
}
.pytjon-you {
	width:100%;
	float:left;
	padding:60px 0;
}
.pytjon-you h2 {
	text-align: center;
	margin-bottom: 40px;
	color: #4d4c4c;
	font-size: 34px;
	font-weight: 500;
}
.pytjon-you-rht {
	width:100%;
	float:left;
}
.pytjon-you-rht ul {
	padding-left:40px;
}
.pytjon-you-rht ul li {
	padding: 10px 35px;
	color: #919191;
	font-family: 'lato', sans-serif !important;
	background: url(../images/pytjon-tick.png) no-repeat left;
	font-size:17px;
	background-position: 0px 15px;
}
.pytjon-tab2 .col-sm-12 {
}
.pytjon-tab2 .col-sm-12 .pytjon-tab2-sec {
	border:1px solid #e5e5e5;
}
.pytjon-tab2 .nav-tabs > li > a {
	padding: 20px 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height:normal;
	background: url(../images/pytjon-tick-new.png) no-repeat left #727ee1 !important;
	padding: 20px 38px 20px 114px !important;
	font-weight: 500;
	padding: 20px 10px 20px 60px !important;
	font-weight: 500;
	background-position: 20px !important;
}
.pytjon-tab2 .nav-tabs > li.active a {
	font-size: 16px;
	line-height:normal !important;
	background: url(../images/pytjon-tick-new.png) no-repeat left #26bee1 !important;
	background-position: 20px !important;
}
.pytjon-tab2-sec ul li {
}
.pytjon-tab2-sec .padding-left30 {
	padding: 0 0 0 0px !important;
}
.type-excel {
	width:100%;
	float:left;
	background:#ebf1fb;
	padding:80px 0;
}
.type-excel-sec {
	width:100%;
	float:left;
	margin-bottom:40px;
}
.type-excel-sec h3 {
	margin-bottom:15px;
	font-family: 'Montserrat', sans-serif;
	font-size:24px;
	color:#4d4c4c;
	font-weight:600;
}
.type-excel-sec ul {
	padding:0 0 0 20px;
	color:#888a8c;
}
.type-excel-sec ul li {
	list-style-type: disc;
	margin: 10px 0;
	font-size: 17px;
	font-family: 'lato', sans-serif;
	font-weight: 300;
	color: #646464;
}
.type-excel .type-excel-sec:last-child {
	margin-bottom:0;
}
.pytjon-col .about-service-box {
	height: 350px !important;
	margin: 8px 0;
	padding: 25px 15px;
}
.pytjon-technologies {
	width:100%;
	float:left;
	text-align:center;
	padding:60px 0 0 0;
	background:#ebf1fb;
}
.pytjon-technologies h3 {
	font-size: 17px;
	margin-bottom: 10px;
	color:#0082c8;
	text-transform:uppercase;
}
.pytjon-technologies h2 {
	color: #4d4c4c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 60px;
	padding: 0 100px;
}
.pytjon-technologies-col {
	display:block;
}
.pytjon-technologies-col {
	background: #fff;
	padding: 15px;
	width: 100%;
	float: left;
}
.pytjon-technologies-col ul li {
	width: 25%;
	float: left;
	border: none;
	height: 71px;
	padding: 12px;
}
/************************pytjon page************************/	



/************************serverless_consulting page************************/

.serverless_consulting {
	width:100%;
	float:left;
}
.serverless_consulting h2 {
	font-size: 58px;
	margin-bottom: 15px;
	text-align: center;
}
.serverless_consulting p {
	font-size: 22px;
	text-align: center;
}
.from-provide {
	width: 100%;
	float: left;
	padding: 60px 0 80px 0;
	text-align: center;
	position: relative;
}
.from-provide-box {
	width: 28.33%;
	float: left;
	text-align: center;
	background: #fff;
	padding: 0;
	box-shadow: 0 0px 36px #d2d2d2;
	margin: 0 123px;
	border-radius: 10px;
	height: 480px;
	display: inline-block;
}
.from-provide-box h3 {
	background: #29a6dd;
	padding: 32px 0;
	margin-bottom: 25px;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	background: rgba(78, 73, 203, 1);
	background: -moz-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78, 73, 203, 1)), color-stop(100%, rgba(18, 225, 232, 1)));
	background: -webkit-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -o-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -ms-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: linear-gradient(to right, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e49cb', endColorstr='#12e1e8', GradientType=1 );
}
.from-provide-box span {
	display: inline-block;
	margin-bottom: 60px;
}
.Serverless-Landscape {
	width:100%;
	float:left;
	padding:60px 0;
	text-align:center;
}
.Serverless-Landscape2 {
	padding:0 30px;
}
.Landscape-part {
	width: 100%;
	float: left;
	background: #e4e4e4;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
	height: 130px;
	border-radius: 10px;
}
.Serverless-Landscape .Landscape-leftdiv {
	background: #397ed5;
	width: 10%;
	float: left;
}
.Serverless-Landscape .Landscape-rightdiv {
	width: 95%;
	background: #f0f0f0;
	padding: 10px 30px;
	float: right;
	text-align: left;
	padding: 15px 30px;
}
.Landscape-rightdiv span {
	margin:0 15px;
}
.Landscape-leftdiv span {
	height: 70px;
	color: #fff;
	transform: rotate(-90deg);
	border-radius: 0;
	position: absolute;
	left: -52px;
	top: 28px;
	width: 14%;
	padding: 34px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	background: rgba(78, 73, 203, 1);
	background: -moz-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(78, 73, 203, 1)), color-stop(100%, rgba(18, 225, 232, 1)));
	background: -webkit-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -o-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: -ms-linear-gradient(left, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
	background: linear-gradient(to right, rgba(78, 73, 203, 1) 0%, rgba(18, 225, 232, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e49cb', endColorstr='#12e1e8', GradientType=1 );
}
.choose-provide {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #f1f5fb;
}
.choose-provide-sec {
	width: 100%;
	float: left;
	margin: 50px 0 60px 0;
	text-align: center;
}
.choose-provide-sec ul {
	padding:0;
	display:inline-block;
}
.choose-provide-sec ul li {
	width:auto;
	float:left;
	margin:0 50px;
}
.choose-provide h2 {
	color:#4d4c4c;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	text-align:center;
	font-size:34px;
	margin-bottom:40px;
}
.choose-provide p {
	text-align: center;
	color: #919191;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}
.Landscape-rightdiv-bottom {
	display: inline-block;
	margin: 11px;
	width: 90%;
	float: right;
	text-align: center;
	margin-top: 15px;
}
.Serverless-Landscape p {
	color: #919191;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'lato', sans-serif;
	font-size: 17px;
	line-height: 28px;
}
.Serverless-Landscape h2 {
	text-align: left;
	color: #4d4c4c;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 30px;
}
.arrow-threediv {
	position: absolute;
	left: 40%;
	top: 26%;
	z-index: -1;
}
.Landscape-rightdiv ul li {
	width: auto;
	float: left;
	margin: 0px 15px;
	text-align: center;
}
.Landscape-part2 .Landscape-rightdiv {
	height: 85px !important;
}
.Landscape-rightdiv ul li h3 {
	font-size: 17px;
	font-family: 'lato', sans-serif;
	margin-top: 33px;
}
.Landscape-rightdiv ul li span {
	margin: 0 15px;
	height: 50px;
	display: inline-block;
}
.Landscape-part2 .Landscape-leftdiv span {
	padding:25px 0;
}
.Landscape-part3 .Landscape-leftdiv span {
	padding: 34px 0;
}
.Landscape-part3 .Landscape-rightdiv {
	height: 85px !important;
}
.Cost-Effectivediv {
	width:100%;
	float:left;
	padding:60px 0;
	background:#ececec;
}
.Cost-Effectivediv-box {
	width: 100%;
	float: left;
	text-align: center;
}
.Cost-Effectivediv-part {
	width: 17%;
	float: none;
	margin-right: -15px;
	text-align: center;
	display: inline-block;
}
.Cost-Effectivediv-part span {
}
.Cost-Effectivediv-part h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #4d4c4c;
	font-weight: 600;
	margin-top: 35px;
}
.instance-in {
	width:100%;
	float:left;
	padding:20px 0 80px 0;
	color:#919191;
	font-family: 'lato', sans-serif;
	font-size:17px;
}
.instance-in h3 {
	font-family: 'lato', sans-serif;
	font-size: 17px;
	margin-bottom: 40px;
	margin-top: 30px;
	color: #474747;
}
.instance-in-sec {
	width: 100%;
	float: left;
	padding: 0 60px;
}
.instance-in ul li {
	background: url(../images/server-less-tick.png) no-repeat left;
	padding: 0 30px;
	margin: 10px 0;
	background-position: 0 5px;
	margin: 25px 0;
}
.instance-in ul li strong {
	color:#474747;
}
.instance-in-sec p {
	margin-top:40px;
}
 .Cost-Effectivediv-box .Cost-Effectivediv-part:nth-child(1) {
z-index:999;
position:relative;
}
 .Cost-Effectivediv-box .Cost-Effectivediv-part:nth-child(3) {
z-index:999;
position:relative;
}
/************************serverless_consulting page************************/



	
	
/*=================================

New Pages Style 11-07-2019	

====================================*/
	
.Docker-Journey {
	width: 100%;
	float: left;
	padding: 60px 0;
	text-align: center;
}
.Modernizing {
	background: #4857cd;
	color: #fff;
	padding: 20px 15px;
	max-width:800px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size:20px;
}
.DockerBr {
	padding-top: 150px !important;
}
.DockerBr h2 {
	font-size: 48px!important;
}
.DockerBr p {
	margin:0 0 25px 0 !important;
}
.DockerDiv {
	width: 100%;
	float: left;
	padding: 50px 0 80px 0;
}
.DockerDiv .DockerHr {
	width:100%;
	text-align:center;
	padding-bottom:40px;
}
.DockerDiv .DockerHr h2 {
	margin:0 0 15px 0;
	color:#4d4c4c;
	font-size:34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: normal;
}
.DockerDiv .DockerHr p {
	margin:0 0 0 0;
	color:#919191;
	font-size:17px;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	line-height:27px;
}
.DockerDiv .DockerHr h3 {
	margin:70px 0 20px 0;
	color:#0083ca;
	font-size:34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: normal;
}
.DockerBox {
	width:100%;
	height:110px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 20px rgba(32, 39, 148, 0.10);
	margin-bottom:30px;
}
.DockerBox a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #0083ca;
	text-decoration: none;
	background: url(../images/arrow_img.png) no-repeat 87% center;
	padding: 0 32px 0 0;
	height: 110px;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.DockerDiv2 {
	width:100%;
	float:left;
	padding:80px 0 50px;
	background-color:#ebf1fb;
}
.DockerDiv2 .DockerHr {
	width:100%;
	text-align:center;
	padding-bottom:60px;
}
.DockerDiv2 .DockerHr p {
	margin:0 0 0 0;
	color:#919191;
	font-size:17px;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	line-height:27px;
}
.DockerDiv2 .DockerHr h4 {
	margin:0 0 20px 0;
	color:#0083ca;
	font-size:34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: normal;
}
.DockerDiv2 .DockerHr h5 {
	margin:70px 0 0 0;
	color:#3b3b3b;
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: normal;
	border-bottom:1px solid #cddbf1;
	padding-bottom:30px;
}
.DockerDiv2 .DockerHr h6 {
	margin:0 0 0 0;
	color:#3b3b3b;
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: normal;
	border-bottom:1px solid #cddbf1;
	padding-bottom:30px;
}
.DockerDiv2 {
	padding: 80px 0 0px 0;
}
.DockerBox2 {
	width:100%;
	float:left;
	min-height:150px;
	margin-bottom:30px;
}
.DockerBox2 h3 {
	margin:0 0 20px 0;
	font-size:22px;
	line-height:27px;
	font-family: 'lato', sans-serif;
	color:#3b3b3b;
	font-weight:700;
	background: url(../images/blue_tick.png) no-repeat top left;
	padding:0 0 0 35px;
}
.DockerBox2 p {
	font-size:16px;
	line-height:25px;
	font-family: 'lato', sans-serif;
	color:#646464;
	font-weight:400;
	margin:0 0 0 0;
}
.DockerBox10 {
	width:100%;
	float:left;
}
.DockerBox10 a {
	color:#919191;
}
.hm-contantdiv {
	width: 100%;
	float: left;
	text-align: center;
}
.hm-contantdiv ul {
	padding:0;
	display:inline-block;
}
.hm-contantdiv ul li {
	width: auto;
	margin: 5px 10px;
	color: #919191;
	background: url(../images/small-tick.png) no-repeat left;
	background-position: 10px;
	padding: 0 0px 0 38px;
	text-align: center;
	display: inline-block;
}
.hm-contantdiv ul li a {
	color:#959595;
	font-family:'lato', sans-serif !important;
}
.BG-W {
	background-color:#fff !important;
}
.KeyFeatures {
	width: 100%;
	float: left;
	padding: 50px 0 40px 0;
	background-color: #ebf1fb;
}
.KeyFeatures .KeyHr {
	width:100%;
	text-align:center;
	padding-bottom:60px;
}
.KeyFeatures .KeyHr h2 {
	margin:0px 0 0 0;
	color:#0083ca;
	font-size:34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: normal;
}
.KeyBox {
	width: 100%;
	height: 165px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(32, 39, 148, 0.10);
	margin-bottom: 30px;
	padding:30px;
}
.KeyBox h3 {
	margin:0px 0 10px 0;
	color:#0083ca;
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: normal;
}
.KeyBox p {
	margin:0px 0 0 0;
	color:#646464;
	font-size:16px;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	line-height:25px;
}
.infraDiv {
	width:100%;
	float:left;
	padding:100px 0;
}
.infraBox {
	text-align:center;
}
.infraBox h2 {
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#4d4c4c;
	margin:20px 0;
	line-height:22px;
	min-height: 44px;
}
.infraBox p {
	margin:0px 0 0 0;
	color:#5e5e5e;
	font-size:16px;
	font-family: 'lato', sans-serif;
	font-weight: 400;
	line-height:22px;
}
.infraDiv2 {
	width:100%;
	float:left;
	padding:80px 0 50px;
	background-color:#f2f6f7;
}
.infraDiv2 .planet-cale-sec {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}
.infraDiv2 .planet-cale-lft {
	width: 9%;
	float: left;
}
.infraDiv2 .planet-cale-rht {
	width: 91%;
	float: left;
}
.infraDiv2 .planet-cale-sec h2 {
	color: #2370ce;
	font-size: 28px;
	font-family: 'lato', sans-serif;
	margin-bottom: 17px;
	font-weight:400;
}
.infraDiv2 .planet-cale-sec p {
	color: #5e5e5e;
	font-size: 18px;
	font-family: 'lato', sans-serif;
	line-height:28px;
}
.infraDiv2 .planet-cale-rht2 {
	width:9%;
	float: left;
	text-align: right;
}
.infraDiv2 .planet-cale-lft2 {
	width: 91%;
	float: left;
}
.infraDiv2 .planet-cale-lft2 h2 {
	text-align:right;
}
.infraDiv2 .planet-cale-lft2 p {
	text-align:right;
}
.infraDiv4 {
	width:100%;
	float:left;
	padding:50px 0;
	background-color:#f2f6f7;
}
.infraList {
}
.infraList ul {
	list-style:none;
	padding:0;
}
.infraList ul li {
	width:100%;
	float:left;
	border-bottom:1px solid #c2d4d9;
	padding:0 0 40px;
	margin-bottom:40px;
}
.infraList ul li:last-child {
	border:none;
}
.infraList ul li .infraListBox {
	width:100%;
	float:left;
}
.infraList ul li .infraListBox .infraListBoxLeft {
	width:30%;
	float:left;
}
.infraList ul li .infraListBox .infraListBoxLeft h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size:26px;
	color:#2370ce;
	margin-bottom:30px;
	line-height: 30px;
}
.infraList ul li .infraListBox .infraListBoxLeft h2:last-child {
	margin-bottom:0px;
}
.infraList ul li .infraListBox .infraListBoxRight {
	width:70%;
	float:left;
	padding-left: 30px;
}
.infraList ul li .infraListBox .infraListBoxRight p {
	color: #5e5e5e;
	font-size: 16px;
	font-family: 'lato', sans-serif;
	line-height:25px;
	font-weight:400;
}
.infraTab {
	width:100%;
	float:left;
	padding:50px 0;
	background-color:#fff;
}
.tab-pane {
	width:100%;
	height:253px; /*border:2px solid #e5e5e5;*/
	padding:35px;
}
.tab-pane h2 {
	font-family: 'lato', sans-serif;
	font-size:24px;
	color: #2370ce;
	font-weight:700;
	margin:0 0 24px 0;
}
.tab-pane p {
	font-family: 'lato', sans-serif;
	font-size:16px;
	line-height:24px;
	color: #5e5e5e;
	font-weight:400;
	margin:0 0 0 0;
}
.infraTab .nav-tabs {
	border-bottom:none;
}
.infraTab .nav-tabs li {
	width:100%;
	float:left;
}
.infraTab .nav-tabs li img {
	margin-right:15px;
}
.infraTab .nav-tabs > li > a {
	border-radius: 0;
	border:none;
	background:#727ee1;
	font-family: 'Montserrat', sans-serif;
	font-size:15px;
	color:#ffffff;
	padding: 20px 20px;
}
.infraTab .nav-tabs > li.active > a {
	border-radius: 0;
	border:none;
	background:#26bee1;
	line-height: 34px;
}
.tab-pane .btn-info {
	float: right;
	margin: 44px 0 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
}
.padding-right30 {
	padding:0 30px 0 0 !important;
}
.padding-left30 {
	padding:0 0 0 30px !important;
}
.mt-50 {
	margin-top:50px;
}
.mobileTab {
	top: 0;
}
.mobileTab2 {
	top:0;
}
.mt-50 hr {
	margin-bottom:50px;
	margin-top:0;
	border-color:#e5e5e5;
}
/*********************devops page*********************/
.devopsdiv {
	padding: 140px 0 0 0;
}
.devopsdiv .mobileTxt p {
	margin-bottom: 60px !important;
	margin-top: 20px;
	font-weight: 500;
	line-height: normal;
}
.devopsdiv ul {
	display: inline-block;
	padding: 20px 10px;
	border: 1px solid #fff;
 border-style: border-style: dashed;
	border-style: dashed;
	border-radius: 5px;
}
.devopsdiv ul li {
	width: auto;
	float: left;
	color: #fff;
	margin: 0 10px;
	border-right: 2px solid #ccc;
	padding: 0 15px 0 0;
	line-height: 19px;
	font-size: 18px;
	font-weight: 400;
	font-family: 'lato', sans-serif;
}
.devopsdiv ul li:last-child {
	border-right:none;
	margin: 0;
}
.devops-part {
	width:100%;
	float:left;
	padding:60px 0;
	text-align:center;
}
.devops-part h2 {
	font-size: 24px;
	margin-bottom: 80px;
	color: #525252;
	line-height: 36px;
}
.devops-sec {
	width:100%;
	float:left;
	text-align:center;
}
.service-devops {
	width: 100%;
	float: left;
	border-top: 1px solid #e7e7e7;
	padding: 60px 0;
}
.service-devops-part {
	width:100%;
	float:left;
}
.service-devops-part h2 {
	color: #4d4c4c;
	font-size: 38px;
	font-weight: 600;
	margin: 20px 0 30px 0;
	font-family: 'lato', sans-serif;
	line-height: 50px;
}
.service-devops-part span {
	font-size:20px;
	color:#909090;
	font-family: 'lato', sans-serif;
}
.service-devops-part p {
	color:#919191;
	font-size:17px;
	font-family: 'lato', sans-serif;
}
.service-devops-part ul {
	padding: 0;
	margin-top: 40px;
	width: 100%;
	float: left;
}
.service-devops-part ul li {
	background: url(../images/tick-icon.png) no-repeat left top;
	padding: 0 0px 0px 30px;
	width: auto;
	float: left;
	margin-right: 0;
	color: #919191;
	width: 50%;
	height: 45px;
	font-family: 'lato', sans-serif;
	font-size:17px;
}
.service-devops-part-two {
	width:100%;
	float:left;
	margin-top:40px;
	text-align:right;
}
.devops-tools-lft {
	width:30%;
	float:left;
}
.devops-tools-rht {
	width: 70%;
	float: right;
	padding-left: 90px;
}
.devops-tools-rht .devops-tools-rht-part {
	width:100%;
	float:left;
	margin-bottom:40px;
}
.devops-tools-rht .divspan {
	margin-bottom:20px;
}
.devops-tools-rht .devops-tools-rht-part h3 {
	margin: 20px 0;
	font-size: 24px;
	font-weight:600;
	font-family: 'lato', sans-serif;
}
.devops-tools-rht .devops-tools-rht-part p {
	font-size:17px;
	font-family: 'lato', sans-serif;
	margin-bottom:5px;
	color:#919191;
}
.devops-tools {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f7f7f7;
}
.new-devops-servicediv {
	width: 100%;
	float: left;
	padding: 60px 0;
	background: #ebf1fb;
	height: 540px;
}
.new-devops-servicediv-box {
	width: 100%;
	float: left;
	background: #fff;
	padding: 40px 0;
	box-shadow: 0px 0px 15px #e1e1e1;
	text-align: center;
}
.new-devops-srv-part {
	width: 22%;
	float: left;
	margin: 10px 17px;
	height: 200px;
}
.new-devops-servicediv h2 {
	margin-bottom: 50px;
	text-align: center;
	color: #4d4c4c;
	font-weight: 500;
	font-size: 34px;
}
.new-devops-srv-part h3 {
	font-size: 18px;
	color: #656464;
	line-height: 22px;
	margin-top: 15px;
	font-family: 'lato', sans-serif;
}
.new-devops-servicediv-box a {
	text-decoration:none !important;
}
.new-devops-srv-part .divspan {
	border: 2px solid #d6ddea;
	padding: 15px;
	display: inline-block;
	border-radius: 62px;
	width: 88px;
	height: 87px;
	transition: all ease-in-out 0.5s;
}
.new-devops-srv-part:hover .divspan {
	border: 8px solid #8aeaf2;
	transition: all ease-in-out 0.5s;
	background: #0aa3d4;
}
.new-devops-srv-part:hover h3 {
	color: #0089b5;
	transition: all ease-in-out 0.5s;
}
.new-devops-srv-part:hover .divspan img {
	filter: grayscale(100%) brightness(900%) contrast(0.9);
}
.new-devops-srv-part .divspan .caption {
	width: 100%;
	height: 100%;
	display: table;
	float: left;
}
.new-devops-srv-part .divspan .caption .cap {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.only-devops-shadow-box {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 15px #eae9e9;
	margin-top: 380px;
	background: #fff;
	padding: 35px 40px 0 40px;
	text-align: left;
	margin-bottom: 100px;
}
.only-devops-shadow-box .devopes-feature {
	width:100%;
	float:left;
	margin-bottom: 16px;
}
.only-devops-shadow-box .devopes-feature h2 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	font-family: 'lato', sans-serif;
	color: #4d4c4c;
}
.only-devops-shadow-box .devopes-feature ul li {
	color: #646464;
	background: url(../images/Devops-arrow-img.png) no-repeat left 10px;
	padding: 0 0 0 30px;
	margin: 15px 0;
	font-size: 18px;
	font-family: 'lato', sans-serif;
	font-weight: 300;
}
.devops-tools-lft img {
	margin-top: 85px;
	margin-left: -100px;
}
/*********************devops page*********************/


/*********************service page*********************/

.servicediv-ban {
	width: 100%;
	float: left;
	color: #fff;
	text-align: left;
	height: 760px;
}
.servicediv-ban h2 {
	text-align: left;
	font-size: 38px;
	color: #fff;
	line-height: 44px;
	font-weight: 500;
	padding-left: 13%;
	margin-bottom: 122px;
}
.achivediv1 {
	width: 30%;
	float: left;
	background: url(../images/banner-box.jpg) no-repeat;
	height: 332px;
	padding: 98px 30px;
	text-align: left;
}
.achivediv1 a {
	font-size:18px;
	color:#fff;
}
.achivediv1 h3 {
	text-align: left;
	font-size: 30px;
	margin-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 36px;
}
.achivediv1 a {
	font-size:18px;
	margin-right:30px;
	font-family: 'Montserrat', sans-serif;
	text-decoration:none;
	font-weight:500;
}
.achivediv1 a img {
	margin-left:20px;
}
.achivediv2 {
	width:70%;
	float:left;
	height: 332px;
}
.achivediv2 .achivediv2-top {
	padding: 50px 30px;
	text-align: left;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.5);
	border-top: 1px solid #343538;
	border-right: 1px solid #464c50;
}
.achivediv2 .BOX {
	width: 33.33%;
	float: left;
}
.achivediv2-bottom {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0051ca+0,05b8c8+100 */
background: #0051ca; /* Old browsers */
	background: -moz-linear-gradient(left, #0051ca 0%, #05b8c8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0051ca 0%, #05b8c8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0051ca 0%, #05b8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0051ca', endColorstr='#05b8c8', GradientType=1 ); /* IE6-9 */
	text-align:left;
	padding: 36px 30px;
	height: 175px;
	border-right: 1px solid #8a8a8a;
}
 .BOX:nth-child(2) .achivediv2-bottom {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e98a1b+0,e74a3d+100 */
background: #e98a1b; /* Old browsers */
background: -moz-linear-gradient(left, #e98a1b 0%, #e74a3d 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #e98a1b 0%, #e74a3d 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #e98a1b 0%, #e74a3d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e98a1b', endColorstr='#e74a3d', GradientType=1 ); /* IE6-9 */
}
 .BOX:nth-child(3) .achivediv2-bottom {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9c5bcc+0,2a4ace+100 */
background: #9c5bcc; /* Old browsers */
background: -moz-linear-gradient(left, #9c5bcc 0%, #2a4ace 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #9c5bcc 0%, #2a4ace 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #9c5bcc 0%, #2a4ace 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c5bcc', endColorstr='#2a4ace', GradientType=1 ); /* IE6-9 */
}
.achivediv2-bottom p {
	margin-top: 0;
	font-size: 15px;
	font-family: 'lato', sans-serif;
}
.achivediv2-bottom h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.achivediv2-top h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	line-height: 28px;
}
.achivediv2-bottom h4 img {
	float:right;
}
.service-section {
	width:100%;
	float:left;
	padding: 100px 0;
}
.service-section h2 {
	color: #4d4c4c;
	font-size: 110px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.service-section p {
	text-align:center;
	margin-bottom:60px;
	font-size:17px;
	font-family: 'lato', sans-serif;
}
.service-section-lft {
	width:100%;
	float:left;
}
.service-section-lft-box {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 80px;
	text-align: left;
	margin-bottom: 40px;
	margin-left: 50px;
}
.service-section-lft-box .spandiv {
	left:0;
	position:absolute;
}
.service-section-lft-box h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #4d4c4c;
}
.service-section-lft-box p {
	text-align:left;
	color:#919191;
	font-size:17px;
	margin-bottom:0;
}
.BOX a {
	color:#fff;
	text-decoration:none !important;
}
.application-service {
	width:100%;
	float:left;
	padding: 20px 0 60px 0;
}
.application-service-box {
	width: 100%;
	float: left;
	background: #f4f4f4;
	padding: 30px;
	border-radius: 10px;
	height: 670px;
	margin-bottom: 50px;
}
.application-service-box p {
	font-size:17px;
	color:#919191;
	margin-bottom:25px;
	font-family: 'lato', sans-serif;
}
.application-service-box h3 {
	margin-top: 35px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	font-weight: 600;
}
.application-service-box ul li {
	font-size: 17px;
	color: #919191;
	font-family: 'lato', sans-serif;
	background: url(../images/tick-icon.png) no-repeat left top 6px;
	padding: 3px 35px;
	margin-bottom: 10px;
}
.service-page-ico {
	width: 100%;
	float: left;
	text-align: center;
	padding: 30px 0 20px 0;
}
.service-page-ico h3 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 20px;
	font-weight: 600;
	line-height: 28px;
}
.fast-srv {
	width: 100%;
	float: left;
	background: #ebf1fb;
	padding: 100px 0 60px 0;
}
.fast-srv .fast-srv-sec {
	width:100%;
	float:left;
	padding:30px 30px;
}
.fast-srv h2 {
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	color: #4d4c4c;
	font-weight: 500;
	margin: 15px 0;
}
.fast-srv h3 {
	font-size:17px;
	font-family: 'lato', sans-serif;
	color:#0082c8;
}
.fast-srv .fast-srv-sec h4 {
	color: #4d4c4c;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin: 20px 0;
}
.fast-srv .fast-srv-sec p {
	color:#919191;
	font-size:17px;
	font-family: 'lato', sans-serif;
}
.it-service-part {
	background:#fff;
}
.it-service-part .fast-srv-sec {
	padding: 50px 0 !important;
	text-align: center;
}
.it-service-part .fast-srv-sec p {
	margin-bottom:20px;
}
.service-from-div {
	width:100%;
	float:left;
	padding:80px 0;
	background:url(../images/footer-bottom.jpg) no-repeat;
	background-size:cover;
}
.service-from-div-lft {
	width:100%;
	float:left;
	padding-right: 67px;
}
.service-from-div-lft ul {
	padding:0;
}
.service-from-div-lft ul li {
	background: #fff;
	width: 48%;
	float: left;
	margin: 4px;
	padding: 25px 30px;
	color: #919191;
	font-family: 'lato', sans-serif;
	height: 97px;
}
.service-from-div-lft ul li img {
	margin-right:5px;
	border-radius: 5px;
}
.service-from-div-lft ul li h4 {
	font-size: 17px;
	font-family: 'lato', sans-serif;
	display: inline-block;
	margin-left: 10px;
}
.service-from-div-lft h2 {
	color: #4d4c4c;
	margin-bottom: 20px;
	font-size: 34px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 44px;
}
.service-from-div-lft p {
	color: #979798;
	font-size: 17px;
	margin-bottom: 35px;
	font-family: 'lato', sans-serif;
}
.service-from-div-rht {
	width: 100%;
	float: left;
	padding-right: 10%;
	padding-left: 10%;
}
.service-from-div-rht h3 {
	margin-bottom: 30px;
	color: #242526;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 600;
}
.service-from-div-rht .form-control {
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	border: 2px solid #d7d7d7;
	padding: 10px 25px;
	font-family: 'lato', sans-serif;
	font-weight:500;
	font-size:16px;
}
 .service-from-div-rht .form-control::placeholder {
color:#979797 !important;
}
.service-from-div-rht textarea {
	height:auto !important;
	margin-bottom:30px;
}
.service-from-div-rht .form-group {
	margin-bottom: 20px;
}
/*********************service page*********************/


.Cost-Effectivediv-box ul li {
	width: 17%;
	float: none;
	margin-right: -15px;
	text-align: center;
	display: inline-block;
}
.Cost-Effectivediv-box ul li h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #4d4c4c;
	font-weight: 600;
	margin-top: 35px;
}
.Landscape-rightdiv ul li .llayer {
	margin: 0 15px;
	height: 50px;
	display: inline-block;
}
.Landscape-rightdiv ul li .dlayer {
	margin: 0 15px;
	height: 50px;
	display: inline-block;
}
.service-from-div-rht .btn-info {
	padding:14px 30px 14px 30px;
}
.testimonialDiv {
    width: 100%;
    float: left;
    padding: 50px 40px 90px 40px;
    background: #f8f8f8;
    margin-top: 80px;
    border: 1px solid #e2e0e1;
}
.testimonialDiv p {
	font-size:22px;
	padding:0 15%;
	    margin-bottom: 0;
}
.testimonialDiv h3 {
	margin-bottom:20px;
	font-size:32px;
	margin-bottom:20px;
	text-transform:capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #0b56a8;
}
.testimonialDiv .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #455fcf;
	border-color: #455fcf;
}
.testimonialDiv .carousel-indicators li {
	display: inline-block;
	background-color: #ccc;
}
.testimonialDiv .carousel-indicators {
    bottom: -40px !important;
}
.testi-div { width:100%; float:left; }

.testi-div h4 {
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #0b56a8;
}


/*.LogicLayer ul li {
    width: auto;
    float: left;
    margin: 0 22px;
    text-align: center;
}
.Client ul li {
    margin: 0 15px;
	float:left
}
.LogicLayer li {
    float: left;
	margin: 0 22px;
}
.LogicLayer li img {
    margin: 0 15px;
    height: 50px;
    display: inline-block;
}
.LogicLayer li h3 {
    font-size: 17px;
    font-family: 'lato', sans-serif;
    margin-top: 33px;
}

.DataLayer li {
    float: left;
	margin: 0 22px;
}
.DataLayer li img {
    margin: 0 15px;
    height: 50px;
    display: inline-block;
}
.DataLayer li h3 {
    font-size: 17px;
    font-family: 'lato', sans-serif;
    margin-top: 33px;
}
*/
