/* ===================================================== */
/* 4. FOOTER & FOOTER WIDGETS												 */
/* ===================================================== */
.footer_bottom {
	background: #292F38;
	padding: 20px 0;
	color: #fff;
}

.foo {
	background: #323A45;
	color: #fff;
}

/* Footer Widgets
====================================*/
.widget_content {
	margin-top: 15px;
}

.widget_content>p {
	font-family: Pt Sans, Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.widget_content a {
	color: white;
}

.widget_content a:hover, a:focus {
	color: #e41aa1;
	text-decoration: none;
}

.copyright {
	color: #AAAAAA;
	font-size: 12px;
	line-height: 40px;
	margin: 0;
}

.copyright a {
	color: #fff;
	text-decoration: none;
}

.copyright a:hover {
	color: #aaa;
}

.sidebar .widget h4 span {
	background: #fff;
	color: inherit;
}

/* Twitter Feed Widget
====================================*/
.tweet_list {
	padding: 0;
	position: relative;
	margin: 0 auto;
	list-style: none;
}

.tweet_list li {
	color: #fff;
	margin-bottom: 5px;
}

.tweet_list li::before {
	font-family: fontawesome;
	font-size: 16px;
	padding-right: 8px;
	position: absolute;
}

.tweet_list li p {
	line-height: 20px;
	overflow: hidden;
	margin-left: 26px;
}

.tweet_list li p a {
	color: #fff;
	font-weight: 700;
	font-size: 12px
}

.tweet_content .time {
	font-size: 12px;
	color: #E3E3E3;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding-left: 25px;
}

/* ================================================== */
/*   26. TITLE                                        */
/* ================================================== */
.widget_title {
	padding-top: 50px;
}

.dividerHeading h4, .widget_title h4 {
	border-bottom: 1px solid #e2e2e2;
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 25px;
	padding: 0 0 10px;
	position: relative;
}

.dividerHeading h4::before, .widget_title h4::before {
	bottom: -3px;
	content: "";
	display: inline-block;
	height: 5px;
	left: 20px;
	position: absolute;
	width: 35px;
}

.dividerHeading h4::after, .widget_title h4::after {
	bottom: -1px;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 80px;
}

.dividerHeading h4::after, .widget_title h4::after, .dividerHeading h4::before,
	.widget_title h4::before {
	background: #727CB6;
}

.widget_title h4 {
	font-size: 14px;
	text-transform: uppercase;
}

.footer .widget_title h4 {
	border-color: #B5B5B5;
}

.footer .widget_title h4 span {
	color: #fff;
}
/* Footer Social
====================================*/
.footer_social {
	float: right;
}

.footbot_social {
	list-style: none outside none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.footbot_social li {
	float: left;
	background: none !important;
}

.footbot_social li a {
	color: #666;
	display: block;
	height: 40px;
	text-align: center;
	width: 35px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	margin: 0 2px;
}

.footbot_social li a i {
	font-size: 18px;
	line-height: 40px;
	margin-right: 0;
	float: none;
}

.footbot_social li a.fb:hover {
	background: #1964DA;
	border-radius: 5px;
	color: #fff;
}

.footbot_social li a.twtr:hover {
	color: #fff;
	background: #3ABDD1;
	border-radius: 5px;
}

.footbot_social li a.gmail:hover {
	color: #fff;
}

.footbot_social li a.pinterest:hover {
	color: #fff;
}

.footbot_social li a.rss:hover {
	color: #fff;
	background: #F15200;
	border-radius: 5px;
}

.footbot_social li a.tumblr:hover {
	color: #fff;
}

.footbot_social li a.flickr:hover {
	color: #fff;
}

.footbot_social li a.instagram:hover {
	color: #fff;
}

.footbot_social li a.linkedin:hover {
	color: #fff;
}

.footbot_social li a.skype:hover {
	color: #fff;
	background: #00AAF1;
	border-radius: 5px;
}

.footbot_social li a.youtube:hover {
	color: #fff;
}

.footbot_social li a.dribbble:hover {
	color: #fff;
	background: #F97193;
	border-radius: 5px;
}

/******************************* Morphing Menu  *****************************************/
.open {
	position: fixed;
	top: 15px;
	right: 40px;
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
	transition: opacity 0.2s linear;
}

.open:hover {
	opacity: 0.8;
}

.open span {
	display: block;
	float: left;
	clear: both;
	height: 4px;
	width: 40px;
	border-radius: 40px;
	background-color: #636363;
	position: absolute;
	right: 3px;
	top: 3px;
	overflow: hidden;
	transition: all 0.4s ease;
}

.open span:nth-child(1) {
	margin-top: 10px;
	z-index: 9;
}

.open span:nth-child(2) {
	margin-top: 25px;
}

.open span:nth-child(3) {
	margin-top: 40px;
}

.sub-menu {
	transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	height: 0;
	width: 0;
	right: 0;
	top: 0;
	position: absolute;
	background-color: #00d999;
	border-radius: 50%;
	z-index: 18;
	overflow: hidden;
}

.sub-menu li {
	display: block;
	float: right;
	clear: both;
	height: auto;
	margin-right: -160px;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child {
	margin-top: 180px;
}

.sub-menu li:nth-child(1) {
	-webkit-transition-delay: 0.05s;
}

.sub-menu li:nth-child(2) {
	-webkit-transition-delay: 0.10s;
}

.sub-menu li:nth-child(3) {
	-webkit-transition-delay: 0.15s;
}

.sub-menu li:nth-child(4) {
	-webkit-transition-delay: 0.20s;
}

.sub-menu li:nth-child(5) {
	-webkit-transition-delay: 0.25s;
}

.sub-menu li a {
	color: #fff;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	display: block;
	float: left;
	line-height: 40px;
	text-decoration: none;
}

.oppenned .sub-menu {
	opacity: 1;
	height: 400px;
	width: 400px;
}

.oppenned span:nth-child(2) {
	overflow: visible;
}

.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
	z-index: 100;
	transform: rotate(45deg);
}

.oppenned span:nth-child(1) {
	transform: rotate(45deg) translateY(12px) translateX(12px);
}

.oppenned span:nth-child(2) {
	height: 400px;
	width: 400px;
	right: -160px;
	top: -160px;
	border-radius: 50%;
	background-color: #00d999;
}

.oppenned span:nth-child(3) {
	transform: rotate(-45deg) translateY(-10px) translateX(10px);
}

.oppenned li {
	margin-right: 168px;
}

/******************************* Slider  *****************************************/

/* jssor slider bullet navigator skin 05 css */
/*
            .jssorb05 div           (normal)
            .jssorb05 div:hover     (normal mouseover)
            .jssorb05 .av           (active)
            .jssorb05 .av:hover     (active mouseover)
            .jssorb05 .dn           (mousedown)
            */
.jssorb05 {
	position: absolute;
}

.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url(assets/images/slider/b05.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.jssorb05 div {
	background-position: -7px -7px;
}

.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -37px -7px;
}

.jssorb05 .av {
	background-position: -67px -7px;
}

.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px;
}

/* jssor slider arrow navigator skin 12 css */
/*
            .jssora12l                  (normal)
            .jssora12r                  (normal)
            .jssora12l:hover            (normal mouseover)
            .jssora12r:hover            (normal mouseover)
            .jssora12l.jssora12ldn      (mousedown)
            .jssora12r.jssora12rdn      (mousedown)
            */
.jssora12l, .jssora12r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 30px;
	height: 46px;
	cursor: pointer;
	background: url(assets/images/slider/a12.png) no-repeat;
	overflow: hidden;
}

