/*********************************************************************************
common styles
***************/
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Grand+Hotel|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
 
body {
	background:#fff!important;
	color:#333!important;
	/*font-family: 'MyriadProBlack', sans-serif;*/
    font-family: 'Dosis', sans-serif;	 
	font-size:14px;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin:0px;
	padding:0px;
     font-family: 'Dosis', sans-serif;
}
a {
	color:#333!important;
	cursor:pointer;
	text-decoration:none!important;
     
}
a:active {
	box-shadow:none!important;
}
p {
	line-height:28px;
	margin-bottom:10px;
	font-size:18px;
     font-family: 'Dosis', sans-serif;
}
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 {

}
.text-yellow {
	color:#ffe114
}
.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 {
}
header .top-bar {
	 height:auto;
	padding: 5px 0;
background: #008ac3; 
}
/* top-nav */
.top-nav {
	list-style:none;
	float:left;
 
}
.top-nav.user-nav {
	float:right!important;
}
.top-nav.m-top-nav {
	display:none;
	float:left
}
.top-nav li {
	float:left;
	color:#333!important;
	border-right:1px solid #fff;
	position:relative;
	padding: 0 10px !important;
	line-height: 1;
    
}
.top-nav li a {
	display:block;
	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;
    font-weight:500;
    font-size:14px;
    line-height:24px;
}
.top-nav li a img {
    width:auto;
    height:18px;
    vertical-align:middle;
}
.top-nav li a.blink {
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	-ms-transition: inherit;
	transition: inherit;
}
.top-nav li a.top-nav-open {
	padding:5px 10px !important;
	border:1px solid #ccc;
}
.top-nav li a.top-nav-open:before {
	content: "\f0c9";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome!important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.top-nav li a.top-nav-close {
	padding:5px 10px !important;
	border:1px solid #ccc;
}
.top-nav li a.top-nav-close:before {
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.top-nav li a .fa {
/*font-size:15px;
	margin-right:5px;*/
}
.top-nav li a:hover {
	color:#000!important;
}


.top-nav li:last-child {
	border-right:none;
}
 
.top-nav li:first-child a {
	padding-left:0px;
}
.top-nav li:last-child a {
	padding-right:0px;
}
.top-nav .top-nav-level-2 {
	position:absolute;
	right:0;
	top:40px;
	z-index: 1;
	list-style: none;
	background:#fff;
	border:1px solid #eee;
	border-top:0;
	opacity: 0;
	visibility:hidden;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
/*logo bar*/
header .logo-bar {
	background:transparent;
	padding:0px 0;
	/*position:fixed;*/
	width:100%;
	top:0px;
	z-index:111;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
    -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 .coffee {
    padding:12px 20px;
    border-radius:50px;
    text-align:center;
    display: block;
    color:#fff !important;
    background:#ff8d13;
    margin:auto;
    -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);
    margin-top: 20px;
    font-size:16px;
    font-weight:600;
}
header .logo-bar .coffee:hover {
    background:#333;
    color:#fff;
}
/**/
header .logo-bar-fixed {
	padding:0px 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);
    position: fixed;
}
header .logo-bar-fixed .logo {
	 
     
}
header .logo-bar-fixed .logo-mb{
    display:block; 
	background-position: 0px 0px;
	 
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;    
    animation: bounceInUp 2s; 
}
header .logo-bar-fixed .top-bar {
    display:none;
}
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:#21c87a !important;
}
/**/
header .logo {
	display:block;
	float:left;
   -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin-top: 2px;
}
header .logo img {
	max-width:100%;
}
.logo-mb {
    display:none;
}
header .logo-mb img {
	max-width:100%;
}
/* nav bar */
header .nav-bar {
}
/*site nav*/
header .site-nav {
	/*margin: 15px auto;*/
	float:right;
	-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(/Content/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: 'Dosis', sans-serif;
	font-weight: 800; 
}
.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: #fff url(/Content/design_img/welcome_bg.jpg); 
	padding:100px 0!important;
	position:relative;
	z-index:1;
    animation: fadeInUp 1.5s;
    /*background:url(../design_img/wc-bg.jpg) no-repeat bottom;*/
}
.cursive-font {
    font-family: 'Tangerine_Regular', cursive !important;
    text-align: center;
    font-size: 50px;
}
.home-abt-bar h4 {
    font-size: 36px;
    text-align: center;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom:30px !important;
        font-family: 'Dosis', sans-serif;
}
.home-abt-bar h4 img {
    margin-top:20px;
}
.home-abt-bar p {
    font-size: 17px !important;
    font-weight: 500;
    color: #4b4b4b; 
    line-height: 28px;
    margin-bottom: 30px !important;
    font-family: 'Dosis', sans-serif;
}
 
 
.home-abt-bar .btn-more {
	width: 150px;
	color: #666 !important;
	border:1px solid #666;
	border-radius: 50px !important;
	margin: 25px 0  ;
	padding: 10px 10px 12px 10px;
	display: block !important;
	font-size:15px;
    text-align:center; 
}
.home-abt-bar .btn-more:hover {
	background:#666!important;
	color:#fff!important
}
.our-feature {
    /*background-color: #222c35;*/
    color: #999;
    padding:100px 0 100px;
     animation: bounceInUp 2s;
    position:relative;
   background: url(/Content/design_img/our-production-bg.png) ; 
   background-size: 100px;
}
.our-feature p.pcontent{
    font-size: 18px !important;
    font-weight: 500;
    color: #4b4b4b;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 30px !important;
    font-family: 'Dosis', sans-serif;
}
 
.icon-box p{color:#fff;}
.our-feature .icon-box {
    padding:10px;
    margin-bottom:25px;
}
.our-feature .icon-box img {
    margin-bottom:15px;
}
.our-feature .icon-box h5{
    font-size:20px;
     color:#fff;
     line-height: 30px;
     font-weight:400;
     margin-bottom:10px !important;
}
.our-products {
    padding:100px 0 100px; 
    background-color: #f5f5f5 !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: contain !important;
}
.main-head { 
    text-align: center;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 30px !important;
    font-family: 'Dosis', sans-serif;
    font-size:32px;
}
.main-head img {
    margin-top: 20px;
}
.top_head h3 {
    font-size: 36px;
    text-align: center;
   font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 30px !important;
    font-family: 'Dosis', sans-serif;
}
.top_head h3 img {
    margin-top: 20px;
} 
.item-box {
    animation: bounceInUp 2s;
    padding: 15px 0 20px; 
margin: 0; 
position: relative;
} 

.slide_box {  
    box-shadow: 0 5px 15px rgba(0,0,0,0.38);
    /*min-height: 430px;*/
    background: #fff;
    text-align: center;
    padding: 15px 20px 30px; 
    border-bottom: 3px solid transparent;
}
.item-box:hover .slide_box {   
   border-bottom: 3px solid #21c87a;
}
.item-box:hover .slide_box h4 {   
   color: #21c87a;
}
.item-box:hover .slide_box:hover img {
    transform: scale(1.1);
}
.item-box:hover .slide_box img {
   
    transition: all 1s ease-in; 
}
    .slide_box h4 {
        margin-top: 15px !important;
        font-size:14px;
        line-height: 24px;
        overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
    }
.our_client {
	padding-top:70px;
	padding-bottom:100px;
	overflow: hidden;
}
.our_client .item {
    margin:0 5px;
     border:1px solid #ddd;
     overflow:hidden;
}
.our_client .item-container {
    padding:10px; 
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 0px !important;
    box-shadow:none !important;
}
.our_client .item-container img {
 	transition: all 1s ease-in; 
	height: auto;
 }
.our_client .item:hover .item-container img {
 transform: scale(1.2);
}
/*********************************************************************************
offer bar start 
***************/
.offer-bar {
	/*background: url(../images/top_style_bg.jpg) no-repeat  center;
    padding:100px 0;
    position:relative;   
    background-attachment:fixed;*/
   
}
.offer-bar img {
	max-width:100%;
}
.offer-bar .offer {
	margin-bottom:20px;
    -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);
    border:1px solid #ddd;
}
.offer-bar .offer a {
	display: block;
	overflow: hidden;
	position:relative;
}
.offer-bar .offer a:before {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	width: 100%!important;
	height: 100%;
	left: 0px;
	opacity: 0;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transform: scale(0.5) rotateY(90deg);
	background-image: url(../design_img/plus-img.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
}
.offer-bar .offer a:hover:before {
	visibility: visible;
	opacity: 0.4;
	transform: scale(1) rotateY(0deg);
}
    .offer-bar h4 {
        color: #333 !important;
        font-weight: 600; 
        text-align: center;  
        margin: 10px auto 25px !important;
       font-size:16px;
       padding-bottom:8px !important;
    }
.tr-sheet {
    border-bottom:1px solid #ddd;
    padding:10px 0;
    margin-bottom:20px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
}
/*********************************************************************************
offer bar end  product product bar start
***************/
.custom-form-head {
    background: #fff;
    padding: 10px 10px 10px 10px !important;
    color: #444;
    margin: 10px 0 25px !important;
    font-weight: 600;
    border-left: 10px solid #e35515;
    font-size: 16px !important;
}
.our-team-main
{
	width:100%;
	height:200px; 
	background:#fff;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	position:relative;
	transition:0.5s;
	margin-bottom:28px;
    animation: zoomIn 3s !important;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    border:1px solid #ddd;
    padding:20px;
} 
.our-team-main img
{
	border-radius:50%;
	margin-bottom:20px;
	width: 90px;
} 
.our-team-main h3
{
	font-size: 16px;
    font-weight: 500;
    color: #00abff;
} 
.our-team-main p
{
	margin-bottom:0;
} 
.our-team-main:hover
{
	box-shadow: 0 1px 14px rgba(255, 74, 124, 0.4);
	transition:0.5s;
}
 
/*our-team-main*/






/*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
}
.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
}
.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:#000;
}
.testimonial-bar .testimonial-head { 
	color:#2587d4;
	text-align:center;
}
.testimonial-bar .main-head {
	 color:#fff;
}
.testimonial-bar .testimonial {
	max-width:800px;
	margin: 25px auto;
	padding:20px ;
	webkit-box-shadow: inherit;
	moz-box-shadow: inherit;
	box-shadow: inherit;
	position:relative; 
    border-radius:10px;
} 
.testimonial-bar .writer-pic {
	background:#eee; 
	border-radius:100%;
	width:100px;
	height:100px;   
	top:25px;
	margin:0 auto 25px;
}
.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:#fff;
	margin:0px 0 20px 0!important;
	text-align:center;

}
.testimonial-bar .writer {
	font-weight:bold;
	text-align:center;
	color:#2587d4; font-size:18px!important;
}
 
.testimonial-bar .writer-info {
	font-weight:normal;font-size:14px!important;color:#999;
}
.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:0px solid #fb7c00;
     height:200px;
     overflow:hidden;
}
.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:50%; margin-bottom:-50%; 
	 webkit-transform: translateY(-50%);
	 ms-transform: translateY(-50%);
	transform: translate(-50%, -50%);
	
} 

.page-banner .banner-head h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	text-align:center!important;
    font-family: 'Dosis', sans-serif;
}
.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;
}
.client-sec {
    text-align: center;
    margin-bottom: 35px;
    border: 1px solid #ddd;
    padding: 15px;
}
 /*contact bar */
.contact-bar {
 
} 
 
.contact-bar p.text {
	margin-bottom: 25px !important;
}
.contact-bar .inner-box {
	position:relative;
	text-align:center;
}
.contact-bar .contact-info {
	position:relative;
	margin-bottom:10px;
	clear: both;
	display: table;
	width: 100%;
	border-bottom: 1px dashed #ddd;
}
.contact-bar .inner-box .icon-box-1 {
	position: relative;
	width: 60px !important;
	height: 60px !important;
	color: #010044;
	font-size: 18px;
	line-height:60px;
	border-radius: 100%;
	margin: 0 0px 5px 0;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	float: left;
}
.contact-bar .inner-box .text {
	position:relative;
	color:#555555;
	font-size:14px;
	padding-top:5px;
	text-align:left;
	line-height: 26px;float: right;
width: 83%;
}
.contact-bar .inner-box .text h4 {
	font-weight: 600;
	font-size: 20px;
    color: #000;
    margin-bottom: 10px !important;
    font-family: 'Dosis', sans-serif;
}
.contact-bar .inner-box .text a {
	color:#555;
}
.contact-bar .inner-box:hover .icon-box-1 {
	color:#ffffff;
	border-color: #005d7b;
	background-color: #005d7b;
}
.contact-bar .form-group {
	position: relative;
	margin-bottom:10px;padding-top: 5px;    
}
 .contact-bar .form-group .form-control {
     height: 50px;
 }
  .contact-bar .form-group textarea.form-control {
     height: 150px;
 }
.contact-bar .input-group-addon {
	border-radius:0px;
	background: #fff;
	border-color: #ececec;
	border-bottom-color:#ddd!important;
	width: 42px;
}
.contact-bar .input-group {
	width: 100%;
}
.contact-bar input[type="text"], .contact-bar input[type="email"], .contact-bar input[type="password"], .contact-bar select, .contact-bar textarea {
	display:block;
	width:100%;
	color:#333333;
	font-size:14px;
	padding:15px 20px;
	background:#ffffff;
	border:1px solid #ececec!important;
	border-bottom-color:#ddd!important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
 
.contact-bar textarea {
	height:160px;
	resize:none;
	padding:12px 21px!important;
}
.contact-bar button { 
	margin-top:10px;
	text-transform:capitalize;
}
.btn-sub, .btn-cancel {
	display: inline-block;
	color: #fff !important;
    position: relative;
    padding: 15px 40px !important;
    line-height: 24px; 
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px 0px 10px 0px !important;
    background: #ff9900;
    text-transform: uppercase;
}
.btn-sub:hover, .btn-cancel:hover { 
	margin-right:5px!important;
}
.btn-cancel {
	background: #ff5d05;
}
/**/
.map {
	background: #f9f9f9;
	/*border-top: 5px solid #ff8500 ;*/
}
.map .main-head {
	text-align: center;
	text-transform: none;
}
.map .main-head span.brdr {
	 
	margin: 15px auto;
}
.form-bar {
    background:#f9f9f9;
    padding-top:100px;
    padding-bottom:100px;
}
/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:20px;	
}
.sec-title .title{
	position:relative;
	color:#555555;
	font-size: 15px;
	margin-bottom: 10px; 
} 
.sec-title h2{
	position:relative;
	font-size:24px;
	color:#333 ;
	font-weight:800;
	line-height:24px;
	padding-bottom: 10px;
	text-transform: uppercase; 
    font-family: 'Dosis', sans-serif;
    padding-bottom: 10px !important;
}

.colorborder {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 50%;
    margin: 10px 0;
}

.colorborder::after {
    background: #ff8d13    none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0%;
    position: absolute; 
    width: 60px;
    top: -1px;
}


/*items*/
.item {
	margin:0 8px;
}
.item-container {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
    margin-bottom:25px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
padding-bottom: 10px;
background:#fff;
}
.item-pic-container {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	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;
	background: #fff;
}
.item-back {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 0;
	opacity: 0.5;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
}
.item-pic {
	border: 1px solid #eee;
}
.item-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;
}
/*.item-container:hover .item-pic img {
    transform: scale(1.1);
}*/
 
.item-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #0095bc;
	display:none
}
.item-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}
.item-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #0095bc;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.discount {
	background: #ff5b02;
	color: #fff;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
	text-align: center;
	line-height: 15px;
	border-radius: 100%;
	padding-top: 10px;
	font-size: 14px;
}
.item-btn {
	width: 110px;
	height: 50px;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	margin-top:-25px;
	margin-left:-50px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.item-btn a {
	background: #fff;
	font-size: 16px; 
	width: 50px;
	height: 50px;
	display: block;
	float:left;
	margin-right:5px;
	text-align: center;
	padding-top: 14px;
	border-radius:100%;
	text-transform: uppercase;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}
 
.item-btn a.cart {
	color:#dab24b!important;
}
.item-btn a.view {color:#000!important;
}
.item-btn a:hover {
	color:#333 !important
}
.item-name {
 	margin:10px 0 15px!important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%; 
    text-align: center;
     font-weight: 700;
    font-size: 18px;  
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}
.item-name a {
	 
}
.item-price {
	text-transform:capitalize;text-align: center;
	margin:5px 0!important;
	font-size: 15px;
}
.item-price .price-before {
	color:#999999;
	text-decoration:line-through;
}
.item-price .price-now {
	font-weight:600;
	color:#48b720;
	margin:0 5px;
}
.item-price .price-bv {
}
.item-container:hover .item-back {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}
.item-container:hover .item-btn {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
	visibility:visible;
	opacity:1;
}
/*product details bar*/
.product-detail-bar {
	position:relative;
	
}
.product-bar .item{
    margin:0;
}
.product-detail-bar .pr-pic{  
border: 1px solid #eee;
box-shadow: 0px 0px 30px #eee;
max-width: 100%;
    margin-bottom: 35px;
}
.productcode{
        text-align: center;
    color: #008bc6;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Dosis', sans-serif;
    font-size: 14px;
}
.product-detail-bar h2 {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px !important;
    color: #000;
    margin-bottom:15px !important;
    font-weight:600;
    font-family: 'Dosis', sans-serif;
}
.des {
	text-align:left;
}
.des h3 {
	font-size: 16px;
	padding:10px 12px !important;
	margin-bottom: 10px !important;
	text-align: left;
    background:#ddd;
}
.des h4 {
	font-size: 16px;
	margin-bottom: 10px !important;
	color: #000;
	text-align: left;
}
.des p strong {
	font-weight: 500;
	color: #000;
}
.btn-download {
    background:#e35515;
    color:#fff !important;
}

#myModal4{
position: fixed;
    z-index: 10000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.7);

}
#myModal4 .close
{
        color: white !important;
    position: absolute;
    top: 0px;
right: 0px;
font-size: 36px;
font-weight: 300;
opacity: 1 !important;
background: #000;
width: 46px;
text-align: center;
height: 46px;
line-height:40px;
}
#myModal4 .modal-content
{
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 30%;
    max-height: 500px;
    overflow: auto;
    
}
#myModal4 .modal-header
{
        background-color: #fa5900  !important;
    padding: 10px 10px !important;
    color: white !important;
}
#myModal4 .modal-body
{
    
}
#myModal4 .modal-footer
{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    
}


