/*-----------------------------------------------------------------------------------
	Template Name:             || Aviva || Multipurpose HTML5 Responsive Template
	Template URI:              ....................................
	Description:               ....................................
	CoDer :                    Nilanjan Banerjee. 
	CoDer's Site URL:          http://nilanjan.host22.com/aviva
	Coder's facebook account:  https://www.facebook.com/nilanjan.banerjee0
	Coder's mail:              nilanjan.banerjee0@gmail.com
	skype ID:                  nilanjan.banerjee7
	Version:                   1.0
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
	CSS INDEX
	===================
	
	1. Default
	2. Top Bar
	3. Logo bar(4th design)
	4. Navbar
	5. Banner
	6. Red Caption
	7. Service
	8. Service 2
	9. Portfolio
	10.Parallax
	11.Counts
	12.Why us
	13.Parallax Section 2
	14.Typography Page
	15.Timeline (about us)
	16.404 page
	17.Pricing
	18.Pricing 2
	19.Blog
	20.About us
	21.Team
	22.FAQ
	23.Contact us
	24.Contact us 2
	25.Contact us 3
	26.Footer Top
	27.Footer Bottom
	
	
-----------------------------------------------------------------------------------*/

/*--------------------------------*/
/*           1.Default
/*--------------------------------*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/preloader.gif);
}

.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}
a:focus {
	outline: 0 solid
}
.bg-primary {
	background-color: #DFBE79;
	color:#20293E;
}
.section {
	padding: 40px 0;
}
.section-no-bottom {
	padding: 100px 0 0;
}
.no-padding {
	padding: 0;
}
hr {
	max-width: 100px;
	border-color: #20293E;
	border-width: 3px;
}
hr.left {
	text-align:left;
}
.subheading {
	width:60%;
	margin:0px auto 50px;
	font-size: 17px;
}
hr.light {
	border-color: #fff;
}
img {
	max-width: 100%;
	height: auto;
}
.fix {
	overflow: hidden
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.5;
}
.text-primary {
	color: #DEBD79;
}
.color-white {
	color:#fff;
}
.breadcrumb {
	background:none;
	padding:0px 15px;
}
.breadcrumb li a {
	color:#fff;
	font-weight:bold;
}
.breadcrumb li a:hover {
	text-decoration:underline;
	color:#fff;
}
.breadcrumb .active {
	color:#fff;
}
html, body {
	height: 100%
}
body {
	/*font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;*/
