a {
	outline-style:none!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a {
text-decoration: none;}

img {
	width: 100%;
}
.pro_image1{
	float:left;
	width:25%;
	height:250px;
	border-radius:3px;
	margin:5px 5px 5px 0px;
}

section {
	overflow: hidden;
}
select{
	-moz-appearance:none;
}
article{
	padding: 70px 0;
}
section ul,
section ol {
  padding: 1em 0 0;
  list-style-position: inside;
}
section ul li ul,
section ul li ol,
section ol li ul,
section ol li ol {
  padding: 0.5em 1em;
  list-style-position: inside;
}
strong{
	 -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.padding-top{
	padding-top: 70px;
}
.arrow-list ul li {
	background: url("../img/icon-arrow.png") no-repeat 0 8px;
}
.disc-list ul li {
	background: url("../img/icon-disc-small.png") no-repeat 0 8px;
}
.small-arrow-list ul li {
	background: url("../img/icon-arrow-small.png") no-repeat 0 8px;
}
.tick-list ul li {
	background: url("../img/icon-tick.png") no-repeat 0 8px;
}
.common-list,
.disc-list ul,
.arrow-list ul,
.small-arrow-list ul,
.tick-list ul {
	padding: 1em 0 0;
	list-style: none;
}
.arrow-list ul li,
.disc-list ul li,
.small-arrow-list ul li,
.tick-list ul li {
	padding: 0 0 0 1.5em;
}
section ul li {
	line-height: 27px;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.generic{
	padding: 1em 0 1em 0;
}
.panel-group .panel {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-group .panel+.panel {
	margin: 0;
}
.panel-group .panel-heading {
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border: none;
}
.panel-group .panel-body {
	background-color: transparent;
	border: 0;
	margin: 0 0 10px 0;
}
.panel-group .panel-title>a {
	border: 1px solid #e1e1e1;
	display: block;
	font-weight: 400;
	line-height: 28px;
	min-height: 48px;
	padding: 10px 10px 10px 30px;
	width: 100%;
	text-decoration:none;
}
.panel-group .panel-title>a i {
	float: right;
}

.btn {
	border-radius: 0;
	font-size: 0.875em;
	font-weight: bold;
	padding: 0.5em 2em;
	background:none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	float:right;
}
.btn:hover{
	background-color: #131313;
	border-color: #131313;
	border-color: #131313;
}
.btn:focus {
	outline: none;
}
.btn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	opacity: 0;
}
.btn.btn-bordered:hover,
.btn.btn-bordered.active {
	border-color: #FFBC00;
	background: #FFBC00;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #131313;
}
.btn.btn-bordered {
	border: 1px solid #131313;
	color: #919191;
	display: block;
	background: #131313;
	font-size: 1em;
	border-radius: 0;
	padding: 0.5em 2em;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.btn.btn-foot-news {
	background-color: #FFBC00;
	border-radius: 0;
	color: #333;
	font-size: 1.3em;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn.btn-foot-news:hover{
	background-color: #333;
	color: #FFBC00;
	border: 1px solid #FFBC00;
}
.btn.btn-search {
	background-color: #FFBC00;
	border-radius: 0;
	color: #fff;
	font-size: .9em;
	height: 41px;
	padding: 0;
	width: 73px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn.btn-search:hover{
	background-color: #131313;
	color: #FFBC00;
}
.btn.btn-more {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 25px;
	padding: 8px 20px;
	width: auto;
}
.btn.btn-more i {
	padding: 0 0 0 5px;
	position: relative;
	top: 1.2px;
}
.btn.btn-sidebar i, .btn.btn-more i {
	font-size: 1.3em;
	padding: 0 5px 0 0;
}
.btn.btn-sidebar, .btn.btn-more {
	background-color: #FFBC00;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
}
.btn.btn-sidebar, .btn.btn-more:hover {
	background-color: #131313;
	border-color: #131313;
	border-color: #131313;
	color: #FFBC00;
}
.button {
	line-height: 15px;
	display: inline-block;
	padding: 16px 20px;
	text-align: center;
	position: relative;
}

/* Open button */
.btn-default {
	padding: 0.5em 2em;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.btn-default::before,
.btn-default::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-default::before {
	top: 0;
	padding-top: 1em;
}
.btn-default::after {
	bottom: 0;
	line-height: 0;
}
.btn-default:hover::before {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
.btn-default:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
/**
 *
 *
/*******************************  $Contact Form  ********************************/
.contact address {
  font-size: 0.875em;
}
.contact address i {
  color: #FFBC00;
}
.contact textarea {
  min-height: 120px;
}
.contact .form-control {
  border: 1px solid #e1e1e1;
  height: 45px;
}
.contact .form-response {
  margin: 20px 0 0 0;
}
.contact .border-map{
	border: 1px solid #c0c7c0;
	padding: 6px;
	margin-bottom: 50px;
}

 
/*******************************  $Pricing Table ********************************/

.pricing .pricing-item {
	list-style: none;
	position: relative;
	padding: 0;
	text-align: center;
	margin: 1em auto;
	box-shadow: 0px 0px 1px rgb(136, 136, 136);
}
.pricing .pricing-item:before {
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	width: 100%;
}
.pricing .pricing-item:hover:before {
	top: 100%;
}
.pricing .pricing-item li {
	padding: 10px 0;
	line-height: 1.5;
}


.pricing .pricing-item li:first-child {
	font-size: 4em;
	font-style: italic;
	font-weight: 900;
	padding: 2px 3px;
}
.pricing .pricing-item li:last-child {
	padding: 6px 6px;
}
.pricing .pricing-item li:first-child small {
	display: block;
	font-size: 0.3em;
	font-weight: 400;
	text-transform: uppercase;
}
.pricing .pricing-item li .btn {
	background-color: #FFBC00;
	width: 40%;
	color: #131312;
	text-transform: uppercase;
	border-radius: 0;
}
.pricing .pricing-item li .btn:hover{
	background-color: #232323;
	border-color: #FFBC00;
	color: #FFBC00;
}


/**
 *
 *
/*****************************  $Domain Tabs  *****************************/
.domain-tabs{
	background-size: cover;
	padding: 1em 0;
}
.domain-tabs .tab-content {
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
	padding: 0 20px;
}
.tabbed-pills li {
	margin-bottom: 8px;
	padding-right: 70px;
}
.nav-pills>li>a{
	border-radius: 0;
}
.tabbed-pills a {
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	height: 50px;
	position: relative;
}
.task a {
	display: block;
}
.tabbed-pills a:after {
	border: 25px solid transparent;
	content: " ";
	display: block;
	height: 0;
	left: 100%;
	position: absolute;
	top: 0;
	width: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{
	color: #131313;
	background-color: #FFB91B;
	line-height: 27px;
}


ul.nav.nav-pills.nav-stacked.tabbed-pills{
	padding-top: 0;
}


.content-left {
padding: 10px;
  display: inline-block;
  float: left;
  width: 45%;
  margin:auto;
}
.content-right {
padding: 10px;
  display: inline-block;
  float: right;
  width: 55%;
  margin:auto;
}

/**
 *
 *
/*******************************  $Footer  *******************************/
footer .footer-top {
	padding: 20px 0;
}


.copy {
	border-top: 2px solid #383737;
	line-height: 20px;
	padding: 15px 0;
}
.copy .top {
	float: right;
}
.copy p.down{
	padding-top: 10px;
}
/**
*
*
/******************************* $Form field *****************************/
.form-control {
	height: 40px;
	line-height: 24px;
	border-radius: 0;
	border: none;
	padding: 13px 80px 13px 13px;
}
.form-control:focus {
	border-color: #ffbc00;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,188,0,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,188,0,0.6);
}
/**
*
*
/******************************* $Form domain *****************************/
.form_domain {
	padding: 0;
	margin: 0;
}
.form_domain span{
	float: left;
	margin-left: 10px;
	padding: 3px 10px 0 0;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
}
.form_domain input{
	background-color: #131313;
	border: none;
	color: #919191;
	margin:0;
	width: 55%;
	height: 40px;
	padding: 5px 10px;
	font-size: 14px;
}
.form_domain select{
	background-color: #131313;
	color: #FFf;
	height: 40px;
	width: 22%;
	margin:0 2%;
	padding: 5px 20px;
	border:none;
}
.form_domain .button{
	height: 38px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 20px;
	margin: 0;
	width: 25%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.form_domain form{
	margin:0;
	padding: 0;
}
/*******************************  $Gallery  ********************************/
.gallery-grid-item {
	float:left;
	margin: 20px;
	width: 340px;
}
.gallery-grid-item .image_name{
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.gallery-grid-item .item-thumbnail .icons{
	font-size: 2em;
}

/*******************************  $Go to Top  ********************************/
.scrollup {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	border-radius: 50%;
}
.scrollup i {
	text-align: center;
	display: block;
	line-height: 48px;
	font-size: 20px;
}
.scrollup:hover {
	opacity: 0.7;
}

/**
 *
 *
/*******************************  $Isotope  ********************************/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
  transition-duration: 0s;
}
/**
 *
 *
/***********************  $Item Thumbnail  ************************/
.item-thumbnail {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.item-thumbnail img {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.item-thumbnail .overthumb {
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 100%;
}
.item-thumbnail .icons {
	display: block;
	font-size: 19px;
	height: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	text-align: center;
	top: 100%;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	width: 100%;
}
.item-thumbnail .icons .lightzoom,
.item-thumbnail .icons .postlink {
	background: transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #000;
	margin-right: 5px;
	padding: 10px;
}
.item-thumbnail .icons a:hover {
	text-decoration: none;
}
.item-thumbnail:hover 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);
}
.item-thumbnail:hover .overthumb {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	top: 0px;
}
.item-thumbnail:hover .icons {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	top: 45%;
}

/**
 *
 *
/******************************  $Image Hover  *****************************/
.image-hover {
  overflow: hidden;
}
.image-hover figure {
  background-color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 315px;
  margin: -0.135em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 33.333%;
  z-index: 1;
}
.image-hover figure:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.image-hover figure:hover p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-hover figure:hover i {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.image-hover figure a {
  z-index: 1000;
}
.image-hover figure a,
.image-hover figure figcaption {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-hover figure a:before,
.image-hover figure figcaption:before,
.image-hover figure a:after,
.image-hover figure figcaption:after {
  pointer-events: none;
}
.image-hover figure i {
  border: 1px solid #FFBC00;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #FFBC00;
  font-size: 2em;
  height: 60px;
  left: 50%;
  line-height: 58px;
  margin: -30px 0 0 -30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -o-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  width: 60px;
}
.image-hover figure img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: relative;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  -moz-transform: translate3d(-30px, 0, 0) scale(1.12);
  -o-transform: translate3d(-30px, 0, 0) scale(1.12);
  -ms-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  width: calc(100% + 60px);
}
.image-hover figure p {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 1.7em;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 3px 20px 3px 0;
  text-align: right;
  text-transform: uppercase;
  -webkit-transform: translate3d(-40px, 0, 0);
  -moz-transform: translate3d(-40px, 0, 0);
  -o-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  width: 30%;
}

/**
 *
 *
/***********************  $Navigation DropDown Menu  ***********************/
.navbar .navbar-nav .dropdown-menu>li>a {
	border-bottom: 1px solid #323232;
	border-left: 2px solid transparent;
	border-top: none;
	line-height: 40px;
}
.navbar .navbar-nav .dropdown-menu>li:last-child>a {
	border-bottom: none;
}
.navbar-nav li ul{
	display:none;
	position: absolute; 
	left: 0px;
	top:100%;
}
.navbar-nav li ul .dropdown-menu{
	display:none;
}
.navbar-nav li:hover>ul{
	display:block !important;
}
.navbar-nav li ul li{
	position:relative;
}
.navbar-nav li ul li:hover .dropdown-menu{
	display:block !important;
}
.nav a:hover .caret{
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar {
	margin: 0;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #323232;
}
.navbar .navbar-nav {
	float: right;
    margin: 4px 30px 4px 30px;
}
.navbar .navbar-nav li a {
	border-top: 3px solid transparent;
	line-height: 20px;
	margin: 0;
	padding: 0 20px;
}
.contact_number {
	margin:15px 30px;
	text-align:right;
}

.navbar .navbar-nav .search {
	width: 60px;
}
.navbar .navbar-nav .search a {
	background-color: #333;
	border-color: #333;
	font-size: 1.5em;
	line-height: 58px;
	padding: 0;
	text-align: center;
}
.navbar-brand{
	padding: 15px 0;
}

.navbar li ul li:hover ul{
display:block;
}	
.navbar li ul ul{
	position: absolute; 
	left: 155px;
	 top:0%;
}

/**************************  $Navigation Toggle  ***************************/
.navbar-toggle {
	margin-top: 20px;
}
.navbar-toggle {
	border-color: #919191;
}
.navbar-toggle .icon-bar{
	background-color: #919191;
}

/**
 *
 *
/*******************************  $Parallax  *******************************/
.parallax {
	background-attachment: fixed;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: 150%;
	-moz-background-size: 150%;
	background-size: 150%;
	background-position: 50% 6px;
}
.parallax:before {
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.parallax .container {
	position: relative;
	z-index: 2;
}

/**
 *
 *
/*******************************  $Patners  ********************************/
.patners {
	margin-bottom: 2em;
	margin-top: 2em;
}
.patners .item {
	max-width: 228px;
}
.patners .item a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.patners .owl-carousel {
	position: relative;
}
.patners .owl-carousel .owl-item {
	height: 100px;
	line-height: 80px;
}
.patners .owl-carousel .owl-item .item {
	margin: 0 auto;
}
.patners .owl-carousel .owl-item .item a {
	display: block;
	line-height: 80px;
	text-align: center;
	width: 100%;
}
.patners .owl-theme .owl-controls {
	height: 0;
	position: absolute;
	top: 20%;
	width: 100%;
}
.patners .owl-theme .owl-controls .owl-prev,
.patners .owl-theme .owl-controls .owl-next {
	background-color: transparent;
	color: #ff5335;
	font-size: 1.2em;
	height: 60px;
	line-height: 10px;
	position: absolute;
	top: 0;
	width: 60px;
}
.patners .owl-theme .owl-controls .owl-prev:before,
.patners .owl-theme .owl-controls .owl-next:before {
	color: #ff5335;
	font-family: 'fontello';
	font-size: 2em;
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
.patners .owl-theme .owl-controls .owl-prev:hover:before,
.patners .owl-theme .owl-controls .owl-next:hover:before {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.patners .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}
.patners .owl-theme .owl-controls .owl-prev {
	left: -27px;
}
.patners .owl-theme .owl-controls .owl-next {
	right: -35px;
}
.patners .owl-theme .owl-controls .owl-prev:before {
	color: #FFBC00;
	content: '\e870';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.patners .owl-theme .owl-controls .owl-next:before {
	color: #FFBC00;
	content: '\e871';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.patners .owl-theme .owl-controls .owl-prev:before, .patners .owl-theme .owl-controls .owl-next:before{
	opacity: .5;
	font-size: 1.5em;
}


/*******************************  $Revolution Slider ********************************/
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}

/**
 *
 *
/***********************  $Section Title  ***********************/
.section-title {
	border-bottom: 1px solid rgba(223, 223, 223, 1);
	font-weight: 900;
	margin: .5em auto .5em auto;
	padding-bottom: 0.5em;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.section-title:before {
	bottom: -1px;
	content: " ";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100px;
}
.text-title{
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}
.widget-title, {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	position: relative;
}
.widget-title:before {
	background-color: #FFBC00;
	bottom: -1px;
	content: " ";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 30px;
}
footer .section-title,
.widget-title {
	border-bottom: 1px solid rgba(255,255,255, .1);
	line-height: 2;
	margin: 1em auto 1em auto;
	padding-bottom: 0em;
}
footer .section-title {
	position: relative;
}


/**
*
*
/******************************* $Reseller *****************************/
.box-space {
	margin: 3em auto 0 auto;
}
.box-item {
	margin: 0 auto;
	padding: 1em 1em;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.box-item .arrow {
	display: block;
	position: absolute;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	bottom: -20px;
	left: 42%;
}
.box-item:hover .arrow {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.box-item:hover p{
	color: #fff;
}
.box-item:hover .price{
	background: #232323;
}
.box-item:hover .price span{
	color: #FFBC00;
}
.box-item.light{
	opacity: .8;
}
.box-item.light-2{
	opacity: .9;
}
.box-item h4{
	color: #fff;
}
.box-item .price {
	background: #FFBC00;
	color: #fff;
	font-size: 1.3em;
	position: absolute;
	top: -42px;
	left: 40%;
	font-weight: bold;
	border-radius: 200px;
	line-height: 80px;
	width: 80px;
	height: 80px;
	text-align: center;
}

/**
 *
 *
/********************************  $Social  ********************************/
.social-links{
	text-align: right;
	margin-top:40px;
}
.social-links li {
	list-style: none;
	display: inline-table;
}
.social-links li span {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.social-links li a {
	display: inline-block;
	padding: 8px 8px;
	text-align: center;
	height: 38px;
	width: 38px;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.social-links li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	z-index: -1;
	box-shadow: inset 0 0 0 35px #666;
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
	-webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
	transition: box-shadow 0.3s, transform 0.3s;
}
.social-links li a:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
/**
 *
 *
/*********************************  $Tabs  *********************************/
.nav-tabs>li>a {
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 1.1em;
	font-weight: 500;
	margin-right: 0;
	padding: 10px 57px;
}
.nav-tabs>li.active>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	background-color: #fff;
	border-color: #e1e1e1;
	color: #FFBC00;
}
.nav-tabs>li.active>a {
	border-bottom-color: transparent;
}
.tab-content {
	border: 1px solid;
	border-color: transparent #e1e1e1 #e1e1e1 #e1e1e1;
	padding: 20px;
}
/**
 *
 *
/*****************************  $Testimonials  *****************************/
.testimonials a.pull-left {
	display: inline-block;
	height: 110px;
	margin-right: 1.3em;
	overflow: hidden;
	width: 110px;
}
.testimonials .news_content {
	border: 1px solid #e1e1e1;
	padding: 20px;
}
.testimonials p span{
	color: #FFBC00;
}
.testimonials .owl-pagination{
	bottom: 30px;
	position: relative;
	left: -10px;
}
.testimonials-fullwidth .owl-pagination{
	bottom: -5px;
	position: absolute;
	left: 125px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
	background: #FFBC00;
}
/**
 *
 *
/****************  $Extra Small devices (Phones) <= 768px  *****************/

@media handheld, only screen and (max-width: 990px){
	.form_domain .button {
		width: auto!important;
		padding: 8px 5px !important;
		font-size: 16px;
	}
	.form_domain span{
		font-size: 14px !important;
	}
	.affiliates .image-wrapper{
	text-align: center;
	}
}
@media handheld, only screen and (max-width: 768px){
	.news-one-item blockquote {
	font-size: 1em;
	}
	.features .features-item{
	width: 280px;
	}
	.features .features-item .desc {
	font-size: 1em;
	}
	.navbar .navbar-nav{
		float: none;
		height: auto;
	}
	.navbar-collapse{
		max-height: 472px;
	}
	.ticket{
		visibility: hidden!important;
	}
}
@media handheld, only screen and (max-width: 600px){
	.search-dom h3{
		text-align: center;
		font-size: 1.2em;
	}
	.copy p.down{
		text-align: center;
	}
	.copy .top{
		float: none;
		text-align: center;
	}
	.form_domain input{
		width: 38%;
	}
}
@media handheld, only screen and (max-width: 610px){
	.parallax {
	background-attachment: scroll;
	background-position: 0 0;
	background-size: cover;
	}
}
@media handheld, only screen and (max-width: 468px){
	.facilities h3, .facilities p{
		text-align: center;
	}
	.skin_base h4{
		font-size: .9em;
	}
	.form_domain .button {
	margin-top: 5px !important;
	}
	.program .nav-tabs li a{
		margin: 0;
		font-size: 1em;
		padding: 10px 6px;
	}
	.testimonials .owl-pagination{
		left: -40px;
	}
	.testimonials-fullwidth .owl-pagination{
		left: 125px;
	}
	.domains-item i{
		top: 36px;
	}
}
.client_logo {
	height:80px;
	width:155px;
	border: 1px solid #ccc;
}	
.image_gal {
	height: 260px;
	width: 100%;	
}	
.footer_logo {
	width:80px;
	height:20px;
}	
.product_page_image {
	height: 301px;
	width: 630px;
	margin:auto;
	padding:10px 5px;
}	
.prod_page_name {
	margin-top:15px;
}	
#submit{
	float:right;
}	
.media-heading {
	margin-top:30px;
}	

.fourth-effect .mask {
	position:absolute; /* Center the mask */
	top:50px;
	left:100px;
	cursor:pointer;
    border-radius: 50px;
    border-width: 50px;
    display: inline-block;
    height: 100px;
    width: 100px;

	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	opacity:1;
	visibility:visible;
	-moz-transform:scale(4);
	-webkit-transform:scale(4);
	-o-transform:scale(4);
	-ms-transform:scale(4);
	transform:scale(4);
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.fourth-effect:hover .mask {
   opacity: 0;
   border:0px solid rgba(0,0,0,0.7);
   visibility:hidden;
}
.view1{
   width: 275px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
   right:12px;
}
.prod_image {
	height: 250px;
width: 100%;
	}
.bottom_footer {
	width:100%;
	margin:auto;
	text-align:center;}	
.social_blog {
	width:15%;}	
	
		.enquiry {
    position: fixed;
    right: 0px;
    top: 150px;
    z-index: 1000;}
	
	.enq_image{
		height:100px;
		}