/**/
.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;
} 
/**/
.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-size:14px;
	position:relative;
	margin-bottom:10px !important;
	vertical-align:top;
}
ul.mylist-icon li:before {  
	font: normal normal normal 14px/1 FontAwesome;
	margin-right:8px;
	margin-left:-35px;  
	font-weight: 100;
	font-size: 14px;
	color: #fb7c00;
	top: 0;
	left: 0; 
	line-height: 26px;
	content: '\f178'; 
	border-radius: 4px; 
	vertical-align:baseline; 
}

/*********************************************************************************
default form styles start
***************/
 .form-group label {
	font-weight:normal;
}
.form-group .form-control {
	border-radius:0!important;
	box-shadow:none;
    height:50px;
}
textarea.form-control {
	height:100px !important;
}
.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:#03adcb;
}

/***/
.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;
}

/****/
.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;
}
/*********************************************************************************
footer styles
***************/
footer {
	 background:#333;
}
footer .footer-bar {
	overflow:hidden;
	padding:60px 0 60px 0!important;
	 background:#008ac3;
	background-size:cover;	
}
.footer-bar img {
	max-width:100%;
	
}
.footer-bar p {
	font-size:13px!important;
	line-height:20px;
}
.footer-bar h4 { 
	font-weight:500;
	color:#fff;
	font-size:18px;
	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;
    width: 20px;
font-size: 18px;
text-align: center;
margin-bottom: 10px;
}
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:#111;
}
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, #goDown {
	border-radius:0%;
	width:40px;
	height:40px;
	line-height:45px;
	text-align:center;
	position: fixed;    
	bottom: 40px;
	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: #fff!important;
	font-weight: bold;
	background: #21c87a;
	z-index:99999;
}
#goTop:hover, #goDown:hover {
	background:#47c7f5;
	color:#fff!important;
}
/* 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
}
}

.ab-bot-le {
	text-align: center;
	padding-right: 30px
}

.ab-bot-le p {
	font-size: 15px;
	color: #4e5c80;
	line-height: 28px;
	letter-spacing: .5px;
	font-family: montserrat_alternatesmedium
}
.tab .nav-tabs {
    display: table;
    background: #fff;
    border-radius: 50px;
    border: none;
    box-shadow: 0 7px 25px 6px rgba(0, 22, 119, .1);
    padding: 6px !important;
       margin: 0 auto 30px !important;
} 

.tab .nav-tabs li {
	float: none;
	display: inline-block;
	position: relative
}

.tab .nav-tabs li a {
	font-size: 18px;
	background: 0 0;
	color: #010101;
	border: none;
	padding: 10px 35px;
	border-radius: 50px;
	transition: all .5s ease 0s
}

.tab .nav-tabs li a:hover {
	background: #008bc6;
	color: #fff !important;
	border: none
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li.active a:focus,
.tab .nav-tabs li.active a:hover {
	border: none;
	background: #008bc6;
	color: #fff !important
}

.tab .tab-content {
	font-size: 14px;
	color: #686868;
	line-height: 25px;
	text-align: left;
	padding: 5px 20px
}
.info-section {
	overflow:hidden;
    background:#fff;
}
.info-section .block {
    padding-top: 0;
    padding: 90px 5%;
}
.info-section h6{
    font-size: 33px;
}
.info-section p{
    font-size: 18px !important;
    font-family: 'Dosis', sans-serif;
}
.light {
    background: #fff7ea;
}
 ul.social-link li a{
	display: inline-block;
}

 ul.social-link li{
	margin-top:10px;
	display:inline-block;
}

 ul.social-link li a {
  border: 1px solid #000;
  border-radius: 44px;
  font-size: 20px;
  height: 44px;
  width: 44px;
  position:relative;
  color: #000 !important;
}

 ul.social-link li a span{
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}

 ul.social-link li a:hover span {
  background: #82b440;
  border-radius:44px;
  height:44px;
  width:44px;
  border: 1px solid #82b440;
  height:44px;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
}
 ul.social-link li a i {
  height: 100%;
  left: 0;
  line-height: 42px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 10;
}

 ul.social-link li a :hover,  ul.social-link li a:focus{
	color:#fff;
	 border: none;
}


 .offcanvas-toggle2{display:none;}
.offcanvas-toggle{padding:12px 10px;background:transparent;border:0px;border-radius:0px;display:none;cursor:pointer;outline:none!important}
.offcanvas-toggle .icon-bar{background:#a74c22;display:block;width:22px;height:2px;border-radius:1px;transition:all .25s ease-in-out}
.offcanvas-toggle .icon-bar + .icon-bar{margin-top:4px;}
.offcanvas-toggle .icon-bar:nth-child(3){width:12px;}
.offcanvas-toggle:hover .icon-bar:nth-child(3){width:22px;}
.offcanvas-toggle.is-open .icon-bar:nth-child(1){-webkit-transform:rotate(45deg) translate(5px, 4px);transform:rotate(45deg) translate(5px, 4px)}.offcanvas-toggle.is-open .icon-bar:nth-child(2){opacity:0}.offcanvas-toggle.is-open .icon-bar:nth-child(3){width:22px;-webkit-transform:rotate(-45deg) translate(4px, -4px);transform:rotate(-45deg) translate(4px, -4px)}
div#offcanvas-overlay{position:fixed;display:none;height:100%;width:100%;top:0;left:0;cursor:pointer;background-color:rgba(0,0,0,.7);visibility:hidden;opacity:0;z-index:9;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:opacity .4s 0s,visibility 0s .4s;-moz-transition:opacity .4s 0s,visibility 0s .4s;transition:opacity .4s 0s,visibility 0s .4s}
.open-menu div#offcanvas-overlay{opacity:1;display:block;visibility:visible;-webkit-transition:opacity .4s 0s,visibility 0s 0s;-moz-transition:opacity .4s 0s,visibility 0s 0s;transition:opacity .4s 0s,visibility 0s 0s}
@media (max-width:1199.98px){
.offcanvas-toggle, .offcanvas-toggle2{display:inline-block}


.offcanvas-collapse, .offcanvas-collapse2{position:fixed;top:0;bottom:0;left:-250px;max-width:250px;width:100%;padding-right:0;padding-left:0;overflow-y:auto;visibility:hidden;background-color:#fff;transition-timing-function:ease-in-out;transition-duration:.3s;transition-property:left, visibility;z-index:9999;}
.offcanvas-collapse.open, .offcanvas-collapse2.open{left:0;visibility:visible;}
.offcanvas-toggle2 {cursor: pointer;box-shadow: 2px 2px 0px rgba(0,0,0,0.8);width:100%;margin-top:-15px;margin-bottom:30px}
}
@media (min-width: 1200px) {
  #sidebar{position:-webkit-sticky;position:sticky;top:80px;}
}
/* Sub Menu */
.submenu{padding:0;margin:0;list-style:none;}  
.submenu > li{padding:0px;margin:0 0 20px 0;background:#e7e7e7;border-radius: .25rem;}  
.submenu > li > a { color:#323232;display:table;width:100%;padding:10px;text-decoration:none;}
.submenu > li > a .menu-icon, .submenu > li > a h2 { display:table-cell;vertical-align:middle}
.submenu > li > a .menu-icon{width:70px;height:70px;line-height:70px;text-align:center;background:#fff;border-radius:50%;}
.submenu > li > a h2 {font-size:2.1rem;padding-left:10px;text-transform:uppercase;}
.submenu > li > a:hover, .submenu > li.active > a{color:#bc141a}
.list-submenu{padding:15px;margin:0;list-style:none;background:#fff;border:1px solid #e7e7e7;border-radius: .25rem;}
.list-submenu li a{color:#646464;text-decoration:none;position:relative;padding:5px 0 5px 10px;display:block} .list-submenu li a:hover{color:#bc141a}
.list-submenu li.active a{color:#bc141a}
.list-submenu li a:before{content:"\f0da";font-family:'FontAwesome';position:absolute;display:block;left:0;top:7px;font-size:13px;}
.product{
    margin-top:15px;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}
.resp-tab-item{
	color: #777;
	font-size: 0.8125em;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
    font-size:16px;
}
.resp-tab-item:hover {
	text-shadow: none;
	color: #000;
}
.resp-tab-active{
	background:#f6b923;
	text-shadow: none;
	color:#000;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#ff0d40;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#f6b923;
	text-shadow: none;
	color: #FFF;
}
.sap_tabs{
    margin-top:15px;
}
@media only screen and (max-width:480px) {
.sap_tabs{
	padding-top:0;
}

.resp-tabs-container {
  padding: 0;
  margin-top: 2em;
}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
ul.tab_list{
	list-style: none;
	padding:1em;
}
ul.tab_list li {
	margin-bottom: 10px;
}
ul.tab_list li a {
	color: #888;
	font-size: 0.8125em;
	line-height: 1.8em;
	vertical-align: top;
	text-decoration: none;
    font-size: 14px;
}
ul.tab_list li a:hover {
	color:#333;
}