font-family: 'Roboto', sans-serif;/*font-family: 'Lato', sans-serif;*/
}
a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
}
a:hover {
	text-decoration: none
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
 -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.btn {
	border: 0;
	border-radius: 300px;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 700;
	padding:10px 20px;
}
.btn-2 {
	border: 0;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: norman;
	padding:15px 30px;
	background:#DEBD79;
}
.btn-primary {
	border-color: #f05f40;
	color: #fff;
	background-color: #20293E;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	border-color: #ed431f;
	color: #fff;
	background-color: #ee4b28;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none;
}
/*--------------------------------*/
/*           2.Top Bar
/*--------------------------------*/
.top-bar {
	background-color: #20293E;
	color: #fff;
	padding:10px 0px;
}
.top-left {
	float:left;
	color: #fff;
	margin:0 20px 0px 0px;
}
.top-left a {
	color: #fff;
	font-size:13px;
}
.top-left a:hover {
	color:#F5911E;
}
.top-right a {
	float:right;
	color: #fff;
	margin:0 15px 0px 0px;
}
.top-right a:hover {
	color:#333;
}
/***************************************

****************************************/
/*--------------------------------*/
/*           3.Logo bar(4th design)
/*--------------------------------*/
.logobar {
	background:#fff;
	min-height:80px;
	padding:20px 0px 20px;
	color: #999;
	font-size:18px;
	font-weight:700;
}
/*Left Side*/	
.logo {
	margin:20px 0;
}
.logo a {
	color:#777;
	font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
}
/* Right Side*/
.header-right {
	float: right;
}
ul.top-info {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
}
ul.top-info li {
	position: relative;
	float: right;
	font-size: 14px;
	margin-left: 22px;
}
ul.top-info li .info-box span.info-icon {
	font-size: 36px;
	color: #f05f40;
	display: inline-block;
}
ul.top-info li .info-box .info-box-content {
	display: inline-block;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
ul.top-info li .info-box .info-box-title {
	font-weight: 500;
	color: #3d4049;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: normal;
}
ul.top-info li .info-box .info-box-subtitle {
	margin: 0 0 5px 0;
	line-height: normal;
	color: #777;
	font-size: 13px;
}
/*--------------------------------*/
/*           4.Navbar
/*--------------------------------*/
.navbar-toggle {
	border-color: #777;
	color:#777
}
.navbar-toggle .icon-bar {
	background:#777;
}
.navbar {
	margin-bottom:0px;
}
.navbar-collapse {
	padding-left:0px;
	padding-right:0px;
}
.navbar-collapse.in {
	overflow: hidden;
}
.navbar-default {
	background:#fff;
	border:none;
	border-radius:0px;
	padding:20px 10px 20px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
}
.navbar-default .navbar-nav>li>a {
	color:#20293e;
	background: #fff;
	letter-spacing: 1px;
}


.navbar-default .navbar-nav>li>a:hover .navbar-default .navbar-nav>li>a:active {
	color: #E0BE7A;
	background-color: #20293e;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #E0BE7A;
	background-color: #20293e;
}
.navbar-nav>li>a:hover {
	color: #DEBD79 !important;
	background-color: #20293E !important;
}
.navbar-static {
	background:#fff;
	border-top:1px solid #ddd;
	border-radius:0px;
	padding:0 10px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
}
.navbar-static .navbar-nav>li>a {
	color:#777;
	background: #fff;
	letter-spacing: 1px;
}
.navbar-static .navbar-nav>li>a:hover, .navbar-static .navbar-nav>li>a:active {
	color: #f05f40;
	background-color: #fff;
}
.navbar-static .navbar-nav>.open>a, .navbar-static .navbar-nav>.open>a:focus, .navbar-static .navbar-nav>.open>a:hover {
	color: #f05f40;
	background-color: #fff;
}
.navbar-fixed-top {
	background:#fff;
	box-shadow: 0px 0px 10px #333;
	padding:10px 10px 10px;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
}
.navbar-fixed-top .navbar-nav>li>a {
	color:#777;
	background: #fff;
	letter-spacing: 1px;
}
.navbar-fixed-top .navbar-nav>li>a:hover {
	color: #f05f40;
	background: #fff;
}
.navbar-fixed-top .navbar-nav>.open>a, .navbar-fixed-top .navbar-nav>.open>a:focus, .navbar-fixed-top .navbar-nav>.open>a:hover {
	color: #f05f40;
	background-color: #fff;
}
.dropdown-menu .divider {
	margin:0px;
}
.dropdown-menu>li>a {
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	color:#20293E;
	background: #DEBD79;
	padding:10px;
}




.dropdown-menu> li >a:hover {
	color: #DEBD79 !important;
	background-color: #20293E !important;
}	
/*--------------------------------*/
/*           5.Banner
/*--------------------------------*/
.carousel {
	position: relative;
	width: 100%;
	min-height: 100%;
	text-align: center;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.carousel-control.left {
	background:none;
	top:50%;
}
.carousel-control.right {
	background:none;
	top:50%;
}
.carousel-inner {
	height:100% !important;
}
.carousel-inner>.item {
	height:100% !important;
}
.carousel-inner>.item>img {
	margin:0 auto;
	/*height:100% !important%;*/
}
.carousel-inner>.item > .carousel-caption {
	top:30%;
	bottom:50%;
}
.carousel-inner>.item > .carousel-caption > a {
	display:inline-block;
	margin:0 10px 20px 0;
}
/*For single image(2nd/3rd/4th template)*/
.image-banner {
	background-image: url('images/header-bg.jpg');
	background-repeat: none;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	text-align: center;
	color: white;
}
.image-banner .banner-cont .heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 45px;
	line-height: 1em;
	margin-bottom: 50px;
}
.image-banner .banner-cont .subheading {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 25px;
}
.image-banner .banner-cont a {
	display:inline-block;
	margin:0 5px 20px 5px;
}
/***************************************
 
****************************************/
/*--------------------------------*/
/*           6.Red Caption
/*--------------------------------*/	
.caption2 {
	padding:30px 0;
}
.caption2 a {
	margin:35px 25px;
}	
/*--------------------------------*/
/*           7.Service
/*--------------------------------*/
.service-box {
	margin:50px auto;
}
/*--------------------------------*/
/*           8.Service 2
/*--------------------------------*/	
.testimonial-box {
	margin:15px 0;
	background:#fff;
	padding:20px;
	color:#f05f40;
	float:left;
}
/*--------------------------------*/
/*           9.Portfolio
/*--------------------------------*/
.portfolioFilter {
	/*margin: 30px 0px 30px 0px;*/
    overflow: hidden;
	padding: 15px 10px;
}
#portfolio p {
	margin-bottom:30px;
}
.portfolioFilter a {
	color: #f05f40;
	text-decoration: none;
	margin: 15px 5px 15px 5px;
	border: 1px solid #f05f40;
	padding: 10px 15px;
	display: inline-block;
}
.portfolioFilter a.current {
	background:#20293e;
	border:1px solid #f05f40;
	color: #fff;
}
.portfolioContainer a img {
	/*margin:15px auto;*/
	width:100%;
	height:100%;
}
/*.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;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}*/

/*hover effect start*/
.portfolioContainer .imghvr-push-up{margin-bottom:30px;}
[class^=imghvr-] a {
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
	color:#DFBE7A;
}
[class^=imghvr-] figcaption {
    background-color:#20293E;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}
/*hover effect end*/

/*--------------------------------*/
/*           10.Parallax
/*--------------------------------*/
#parallax {
	background:url(images/parallax1.jpg) fixed;
	color:#fff;
	background-size: cover;
}
#parallax h2 {
	margin-bottom:25px;
}
#parallax .btn-cont {
	margin-top:75px;
}
/*--------------------------------*/
/*           11.Counts
/*--------------------------------*/
#counts {
	padding:75px 0px;
	margin:0 auto;
	background: #f05f40 url(images/parallax3.jpg) fixed;
	background-size: cover;
	color:#fff;
}
#counts h1 .counter {
	font-weight:700;
}
.count-cont {
	margin:30px auto;
}
#counts h2 {
	margin-bottom:20px;
}
/*--------------------------------*/
/*           12.Why us
/*--------------------------------*/
.why-us-cont {
	margin:25px auto;
	overflow:hidden;
}
.why-us-cont-text {
	margin:25px auto;
}
.fa-stack {
	margin:0 15px 30px 0;
	float:left;
}
.why-us-cont .icon-background {
	color: #20293E;
}
.why-us-cont:hover .icon-background {
	color: #DFBE7A;
}
.fa-stack-1x {
	font-size:30px;
	color:#fff;
}
.media-body {
	margin:0 0 0 15px;
}
.media-body > h3 {
	margin-top:0px;
}
/*--------------------------------*/
/*           13.Parallax Section 2
/*--------------------------------*/
#parallax2 {
	text-align: center;
	background: #1e1e1e url(images/parallax2.jpg) fixed;
	color:#fff;
	background-position: center;
	background-size: cover;
}
#parallax2 p {
	line-height:24px;
}
/*--------------------------------*/
/*           14.Typography Page
/*--------------------------------*/
.typography-cont {
	padding:10px 0;
}
blockquote {
	font-style:italic;
}
/*--------------------------------*/
/*           15.Timeline (about us)
/*--------------------------------*/
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 95%;
	float: left;
	border: 1px solid #d4d4d4;
	/*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel .timeline-body {
	padding:20px;
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	right: -12px;
	z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
.timeline-badge > a {
	color: #C5C7C5 !important;
}
.timeline-badge a:hover {
	color: #000 !important;
}
.timeline-title {
	margin-top: 0;
	color: inherit;
}
.timeline-body > p {
	padding:10px 0 0 0;
	margin-bottom: 0;
}
.timeline-body > h4 {
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 3px;
}
.timeline-body > ul {
	padding:20px;
	margin-bottom: 0;
}
.timeline-body > p + p {
	margin-top: 5px;
}
.timeline-footer {
	padding:20px;
	background-color:#f4f4f4;
}
.timeline-footer > a {
	cursor: pointer;
	text-decoration: none;
}
.tooltip {
	position:absolute;
	z-index:1020;
	display:block;
	visibility:visible;
	padding:5px;
	font-size:11px;
	opacity:0;
	filter:alpha(opacity=0);
}
.tooltip.in {
/*opacity:0;
    filter:alpha(opacity=80);*/
    
}
.tooltip.top {
	margin-top:-2px;
}
.tooltip.right {
	margin-left:2px;
}
.tooltip.bottom {
	margin-top:2px;
}
.tooltip.left {
	margin-left:-2px;
}
.tooltip.top .tooltip-arrow {
	bottom:0;
	left:0;
	margin-left:0;
	border-left:0 solid transparent;
	border-right:5px solid transparent;
	border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow {
	bottom:0;
	left:0;
	margin-left:0;
	border-left:0 solid transparent;
	border-right:5px solid transparent;
	border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow {
	bottom:0;
	left:0;
	margin-left:0;
	border-left:0 solid transparent;
	border-right:5px solid transparent;
	border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow {
	bottom:0;
	left:0;
	margin-left:0;
	border-left:0 solid transparent;
	border-right:5px solid transparent;
	border-top:0 solid #000;
}
.tooltip-inner {
	width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:#313131;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.tooltip-arrow {
	position:absolute;
	width:0;
	height:0;
}
.timeline > li.timeline-inverted {
	float: right;
	clear: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
.timeline > li:nth-child(2) {
 margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
	left: -12px;
}
 @media (max-width: 767px) {
 ul.timeline:before {
 left: 40px;
}
 ul.timeline > li {
 margin-bottom: 20px;
 position: relative;
 width:100%;
 float: left;
 clear: left;
}
 ul.timeline > li > .timeline-panel {
 width: calc(100% - 90px);
 width: -moz-calc(100% - 90px);
 width: -webkit-calc(100% - 90px);
}
 ul.timeline > li > .timeline-badge {
 left: 28px;
 margin-left: 0;
 top: 16px;
}
 ul.timeline > li > .timeline-panel {
 float: right;
}
 ul.timeline > li > .timeline-panel:before {
 border-left-width: 0;
 border-right-width: 15px;
 left: -15px;
 right: auto;
}
 ul.timeline > li > .timeline-panel:after {
 border-left-width: 0;
 border-right-width: 14px;
 left: -14px;
 right: auto;
}
 .timeline > li.timeline-inverted {
 float: left;
 clear: left;
 margin-top: 30px;
 margin-bottom: 30px;
}
 .timeline > li.timeline-inverted > .timeline-badge {
 left: 28px;
}
}
/*--------------------------------*/
/*           16.404 page
/*--------------------------------*/
.nopage-title {
	font-size:100px;
}
/*--------------------------------*/
/*           17.Pricing
/*--------------------------------*/
.pricing-box {
	background-color:#444349;
	padding:20px;
	border-radius:5px;
	font-size:60px;
}
.pricing-box h1 {
	font-size:60px;
}
.pricing-box-active {
	background-color:#f05f40;
	padding:20px;
	border-radius:5px;
	font-size:60px;
}
.pricing-box-active h1 {
	font-size:60px;
	color:#fff;
}
.pricing-box:hover {
	background-color:#f05f40;
	padding:20px;
	border-radius:5px;
}
.pricing-box:hover h1 {
	color:#fff;
	font-size:60px;
}
.pricing-box p, .pricing-box-active p {
	color:#fff;
	padding:10px 0px;
	margin:0px;
}
.pricing-box .btn-primary {
	border-color: #f05f40;
	color: #fff;
	background-color: #f05f40;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.pricing-box-active .btn-primary, .pricing-box:hover .btn-primary, .pricing-box .btn-primary:hover, .pricing-box .btn-primary:focus, .pricing-box .btn-primary.focus, .pricing-box .btn-primary:active, .pricing-box .btn-primary.active, .pricing-box .open > .dropdown-toggle.btn-primary {
	border-color: #444349;
	color: #fff;
	background-color: #444349;
}
/*--------------------------------*/
/*           18.Pricing 2
/*--------------------------------*/
.pricing-box2, .pricing-box2-active {
	background-color:#eee;
	font-size:60px;
	padding-bottom:20px;
}
.pricing-box2 .header {
	background:#f05f40;
	text-align:center;
	padding:20px 0;
}
.pricing-box2-active .header {
	background:#444349;
	text-align:center;
	padding:20px 0;
}
.pricing-box2 h1 {
	font-size:60px;
	color:#f05f40;
}
.pricing-box2-active h1 {
	font-size:60px;
	color:#444349;
}
.pricing-box2 p, .pricing-box2-active p {
	color:#777;
	padding:10px 0px;
	margin:0px;
}
.pricing-box2 .btn-primary {
	border-color: #f05f40;
	color: #fff;
	background-color: #f05f40;
 -webkit-transition: all .35s;
 -moz-transition: all .35s;
 transition: all .35s;
}
.pricing-box2-active .btn-primary, .pricing-box2:hover .btn-primary, .pricing-box2 .btn-primary:hover, .pricing-box2 .btn-primary:focus, .pricing-box2 .btn-primary.focus, .pricing-box2 .btn-primary:active, .pricing-box2 .btn-primary.active, .pricing-box2 .open > .dropdown-toggle.btn-primary {
	border-color: #444349;
	color: #fff;
	background-color: #444349;
}
/*--------------------------------*/
/*           19.Blog
/*--------------------------------*/
.blog-section {
	margin-bottom:50px;
}
.blog-post {
	border-bottom:1px solid #ddd;
	padding-bottom:50px;
	padding-top:70px;
}
.blog-post h2 a {
	color:#333;
}
.blog-post h2 a:hover {
	color:#333;
}
.blog-post .subheading {
	margin: 20px auto 20px;
}
.blog-post .subheading a:hover {
	text-decoration:underline;
	color:#f05f40;
}
.blog-post .subheading {
	font-size:14px;
}
.blog-comment-form {
	padding:40px 0 50px 0;
}
.blog-comment-form .form-group {
	margin-bottom: 25px;
}
.blog-comment-form input[type="text"], .blog-comment-form input[type="email"], .blog-comment-form input[type="tel"], .blog-comment-form input[type="text"], .blog-comment-form input[type="email"], .blog-comment-form input[type="tel"] {
	padding:25px;
}
.blog-comment-form textarea, .blog-comment-form textarea {
	padding:20px 25px 145px;
}
/*--------------------------------*/
/*           20.About us
/*--------------------------------*/
#about .about-cont h2 {
	margin-bottom:30px;
}
#about .about-cont {
	margin-bottom:30px;
}
#about i {
	float:left;
	margin:0 20px 20px 0;
}
/*--------------------------------*/
/*           21.Team
/*--------------------------------*/
.team-member {
	margin:50px 0 0 0;
}
.team-member h5 {
	margin-bottom:10px;
}
.team-member h5 a {
	font-weight:bold;
}
.team-member h5 a:hover {
	color:#333;
}
.team-member .social-btn {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #f05f40;
	color:#fff;
	text-align: center;
	padding: 10px 0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 18px;
	margin:0 5px 0 5px;
}
.team-member .fa-facebook:hover {
	background:#30477a;
}
.team-member .fa-twitter:hover {
	background:#0087bd;
}
.team-member .fa-linkedin:hover {
	background: #0b6087;
}
/*--------------------------------*/
/*           22.FAQ
/*--------------------------------*/
#faq {
	padding:25px 0px;
	margin:50px auto 50px auto;
}
.faq-contact {
	background:#f05f40;
	color:#fff;
	padding:30px;
	display:inline-block;
	text-align:center;
	line-height:24px;
}
.faq-contact .button-cont {
	margin:20px 0 0 0;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0px;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #FFFFFF;
	border-color: #ddd;
}
.panel-title>a {
	color:#f05f40;
	text-transform:uppercase;
	font-size: 14px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
	line-height: 24px;
	color: #999;
	letter-spacing: 1px;
}
/*--------------------------------*/
/*           23.Contact us
/*--------------------------------*/
#contact {
	background-color: #222222;
	background-image: url('images/map-image.png');
	background-position: center;
	background-repeat: no-repeat;
}
#contact .form-group {
	margin-bottom: 25px;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact-us input[type="text"], #contact-us input[type="email"], #contact-us input[type="tel"] {
	padding:25px;
}
#contact textarea, #contact-us textarea {
	padding:20px 25px 145px;
}
/*--------------------------------*/
/*           24.Contact us 2
/*--------------------------------*/
#contact-us2 {
	background-color: #222222;
	background-image: url(images/map-image.png);
	background-position: center;
	background-repeat: no-repeat;
}
#contact-us2 .box {
	margin:85px 0 0 0;
}

