/*********************************************************************************
common styles
***************/
@font-face {
	font-family: 'MyriadProBlack';
	src: url('../fonts/MyriadProBlack.html');
	src: url('../fonts/MyriadProBlack.html') format('embedded-opentype'), url('../fonts/MyriadProBlack-2.html#MyriadProBlack') format('svg');
}
body {
	background:#fff!important;
	color:#333!important;
	font-family: 'MyriadProBlack', sans-serif;	 
	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;
}
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: #f45719; 
}
/* 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 #999;
	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; 
	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;
    -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:#005d7b;
    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;
}
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 {
	background-position: -280px 0px;
     
}
header .logo-bar-fixed .logo-mb{
    display:block; 
	background-position: 0px 0px;
	width:110px;
	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;    
    animation: bounceInUp 2s; 
}
header .logo-bar-fixed .top-bar {
    display:none;
}
header .logo-bar-fixed .logo .logo-fixed {
    display:none
}
header .logo-bar-fixed .logo .header-fixed {
    display:block
}
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:#eb4e06 !important;
}
/**/
header .logo { 
    -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: 10px 0;
    display:block;
}
header .logo .logo-fixed {
    display:block
}
header .logo .header-fixed {
    display:none
}
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: 16px 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 h2{
	text-transform: uppercase;
	font-family: 'Teko', sans-serif!important;
	font-weight: 700;
	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:#fff;
	padding:100px 0!important;
	position:relative;
	z-index:1;
    animation: fadeInUp 1.5s;
    background:url(/Content/design_img/hbg.jpg)  bottom;
}
.home-abt-bar h4 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom:30px !important;
}
.home-abt-bar h4 img {
    margin-top:20px;
}
.home-abt-bar p {
    font-size: 14px !important;
    color: #333;
    line-height: 24px;
    vertical-align: top; 
    line-height: 24px; 
    text-align: center;
    padding:0 0px !important; 
}
 
 
.home-abt-bar .btn-more {
	width: 150px;
	color: #666 !important;
	border:1px solid #666;
	border-radius: 50px !important;
	margin: 25px auto;
	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: #fff;
    color: #000;
    padding:100px 0 100px;
     animation: bounceInUp 2s;
}
.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;
}

.main-head {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 30px !important;
}
.main-head img {
    margin-top: 20px;
}
.top_head h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 30px !important;
}
.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; 
} 

.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;*/
   background: #fff !important;
}
.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:#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: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;
}
.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;
}
.about-bar {
    padding: 100px 0;
}
 /*contact bar */
.contact-bar {
 padding: 100px 0;
} 
 
.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: 20px;
clear: both;
display: table;
width: 100%;
border-bottom: 1px dashed #ddd;
padding-bottom: 15px;
}
.contact-bar .inner-box .icon-box-1 {
	position: relative;
	width: 60px !important;
	height: 60px !important;
	color: #fff;
	font-size: 18px;
	line-height:60px;
	border-radius: 10px;
	margin: 0 0px 5px 0;
	border: 1px solid #f45719;
	background-color: #f45719;
	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;
    box-shadow: 0 5px 15px rgba(0,0,0,0.38);
}
.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: 16px;
    color: #000;
    margin-bottom: 10px !important;
}
.contact-bar .inner-box .text a {
	color:#555;
}
.contact-bar .inner-box:hover .icon-box-1 {
	color:#ffffff;
	border-color: #f45719;
	background-color: #f45719;
}
.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;
    box-shadow: 0 5px 15px rgba(0,0,0,0.38);
    border-radius:50px !important;
    background-color: #f45719;
}
.btn-sub, .btn-cancel {
	display: inline-block;
	color: #fff !important;
	text-align: center;
	border-radius: inherit !important;
	margin-right:5px;
	width:120px;
	padding: 15px 10px !important;
	font-size: 14px !important; 
  
}
.btn-sub:hover, .btn-cancel:hover {
	padding: 15px 10px !important;
	margin-right:5px!important;

}
.btn-cancel {
	  background-color: #f41919 !important;
}
/**/
.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:#f45719 ;
	font-weight:bold;
	line-height:24px;
	padding-bottom: 5px;
	text-transform: uppercase; 
}

.colorborder {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 100%;
    margin: 2px 0;
}

