/*  ################################################################

  File Name: style.css
  Template Name: Pedosis
  Created By: TRENDING TEMPLATES TEAM
  http://themeforest.net/user/trendingtemplates
  
  1) RESET
  2) SKELETON 
  3) HEADER
  4) SECTIONS
  5) GALLERY
  6) FOOTER
  7) MDOULES 
  8) PAGES
  9) BLOG
  10) PROJECTS
  11) BUTTONS
  12) SLIDER
  13) RESPONSIVE

################################################################# */ 

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700italic,700);

/* ==================================================================
	RESET
================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	color:#444;
}

.welcome-box,
.project-image,
a,
.btn {
	-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;
}
.vimeo {
	width: 100%;
	border:1px solid #ffffff;
}

/* ==================================================================
	SKELETON
================================================================== */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

body {
	color: #303030;
	font-size: 14px;
	font-family: 'Lora', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	background: #f9f9f9;
    height:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	white-space: normal;
	position: relative;
}
input,
select,
textarea { 
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
}
.sound {
	border:1px solid #fff;
	width:100%;
}
.alignleft {
    float:left;
    margin:5px 20px 5px 0;
}
.alignright {
    float:right;
    margin:20px 0 20px 20px;
}
.aligncenter {
    margin-left:auto;
    margin-right:auto;
    display:block;
    clear:both;
}
blockquote{
    border:0;
    color:#acacac;
	display:block;
	margin:10px 0;
	font-family: 'Droid Serif', serif;
	line-height:2;
    font-size:18px;
	padding:20px 20px 20px 0;
	font-weight:normal;
    font-style: italic;
}
blockquote i {
	padding-right: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 10px;
	color:#303030;
	line-height: 1.2em;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 48px;
	position: relative;
	margin-bottom: 0px;
}
h2 {
	font-size: 36px;
	position: relative;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
p {
	margin-bottom: 20px;
}
a, a > * {
	color: #303030;
	text-decoration: none;
}
a:hover, a > *:hover, a:focus {
	text-decoration: none;
	outline: 0;
	color:#444444;
}
em {
	font-style: italic;
}
strong {
	font-weight: 700;
}
p.lead {
	font-size: 14px;
	padding: 0;
	color:#acacac;
	/*line-height:24px;*/
        text-align: left;
	/*font-style:italic;*/
}
.check li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	padding-right:5px;
	position: relative;
	top: 2px;
}
.check li {
	font-size:14px;
	list-style:none;
	margin-top:4px;
}
.check {
	margin-left:0;
	padding-left:0;
	margin-bottom:30px;
}
.check li a {
	color:#656565;
}

/* ==================================================================
	HEADER
================================================================== */