#contact-us2 .box2 {
	margin:40px 0 0 0;
}
#contact-us2 .box h4, #contact-us2 .box2 h4 {
	margin:0 0 15px 0;
	font-weight:600;
}
#contact-us2 h3 {
	margin-bottom:40px;
	font-weight:600;
}
#contact-us2 p {
	margin-bottom:5px;
}
#contactForm2 .form-group {
	margin-bottom: 25px;
}
#contactForm2 input[type="text"], #contactForm2 input[type="email"], #contactForm2 input[type="tel"] {
	padding:25px;
}
#contactForm2 textarea {
	padding:20px 25px 0px;
}
/*--------------------------------*/
/*           25.Contact us 3
/*--------------------------------*/
#contact-us3 {
	background-position: center;
	background-repeat: no-repeat;
}
#contact-us3 .box {
	margin:85px 0 0 0;
}
#contact-us3 .box2 {
	margin:40px 0 0 0;
}
#contact-us3 .box h4 {
	margin:0 0 15px 0;
}
#contact-us3 h3 {
	margin-bottom:40px;
}
#contact-us3 p {
	margin-bottom:5px;
}
#contactForm3 .form-group {
	margin-bottom: 25px;
}
#contactForm3 input[type="text"], #contactForm3 input[type="email"], #contactForm3 input[type="tel"] {
	padding:25px;
}
#contactForm3 textarea {
	padding:20px 25px 0px;
}
/*--------------------------------*/
/*           26.Footer Top
/*--------------------------------*/
.footer-top {
	padding: 25px 0;
	background-color: #20293E;
	color:#E0BE7A;
	font-size:14px !important;
}
.footer-top p {
	font-size:14px !important;
	margin-bottom:0px;
}
.footer-item {
	margin:30px auto;
	overflow:hidden;
}
.footer-top h4 {
	color:#fff;
	text-transform:capitalize;
}
.footer-top .input-holder {
	position: relative;
}
.footer-top .input-holder input[type="email"] {
	width: 100%;
	display: inline-block;
	border: 0;
	border-radius: 0;
	height: 39px;
	padding: 10px 20px;
}
.footer-top .input-holder label {
	position: absolute;
	top: 0;
	right: -4px;
	text-align: center;
	cursor: pointer;
}
.footer-top .input-holder label i {
	position: absolute;
	top: 9px;
	left: 8px;
	font-size: 20px;
	color: #fff;
}
.footer-top .input-holder input[type="submit"] {
	color: #fff;
	border: 0;
	border-radius: 0;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px;
	line-height: 0;
	text-indent: -999px;
}
.footer-top .submit-bgcolor {
	background-color: #f05f40!important;
}
.footer-top ul {
	list-style-type:none;
	padding-left:0px;
}
.footer-top ul li {
	margin:0 0 10px 0px;
}
.footer-top ul li a {
	color:#7e7e7e;
}
.footer-top ul li a:hover {
	color:#fff;
}
.tag a {
	margin:5px;
	color:#7e7e7e;
	padding:5px;
	float:left;
	border:1px solid #7e7e7e;
}
.tag a:hover {
	color:#fff;
	border:1px solid #fff;
}
/*--------------------------------*/
/*           27.Footer Bottom
/*--------------------------------*/
.footer-bottom {
	font-size: 14px;
	padding: 20px 0;
	background-color: #111315;
	color: #7e7e7e;
}
#footer ul.social-buttons {
	list-style-type:none;
	margin:20px auto 0 auto;
	padding:0px;
}
#footer ul.social-buttons li a {
	display: block;
	background-color: #E0BE7A;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	color: white;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align:center;
}
#footer ul.social-buttons li a:hover {
	background-color: #20293E;
}
.copyright {
	color:#999;
	margin:20px 0 0 0;
	text-align:center;
}
.page-title {
	background:url(images/page-heading.jpg) fixed repeat-x;
	min-height:210px;
	padding:56px 0;
}
#contact-us {
	background:url(images/contact-us.jpg) fixed repeat-x;
	min-height:100%;
}