.colorborder::after {
    background: #005d7b    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;
}
.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-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: 50px;
	height: 50px;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	margin-top:-25px;
	margin-left:-25px;
	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:#43a81e!important;
}
.item-btn a:hover {
	color:#333 !important
}
.item-name {
	font-size:14px!important;
	margin:0!important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
	text-transform:capitalize;text-align: center;
    font-weight:500;
}
.item-name a {
	color:#e35515 !important;
}
.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-detail-bar .pr-pic{  
border: 1px solid #eee;
box-shadow: 0px 0px 30px #eee;
max-width: 100%;
}
.product-detail-bar h2 {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px !important;
    color: #e35515;
    margin-bottom:15px !important;
    font-weight:600;
}
.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: 500;
	color: #333;
	padding:3px 12px!important; 
	font-size:14px;
}
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;
}
.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:#ff3000;
}
footer .footer-bar {
	overflow:hidden;
	padding:60px 0 60px 0!important;
	 background-size:cover;	
     background:url(/Content/design_img/footer-bg.jpg) no-repeat;
}
.footer-bar img {
	max-width:100%; 
}
.footer-bar p {
	font-size:14px!important;
	line-height:26px;
    color:#fff;
}
.footer-bar h4 { 
	font-weight:500;
	color:#fff;
	font-size:18px;
	text-transform:capitalize;
	margin-bottom:20px!important;
}
.footer-bar h4:after {
	content:'';
	border-bottom:1px solid #fff;
	display:block;
	margin-top:10px;
	width:50px;
}
 .ft-border {
     margin-bottom:15px;
 }
/*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;
    position:relative;
    padding-left: 30px !important;
    margin-bottom: 20px !important;
}
footer .cont-nav ul a {
	display:block;
	color:#808287!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:300 !important; 
    line-height:30px !important;
}
footer .cont-nav ul a .fa {
	font-size: 18px;
color: #FFED00;
position: absolute;
left: 0;
top: 3px;
z-index: 0;
}
footer .cont-nav ul a:hover {
	color:#fff!important;
}
/* footer site nav*/
footer .site-nav {
	margin-bottom:10px;
}
footer .site-nav ul {
	list-style:none;
}
footer .site-nav ul li { 
	line-height:30px;
}
footer .site-nav ul 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:300;
}
.footer-bar .site-nav ul li a:hover {
	color:#ff8b00!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:#FFED00!important;
	width:35px;
	height:35px;
	line-height:35px;
	border:1px dotted #fff;
	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:#080300;
}
footer .copy {
	text-align:center;
	margin-bottom:0px!important;
	color:#ddd;
	padding:10px 0!important
}
footer .copy span {
	color:#ff8b00;
} 
/* 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: #ff2400;
	z-index:99999;
}
#goTop:hover, #goDown:hover {
	background:#000;
	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
}
}
@-webkit-keyframes floating {
 from {
-webkit-transform:translate(0, 0px)
}
 65% {
-webkit-transform:translate(0, 15px)
}
to {
	-webkit-transform:translate(0, 0px)
}
}
@-moz-keyframes floating {
 from {
-moz-transform:translate(0, 0px)
}
 65% {
-moz-transform:translate(0, 15px)
}
to {
	-moz-transform:translate(0, 0px)
}
}
.floating {
	-webkit-animation-name: floating;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-name: floating;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: ease-in-out;
} 



.pooja-box {
	background:#fff;
	border:1px solid #ff8905;
	 -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:10px!important; 
	box-shadow: 0px 0px 20px rgba(0,0,0,0.77);
    border-radius: 0 80px;
	overflow:hidden;
    position:relative;
    width:280px;
}
.pooja-box-2 { 
    border-radius: 80px 0;
}
 
.pooja-container {
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
}
.pooja-pic-container {
	width:100%;
	height:auto; 
	position:relative;
	overflow:hidden;
}
.pooja-pic-container img {
	 height:280px;
}
.pooja-back {
	position:absolute;
	top:-100%;
	left:0;
	bottom:0%;
	right:0;
	background:#ff8905;
	z-index: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;
	opacity:0.3;
	height:100%;
}
.pooja-btn {
	width:100%;
	height:auto;
	position:absolute;
	z-index:3;
	bottom: 100%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-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;
}
.item-btn p {
	font-size:12px;
	color:#fff!important;
	text-align:center;
	line-height:10px;
}
.pooja-box:hover .pooja-back {
	opacity: 0.6;
	top:0%;
}
.pooja-box:hover .pooja-btn {
	bottom:25%;
}
.pooja-name {
   position: relative;
font-size: 20px !important;
text-align: center;
color: #fff;
text-transform: uppercase;
}
.pooja-name .pooja-bt {
    display: block;
padding: 2px 5px;
background: #fc4b19;
text-align: center;
width: 120px;
margin: 10px auto;
font-size: 14px;
border-radius: 50px;
color: #fff !important;
}
.pooja-fixed-box {
    position:absolute;
    top:3%;
    right: 30%;
left: 30%;
max-width: 550px;
}
.pooja-main {
    height: 100vh;
    background-position:center !important;
background-size: cover !important;
background-attachment:fixed !important;
overflow:hidden;
}
/*---------puja services-----------*/
.heading2
{
    text-align: center;
    margin-bottom: 50px;
}
.heading2 h2
{
    font-size: 30px;
    font-family: Raleway-Bold;
}
.popular-puja-inner
{
    position: relative;
    text-align: center;
    border-radius:15px;
    overflow: hidden;
    margin-bottom: 10px;
}
.puja-overlay
{
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    background: #00000029;
    border-radius:15px;
}
.popular-puja-inner:hover .puja-overlay
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.puja-overlay h2
{
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0 !important;
    margin-top: 20px !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    border-bottom: none;
}
.popular-puja-inner:hover .puja-overlay h2
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.puja-overlay a
{
    color: #FFF !important;
    border: 1px solid white;
    padding: 15px 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0); 
    background: #00000082;
}
.popular-puja-inner:hover .puja-overlay a
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.view-more a
{
    display: block;
    width:150px;
    line-height: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    background:#d44040;
    margin:25px auto; 
    color:#fff !important;
    font-size: 14px;
    border-radius:50px;
}
.view-more a:hover
{
    color: #fff;
}
/*.puja-max-height
{
    max-height: 385px;
    overflow: hidden;
}*/