.jssora12l {
	background-position: -16px -37px;
}

.jssora12r {
	background-position: -75px -37px;
}

.jssora12l:hover {
	background-position: -136px -37px;
}

.jssora12r:hover {
	background-position: -195px -37px;
}

.jssora12l.jssora12ldn {
	background-position: -256px -37px;
}

.jssora12r.jssora12rdn {
	background-position: -315px -37px;
}

/*-------------------------------*/
/*    Testimonials */
/*-------------------------------*/
#testimonial img {
	height: 450px;
}

#carousel {
	margin-top: 30px;
}

.quote {
	color: white;
	text-align: center;
	margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
#fade-quote-carousel.carousel {
	padding-bottom: 60px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
	background-color: #e84a64;
	border: none;
}

#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
	color: white;
}

#fade-quote-carousel .profile-circle {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100px;
	color: white;
}

/* ===================================================== */
/* 10. ABOUT PAGE										 */
/* ===================================================== */
.about {
	padding-top: 150px;
	padding-bottom: 50px;
}

.about-para {
	text-align: justify;
	font-size: 15px;
	color: #636363;
	line-height: 2.5;
}

.about h4 {
	color: #636363;
}

.ourteam {
	padding-top: 20px;
}

.ourteam-para {
	text-align: justify;
	font-size: 15px;
	color: #636363;
}