.topbar {
	background-color: #f2f2f2;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding:11px 0 14px 0;
	z-index:9999;
	position: relative;
}
.topbar p {
	color:#676767;
	margin:0;
}
.topbar p span {
	margin-right: 20px;
}
.header {	
        padding: 16px 0 25px 0;	
	position: relative;
        background: #f2f2f2;
	z-index: 100;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.header.affix {
	position: fixed;
	right: 0;
	background-color: #ffffff;
	left: 0;
	top:0;
	padding:15px 0;
	overflow: visible;
	border-bottom:1px solid #eee;
	display: block;
	z-index: 9000 !important;
}
.header.affix .navbar-nav > li > .dropdown-menu {
	margin-top: 16px;
}

#trans {
	background-color: #f2f2f2;
	position: absolute;
	top:0;
	right: 0;
	z-index: 9999;
	left: 0;
}
#trans .topbar {
	background:transparent;
	color:#6a737d;
}
#trans .navbar-nav > li > .dropdown-menu {
	margin-top: 20px;
}
#trans .topbar p {
    color: #fff;
    margin: 0;
    /*opacity: 0.4;*/
}
#trans .callus h6, .callus h6{
    color: #999999;text-align: right;font: 300 14px/14px 'Roboto', sans-serif;margin-bottom: 5px;
}
#trans .callus h5{
	color:#000;font-size: 24px;font: 700 26px/26px 'Roboto', sans-serif;
}
#trans .callus {
	border-left:0;
}
#trans .header {
	border-bottom:0 solid #565d52 !important;
}
.header.affix, #trans .header.affix{
	background-color: #f2f2f2 !important
}
#trans .navbar-default .navbar-nav > li > a span,
#trans .navbar-default .navbar-nav > li > a{	color:#4e4e51; }
#trans .navbar-default .navbar-nav > li > a:hover{ color: #999999; }
.navbar-default .navbar-nav > li > a:hover{ color: #999999; }
div#trans .navbar-default .navbar-nav > li > a.active { color: #999999; }
.navbar-default .navbar-nav > li > a.active { color: #999999; }
.navbar-default .navbar-nav {	padding-left: 20px; }
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight: bold;
	margin:0 ;
	color:#4e4e51;
	line-height: 27px;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a.active {
	/*color:#303030;*/
}
.navbar-default {
	background-color: transparent;
	border:0;
}
.navbar,
.navbar-nav {
	margin:0;
	border:0;
}
.navbar-nav > li > .dropdown-menu {
    background-color: #303030;
    border: 0 none;
    border-radius: 0 !important;
    margin-top: 28px;
    padding: 10px 20px;
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
    padding: 30px 20px !important;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.dropdown-menu > li > a,
.mega-dropdown-menu > li > ul > li > a {
    background-color: transparent !important;
    clear: both;
    color: #676767;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 5px 0;
    white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
	text-decoration: none;
	color: #303030;
	background-color: #f5f5f5;
}
.mega-dropdown-menu h5 {
    color: #676767 !important;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    padding: 5px 0 5px;
}
.mega-dropdown-menu .item h5 {
	padding-top:15px;
	padding-bottom:0;
}
.mega-dropdown-menu .dropdown-header {
	color: #428bca;
	font-size: 17px;
	padding:20px 0 10px;
	font-weight:bold;
}
.mega-dropdown-menu .form-control {
	margin:0;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.mega-dropdown-menu .item {
	margin-top:10px;
}
.mega-dropdown-menu .form-control {
    background: #2c2c2c;
    border-color: #3c3c3c;
    color: #676767;
    box-shadow: none;
    height: 40px;
    margin: 5px 0 10px;
}
.mega-dropdown-menu .form-control::-moz-placeholder {
	color:#676767;
}
.dropdown-menu .divider {
    background-color: #3c3c3c;
    height: 1px;
    margin: 10px 0 0;
    overflow: hidden;
}
.myform {
    background:#2d2d2d;
    border-bottom: 1px solid #3c3c3c;
    color: #676767;
    padding:0;
    position: relative;
    text-align: center;
    width: 100%;
}
.search_form_top:before {
    color: #676767;
    content: "\f002";
    display: inline-block;
    font-family: "FontAwesome";
    left: 50px;
    padding-right: 0;
    position: absolute;
    top: 13px;
}
.myform form {
    padding: 0 20px;
}
.myform .form-control::-moz-placeholder {
	color:#676767;
}
.myform .form-control::-webkit-input-placeholder {
	color:#676767;
}
.myform .form-control {
    background: transparent;
    border: 0 none;
    height: 52px;
    font-family: "Roboto";
	color:#676767;
    border-radius: 0;
    padding-left: 40px;
    margin: 0;
    width: 100%;
}
.nav > li > a {
	padding:15px 12px;
}
.callus h6 {
     color: #888a8b;
  text-align: right;
  font: 300 14px/14px 'Roboto', sans-serif;
}
.callus h5 {
     color: #000;
  font-size: 24px;
  font: 700 26px/26px 'Roboto', sans-serif;
}
.callus {
	border-left: 0;
	padding-left: 10px;
}
.navbar-brand {
	/*padding:15px 0;*/padding: 0;
}

/* ==================================================================
	SECTIONS
================================================================== */

.center-title .big-title h2 {
	padding-left: 100px;
}
.center-title .big-title span {
    color: #e0e0e0;
    left:10px;
}
.lightcolor h6,
.lightcolor .testimonials::after, 
.lightcolor .testimonials::before,
.lightcolor .testimonials .lead,
.lightcolor .big-title h2 {
	color:#ffffff;
}
.lightcolor .big-title span {
    color: #585858;
}
.background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-position:50% 50%\9 !important;
}
.fullscreen {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}
.section {
	position: relative;
	display: block;
	background-color: #ffffff;
	/*padding:100px 0;*/
	padding:60px 0;z-index: 9;
}
.section-grey {
	background-color: #f9f9f9;
}

.section-dark .portfolio .item,
.section-dark {
	background-color: #303030;
}
.section-dark .big-title span {
    color: #626262;
}
.home-portfolio {
	padding-top: 40px;
	/*padding-bottom: 40px;*/
        padding-bottom: 10px;
}

.section-dark #filters li i,
.section-dark #filters li a,
.section-dark .portfolio .item h5 a,
.section-dark .big-title h2 {
	color:#ffffff;
}
.makepaddingno {
	padding-bottom: 0 !important
}
.makemarginno {
	margin-bottom: 0 !important
}
.makepaddingbottom {
	/*padding-bottom: 180px;*/
}
.makenopaddingtop {
	padding-top:0 !important;
}
.makepaddingtop {
	padding-top: 260px;
}
#boxed #wrapper {
	max-width: 1240px;
	margin:40px auto;
	padding:20px;
	background-color: #ffffff;
}
.container {
	position: relative;
}
.big-title span {
	font-size:128px;
	color:#e0e0e0;
	position: absolute;
	z-index: -1;
	left:-10px;
}
.big-title h2 {
	padding-bottom:40px;
	padding-left: 30px;
	position: relative;
	z-index: 2;
}
.leftside h2 {
	font-size:32px;
}
.parallax-title.big-title h2 {
	color:#ffffff;
}
.parallax-title.big-title span {
	opacity: 0.2;
}
.contactdetails h5,
.contactdetails h1,
.contactdetails h2,
.contactdetails h3,
.contactdetails h4,
.contactdetails h6 {
	color:#ffffff;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.contactdetails h1 a{color:#ffffff;}
.contactdetails h5 {
	color:#adadad;
}

/* ==================================================================
	GALLERY
================================================================== */

#filters {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	cursor: default;
}
#filters ul li{
	display: inline-block;
	margin: 0 5px;
	color: #303030;
	line-height: 14px;
	text-decoration: none;
	font-weight:400;
	cursor: pointer;
}
.primary a:hover{
	color: #303030;
	text-decoration: none;
}
.primary a.active{
	color: #303030 !important;
	text-decoration: underline;
	cursor: default;
}
.primary a.active {
    color: #303030;
    cursor: default;
	position:relative;
    color: #fff ;
}
.portfolio h5 {
	padding:20px 0 0;
	font-size:14px;
	text-transform: uppercase;margin-bottom: 0;color: #ffffff;
}

.portfolio {
	position: relative;
	padding: 0;
	width: 100%;
	/*margin: 40px auto;*/
	margin: 0px auto;
	display: block;
}
.portfolio .item {
	padding: 15px 15px;
	background-color: #ffffff;
	position: relative;
	margin:0;
	overflow: hidden;
}
.portfolio .item img {
	width: 100%;
	height: auto;
}
#two-col .item {
	width: 50%;
}
#three-col .item {
	width: 33.3333%;
}
#four-col .item {
	width:25%;
}