/*-----------puja services---------------*/
.puja-box
{
    
    margin-bottom: 20px;
    position: relative;
    min-height: 405px;
    overflow: hidden;
}
.puja-box-inner
{
    border: 1px solid #cccccc69;
    box-shadow: 0px 2px 5px #ccccccab;
    transition: .3s ease-in-out;
}
.puja-box-inner:hover
{
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.42);
    margin-top: -5px;
}
.puja-img-box
{
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
}
.puja-content-box
{
    margin-top: 10px;
    text-align: center;
    padding: 5px 15px;
}
.puja-content-box h4
{
   font-size: 20px; 
   color: #f45719;
   overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px !important;
    line-height: 30px;
}
.puja-content-box p
{
   font-size:14px !important;
   color: #333;
   text-align: left;
   height: 65px;
   overflow: hidden;
}
.puja-content-box h3
{
    font-size: 22px;
    color: #f45719; 
    margin-bottom: 10px !important;
}
.puja-content-box ul
{
    padding: 10px 0px !important;
}
.puja-content-box ul li
{
    display: inline-block;
}
.puja-content-box ul li a
{
    width: 200px;
line-height: 35px;
height: 35px;
display: block;
border: 1px solid #f45719;
border-radius: 50px;
text-align: center;
font-size: 14px;
color: #f45719; 
font-weight:500;
text-decoration: none;
}
.puja-content-box ul li a:hover
{
    background-color:#f45719;
    color: #fff !important; 
}
.kode-newsletters {
    background-image: url(../design_img/newsletter-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat; 
    width: 100%;
    padding: 50px 0px;
    background-color: #FF7900;
}
.section-content { 
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0px 100px;
}
.kode-newsletters .input-container {
    width: 65%;
    float: none;
    margin: 0px auto;
    position: relative;
    clear: both;
}
.kode-newsletters .input-container input[type="text"] {
    height: 65px;
    padding: 10px 20px;
    border: none;
    width: 100%;
}
.kode-newsletters .input-container button {
    position: absolute;
    right: 10px;
    top: 10px;
    bottom: 10px;
    padding: 9px 30px 10px 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #FF7900;
    border: 0;
border-radius: 2px;
}
.section-content h2 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 21px;
    line-height: normal;
    margin-top: -8px;
    color: #fff;
}
.kode-newsletters .section-content p {
    color: #fff;
}

 
 