.ourteam h4 {
	color: #636363;
}

.left_img {
	float: left;
	margin: 0 15px 8px 0;
	overflow: hidden;
	height: 240px;
}

.right_img {
	float: right;
	margin: 0 0 8px 15px;
	overflow: hidden;
}

.divider {
	position: relative;
	display: block;
	height: 30px;
}
/*  About Us tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);

  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #5A55A3;
  background-image: #5A55A3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #5A55A3;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
/* ===================================================== */
/* 				Service									 */
/* ===================================================== */
.service {
	padding-top: 150px;
}

.services h4 {
	color: #636363;
}

/*************************
*******Portfolio Default**
**************************/
.portfolio {
	padding-top: 150px;
}
.portfolio-items{
	margin-left: 150px;
}
.portfolio-single {
	position: relative;
}

.portfolio-thumb {
	position: relative;
}

.portfolio-thumb img {
	width: 100%;
	height: 180px;
}

.portfolio-single:hover .portfolio-view {
	display: block;
	-webkit-animation: fadeInUp 400ms;
	animation: fadeInUp 400ms;
}

#portfolio .row {
	margin-left: -10px;
	margin-right: -10px;
}

.portfolio-view {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	background: rgba(137, 97, 46, 0.8);
	width: 100%;
	text-align: center;
}

.portfolio-view .nav-pills {
	padding: 0;
	display: inline-block;
	margin-top: -26px;
	top: 50%;
	position: relative;
}

.portfolio-view .nav-pills li {
	display: inline-block;
	margin: 0 5px;
}