.entry {
	position:relative;
	margin:0;
	cursor:pointer;
	padding:0;
}
.magnifier {
	background:rgba(255,214,59,.9);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	-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;
}
.buttons {
	position: absolute;
	top:50%;
	left: 0;
	text-align: center;
	margin:-10px auto;
	right: 0;
}
.buttons i {
	border:1px solid #d0312d;
	padding:10px;
	border-radius: 2px;
	background-color: #d0312d;
	color: #fff ;
}
.entry:hover .magnifier { opacity:1; }

/* ==================================================================
	FOOTER
================================================================== */

#message {
	display: block; position:relative; text-align:left; padding:20px;
}
#map{
	height:700px;
	width:100%
}
#map img{
	max-width:inherit
}
.map{
	position:relative
}
.contact_list {
	display: block;
	margin-bottom: 30px;
}
.contact_list .fa-2x {
	color:#e0e0e0;
	font-size:36px;
}
.contact_list li {
	margin:0 0 10px;
}
.contact_list li i {
	color:#4e4e4e;
	padding-right: 10px;
}
.contact_list h6 {
	margin:20px 0;
	font-size:18px;
}
.contact-icon {
	margin:20px 0;
	overflow:hidden;
}
.map .row{
	position:relative
}
.infobox img {
	width:100% !important;
}
.map .searchmodule {
	padding:18px 10px
}
.infobox {
	display: inline-block;
	padding: 5px;
	position: relative;
	width: 270px;
}
.infobox img {
	width:80px !important;
	padding-right:10px
}
.infobox .title {
	font-size:13px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	text-transform:uppercase;
	padding-bottom:5px;
}
.infobox .title a {
	font-weight:bold;
}
.footer .list-inline > li {
    display: inline-block;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 4px;
}
.footer li {
	margin-bottom: 3px
}
.footer a {
	color:#676767;
}
.footer {
	position: relative;
	display: block;
	background-color: #303030;
	color:#676767;
	padding:80px 0 30px;
}
.footer .widget-title h6 {
	color:#ffffff;
	font-size:18px;
	/*padding-bottom: 15px;*/
	font-weight: 700;
	letter-spacing: 1.5px; font-family: 'Roboto', sans-serif;
}
.copyright {
	background-color: #2d2d2d;
	color:#676767;
	padding:20px 0;
	font-family: 'Roboto', sans-serif;
}
.copyright p {
	margin:0;
}
.social {
	margin: 15px 0;
}
.social a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
	background-color: #282828;
}
.section-title h3 {
    font-size: 24px;
    font-weight:300;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 300;
}
.stylish-input-group .input-group-addon {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 0 !important;
}
.stylish-input-group .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 13px;
    font-style: italic;
    height: 50px;
}
.stylish-input-group button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 0 none;
    border-image: none;
    border-left: 0 none !important;
    border-right: 0 none;
    border-top: 0 none;
}
.input-group-addon {
    border-left: 0 none;
}

/* ==================================================================
	MODULES
================================================================== */

#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #303030;
	position:fixed;
	display: table;
	width: 100%;
	top:0;
	height: 100%;
	min-height: 100%;
	z-index:99999;
}
.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align:center;
}
.loader-back-logo {
	margin-top:-10px;
	font-size:26px;
}
.loader {
    margin-left: 20px;
    margin-top: 0;
    vertical-align: top;
}
.panel-title {
    line-height: 16px;
}
.panel-heading {
    border-radius: 0 !important;
    padding: 18px 24px;
}
.panel-heading h3 {
	color:#070707 !important;
	font-size:15px;
	font-weight: bold;
	padding:0;
	margin:0;
	display: inline-block;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 none;
}
.panel p {
    margin-bottom: 0;
}
.panel-heading i {
	font-size:13px;
	margin:1px;
}
.panel {
    border-color: #ffffff;
    border-radius: 0 !important;
    box-shadow: none;
}
.accordion-toggle-2 .panel-body {
	background: #ffffff !important;
	border-left:1px solid #dadada !important;
	border-right:1px solid #dadada !important;
	border-bottom:1px solid #dadada !important;
}
.accordion-toggle-2 .panel-heading {
	background: #ffffff !important;
	border:1px solid #eaeaea !important;
}
.accordion-toggle-2 .panel-heading i,
.accordion-toggle-2 .panel-heading h3 {
	color:#070707;
}
.pricing-table-body ul li {
	list-style: none;
	border-bottom: 1px solid #dddddd;
	padding:10px 0;
}
.pricing-table-body ul li:last-child {
	border-bottom: 0 solid #aaa;
}
.pricing-price sup {
	top:auto;
    bottom: 0 !important;
    font-family: arial !important;
    font-size: 21px !important;
    font-weight: normal !important;
}
.pricing-price {
	padding:14px;
	position: relative;
}
.bestoffer {
    background:#070707;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 65px;
    left: 15px;
    line-height: 1.5;
    padding-top: 13px;
    position: absolute;
    top: -30px;
    width: 65px;
}
.pricing-price h2 {
	margin: 0;
	font-size:55px;
}
.pricing-price h4 {
	padding:0;
	margin: 0;
	font-size:16px;
}
.pricing-table-footer,
.pricing-table-header,
.pricing-table-body {
	display: block;
	color:#070707 !important;
	text-align: center;
	padding:25px;
	position: relative;
}
.pricing-table-footer h3 a,
.pricing-table-footer h3,
.pricing-table-header h3 {
	color:#070707;
	font-size:16px;
	letter-spacing: 1px;
	padding:0;
	margin: 0;
	text-transform: uppercase;
}
.about-message {
	margin-bottom: 40px
}
.about-wrapper {
	margin-bottom: 120px;
}
.about-wrapper .about-image {
	padding:0;
	display: block;
}
.about-image img {
	width: 100%;
}
.about-desc {
	display: block;
	min-height: 364px;
	position: relative;
	padding:20px 60px;
	z-index: 1000;
	border:1px solid transparent;
}
.about-message h6
{
	font-size:18px;
	padding:20px 0 10px;
	font-weight: bold;
}
.about-desc h6 {
	font-size: 24px;
	padding:10px 0 10px;
	font-weight: bold;
}