.navbar-left {
    float: left!important;
    padding: 2px 0px 0px 68px;
}



.bullet {
margin-top: 0;
    margin-bottom: 10px;
	margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
	color: #777;
}


.btn-3 {
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: norman;
    padding: 8px 20px;
    background: #20293E;
	font-size: 11px;
}

.accordion{margin-bottom:20px;}
.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.accordion-heading{border-bottom:0;}
.accordion-heading .accordion-toggle{display:block;padding:8px 15px;}
.accordion-toggle{cursor:pointer;}
.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5;}





.form_name {
    width: 100%;
    line-height: 40px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding: 0 0 0 0%;
    color: #363636;
    display: block;
}

.form_input {
    width: 100%;
    line-height: 24px;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0%;
    color: #363636;
    display: block;
}

.form_input select{
width: 100%;
    line-height: 24px;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 0px 0%;
    color: #363636;
    display: block;
    height: 31px;
    margin-bottom: 20px;
}






input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	width:100%;
}


.cleaner {
    clear: both;
    height: 2px;
}



.twelve, .row .twelve {
    width: 100%;
}

.column, .columns {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
}

/* PORTOFOLIO */
#portofolio h5 {padding-top:10px;}
#filters { margin-bottom: 10px; padding: 0; }
#filters li { float: left; list-style: none; margin-right: 5px; margin-bottom: 10px; }
#filters li a { padding: 6px 15px 2px 15px; text-decoration: none; font-size: 12px; }
.portofoliothumboverlay { position: absolute; top: 0; left: 0; width: 100%; height: 97%; background: rgba(0, 0, 0, 0.8); display: block; opacity: 0; -webkit-transition: opacity 0.25s ease-out; -moz-transition: opacity 0.25s ease-out; -o-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; }
.portofoliothumboverlay .inner { display: block; text-align: center; position: absolute; top: 47%; left: 37%; }
.portofoliothumboverlay .viewgallery a { display: block; text-align: center; position: absolute; top: 5%; left: 81%; color: #7e7e7e; font-size: 11px; text-transform: uppercase; }
.portofoliothumboverlay:hover { -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; opacity: 1; }
.portofoliothumb { position: relative; width: 100%; height: 100%; cursor: pointer; border: none; }
.portofoliothumb:hover { opacity: 1 }
.portofoliothumb > img { width: 100%!important; height: 250px; }
a.projectdetail { background: #33877d; color: #fff; padding: 7px 7px 6px 7px; font-size: 12px; border-radius: 3px; -webkit-transition-property: color, background; -webkit-transition-duration: 1s, 1s; text-shadow: 1px 1px 1px #111; }
.projectdetail:hover { background: #70aba4; color: #fff; text-shadow: 1px 1px 1px #111; }
.galleryicon { z-index: 0; margin-right: 5px; width: 15px; }
.portofoliobutton { display: inline-block; *display: inline; padding: 4px 14px; margin-bottom: 0; *margin-left: .3em; font-size: 14px; line-height: 20px; *line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #bbbbbb; *border: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); border-color: #c5c5c5; border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }
.portofoliobutton:focus { outline: none }
.portofoliobutton.selected { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #555; *background-color: #444; background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#444)); background-image: -webkit-linear-gradient(top, #555, #444); background-image: -o-linear-gradient(top, #555, #444); background-image: linear-gradient(to bottom, #555, #444); background-image: -moz-linear-gradient(top, #555, #444); background-repeat: repeat-x; border-color: #444 #444 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff555', endColorstr='#ff444', GradientType=0); filter: progid:dximagetransform.microsoft.gradient(enabled=false); }
.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; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-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; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/* 3 columns portofolio special stylesheet */
.threeportofolio {width:33% !important;}
.threeimage { height: 170px !important; }
.threedetail {left: 33% !important;}
.threegallery a{left:70% !important; top:10% !important;}
.threeoverlay {height:96% !important;}
/* 3 columns portofolio special stylesheet */
.fourimage { height: 130px !important; }
.fourdetail {left: 24% !important;}
.fourgallery a{left:60% !important; top:10% !important;}
.fouroverlay {height:95% !important;}
/* project details */
.detailslider {border:10px solid #fff;margin-top:13px;}




