.portfolio-view .nav-pills li a {
	color: #fff;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	padding: 0;
	border-radius: 40px;
	-webkit-animation: scaleIn 400ms linear 100ms both;
	animation: scaleIn 400ms linear 100ms both;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.portfolio-view .nav-pills li a:hover {
	color: #89612e;
	border-color: #89612e;
	-webkit-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.portfolio-info {
	overflow: hidden;
	margin-bottom: 30px;
}

.portfolio-info h2 {
	font-size: 18px;
	margin: 15px 0 0;
}

.portfolio-filter {
	margin: 80px 0;
	padding: 0;
}

.portfolio-filter li {
	display: inline-block;
	position: relative;
}

.portfolio-filter li a {
	border-radius: 0;
	color: #686868;
	font-size: 18px;
	font-weight: 300;
	padding: 0 25px;
	text-transform: capitalize;
	border: none;
}

.portfolio-filter li .active {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.portfolio-filter li a:hover, .portfolio-filter li a:focus,
	.portfolio-filter li a.active {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.portfolio-filter li a.active:before {
	position: absolute;
	content: "";
	left: 0;
	width: 13px;
	height: 16px;
	background: url(../images/portfolio/icon.png);
	top: 5px;
}

.portfolio-pagination {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 90px;
}

.pagination li {
	display: inline-block;
	margin: 0 10px;
}

.pagination li a {
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.pagination li:first-child a {
	background: url(../images/portfolio/left.png);
	background-repeat: no-repeat;
	text-indent: -999999999px;
	background-position: center top 10px;
	width: 32px;
	height: 36px;
	border: none;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.pagination li:first-child a:hover {
	background: url(../images/portfolio/left.png);
	background-position: center top -37px;
	background-repeat: no-repeat;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.pagination li:last-child a {
	background: url(../images/portfolio/right.png);
	background-repeat: no-repeat;
	text-indent: -999999999px;
	background-position: center top 10px;
	width: 32px;
	height: 36px;
	border: none;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.pagination li:last-child a:hover {
	background: url(../images/portfolio/right.png);
	background-position: center top -37px;
	background-repeat: no-repeat;
	-webkit-transition: 300ms;
	transition: 300ms;
}

.pagination li a:hover, .pagination .active a, .pagination .active a:hover,
	.pagination .active a:focus {
	background: none;
	border-color: #cc9b59;
	color: #cc9b59;
}

/* Product Main Page
====================================*/
.product-main {
	padding-top: 100px;
}

.product-mains {
	padding-top: 100px;
	padding-bottom: 100px;
}

.serviceBox_2 {
	text-align: center;
}

.serviceBox_2 .service-icon {
	background: grey;
	height: 62px;
	width: 62px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
}

.serviceBox_2.green .service-icon {
	background: #58B25E;
}

.serviceBox_2.purple .service-icon {
	background: #9F84C4;
}

.serviceBox_2.red .service-icon {
	background: #F35958;
}

.serviceBox_2.blue .service-icon {
	background: #02A2DD;
}

.serviceBox_2 .service-icon i {
	font-size: 30px;
	color: #fff;
	line-height: 62px;
}

.serviceBox_2 .service-content h3 {
	color: hsl(0, 0%, 20%);
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
}

.serviceBox_2 .service-content p {
	color: hsl(0, 0%, 47%);
	line-height: 2;
	font-family: Open Sans, Helvetica, Arial, sans-serif;
	text-align: justify;
}

.serviceBox_2 .read a {
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
}

.serviceBox_2.green .read a {
	color: #58B25E;
}

.serviceBox_2.purple .read a {
	color: #9F84C4;
}

.serviceBox_2.red .read a {
	color: #F35958;
}

.serviceBox_2.blue .read a {
	color: #02A2DD;
}

.serviceBox_2.green .read a:hover {
	color: #2E9333;
	text-decoration: none !important;
}

.serviceBox_2.purple .read a:hover {
	color: #674A92;
	text-decoration: none !important;
}

.serviceBox_2.red .read a:hover {
	color: #AA2727;
	text-decoration: none !important;
}

.serviceBox_2.blue .read a:hover {
	color: #186A89;
	text-decoration: none !important;
}

.page_head {
	background: #00d999;
	border-bottom: 1px solid #EAEAEA;
	padding: 30px 0;
}

.page_title {
	float: left;
}

.page_title h2 {
	color: #fff;
	float: left;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0 9px;
}

.sub_heading {
	display: block;
	background: #fff;
	color: #666;
	font-size: 16px;
	padding: 5px 8px;
	border-left: 2px solid #727CB6;
	clear: both;
}

/*****************************
Product Details
*****************************/
#portfolio-information.padding-top {
	padding-top: 100px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #636363;
}

.project-name h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 24px;
	color: #686868;
}

#related-work .title {
	margin-bottom: 55px;
	margin-top: 10px;
}

.skills .navbar-default, .client .navbar-default {
	margin-left: 35px;
}

.live-preview .btn-common {
	margin-top: 21px;
	padding: 13px 45px;
}

.btn-common {
	font-size: 14px;
	color: #797979;
	border: 1px solid #00d999;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 10px 25px;
}

.uppercase {
	text-transform: uppercase;
}
.product-para{
	font-size: 14px;
}
/*****************************
Careers With Us
*****************************/
.careerwithus {
	padding-top: 30px;
}

.static-page h4 {
	color: #00d999;
	font-family: "Open Sans", serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.375em;
	margin-bottom: .687em;
	margin-top: 2.062em;
}

/*****************************
Contact With Us
*****************************/
.subtitle {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: uppercase;
	color: #2c2b2b;
}

#contact-section {
	padding: 90px 0;
}

#contact-section .contact-form {
	margin-top: 42px;
}

#contact-section .contact-form .btn-send {
	margin-top: 35px;
	color: #fff;
	outline: none;
	background: #00d999;
}

#contact-section .contact-form .btn-send:hover {
	border: 1px solid #00d999;
}

#contact-section input {
	display: block;
	height: 40px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.428571429;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border-radius: 1px;
	border: 1px solid rgba(111, 121, 122, 0.3);
	box-shadow: none;
	-webkit-box-shadow: none;
}

#contact-section textarea {
	display: block;
	border-radius: 0;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contact-section .address, #contact-section .email, #contact-section .phone
	{
	text-align: center;
	background: #F7F7F7;
	padding: 20px 0 40px 0;
	margin-bottom: 20px;
}

#contact-section .address i, #contact-section .email i, #contact-section .phone i
	{
	font-size: 45px;
	color: #02bdd5;
}

#contact-section .address h5, #contact-section .email h5,
	#contact-section .phone h5 {
	font-size: 16px;
	line-height: 1.4;
}

#contact-section .address-details {
	padding-top: 70px;
}

#map-canvas {
	width: 100%;
	height: 350px;
	background-color: #CCC;
}

.first-box {
	padding: 10px;
	background: #9C0;
	color: black;
}

.second-box {
	padding: 10px;
	background: #39F;
	color: black;
}

.third-box {
	padding: 10px;
	background: #F66;
	color: black;
}

.fourth-box {
	
	padding: 5px;
	background: #6CC;
	color: black;
	
}

.btn-primary:hover {
    color: #fff;
    background-color: #00d999 !important;
    border-color: #00d999;
}
.btn-primary {
    color: #fff;
    background-color: #00d999;
    border-color: #00d999;
}