.about-desc ul li a,
.about-desc ul li {
	color:#b29736;
	cursor: pointer;
}
.about-desc ul li a:hover,
.about-desc ul li:hover {
	color:#303030;
}
.about-desc hr {
	border-color:#edc83d;
}
.arrow-left:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #88b7d5;
	border-width: 20px;
	z-index: 1001;
	margin-top: -15px;
}
.arrow-right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 20px;
	z-index: 101;
	margin-top: -15px;
}
.why-us img {
	display: block;
}
#services {
	margin-top:40px;
}
#welcome {
    left: 0;
    position: absolute;
    right: 0;
    padding:0 50px;
    top: -160px;
    z-index: 1000
}
.welcome-box {
	text-align: center;
	padding:30px;
	border-top:5px solid transparent;
	top:0;
	cursor: pointer;
	background-color: #fad33f;
}
#services .welcome-box:hover {
	top:0;
	padding-bottom: 30px;
}
.welcome-box.color2 {
	background-color: #f6cc2e;
}
.welcome-box.color3 {
	background-color: #eec323;
}
.welcome-box:hover {
	padding-bottom:40px;
	background-color: #303030 !important;
	top:-10px;
}
.welcome-box:hover p {
	color:#676767;
}
.welcome-box:hover h6 {
	color:#fff;
}
.welcome-box:hover .icon-container {
	background-color: #ffd63b;
	color:#303030;
	border-color:#fff;	
	-webkit-box-shadow: 0px 0px 0px 10px #fff;
	-moz-box-shadow:    0px 0px 0px 10px #fff;
	box-shadow:         0px 0px 0px 10px #fff;
}
.icon-container {
	width: 100px;
	background-color: #303030;
	color:#f6cc2e;
	height: 100px;
	line-height: 100px;
	-webkit-box-shadow: 0px 0px 0px 10px #d8b52e;
	-moz-box-shadow:    0px 0px 0px 10px #d8b52e;
	box-shadow:         0px 0px 0px 10px #d8b52e;
	display: block;
	border-radius: 100%;
	margin:20px auto 35px;
	text-align: center;
	font-size: 36px;
}
#contact_form  {
    min-height: 306px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    padding:30px 50px;
    top: 320px;
    color:#b89c36;
}
.thank-you {
    background: #ffffff;
    min-height: 306px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    padding:30px 50px;
    top: 320px;
    color:#b89c36;
}
#contact_form i {
	color: #c3c3c3;
}
#submit .fa.fa-paper-plane-o{color:#fff;}
#contact_form .big-title span {
	z-index: -1;
	left:-10px;
	top:-15px;
}
#contact_form .big-title h2 {
    padding-bottom: 50px;
    padding-left: 0;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}
