/*********************************************************************************
common styles
***************/
body {
	background:#fff!important;
	color:#333!important;
	/*font-family: 'Roboto', sans-serif!important;*/
	font-family: 'Titillium Web', sans-serif!important;
	font-size:14px!important;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px!important;
	padding:0px!important;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:22px;
	margin-bottom:10px!important;
	font-size:15px!important;
	text-align:justify;
}
h1, h2 {
	margin-bottom:10px!important;
}
.no-padding-right {
	padding-right:0px!important;
}
.no-padding-left {
	padding-left:0px!important;
}
/*********************************************************************************
colored text and buttons
**************/
.text-pink {
	color:#f842a6
}
.text-yellow {
	color:#ffe114
}
/* custom animated button*/
.btn-submit-active, .btn-submit-deactive {
	background: #2587d4;
	border-radius: 4px;
	color: #fff;
	padding: 25px 12px;
	position: relative;
	width: 120px;
}
.btn-submit-deactive {
	background:#2587d4;
}
.btn-submit-active input[type=submit], .btn-submit-active input[type=button], .btn-submit-deactive input[type=submit], .btn-submit-deactive input[type=button] {
	background:transparent;
	position:absolute;
	z-index:2;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border:0px;
	padding:0;
	font-size: 15px;
}
.btn-submit-deactive input[type=submit], .btn-submit-deactive input[type=button] {
	width:85%;
}
.btn-submit-active span, .btn-submit-deactive span {
	background:url(../design_img/icon-arrow-btn.png) no-repeat;
	position: absolute;
	z-index:1;
	opacity:0;
	right: 20px;
	top: 50%;
	margin-bottom: -50%;
	transform: translatey(-50%);
	width: 19px;
	height: 17px;
	-webkit-transition:  all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition:  all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition:  all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition:  all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-submit-deactive span {
	background:url(../design_img/icon-process-white.png) no-repeat;
	opacity:1;
	right: 15px;
	height: 18px;
}
.btn-submit-active:hover span {
	right: 15px;
	opacity:1;
}
.btn:hover {
	background:#333!important;
	color:#fff!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*********************************************************************************
header styles
***************/
header {
}
/*logo bar*/
header .logo-bar {
	background:transparent;
	padding:20px 0;
	position:fixed;
	width:100%;
	top:0px;
	z-index:9999;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
/**/
header .logo-bar-fixed {
	padding:5px 0;
	background:#fff;
	-moz-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0px 5px 20px rgba(0, 0, 0, 0.1);
}
header .logo-bar-fixed .logo {
	background-position: -201px 0px;
}
header .logo-bar-fixed .site-nav {
	margin: 10px auto;
}
header .logo-bar-fixed .site-nav #level_1 li a {
	color: #666!important;
}
header .logo-bar-fixed .site-nav #level_1 li a.has-nav:after {
	content: url(../design_img/icon-nav-arrow-dark.png);
}
header .logo-bar-fixed .site-nav #level_1 li a.active.has-nav:after {
	content: url(../design_img/icon-nav-arrow.png);
}
header .logo-bar-fixed .site-nav #level_1 li a:hover, header .logo-bar-fixed .site-nav #level_1 li a.active, header .logo-bar-fixed .site-nav #level_1 li a.coffee {
	color:#fff!important;
} 
header .logo-bar-fixed .site-nav #level_1 li  a.jnk {
	 outline:1px solid #333;
	 
	color:#fb7c00 !important; 
}
/**/
header .logo {
	display:block;
	float:left;
	background:url(../design_img/Bigs Soft Services-prime-infosoft.png) no-repeat center top;
	background-position: 0px 0px;
	width:200px;
	height:65px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
header .logo img {
	max-width:100%;
}
/* nav bar */
header .nav-bar {
}
/*site nav*/
header .site-nav {
	margin: 15px auto;
	float:right;
	position:relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
/*********************************************************************************
section styles
***************/
 section.slider {
	position:relative; /*height:200px; overflow:hidden*/
	z-index:1;
}
section.slider .slider-overlay {
	background:url(../design_img/slider_overlay.png) center top;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 6;
}
section.slider .slider-down {
	position:absolute;
	width:47px;
	height:50px;
	bottom:65px;
	left:50%;
	transform:translateX(-50%);
	z-index:9;
}
section.slider .slider-down img {
	position:relative;
	top:0;
	-webkit-animation:jump 1s ease-out infinite;
	animation:jump 1s ease-out infinite;
}
/*main heading*/
.main-head {
	text-transform: uppercase;
	font-family: 'Teko', sans-serif!important;
	font-weight: 300;
	color:#000;
	line-height:32px
}
.main-head span.brdr {
	background:#fff;
	width:20%;
	height:2px;
	display:block;
	margin:15px 0;
}
/* service bar */
.service-bar {
	overflow:hidden;
	position:relative;
	z-index:1;
}
.service-bar .service-container {
	padding:0px!important;
}
.service-bar .service {
	cursor:default;
	position: relative;
	width: 100%;
	height: 250px;
	overflow:hidden;
	background:#fff;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd
}
.service-bar .service .front, .service-bar .service .back {
	padding:25px;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
}
.service-bar .service .front {
	background:#fff;
	z-index:1;
	-webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
	-moz-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
	-ms-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
	-o-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
	transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
}
.service-bar .service .front .service-icon {
	width:90px;
	height: auto;
	margin:10px auto 20px
}
.service-bar .service .front img {
	max-width:100%;
	margin:auto;
	display:block
}
.service-bar .service .front h3 {
	color:#2587d4;
	font-family: 'Teko', sans-serif!important;
	font-size: 38px;
	font-weight: 300;
	text-align:center
}
.service-bar .service .back {
	background:#2587d4;
	z-index:2;
	top:100%;
	-webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
	-moz-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
	-ms-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
	-o-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
	transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
}
.service-bar .service .back p {
	color:#fff;
	text-align:justify;
	font-size:15px!important;
}
.service-bar .service .back a.btn {
	background:#ffe114;
	color:#000!important;
	border-radius:2px!important
}
.service-bar .service .back a.btn:hover {
	color:#fff!important
}
.service-bar .service:hover .front {
	bottom:100%;
	top:inherit
}
.service-bar .service:hover .back {
	top:0;
}
/**/
.home-abt-bar {
	background:#f7f6f6;
	padding:60px 0!important;
	position:relative;
	z-index:1;
}
.home-abt-bar .col-head {
	background:#2587d4;
	padding:50px 20px!important;
}
.home-abt-bar .col-text {
	padding-left:50px;
}
.home-abt-bar .main-head {
	color:#fff;
	font-size:50px;
	line-height:50px;
}
.home-abt-bar .main-head span {
	color:#fff;
	font-size:60px;
	font-weight:500
}
.home-abt-bar .btn-more {
	width: 150px;
	color: #666 !important;
	border:2px solid #666;
	border-radius: inherit !important;
	margin: 25px 0;
	float:right;
	padding: 10px 10px 12px 10px;
	display: block !important;
	font-size:17px
}
.home-abt-bar .btn-more:hover {
	background:#666!important;
	color:#fff!important
}
/*portfolio-bar*/
.portfolio-bar {
	background:#eee;
	position:relative;
	z-index:1
}
.portfolio-bar .portfolio-head {
	background:#2587d4;
	padding:20px 0;
	color:#fff;
	text-align:center;
}
.portfolio-bar .portfolio-head h2 {
	text-align:center;
	font-size:45px;
	font-family: 'Teko', sans-serif!important;
	font-weight:300;
	margin-bottom:0!important
}
.portfolio-bar .portfolio-head p {
	margin-bottom:0!important;text-align: center;
}
.portfolio {
	padding:0!important;
}
.portfolio-container {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.portfolio-pic-container {
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.portfolio-back {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000;
	z-index:2;
	opacity:0.2;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.portfolio-pic {
}
.portfolio-pic img {
	max-width:100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.portfolio-logo {
	background: transparent;
	width:100%;
	position:absolute;
	z-index:3;
	bottom:0px;
	top:0px;
	left:0px;
	right:0px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:1
}
.portfolio-logo img {
	position:absolute;
	top:50%;
	left:50%;
	margin-right:-50%;
	-webkit-transform:translate(-50%, -50%);
	-mox-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.portfolio-logo a.btn-more {
	position:absolute;
	left:50%;
	margin-right:-50%;
	-webkit-transform:translate(-50%, -50%);
	-mox-transform:translate(-50%, -50%);
	transform:translate(-50%, -100%);
	bottom:0;
	width: 150px;
	color: #fff !important;
	border:2px solid #fff;
	border-radius: inherit !important;
	padding: 10px 10px 12px 10px;
	font-size:17px;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.portfolio-container:hover .portfolio-back {
	opacity: 0.5;
}
.portfolio-container:hover .portfolio-pic img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.portfolio-container:hover .portfolio-logo img {
	-webkit-transform:translate(-50%, -60%);
	-mox-transform:translate(-50%, -60%);
	transform:translate(-50%, -60%);
}
.portfolio-container:hover .portfolio-logo a.btn-more {
	-webkit-transform:translate(-50%, -120%);
	-mox-transform:translate(-50%, -120%);
	transform:translate(-50%, -120%);
	opacity: 1;
}
/*key bar */
.key-bar {
	background:#fff;
	position:relative;
	z-index:1;
	padding:20px 0 60px 0;
	border-top:14px solid #ccc
}
.key-bar .key-head {
	background:#fff;
	padding:40px 0;
	text-align:center;
}
.key-bar .key-head h2 {
	text-align:center;
	font-size:45px;
	font-family: 'Teko', sans-serif!important;
	color:#2587d4;
	font-weight:300;
	margin-bottom:0!important
}
.key-bar .key-head p {
	margin-bottom:0!important; text-align:center
}
.key-bar .key-info {
}
/**/
.key-bar .key-info .key-icon {
	width:50px;
	height:50px;
	float:right;
	border:0px #666 dashed;
	border-radius:100%;
	background:#fb7c00;
}
.key-bar .key-info .key-icon img {
	max-width:100%
}
.key-bar .key-info .key-text {
	float:left;
	margin-right:15px
}
.key-bar .key-project .key-icon {
	float:left;
}
.key-bar .key-project .key-text {
	float:right;
	margin-left:15px;
	margin-right:inherit
}
.key-bar .key-experience .key-icon {
	float:left;
}
.key-bar .key-experience .key-text {
	float:right;
	margin-left:15px;
	margin-right:inherit
}
/**/
.key-bar .key-client h1, .key-bar .key-project h1, .key-bar .key-skilled h1, .key-bar .key-experience h1 {
	font-family: 'Teko', sans-serif!important;
	font-weight:300;
	font-size: 42px;
	margin-bottom:0px!important;
	line-height: 35px;
	color:#cc2d91;
}
.key-bar .key-client, .key-bar .key-skilled {
	right:0
}
.key-bar .key-client h1, .key-bar .key-skilled h1 {
	text-align:right;
	color:#fb9f00
}
.key-bar .key-skilled h1 {
	color:#2587d4
}
.key-bar .key-project h1, .key-bar .key-experience h1 {
	text-align:left;
	color:#2ebd30
}
.key-bar .key-experience h1 {
	color:#fe3600
}
.key-bar .key-client, .key-bar .key-project {
	position:absolute;
	top:25px;
}
.key-bar .key-skilled, .key-bar .key-experience {
	position:absolute;
	top:150px;
}
.key-bar .key-chart {
}
.key-bar .key-chart img {
	max-width:100%;
}
.key-bar .key-chart .cartoon {
	position:absolute;
	width:35%;
	top:0;
	left:50%;
	margin-right:-50%;
	-moz-transform:  translate(-50%, 2%);
	-webkit-transform: translate(-50%, 2%);
	transform: translate(-50%, 2%);
}
.key-bar .btn {
	margin-top:10px;
}
/*Testimonials*/
.testimonial-bar {
	position:relative;
	z-index:1;
	padding-top:50px!important;
	padding-bottom:50px!important;
	background:#fff;
}
.testimonial-bar .testimonial-head {
	color:#2587d4;
	text-align:center;
}
.testimonial-bar .testimonial-head h2 {
	text-align:center;
	font-size:45px;
	font-family: 'Teko', sans-serif!important;
	font-weight:300;
	margin-bottom:0!important
}
.testimonial-bar .testimonial {
	max-width:800px;
	margin: 25px auto;
	background:#eee url(../design_img/icon-quote.png) no-repeat bottom left;
	padding:20px;
	webkit-box-shadow: inherit;
	moz-box-shadow: inherit;
	box-shadow: inherit;
	position:relative;
}
.testimonial-bar .writer-pic {
	background:#eee;
	border-radius:100%;
	width:100px;
	height:100px;
	position: absolute;
	top:25px;
	right:-20px;
}
.testimonial-bar .writer-pic img {
	border-radius:100%;
	width: 100px;
	height: 100px;
	border:1px solid #ccc;
}
.testimonial-bar .message-container {
	max-width:88%;
}
.testimonial-bar .message {
	color:#333;
	margin:0px 0 20px 0!important;
	text-align:justify;
}
.testimonial-bar .writer {
	font-weight:bold;
	text-align:right;
	color:#2587d4;
	font-size:18px!important;
}
.testimonial-bar .writer-info {
	font-weight:normal;
	font-size:14px!important;
	color:#333;
}
.testimonial-bar .btn-more {
	width: 200px;
	color: #666 !important;
	border:2px solid #666;
	border-radius: inherit !important;
	margin: 10px auto 0px auto;
	padding: 10px 10px 12px 10px;
	display: block !important;
	font-size:17px
}
.testimonial-bar .btn-more:hover {
	background:#666!important;
	color:#fff!important
}
/* page banner*/
.page-banner {
	border-bottom:5px solid #fb7c00
}
.page-banner img {
	max-width:100%;
}
.page-banner .banner-head {
	font-family: 'Roboto', sans-serif!important;
	background-color: transparent;
	position: absolute;
	width: 100%;
	z-index: 8;
	left: 50%;
	margin-right:-50%;
	top:60%;
	margin-bottom:-50%;
	webkit-transform: translateY(-50%);
	ms-transform: translateY(-50%);
	transform: translate(-50%, -50%);
}
.page-banner .banner-head h1 {
	font-family: 'Teko', sans-serif!important;
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	text-transform: uppercase;
	text-align:center!important;
}
.page-banner .banner-head p {
	color: #fff;
	font-size: 20px!important;
	font-weight:300;
	line-height: 28px;
	max-width: 755px;
	padding: 0;
	margin:10px auto 30px!important;
	text-align:center!important
}
.page-banner .banner-head a.btn {
	background-color: #e22e91!important;
	color: #fff!important;
	width:170px;
	display:block;
	margin:15px auto 0!important;
	font-size: 15px;
	height: 50px;
	line-height: 24px;
	padding: 12px 10px;
	border-radius:3px;
	text-transform: uppercase;
	text-align:center!important;
}
.page-banner .banner-head a.btn:hover {
	background-color: #2688d5!important;
}
/**/
.content-bar {
	padding: 30px 0;
	overflow: hidden;
	background:#fff;
	position:relative;
	z-index:1;
}
.content-bar .content strong {
	font-weight:600;
}
.text-pink {
	color: #e22e91;
}
.content-bar .content p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400;
	vertical-align: middle;
	padding: 10px 0 !important;
	margin: 0;
	display: block;
	text-align: justify;
}
.mega_chart {
	position: relative;
	min-height:500px;
}
.mega_chart img {
	position: absolute;
	top: 0;
	left: 0;
}
section.we_are {
	position: relative;
	background: #2587d4;
	z-index:1;
}
section.we_are .we_are-content {
	height: 600px;
	margin-left: -55px;
	position: relative;
	z-index: 2;
	padding: 100px 0px;
}
section.we_are .background-left {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../design_img/our_quality_img.jpg') !important;
	background-size: cover;
	background-position: bottom left;
	width: 50%;
	z-index: 0;
	height: 600px;
}
section.we_are .qulaity-item .item-icon {
	background: #ffffff;
	border-radius: 50%;
	color: #1098fb;
	font-size: 40px;
	height: 80px;
	line-height: 70px;
	text-align: center;
	width: 80px;
}
section.we_are .qulaity-item h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px !important;
	font-weight: bold;
	font-size: 18px;
	color:#fff;
}
section.we_are .qulaity-item p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400;
	vertical-align: middle;
	padding: 10px 0 !important;
	margin: 0;
	display: block;
	text-align: justify;
	color:#fff;
}
section.we_are .qulaity-item p strong {
	font-weight:600;
}
.ptb-20 {
	padding: 20px 0px;
}
/***/
.quality-versa {
	padding-top:50px;
	padding-bottom:50px;
	background:#fff;
	border-top:1px solid #ddd;
}
.mission {
	background:#fff;
}
.mission div.sec {
	display: inline-block;
	vertical-align: middle;
	float: none;
	width: 49.8%;
	background:#fff;
}
.no-padding {
	padding: 0px !important;
}
.mission .mission-text {
	width: 100%;
	max-width: 480px;
	float: right;
	margin-right: 10%;
	line-height:24px;
}
.mission .mission-text p {
	line-height:24px;
	text-align: justify;
	color:#555;
}
.vision .vision-text {
	width: 100%;
	max-width: 480px;
	float: left;
	text-align: right;
	margin-left: 10%;
}
.vision .main-head {
	font-size: 36px;
	text-transform: uppercase;
	padding-bottom: 30px;
	letter-spacing: 0px;
	line-height: 1.3;
	text-align:left;
	line-height: 24px;
	padding-bottom: 15px !important;
	margin-bottom: 20px !important;
	position:relative;
	color: #2587d4;
	font-weight:400;
}
 .vision .main-head::after {
 content: '';
 position: absolute;
 width: 50px;
 border-bottom: 5px solid #f60;
 bottom: 0;
 left: auto;
    /*right: 0;*/
    text-align: left;
 display: block;
}
.vision .vision-text p {
	text-align:justify;
	line-height:24px;
	font-size:15px;
}
/**/
.love-2-hear {
	overflow:hidden;
	background:#ff5501;
	position: relative;
	z-index: 1;
}
.love-2-hear h4 {
	color:#fff;
	text-align:right;
	font-size:28px;
	font-weight:300;
	display:table;
	margin:32px auto!important
}
.love-2-hear h4 strong {
	font-size:45px;
}
.love-2-hear .btn-hear-col {
	background:#ffe667;
	padding:45px 0
}
.love-2-hear .hear-col-arrow {
	width:150px;
	height:150px;
	position:absolute;
	z-index:-1;
	top:0;
	left: -44px;
	background:#ffe667;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.love-2-hear .btn-hear-col .btn-coffee {
	background:url(../design_img/btn-coffee.png) no-repeat center top;
	width:243px;
	height:57px;
	display:block;
	margin-left:50px
}
.love-2-hear .btn-hear-col .btn-coffee:hover {
	background:url(../design_img/btn-coffee.png) no-repeat center top!important;
}
/* contact bar*/
.contact-col-bar {
}
.contact-col-bar .contact-col {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 7px;
	-moz-box-shadow: 10px 13px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 13px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 13px 10px rgba(0, 0, 0, 0.1);
}
.contact-col-bar .contact-col .h-text {
	background:#fff;
	padding: 10px 0px 5px 20px;
	width:calc(100% - 80px);
	float:left;
}
.contact-col-bar .contact-col .h-text h4 {
	color: #000;
	text-transform: uppercase;
	margin: 0px 0 5px !important;
	font-weight:600;
}
.contact-col-bar .contact-col .h-text p {
	color:#666;
	line-height:22px;
	margin-bottom:3px!important
}
.contact-col-bar .contact-col .h-text p b {
	color:#000;
	font-weight:400
}
.contact-col-bar .contact-col .h-text a{
	color:#fb7c00 !important; font-size:15px; display:block; margin-top:10px!important
}
.contact-col-bar .contact-col .h-text a img{ width:15px;}
.contact-col-bar .contact-col .h-icon {
	width:80px;
	height:80px;
	background:#fff;
	padding:15px 20px 15px 5px;
	float:left;
	border-right:1px dotted #ddd
}
.contact-col-bar .contact-col .h-icon img {
	max-height:100%;
	max-width: 100%;
	margin:auto;
	display:block
}
/**/
.contact-form-bar {
	width:100%;
	background: linear-gradient(180deg, #fff 30%, #2587d4 30%);
	padding-bottom:40px;
	padding-top:25px;
}
.contact-form-bar .cont-head {
	text-align: center;
	padding-bottom:30px
}
.contact-form-bar .cont-head h2 {
	text-align: center;
	font-size: 45px;
	font-family: 'Teko', sans-serif !important;
	color: #fb7c00;
	font-weight: 300;
	margin-bottom: 0 !important;
}
.contact-form-bar .cont-head p {
	margin-bottom: 0 !important; text-align:center
}
.contact-form-bar .form-container {
	padding:35px 20px;
	background:#fff;
	border-radius:7px;
	-moz-box-shadow: 10px 13px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 13px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 13px 10px rgba(0, 0, 0, 0.1);
	border:1px solid #f2f2f2
}
.contact-form-bar .iframe-form {
	width:100%;
	height:400px;
}
/**/
.set_position {
	display: table;
	background:#fff;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-21px;
}
.left_bottom_btn .set_position {
	left: 47%;
}
.right_bottom_btn .set_position {
	right: 47%;
}
.left_bottom_btn .set_position::before {
 content: '';
 left: -9.5%;
 width: 0 !important;
 height: 0 !important;
 border-top: 20px solid transparent;
 border-right: 25px solid #fe5500;
 border-bottom: 20px solid transparent;
}
.left_bottom_btn .set_position::after {
 content: '';
 right: -9.5%;
 width: 0 !important;
 height: 0 !important;
 border-top: 20px solid transparent;
 border-left: 25px solid #fe5500;
 border-bottom: 20px solid transparent;
}
 .right_bottom_btn .set_position::before {
 content: '';
 left: -9.5%;
 width: 0 !important;
 height: 0 !important;
 border-top: 20px solid transparent;
 border-right: 25px solid #fe5500;
 border-bottom: 20px solid transparent;
}
.right_bottom_btn .set_position::after {
 content: '';
 right: -9.5%;
 width: 0 !important;
 height: 0 !important;
 border-top: 20px solid transparent;
 border-left: 25px solid #fe5500;
 border-bottom: 20px solid transparent;
}
/* effect-shine */
.start_now a.ft_btn:hover {
	-webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgb(0, 0, 0) 70%);
	-webkit-mask-size: 200%;
	-webkit-animation: shine 2s infinite;
	animation: shine 2s infinite;
	background:#fff;
}
 @-webkit-keyframes shine {
 from {
 -webkit-mask-position: 150%;
}
to {
	-webkit-mask-position: -50%;
}
}
/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style:none;
	padding:0 0 0 10px;
	margin:0px 0 15px 0px !important;
}
ul.mylist li {
	line-height:24px;
	font-weight: 400;
	color: #333;
	padding:3px 12px!important;
	text-align:justify;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
}
ul.mylist li:before {
	content: " - ";
	color: #0077c0;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:5px;
	margin-left:-10px;
}
ul.mylist-icon {
	list-style:none;
	padding:0 0 0 35px !important;
	margin:0px 0 15px 0px !important;
}
ul.mylist-icon li {
	line-height:24px;
	font-weight: 400;
	color: #333;
	text-align:left;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	position:relative;
	margin-bottom:10px !important;
	vertical-align:top;
}
ul.mylist-icon li:before {
	content: url(../design_img/list-icon.png);
	/*content: " - ";*/
	color: #0077c0;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:8px;
	margin-left:-35px;
	width: 20px;
	padding: 1px 3px;
	font-weight: 400;
	font-size: 18px;
	color: #fb7c00;
	top: 0;
	left: 0;
	height: 20px;
	line-height: 26px;
	content: '\f14a';
	border: 1px solid #fb7c00;
	border-radius: 4px;
	background: #fff;
	vertical-align:baseline;
}
/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom:7px!important;
}
.form-group label {
	font-weight:normal;
}
.form-group .label-err {
	width: auto;
	font-size: 11px;
	color: #f17e21;
	padding: 0px;
	position: absolute;
	left: 0;
}
.form-group .input-group {
	width: 100%;
}
.form-group .input-group-addon {
	background: rgb(245,245,245);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 12%, rgba(245, 245, 245, 1) 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 12%, rgba(245, 245, 245, 1) 100%);
background: linear-gradient(to bottom, rgb(255, 255, 255) 12%, rgb(245, 245, 245) 100%)
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dbdbdb', GradientType=1 );
	width: 50px !important;
	border-color:#ddd;
	
}
.form-group .input-group-addon img {
	max-width:100%;
}
.form-group .form-control {
	border-color:#ddd;
	box-shadow:none;
	background:none;
	padding:12px 12px;
	height:auto;
}
.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.html);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left:5px;
	padding-right:20px;
}
 @-moz-document url-prefix() {
/*.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}*/
}
.form-group .label-radio {
	margin-right:15px;
}
.form-group input[type=radio] {
	margin-right:5px;
}
.form-group .label-check {
	margin-right:15px;
}
.form-group input[type=checkbox] {
	margin-right:5px;
}
.form-group .form-control:focus {
	box-shadow:none;
	border-color:#ddd;
	border-right:2px solid #fb7c00;
}
/***/
.sub-head {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px !important;
	color: #000;
	font-weight: 600;
}
.software-bg {
	background: url(../design_img/versa-bg.jpg) no-repeat;
	background-size: cover;
}
.soft-content {
	/*width: 44.50% !important;*/
	background: #fff;
}
.no-padding {
	padding:0 !important;
}
.soft-content .content {
	padding: 35px 35px 35px 35px;
	min-height:520px;
}
.sw-content {
	background:#fff;
	padding-top: 35px;
	padding-bottom: 35px;
}
.sw-content .content {
	padding: 0px 35px 35px 35px;
	min-height:auto;
	background:#fff;
}
#soft-slide .owl-buttons {
	position: absolute;
	bottom: 50%;
	right: 0%;
	margin-left: 0px;
	left: 0%;
	width: 100%;
	display:none;
}
#soft-slide .owl-buttons div {
	border: 0px solid #ddd;
	font-size: 30px;
	background:none !important;
	color:#eee !important;
}
#soft-slide .owl-buttons div.owl-next {
	display: inline-block !important;
	right: 0;
	margin-right: 0 !important;
	left: 100%;
	float: right;
}
#soft-slide .owl-buttons div.owl-prev {
	display: inline-block !important;
	left: 0;
	float: left;
	margin-left: 0;
}
#soft-slide:hover .owl-buttons {
	display:block
}
.soft-left-side {
	margin-top: 3.5%;
}
/****/
 .soft-devep {
	clear: both;
	background: #fff;
	position: relative;
	border:1px solid #eee;
	padding:35px;
}
.soft-devep * {
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out
}
.green-box {
	background:#1fbd78 !important;
}
.orange-box {
	background: #fe5500 !important;
}
.yellow-box {
	background: #e7a005 !important;
}
.blue-box {
	background: #067fc8!important;
}
.red-box {
	background: #694e9e !important;
}
.pink-box {
	background: #bf0014 !important;
}
.soft-devep .row {
	margin: 0
}
.soft-devep .row>.col-md-4 {
	padding: 0;
}
.soft-devep article {
	padding: 100px 50px;
	min-height: 300px;
	background: #fff
}
.soft-devep article.animated {
	border-left: 1px solid #b7b7b7
}
.soft-devep article img {
	margin: 5px 0 15px
}
.soft-devep article:hover img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.soft-devep article h3 {
	display: block;
	font-size: 36px;
	color: #fff;
	padding-bottom: 5px;
	text-align:left;
	font-family: Teko, sans-serif;
}
.soft-devep article span {
	display:block;
	padding: 10px 0 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	position: relative;
}
.steps article h3 {
	font-family: Teko, sans-serif
}
.counter {
	padding: 100px 0 95px;
	width: 100%;
	background: #12253d url(../design_img/counter-bg.jpg) center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	z-index: 9;
	position: relative;
	border-top: 1px solid #dedede;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
 .counter::before {
 bottom: 0;
 content: "";
 left: 0;
 opacity: 0.9;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
 background: rgba(0, 0, 0, .8);
/*background: url(../design_img/slider_overlay.png) center bottom; */
}
.counter .count-col {
	text-align:center;
}
.counter .col-md-15 {
	width:20%;
	position:relative;
	float:left;
}
.counter .count-col .count-icon {
	font-size: 16px;
	border-radius: 100%;
	height: 75px;
	width: 75px;
	display: inline-block;
	line-height: 75px !important;
	vertical-align:middle;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border: 2px dotted #e6e6e6;
	color:#fff;
	margin-bottom:20px;
	padding: 5px;
}
.counter .count-col:hover .count-icon {
	color: #fff;
 transition: all .5s ease;
}
.counter .count-col .count-icon:after {
	background: #fb7c00;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0));
	transform: scale(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: -1;
	border-radius: 100%;
}
.counter .count-col:hover .count-icon:after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.counter .count-col .main-text {
	font-size: 36px;
	line-height: 36px;
	color: #fe5500;
	font-family: Teko, sans-serif;
	font-weight: 300;
}
.counter .count-col .common-text {
	font-size: 18px !important;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
	font-family: 'Titillium Web', sans-serif;
	padding: 10px 0 0;
	display: block;
	text-align:center;
}
/****/
.serve .green {
	background:#1fbd78!important;
}
.serve .orange {
	background: #fe5500 !important;
}
.serve .blue {
	background: #067fc8!important;
}
.serve .red {
	background: #e7a005!important;
}
.serve .pink {
	background: #ff0087 !important;
}
.serve .yellow {
	background: #545a9c !important;
}
.serve .green h3, .serve .orange h3, .serve .red h3, .serve .blue h3, .serve .pink h3, .serve .yellow h3 {
	color: #fff !important;
}
.serve .service .back {
	background:#fff !important;
}
.serve .service {
	border:0;
	background:#fff;
}
.serve .service .back .service-icon {
	width: 90px;
	height: auto;
	margin: 10px auto 20px;
}
.serve .service .back img {
	max-width: 100%;
	margin: auto;
	display: block;
}
.serve .service .back h3 {
	color: #000;
	font-family: 'Teko';
	font-size: 38px;
	font-weight: 300;
	text-align: center;
}
.serve .serve-head {
	background:#fff;
	padding:	0px 0 40px;
	text-align:center;
}
.serve-head h2 {
	text-align:center;
	font-size:45px;
	font-family: 'Teko', sans-serif!important;
	color:#2587d4;
	font-weight:300;
	margin-bottom:20px!important
}
.serve-head h2 span {
	color: #fe5500 !important;
}
/*****/
#pro-language .technology img {
	max-width:100%;
	background:#fff;
	border-radius:100%;
	padding:8px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	border: 1px solid #ddd;
}
.skill-team {
	display:inline-block;
	vertical-align:middle;
	float: none !important;
	width:33.1% !important;
}
.skill-team img {
	margin-top:15px;
	margin-bottom:15px;
}
.get-in-touch-wide-range-sec {
	color:#fff;
}
.get-in-touch-wide-range-sec .serve-head h2 {
	text-align:center;
	color:#fff;
}
.get-in-touch-wide-range-sec .mylist-icon li {
	color:#fff;
}
.get-in-touch-wide-range-sec ul.mylist-icon li::before {
 border: 1px solid #fff;
 color: #fff;
 background: #2587d4;
}
.get-in-touch-wide-range-sec div.range-box {
	display:inline-block;
	vertical-align:middle;
	margin-top: 7%;
}
.get-in-touch-wide-range-sec img {
	margin-top:15px;
	margin-bottom:15px;
}
.factors .serve-head h2 {
	text-align:left;
	font-size:36px;
}
/**/
.sms-bar {
	padding-bottom: 100px;
	padding-top: 100px;
}
.sub-head-1 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px !important;
	font-weight: 600;
	color: #fb7c00;
}
.sms-alert-bar {
	padding-bottom: 50px;
	padding-top: 50px;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 1;
}
.sms-alert .sms-alert-head {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px !important;
	font-weight: 600;
	color: #333;
	text-transform:uppercase;
}
.sms-content p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400;
	vertical-align: middle;
	margin: 0;
	display: block;
}
p.sms-dec {
	text-align:center !important;
	padding:0 0px !important;
}
.sms-box {
	margin-bottom:20px;
}
.sms-box img {
	max-width:120px;
	margin-bottom:10px;
	margin-top:10px;
}
.sms-box:hover .sms-alert-head {
	color:#fb7c00;
}
.margin-top-35 {
	margin-top:35px !important;
}
.margin-top-50 {
	margin-top:50px !important;
}
.sms-service-bar {
	padding-bottom: 50px;
	padding-top: 80px;
	overflow: hidden;
	background: #f6f6f6;
	position: relative;
	z-index: 1;
}
.single-service-item {
	padding: 10px 0px;
	display:inline-block;
	vertical-align:middle;
	float:none;
}
.service-content p {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 400;
	vertical-align: middle;
	margin: 0;
	display: block;
	text-align:justify;
}
.single-service .service-content h3 {
	color: #4d4d4d;
	font-size:20px;
	text-align:left;
 transition: all .5s ease;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom:10px !important;
	font-weight:600;
	margin-top:25px !important;
}
h1.num {
	font-size: 60px !important;
	font-weight: 900;
	color: #eee;
	text-align: left;
	font-family: 'Titillium Web', sans-serif;
}
/**/
.faq-bar {
	padding-bottom: 50px;
	padding-top: 80px;
	overflow: hidden;
	background: #fff;
	position: relative;
	z-index: 1;
}
.payment-bar .serve-head h2 {
	margin-bottom:10px !important;
}
.sub-head-2 {
	font-size: 18px;
	font-weight: 600;
}
/**/
.banker {
	border-left: 0!important;
	border-right: 0!important;
	border-color: #eee !important;
}
.banker caption {
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #7fca90;
}
.banker th {
	background: #fff!important;
	color: #5e5a54!important;
	text-transform: capitalize !important;
	border: 0px!important;
	border-color: #eee !important;
}
.banker td {
	border-right: 0 !important;
	border-left: 0 !important;
	color: #5e5a54!important;
	border-color: #eee !important;
	vertical-align:middle !important;
}
.banker tr:nth-child(even), .banker tr:hover {
background:#fff!important
}
/* Date 27-07-2019 */
.cha-pat-heading{
	padding:30px 0;
}
.cha-pat-heading h2{
	font-size:22px;
	line-height:32px;
	color:#2d2d2d;
	text-transform:capitalize;
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
}
.cha-pat-heading h2:after{
	position:absolute;
	content:"";
	background:#e22e91;
	height:3px;
	width:198px;
	top:40px;
	left:0;
}
.cha-pat-heading p{
	font-size:16px;
	line-height:24px;
	color:#5565656;
	text-transform:justify;
	padding-top:20px !important;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1.8px;
}
.chn-sub-heading{
	padding:0 0 20px;
	
}
.chn-sub-heading h3{
	font-size:22px;
	line-height:32px;
	color:#434343;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
}
.cnl-border-right{
	border-right:2px solid #f7f7f7;
	
}
.chl-border-bottom{
	border-bottom:2px solid #f7f7f7 !important;
}
.program-sec{
	text-align:left;
	padding:20px 0px;
	min-height:225px;
}
.program-sec .pro-sec-icon{
	width:30px;
	height:30px;
	margin:0;
}
.program-sec .pro-sec-icon img{
	max-width:100%;
}
.program-sec h5{
	color:#1b1b1b;
	font-size:15px !important;
	line-height:25px !important;
	text-transform:capitalize;
	padding:6px 0 !important;
	font-weight:600;
	
}
.program-sec p{
	font-size:14px !important;
	line-height:22px !important;
	color:#686868 !important;
	font-weight:500;
	padding-bottom:0 !important;
}
.pro-padding{
	padding:20px 15px !important;
}
.channel-partner-sec-right{
	padding:50px 30px 0;
}
.channel-partner-sec-right img{
	max-width:100%;
}
.channel-training-sec{
	
}
.channel-content{
	background:#F7F7F7 !important;
	padding:60px 0px;
}
.pro-section-right{
	padding-top:30px;
}
.pro-section-right h2{
	font-size:20px;
	line-height:28px;
	font-weight:700;
	color:#424242;
	font-family: 'Poppins', sans-serif;
}
.channel-list{
	padding:20px 30px;
}
.channel-list h4{
	color:#424242;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	font-family: 'Poppins', sans-serif;
}
.channel-list ul {
	margin-left:20px !important;
}
.channel-list ul li{
	font-size:14px;
	line-height:25px;
	color:#424242 !important;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	text-indent:20px;
}
.pro-section-right h3{
	font-size:16px;
	line-height:26px;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	color:#424242 !important;
	letter-spacing:1.3px;
}
.list-padding-chl{
	margin-top:20px;
}
.content-bar-bottom{
	padding-bottom:0;
}
.channel-content-form{
	background:#fecb0e;
	padding:30px 0px 5px;
}
.along-heading h3{
	font-size:30px;
	line-height:40px; 
	color:#1f1e23;
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	letter-spacing:1.3px;
	margin-bottom:4px !important;
}
.along-heading p{
	font-size:13px;
	line-height:22px;
	color:#FFF; 
	font-weight:400;
	font-family: 'Poppins', sans-serif;
}
.form-group .chl-form-detail{
	border-radius:6px !important;
	border:none;
	background:#FFF !important;
	height:32px !important;
}
.form-group .form-control,.chl-form-detail:focus {
    box-shadow: none;
    border-color: #ddd;
    border-right:none !important;background:#FFF !important;
	
}
.channel-submit{
	background:#2f3241;
	color:#FFF !important;
	font-size:13px !important;
	text-transform:uppercase !important;
	line-height:20px;
	padding:5px 10px;
	width:100%;
	text-align:center;
}
.chl-form .form-group{
	margin-bottom:15px !important;
}
.chl-sec-padding{
	margin-bottom:60px;
}
/* End of Channel Partners */
/* Start Jammu and kashmir */
.jk-heading{
	padding:15px 0 5px;
}
.jk-heading h2{
	font-size: 22px;
    line-height: 32px;
    color: #2d2d2d;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.jk-heading h2:after{
	position:absolute;
	content:"";
	background:#fb7c00;
	width:100px;
	height:3px;
	top:40px;
	left:0;
}
.jk-development-gape{
	padding:20px 0 40px;
}
.jk-content h1{
	font-size: 24px;
    line-height: 32px;
    color: #2d2d2d;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.jk-content h1:after {
    position: absolute;
    content: "";
    background: #fb7c00;
    width: 100px;
    height: 3px;
    top: 70px;
    left: 0;
}
.jk-content p{
	font-size: 16px !important;
    line-height: 26px !important;
    color: #686868 !important;
    font-weight: 600;
    padding: 10px 20px 20px 0 !important;
}
.jk-content p .jk-link{
	color:#fb7c00 !important;
}
.jk-main-heading{
	text-align:center;
	padding:40px 0 20px;
}
.jk-main-heading h1{
	font-size:28px !important;
	line-height:38px !important;
	font-weight:700;
	color:#2688d5;
	position: relative;
    font-family: 'Poppins', sans-serif;
}
.jk-images-sec img{
	max-width:100%;
}
.jk-services-sec{
	padding:50px 0;
	background:#F7F7F7;
}
.jk-services{
	text-align:center;
	position:relative;
}
.jk-services h2{
	font-size:24px;
	line-height:32px;
	font-weight:600;
	font-family: 'Poppins', sans-serif;
	color:#e22e91;
	text-transform:capitalize;
}
.jk-service-tab{
	text-align:left;
	padding:20px 0 0px;
}
.jk-services-block{
	text-align:left;
	padding:30px 15px;
}
.jk-services-block p{
	font-size:16px;
	line-height:24px;
	color:#686868;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
}
.jk-service-outer{
	margin:0 20px;
}
.jk-service-tab h2{
	font-size:16px !important;
	line-height:24px !important;
	margin-bottom:0px !important;
	font-weight:600;
}
.website-port-container{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.website-pics-block{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.website-screenshots-back{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000;
	z-index:2;
	opacity:0.3;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.website-screenshots img{
	max-width:100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.website-logo{
	background: transparent;
	width:100%;
	position:absolute;
	z-index:3;
	bottom:0px;
	top:0px;
	left:0px;
	right:0px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity:1
}
.website-logo img{
	position:absolute;
	top:50%;
	left:50%;
	max-width:50%;
	margin-right:-50%;
	-webkit-transform:translate(-50%, -50%);
	-mox-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.website-port-container:hover .website-screenshots-back {
	opacity: 0.5;
}
.website-port-container:hover .website-screenshots img {
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
	transform:scale(1.2);
}
.website-port-container:hover .website-logo img {
	-webkit-transform:translate(-50%, -60%);
	-mox-transform:translate(-50%, -60%);
	transform:translate(-50%, -60%);
}
/* Date 29-08-2019 */
figure.website-port-container2 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background: #000000;
}
figure.website-port-container2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.website-port-container2 > img {
  opacity: 1;
  width: 100%;
  filter: blur(0px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
figure.website-port-container2 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.website-port-container2 figcaption h2 {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 1em;
  bottom: 50%;
  right: 30px;
  left: 30px;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
  background-color: #000000;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
figure.website-port-container2 figcaption h2 span {
  font-weight: 800;
}
figure.website-port-container2 figcaption .image {
  position: absolute;
  bottom: 10%;
  top: 15%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
}
figure.website-port-container2 figcaption .image img {
  border-radius: 0 0 5px 5px;
  display: inline-block;
  position: absolute;
  max-height: 100%;
  max-width: 70%;
  width: auto;
  left: 50%;
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.85); */
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out,-moz-transform 0.5s ease-in-out,-o-transform 0.5s ease-in-out,transform 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
figure.website-port-container2 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.website-port-container2:hover > img,
figure.website-port-container2.hover > img {
  opacity: 1.0;
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.website-port-container2:hover figcaption h2,
figure.website-port-container2.hover figcaption h2 {
  bottom: 65%;
}
figure.website-port-container2:hover figcaption .image img,
figure.website-port-container2.hover figcaption .image img {
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
figure.website-port-container2:hover figcaption::before,
figure.website-port-container2.hover figcaption::before {
  opacity: 0.9;
}

/* Date 31-08-2019 */
.portfolio-sec{
	padding:50px 0;
}
.website-categ{
	text-align:center;
	padding:20px;
}
.website-categ .site-nav ul {
    list-style: none;
    margin: auto!important;
    display: table;
}
.website-categ .site-nav ul li {
    float: left;
    margin: 0px 15px 0px 0px!important;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0px;
    color: #242424;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border: 1px solid #999;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.website-categ .site-nav ul  li.active,.website-categ .site-nav ul  li:hover {
    border-color: #fb7c00;
	border-radius:20px;
}
.website-categ .site-nav ul  li.active a, .website-categ .site-nav ul  li:hover a{
	color:#fb7c00 !important;
	font-weight:400;
}
.website-categ .site-nav ul a {
    font-size: 14px;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1px;
    color: #242424 !important;
	text-align:center;
	padding:0 20px !important;
}
.website-portfolio-sub-container{
	position:relative;
	display:block;
}
.website-portfolio-sub-container img{
	max-width:100%;
}
.website-portfolio-container .website-type-block{
	background:#c29f75;
	margin:10px 0 20px;
	padding:3px 12px;
	color:#FFF;
	font-size:14px;
	line-height:22px;
	font-weight:600;
	display:table;
	min-width:60px;
	text-align:center;
}
.website-portfolio-container .website-title{
	font-size:18px !important;
	color:#232323;
	line-height:24px !important;
	font-weight:600;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif!important;
	margin-bottom:0px !important;
}
.website-portfolio-container .website-sub-title h5{
	font-size:14px;
	line-height:22px;
	color:#a4a4a4 !important;
	margin-bottom:10px !important;
}
.website-portfolio-container .website-sub-title p{
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 0px;
    color: #565656;
}
.website-portfolio-container .website-share{
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
   	padding: 10px 0 !important;
    margin-top: 20px;
	width:100%;
	display:block;
	position:relative;
	height:55px;
}
.website-share .website-mbtn-block{
	float:left;
	width:60px;
	display:inline-block;
}
.website-share .website-mbtn-block .more-btn{
	color:#000000;
	font-size:14px;
	line-height:36px;
	font-weight:600;
	text-transform:uppercase;
	position:absolute;
	top:10px;
	left:0;
}
.website-sharebtn-block{
	float:right;
	width:calc(100% - 60px);
	position:absolute;
	top:10px;
	right:0;
}
.website-sharebtn-block .share-btn{
	float:right;
	color:#000 !important;
	font-size:12px;
	line-height:20px;
	font-weight:600;
	text-transform:uppercase;
	padding:5px 12px;
	border-radius:15px;
	background-color:#e8e8e8;
	min-width:100px;
	text-align:center;
}
.website-sharebtn-block .share-btn:hover{
	background-color:#000 !important;
	color:#e8e8e8 !important;
	webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.website-screen-block{
	padding:20px 0 40px;
}
.clear-fix{
	clear:both;
}
.product {
	margin: 0;
}
.product-container {
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-pic-container {
	width: 100%;
	height: auto;
	position:relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.product-back {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 50%;
    right: 0;
     background: #000; 
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.product-pic {
	width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.product-pic img {
	display: block;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.product-pic :hover img {
  filter: url(../design_img/website-screenshots/dream-kitchen-ss.html) no-repeat center center #333;
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display:none
}
.product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}
.product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.discount {
	background:#ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display:none
}
.product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top:-35px;
	margin-left:-25px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}
.product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 40px;
	height: 40px;
	margin:1px 0px;
	display: block;
	float:left;
	text-align: center;
	padding-top: 6px;
	text-transform: uppercase;
	border-radius:100%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position:relative
}
.product-btn a.cart {
	background: #305b84;
	top:30px;
	opacity:0;
}
.product-btn a.view {
	background: #bb237a;
	bottom:40px;
	opacity:0;
}
.product-btn a.view  img{
	max-width:40%;
}
.product-btn a.cart img{
	max-width:40%;
}
.product-btn a:hover {
	background: #333;
	color:#333!important
}

.product-container:hover .product-back {
	visibility:visible;
	opacity: 0.2;
	top: 0;
	bottom: 0%;
}
.product-container:hover .product-btn a.cart {
	top:0;
	opacity:1;
}
.product-container:hover .product-btn a.view {
	bottom:0;
	opacity:1;
}
/* Channel Partners Aspx Page start Here */
.channel-partner-form .form-control {
    box-shadow: none;
    padding: 5px 10px;
    border-radius: 6px !important;
    border: none;
    background-color: #FFF !important;
    height: 32px !important;
}
.channel-partner-form .form-group {
    margin-bottom: 3px !important;
}
.channel-partner-form .chl-submit{
	background: #2f3241;
    color: #FFF !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}
.channel-form-block,.jammu-form-block{
	height:110px;
	width:100%;
	position:relative;
}

/*********************************************************************************
footer styles
***************/
footer {
	position:fixed;
	width:100%;
	z-index:0;
	bottom:0
}
footer .footer-bar {
	overflow:hidden;
	padding:60px 0 60px 0!important;
	background:url(../design_img/footer.jpg) top center;
	background-size:cover;
}
.footer-bar img {
	max-width:100%;
}
.footer-bar p {
	font-size:13px!important;
	line-height:20px;
}
.footer-bar h4 {
	font-family: 'Teko', sans-serif!important;
	font-weight:300;
	color:#fff;
	font-size:25px;
	text-transform:capitalize;
	margin-bottom:8px!important;
}
.footer-bar h4:after {
	content:'';
	border-bottom:1px solid #fff;
	display:block;
	margin-top:10px;
	width:50px;
}
/*iso details*/
.footer-bar .iso-logo {
	margin-bottom:20px;
}
.footer-bar .iso-title {
	font-weight:300;
	color:#fff;
	line-height:25px;
	margin-bottom:30px!important
}
.footer-bar .iso-title span {
	font-size:15px;
	font-weight:300!important
}
/*contact nav */
footer .cont-nav ul {
	list-style:none;
	margin-bottom:20px!important;
}
footer .cont-nav ul li {
	line-height:26px;
}
footer .cont-nav ul a {
	display:block;
	color:#ccc!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
footer .cont-nav ul a .fa {
	color:#ccc;
}
footer .cont-nav ul a:hover {
	color:#ffba14!important;
}
/* footer site nav*/
footer .site-nav {
	margin-bottom:10px;
}
footer .site-nav ul {
	list-style:none;
}
footer .site-nav ul li {
	color:#ccc!important;
	line-height:26px;
}
footer .site-nav ul li a {
	display:block;
	color:#ccc!important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.footer-bar .site-nav ul li a:hover {
	color:#ffba14!important;
}
/*social links*/
footer .social-nav ul {
	list-style:none;
	padding:0px!important;
	float:left;
}
footer .social-nav li {
	float:left;
	line-height:35px;
	margin-right:5px!important
}
footer .social-nav li:first-child {
	margin-top:0px!important;
}
footer .social-nav li a {
	border:0!important;
	padding:0!important
}
footer .social-nav li a .fa {
	color:#999!important;
	width:35px;
	height:35px;
	line-height:35px;
	border:1px dotted #999;
	text-align:center;
	border-radius:100%;
	vertical-align:middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
footer .social-nav li a:hover .fa {
	color:#ffba14!important;
}
/*footer bar bottom*/
footer .footer-bar-bottom {
	padding:10px 0!important;
	overflow:hidden;
	background:#555;
}
footer .copy {
	text-align:center;
	margin-bottom:0px!important;
	color:#ddd;
	padding:10px 0!important
}
footer .copy span {
	color:#ddd;
}
/* top and down button*/
#goTop {
	border: 1px solid #eee;
	border-radius:100%;
	width:40px;
	height:40px;
	line-height:45px;
	text-align:center;
	position: fixed;
	bottom: 21px;
	right:  20px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #333!important;
	font-weight: bold;
	background: #eee;
	z-index:999;
}
#goTop:hover {
}
/* jump*/
@-webkit-keyframes jump {
 0%, 100% {
 top: 0
}
 25% {
 top: 10px
}
 75% {
 top: -10px
}
}
@keyframes jump {
 0%, 100% {
 top: 0
}
 25% {
 top: 10px
}
 75% {
 top: -10px
}
}