#newsletter {
    background: rgba(0, 0, 0, 0) url("upload/newsletter.png") no-repeat scroll center top;
    min-height: 206px;
    left: 0;
    position: absolute;
    right: 0;
    padding:0 50px;
    top: -105px;
}
.newsletterform:before {
    color: #d1b23c;
    content: "\f0e0";
    display: inline-block;
    font-family: "FontAwesome";
    left: 20px;
    font-size: 127px;
    z-index: 1;
    padding-right: 0;
    position: absolute;
    top: 80px;
    -webkit-transform: rotate(337deg);
    -moz-transform: rotate(337deg);
    -o-transform: rotate(337deg);
    writing-mode: lr-tb;
}
.newsletterform {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	z-index: 3;
	position: relative;
	padding-top:75px;
	text-align: center;
}
.newsletterform span {
	font-weight: bold;
	font-size: 24px;
}
#contactform .form-control,
.newsletterform .form-control {
	min-width: 680px;
	height: 50px;
	color:#acacac;
	font-size:14px;
	font-style: italic;
	z-index: 5;
	position: relative;
	font-family: 'Lora', sans-serif;
	margin-left: 15px;
	margin-right: 15px;
	border:0;
}
.stylish-input-group .form-control:focus,
.newsletterform .form-control:focus {
	background-color: #ffffff !important;
}
#contactform .form-control:focus{background: #ffffff;}
#contactform .form-control {
	min-width: 100% !important;
	margin:10px 0 0;padding-left: 8px;
}
#contactform textarea {
	height: 80px !important;border-radius: 2px; resize: none;
}
#contactform select.form-control{padding: 0 0 0 4px;}
.newsletterform label {
	font-size:18px;
	color:#070707;
    text-align: right;
    z-index: 2;
    position: relative;
    vertical-align: middle;
}
.newsletterform .form-control::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}
.newsletterform .form-control:-ms-input-placeholder {
  color: #acacac;
}
.newsletterform .form-control::-webkit-input-placeholder {
  color: #acacac;
}
.tooltip-arrow {
	display: none;
}
.services {
	margin-top:50px;
}
.services h3 {
	font-size:18px;
}
.services h3 i {
	padding-right: 10px;
}
.services p {
	margin-top:20px;
}
.team {
	z-index: 1;
	cursor: pointer;
	position: relative;
}
.team-hover-content span {
	margin:10px 0;
	display: block;
	font-style: italic;
}
.team-hover-content p {
	font-size:14px;
	margin-bottom: 0;
	line-height: 24px;
}
.team-hover-content {
  	position: absolute;
  	bottom: 0px;
  	width: 100%;
	font-family: 'Lora', sans-serif;
	padding: 50px 30px 0;
	color: #070707;
	border:15px solid #fff;
	opacity: 0;
	z-index: 100;
	top:50%;
	text-align: right;
	text-decoration: none;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.8);
	border-radius: 0;
}
.team img {
	z-index: 1;
	width: 100%;
}
.team:hover .team-hover-content {
	opacity: 1;
	bottom: -60px;
	-webkit-transition:all 0.7s ease-in-out;
	-moz-transition:all 0.7s ease-in-out;
	-o-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
}
.GrayScale:hover img {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: 
    grayscale(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    opacity: 1;-webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.GrayScale img {
    -webkit-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.testimonials {
	position: relative;
	padding:25px 140px 0;
}
.testimonials:after,
.testimonials:before {
    color: #bfbfbf;
    content: "\f10d";
    display: inline-block;
    font-family: "FontAwesome";
    left: 50px;
    font-size: 48px;
    z-index: 1;
    padding-right: 0;
    position: absolute;
    top: 45px;
}
.testimonials:after {
	left: auto;
	right: 50px;
    content: "\f10e";
}
.testimonials .lead {
	color:#333333;
	font-size:18px;
	line-height: 22px;
        font-style: italic;font-weight: 400;
}
.testimonials .owl-dots .owl-dot.active span, 
.testimonials .owl-dots .owl-dot:hover span {
	background-color: #303030 !important
}
.testimonials img {
	width: 100px !important;
	margin: 30px auto 20px;
}
.item span {
    color: #999999;
    margin-bottom: 0;
}

/* ==================================================================
	PAGE
================================================================== */

#commentform {
	margin-top: 40px;
}
#commentform .form-control {
    background-color: #f3f3f3;
    border: 0 none;
    box-shadow: none;
    color: #bfbfbf;
    font-style: italic;
    height: 45px;
    margin-bottom: 20px;
}
#commentform .form-control::-moz-placeholder {
	color:#bfbfbf;
}
#commentform .form-control::-webkit-input-placeholder {
	color:#bfbfbf;
}
#commentform textarea {
	height: 175px !important
}
.media-list li {
	padding:20px;
	margin:20px 0;
	border-bottom:1px solid #eeeeee;
}
.media-list img {
	margin-right:10px;
}
.media-list h4 {
	font-size:15px;
	font-weight: bold;
	text-transform:uppercase;
	padding:0;
}
.comment-meta,
.comment-meta a {
	color:#88cbd7;
	font-size: 12px;
	padding-left: 30px;
	text-transform:uppercase;
}
.comment-meta {
	color:#878787;
	padding-left: 0;
}
.comments-answer {
	margin-left:80px !important;
}
.pager li > a, .pager li > span {
    background-color: #fff !important;
    border: 0 solid #ddd;
    border-radius: 0;
    display: inline-block;
    padding: 0;
}
.teambox h6 {
	font-size:14px !important;
	margin:0 !important;
}
.teambox p {
	margin: 3px 0 ;
}
.single {
	padding-right:30px !important;
}
.teambox a,
.teambox i {
	color:#88cbd7;
}
.single .alignleft {
	margin:0 20px 8px 0;
}
.post-image img {
	width: 100%;
}
.pagination > li span {
	color:#ffffff;
}
.pagination > li > a, 
.pagination > li > span {
    background-color: #303030;
    border: 0 solid #070707;
    border-radius: 0 !important;
    color: #ffffff;
    float: left;
    font-size: 15px;
    font-family: "Roboto";
    height: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-left: 5px !important;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
.commentbox .widget-title {
	padding-top:30px;
}
.commentbox {
	background: #fff;
	padding:60px;
	margin-top: 40px !important;
}
.blog-meta .blog-description,
.blog-meta .custommeta  {
	padding:0 60px;
}
.blog-list-wrapper .box {
	margin-bottom: 30px;
}
.customblogsection #grid {
	margin-top: -300px;
}
#page-header.customheader {
	padding-bottom: 380px;
}
#content .services {
    margin: 30px 0;
}
#singleform {
	margin-top:30px;
	padding:30px;
}
.post-media {
	margin-bottom: 20px;
}
.blog-bottom{
	margin-top:35px;
	position: relative;
	display: block;
}
.blog-bottom .text-center a,
.blog-bottom .text-center i,
.blog-bottom .pull-left a,
.blog-bottom .pull-left i,
.blog-bottom .pull-left,
.blog-bottom .pull-right a,
.blog-bottom .pull-right i,
.blog-bottom .pull-right  {
	color:#88cbd7 !important;
}
.blog-bottom .pull-right a {
	margin-left: 15px;
}
#page-header {
    background: rgba(0, 0, 0, 0) url("../upload/page-header.jpg");    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: block;
    padding: 80px 0;
    position: relative;
    text-align: center;max-height: 100%;max-width: 100%;
}
#page-header h3 {
	color:#ffffff;
	font-size:24px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
#post-wrapper {
	/*padding-bottom: 80px*/
	padding-bottom: 0px
}
#content .widget-title h6,
#sidebar .widget-title h6 {
	font-size:14px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;
}
#sidebar .alignleft {
	margin-top: 0;
}
#content .widget-title h6 span,
#sidebar .widget-title h6 span {
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	background-color: #ddd;
	display: inline-block;
	margin-right: 10px;
}
#sidebar a {
	color:#acacac;
}
#sidebar a:hover {
	color:#303030;
}
#sidebar {
	font-weight: bold;
	font-family: "Roboto";
}
#sidebar ul li {
	position: relative;
}
#sidebar .recent-post-widget ul li {
	margin:10px 0;
	display: table;
	position: relative;
}
#sidebar .widget {
	margin-bottom: 40px;
}
#sidebar .list-widget ul li {
	margin-bottom: 7px;
}
#sidebar .list-widget ul li:before {
	content: "-";
	color:#acacac;
	padding:0 10px 0 0;
}
.tagclouds li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
	text-decoration: underline;
}
.time_circles {
    height: 100%;
    position: relative;
    width: 100%;
}
.time_circles > div {
    position: absolute;
    text-align: center;
}
.time_circles > div > h4 {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.time_circles > div > span {
    color: #303030;
    display: block;
    font-family: "Roboto";
    font-size: 40px !important;
    font-weight: bold;
    margin-top: 0.4em;
    text-align: center;
    width: 100%;
}
#login {
	background-color: #ffffff;
    padding-top: 50px;
    border:1px solid #eaeaea;
}
#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
#login h1 {
    color: #303030;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login h2 {
    color: #303030;
    font-size: 90px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .form-control {
	box-shadow: none !important;
	height:45px;
	font-weight: 400;
	font-family: "Roboto";
	color:#888;
	background-color: #303030;
	border-radius:0;
}
#login .forget {
    font-size: 13px;
	text-align: center;
	display: block;
}

/* ==================================================================
	BLOG
================================================================== */

.blog-grid {
	padding:0;
	background-color: #ffffff;
	margin:0;
}
.leftarrow:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 15px;
	z-index: 99;
	margin-top: -10px;
}
.rightarrow:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 15px;
	z-index: 99;
	margin-top: -10px;
}
.bottomarrow:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	z-index: 99;
	margin-left: -10px;
}
.team-members,
#grid {
	margin-top:40px;
}
.box {
	padding:0;
	margin:0;
}
.box-image,
.box .alignnone,
.box .alignright,
.box .alignleft {
	margin:0;
	padding:0;
	display: block;
}
.box .alignleft {
}
.box .alignright {
}
.box-desc {
	background-color: #ffffff;
	position: relative;
}
.blog-meta {
    display: table;
    height: 300px;
    padding: 40px;
    position: relative;
}
.readmore {
	position: absolute;
	bottom:40px;
	z-index: 3;
	right:40px;
}
.readmore.left {
	right: auto;
	left: 40px;
}
.readmore i {
	padding:5px;
}
.cat {
	font-style: italic;
	font-size:14px;
}
.meta span {
	margin-right:15px;
}
.meta i {
	margin-right: 5px;
}
.meta i,
.meta span {
	color: #acacac;
}
.box-desc h6 {
	font-size:18px;
	margin:10px 0 15px;
	font-weight: bold;
	line-height: 27px;
}
.box-image {
	position: relative;
	z-index: 2;
}

/* ==================================================================
	PROJECTS
================================================================== */

.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -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;
}
.project-image {
	margin-top:85px;
	border:0 solid transparent;
}
.project-image:hover {
	padding:15px;
}
.project-image:hover img,
.project-image.active img {
	opacity: 1;
}
.project-image img {
	opacity: 0.6;
}
.project-details {
	padding-top: 60px;
}
.project-details h6 {
	font-weight: bold;
	font-size:18px;
	padding:20px 0;
}
.project-details h6,
.project-details li {
	color:#ffffff;
}
.project-details li {
	margin:10px 0;
}
.project-details li .btn {
	margin-top: 20px;
}

.project-details li span {
    display: inline-block;
    min-width: 130px;
}

/* ==================================================================
	BUTTONS
================================================================== */

.form-control {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn-dark {
	color:#ffffff !important;
	height: 50px;
	padding: 0 20px;
	border:0;
}
.btn-dark i {
	padding-right: 10px;
}
.btn-dark,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #b32d29;
  border-color: #b32d29;
}
.btn-sm, .btn-group-sm > .btn {
	font-size:11px;
}
.searchicon i {
	color:#303030 !important;
}

/* ==================================================================
	SLIDER
================================================================== */

.fixedslider {
	position: absolute;
	top:0;
}
.boxedcontainer	{
	max-width: 1170px; 
	margin:auto; 
	padding:0px 30px;
}
.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;
}
.tp-banner{
	width:100%;
	position:relative;
}
.tp-banner-fullscreen-container {
	width:100%;
	position:relative;
	padding:0;
}
.slider-title i,
.tp-caption.slider-title i {
	font-size:150px;
	opacity: 0.4;
}
.slider-title,
.tp-caption.slider-title {
	position:absolute;
	color:#fff;
	font-size:60px;
	line-height:60px;
	margin:0px;
	font-family: 'Roboto', serif;
	text-align: center;
	border-width:0px;
	font-weight: 900;
	letter-spacing: 3px;
	border-style:none;
	white-space:nowrap;
}
.slider-title1,
.tp-caption.slider-title1 {
	position:absolute;
	color:#fff;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	letter-spacing: 1px;
	margin:0px;
	font-family: 'Roboto', serif;
	text-align: center;
	border-width:0px;
	border-style:none;
	white-space:nowrap;
}
.margin-top a,
.slider-btn .btn,
.tp-caption.slider-btn .btn {
	color:#ffffff;
	font-size:14px !important;
	text-transform: uppercase;
	margin:0;
	padding:5px 45px 4px;
	font-family: 'Roboto', serif;
}

.btn-normal:hover,
.slider-btn .btn-white,
.tp-caption.slider-btn .btn-white {
	color:#ffffff !important;
}
.tp-bannertimer {
	display: none
}

/* ==================================================================
	RESPONSIVE
================================================================== */

@media (max-width: 1200px) { 
	.navbar-default .navbar-nav > li > a {
		font-size:12px;
	}
	.topbar span,
	.topbar .pull-left,
	.topbar .pull-right {
		font-size:12px;
	}
}
@media (max-width: 1100px) { 
	.newsletterform {
		padding-top: 20px;
	}
	.callus{
		display: none
	}
	.topbar span {
		display: inline-block !important;
	}
	#contact_form,
	#welcome {
	    left: 0;
	    position: relative;
	    right: 0;
	    padding:0 50px;
	    top: 0px;
	    z-index: 1000
	}
	.contact_list {
		margin-bottom: 20px;
	}
	#contact_form {
		padding: 30px !important;
	}
	.makepaddingtop {
		padding-top: 90px;
	}
	.welcome-box{
		top:0 !important;
		padding:30px !important;
	}
	.why-us img {
		margin: 30px 0 60px;
	}
	#four-col .item,
	#three-col .item {
		width: 50%;
	}

}

@media (max-width: 768px) { 

	#trans {
		position: relative;
		background-color: #f2f2f2;
	}
	#three-col .item,
	#four-col .item,
	#two-col .item {
		width: 100%;
	}


	.left-right::after,
	.rightarrow:after {
		display: none
	}
	.single {
		padding-right:15px !important;
	}
	.blog-meta .blog-description, .blog-meta .meta {
		padding:0;
	}
	#content {
		margin-bottom: 50px;
	}
	.commentbox,
	.blog-meta {
		padding:20px;
	}
	.testimonials {
		padding:25px 0 !important;
	}
	.testimonials .lead {
	    font-size: 13px;
	    line-height: 21px;
	}
	.comments-answer {
		margin-left: 0 !important;
	}
	.box-image img {
		width: 100%;
	}
	.blog-meta {
		max-height: 260px;
	}
	.box,
	.box .alignnone,
	.box .alignright,
	.box .alignleft {
		background-color: #ffffff;
		padding:10px !important;
		margin:0 !important;
		float:none !important;
		width: 100%;
	}
	.slider-title1,
	.tp-caption.slider-title1 {
		font-size: 10px !important;
		padding:20px !important;
	}
	.slider-btn,
	.testimonials:after,
	.testimonials:before,
	.newsletterform:before {
		display: none;
	}
	.newsletterform .form-control {
		min-width: 100%;
		margin:5px 0;
	}
	.topbar span,
	.topbar .pull-left,
	.topbar .pull-right {
		display: block;
		font-size:12px;
		float:none !important;
		text-align: center !important;
	}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding:15px 0;
	}
	.navbar-default .fa,
	.searchicon i,
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a.active {
		/*color:#676767 !important;*/
	}
	.nav > li > a {
	    padding: 7px 12px;
	}
	.navbar-collapse {
	    border: 0 none !important;
	    box-shadow: none;
	    background-color: #f2f2f2 !important;
	    overflow-x: visible;
/*	    margin: 30px 0 0 0;*/margin: 10px 0 0 0;
	    padding: 30px 15px;
	}
	.navbar-default .navbar-toggle {
	    background: #303030 none repeat scroll 0 0 !important;
	    border-color: #303030 !important;
	}
	.navbar-nav > li > .dropdown-menu {
		padding:0;
	}
	.navbar-default .navbar-nav {
		padding-left: 0px;
	}
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 10px !important;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-lg, .btn-group-lg > .btn {
    font-size: 15px;
    line-height: 1.33333;
    padding: 15px 44px;
}
.btn {
	text-transform: uppercase;
}
p{font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;}

.pull-left a{color: #4e4e51;font: 300 15px/14px 'Roboto', sans-serif;letter-spacing: 0.5px;position: relative;top: -2px;left: 2px;}
.pull-left a:hover{text-decoration: underline;}

.copymessage a{color: #676767;}
.copymessage a:hover{text-decoration: underline;}

.read-more{background: #0781ba;padding: 5px 10px;line-height: 1.33333;color: #ffffff;margin-bottom: 20px;display: inline-block;border-radius: 2px;font-family: 'Roboto', sans-serif;transition: all .3s ease-in-out;}
.read-more:hover{background-color: #026594;color: #ffffff;}

.text-widget{font: 400 15px/21px 'Roboto', sans-serif;}
.text-widget a:hover , .text-widget a.active{color: #eeeeee;}
.contact-detail span{display: block;font: 400 15px/21px 'Roboto', sans-serif;}
.contact-detail span.mob-no{display: inline-block;}
.contact-detail span strong{color: #666666;font: 600 14px/21px 'Roboto', sans-serif;float: left;padding-right: 5px}
.contact-detail span a{text-decoration: underline;display: inline-block;word-break: break-all;}
.contact-detail span a:hover{text-decoration: none;}
.contact-detail span a.footer-call{display: none;}


.about-message p{font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #6f6f74;}
.about-desc{background: #aaaaaa;}
.about-desc.wow h6, .about-desc p{color: #ffffff;}
.learn-more a{font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #ffffff;position: relative;}
.learn-more a:hover{text-decoration: underline;}
.learn-more a:after{content: "";position: absolute;background: url(../images/learn-more-arrow.png) no-repeat;display: inline-block;height: 18px;width: 18px;margin-left: 5px;top: 2px;}

.option-set li a{font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #ffffff;}
.owl-item .item h6{ color: #d0312d; font-size: 18px;}
.owl-item .item span{font-family: 'Roboto', sans-serif; font-weight: 300; }

.mob-img-responsive{display: none;}

.fax-no{display: block;font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #adadad;}
.fax-no a{display: inline-block;font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #adadad;text-decoration: underline;word-break: break-all;}
.fax-no a:hover{text-decoration: none;}
.fax-no strong{font: 400 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #adadad;}

.lead.service-txt{text-align: left;}
.services-list{width: 100%;float: left;margin-top:35px;}
.services-list ul{margin: 0 auto;text-align: center;width: 100%;}
.services-list li{width: 32%;text-align: center;display: inline-block;}
.map-img{float: right}

.our-services{margin-top: 40px;float: left;}
.our-services li{font: 400 16px/18px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #303030;width: 30%;float: left;margin-bottom: 10px;}
.our-services li:nth-child(2), .our-services li:nth-child(5){width: 38%;}

 
.section .check {margin-bottom: 20px;}
.section .check li{  font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #303030; }
.section .check li a:hover{text-decoration: underline;}


#content p{text-align: justify;font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #303030;margin-bottom: 20px;}
#content p.lastp{margin-bottom: 0;text-align: justify;font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #303030;}
.main-title{font: 600 22px/24px 'Roboto', sans-serif;color: #303030;margin-bottom: 15px;}
.desktop-map{text-align: center;}
.desktop-map img{max-width: 100%; max-height: 100%;text-align: center;}



.links .text-widget ul{float: left;width: 60%;}
.links .text-widget ul:last-child{float: left;width: 40%;}
/**********contact us form start************/

#contact_form .big-title h2, #contact_form p{color: #ffffff;}
.contact_form{float: left;}
.captch-box{position: relative;background: #ffffff;padding: 10px;margin: 10px 0;border-radius: 2px;float: left;width: 100%;}
.refresh-icon{width: 20px;height: 20px;padding-top: 10px;}
.refresh-icon, .captcha-img{float: left;margin-right: 9px;}
.captcha-img img{border: 1px solid #acacac;border-radius: 2px;}
.captcha-img span{color: #acacac;line-height: 37px;vertical-align: top;padding-left: 5px;}

#contactform .captch-box .captcha-input input.ans{background: #fff;width: 70px !important;height: 30px;padding: 5px;text-align: center;float: left;border: none;border-radius: 2px;color: #858585;font-size: 14px;border:1px solid #acacac;}
.star{color: #acacac;padding-left: 5px;}
#contact_form .avoid-spam p{float: left;color: #acacac;font-style: italic;font-size: 12px;font-family: 'Lora', sans-serif;margin-bottom: 0;clear: both;}

.form-control {position: relative;}

#contactform label{  position: absolute; right: 0px; top: -10px;width: auto; height: auto; margin: 0; padding: 0; line-height: normal; font: 11px/11px arial; background: #fb0101; padding: 5px 5px 4px; color: #ffffff;z-index: 5; }

#contactform label:after{  border-color: #fb0101 transparent transparent; border-image: none; border-right: 6px solid transparent; border-style: solid; border-width: 6px; content: " "; height: 0; left: 20px; margin-left: -10px; pointer-events: none; position: absolute; top: 100%; width: 0; }

.note{ font-family: 'arial', sans-serif;font-size: 12px;line-height: 14px;padding-top: 2px; }
.incorrect-msg{font-family: 'arial', sans-serif;font-size: 12px;line-height: 14px; color: #ff0000;font-weight: bold;background: #ffffff;padding: 5px;width: 100%;display: block;border-radius: 2px;}

.contact-address{ font: 300 15px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #303030; }
.contact-address a{text-decoration: underline;}
.contact-address a:hover{text-decoration: none;}

/**********contact us form end************/


/********carpentry service start***********/
.carpentry-service{background: #f2f2f2;}
.carpentry-service .about-desc{padding: 0 20px 0px 20px;}
/********carpentry service end***********/

/*****gallery section start*******/
.gallery-section{background: #f2f2f2;}
.section-dark.gallery-section .portfolio .item h5 a, .section-dark.gallery-section #filters li a, .section-dark.gallery-section #filters li i{color: #303030;}
.section-dark.gallery-section .portfolio .item{background: #f2f2f2;}
.gallery-section .portfolio h5{color: #303030;}
/*****gallery section end*******/

/*****404 start*********/
.section.error-page{padding: 30px 0;}
.page-not-found img{max-height: 100%;max-width: 100%;}
/*****404 end*********/

/*****thank you start*********/
.section.thanks-page{padding: 40px 0 70px;}
#thank-you {position: relative;float: left;width: 100%;text-align: center;}
#thank-you img{max-width: 100%;max-height: 100%;}
.thanks-txt{font: 600 20px/20px 'Roboto', sans-serif;letter-spacing: 0.5px;color: #666666;text-align: center;position: absolute;left: 0;right: 0;top: 60%;}
/*****thank you end*********/

#content.sitemap{margin-bottom: 0;}

.g-map{display: none;}
.gallery-section .portfolio h5{display:none;}
.portfolio h5{display:none;}
.pull-right .btn.btn-dark{background:#d0312d; transition: all 0.3s ease-in-out 0s;;}
.pull-right .btn.btn-dark:hover{background:#b32d29;}
.newAdd-div{padding-bottom:20px;}
.fb{ text-align: center; display: inline-block; vertical-align: middle; height: 32px; margin: auto; width: 32px;} 
#fb-root.fb_reset { display: inline-block; margin: auto; text-align: center;}
.fbshare{ float: left; width: 100%; margin: auto; text-align: center;}
a.pp_next, a.pp_previous{ display: none;}
