/**
Theme Name: Builder
*/
/**
 * Table of Contents
 *
 * 1. Padding, Margin, Font-size
 * 2. Custom CSS
 */

/*--------------------------------------------------------------
1. Padding, Margin, Font-size
--------------------------------------------------------------*/

/* Font style */
.fsi {
  font-style: italic !important;
}

.fsn {
  font-style: normal !important;
}

/* Font weight */
.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.fz-5 {
  font-size: 50px;
}

/* Padding */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.p-11 {
  padding: 110px !important;
}

.p-12 {
  padding: 120px !important;
}

.p-13 {
  padding: 130px !important;
}

.p-14 {
  padding: 140px !important;
}

.p-15 {
  padding: 150px !important;
}

.p-16 {
  padding: 160px !important;
}

.p-17 {
  padding: 170px !important;
}

.p-18 {
  padding: 180px !important;
}

.p-19 {
  padding: 190px !important;
}

.p-20 {
  padding: 200px !important;
}

/* Padding top */
.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pt-11 {
  padding-top: 110px !important;
}

.pt-12 {
  padding-top: 120px !important;
}

.pt-13 {
  padding-top: 130px !important;
}

.pt-14 {
  padding-top: 140px !important;
}

.pt-15 {
  padding-top: 150px !important;
}

.pt-16 {
  padding-top: 160px !important;
}

.pt-17 {
  padding-top: 170px !important;
}

.pt-18 {
  padding-top: 180px !important;
}

.pt-19 {
  padding-top: 190px !important;
}

.pt-20 {
  padding-top: 200px !important;
}

/* Padding right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pr-6 {
  padding-right: 60px !important;
}

.pr-7 {
  padding-right: 70px !important;
}

.pr-8 {
  padding-right: 80px !important;
}

.pr-9 {
  padding-right: 90px !important;
}

.pr-10 {
  padding-right: 100px !important;
}

.pr-11 {
  padding-right: 110px !important;
}

.pr-12 {
  padding-right: 120px !important;
}

.pr-13 {
  padding-right: 130px !important;
}

.pr-14 {
  padding-right: 140px !important;
}

.pr-15 {
  padding-right: 150px !important;
}

.pr-16 {
  padding-right: 160px !important;
}

.pr-17 {
  padding-right: 170px !important;
}

.pr-18 {
  padding-right: 180px !important;
}

.pr-19 {
  padding-right: 190px !important;
}

.pr-20 {
  padding-right: 200px !important;
}

/* Padding bottom */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.pb-11 {
  padding-bottom: 110px !important;
}

.pb-12 {
  padding-bottom: 120px !important;
}

.pb-13 {
  padding-bottom: 130px !important;
}

.pb-14 {
  padding-bottom: 140px !important;
}

.pb-15 {
  padding-bottom: 150px !important;
}

.pb-16 {
  padding-bottom: 160px !important;
}

.pb-17 {
  padding-bottom: 170px !important;
}

.pb-18 {
  padding-bottom: 180px !important;
}

.pb-19 {
  padding-bottom: 190px !important;
}

.pb-20 {
  padding-bottom: 200px !important;
}

.pb-26 {
  padding-bottom: 260px !important;
}

/* Padding left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pl-11 {
  padding-left: 110px !important;
}

.pl-12 {
  padding-left: 120px !important;
}

.pl-13 {
  padding-left: 130px !important;
}

.pl-14 {
  padding-left: 140px !important;
}

.pl-15 {
  padding-left: 150px !important;
}

.pl-16 {
  padding-left: 160px !important;
}

.pl-17 {
  padding-left: 170px !important;
}

.pl-18 {
  padding-left: 180px !important;
}

.pl-19 {
  padding-left: 190px !important;
}

.pl-20 {
  padding-left: 200px !important;
}

/* Margin */
.mlr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.m-11 {
  margin: 110px !important;
}

.m-12 {
  margin: 120px !important;
}

.m-13 {
  margin: 130px !important;
}

.m-14 {
  margin: 140px !important;
}

.m-15 {
  margin: 150px !important;
}

.m-16 {
  margin: 160px !important;
}

.m-17 {
  margin: 170px !important;
}

.m-18 {
  margin: 180px !important;
}

.m-19 {
  margin: 190px !important;
}

.m-20 {
  margin: 200px !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mt-11 {
  margin-top: 110px !important;
}

.mt-12 {
  margin-top: 120px !important;
}

.mt-13 {
  margin-top: 130px !important;
}

.mt-14 {
  margin-top: 140px !important;
}

.mt-15 {
  margin-top: 150px !important;
}

.mt-16 {
  margin-top: 160px !important;
}

.mt-17 {
  margin-top: 170px !important;
}

.mt-18 {
  margin-top: 180px !important;
}

.mt-19 {
  margin-top: 190px !important;
}

.mt-20 {
  margin-top: 200px !important;
}

/* Margin right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mr-11 {
  margin-right: 110px !important;
}

.mr-12 {
  margin-right: 120px !important;
}

.mr-13 {
  margin-right: 130px !important;
}

.mr-14 {
  margin-right: 140px !important;
}

.mr-15 {
  margin-right: 150px !important;
}

.mr-16 {
  margin-right: 160px !important;
}

.mr-17 {
  margin-right: 170px !important;
}

.mr-18 {
  margin-right: 180px !important;
}

.mr-19 {
  margin-right: 190px !important;
}

.mr-20 {
  margin-right: 200px !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.mb-11 {
  margin-bottom: 110px !important;
}

.mb-12 {
  margin-bottom: 120px !important;
}

.mb-13 {
  margin-bottom: 130px !important;
}

.mb-14 {
  margin-bottom: 140px !important;
}

.mb-15 {
  margin-bottom: 150px !important;
}

.mb-16 {
  margin-bottom: 160px !important;
}

.mb-17 {
  margin-bottom: 170px !important;
}

.mb-18 {
  margin-bottom: 180px !important;
}

.mb-19 {
  margin-bottom: 190px !important;
}

.mb-20 {
  margin-bottom: 200px !important;
}

/* Margin left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.ml-11 {
  margin-left: 110px !important;
}

.ml-12 {
  margin-left: 120px !important;
}

.ml-13 {
  margin-left: 130px !important;
}

.ml-14 {
  margin-left: 140px !important;
}

.ml-15 {
  margin-left: 150px !important;
}

.ml-16 {
  margin-left: 160px !important;
}

.ml-17 {
  margin-left: 170px !important;
}

.ml-18 {
  margin-left: 180px !important;
}

.ml-19 {
  margin-left: 190px !important;
}

.ml-20 {
  margin-left: 200px !important;
}

/* Margin top negative */
.mtn-0 {
  margin-top: 0px !important;
}

.mtn-1 {
  margin-top: -10px !important;
}

.mtn-2 {
  margin-top: -20px !important;
}

.mtn-3 {
  margin-top: -30px !important;
}

.mtn-4 {
  margin-top: -40px !important;
}

.mtn-5 {
  margin-top: -50px !important;
}

.mtn-6 {
  margin-top: -60px !important;
}

.mtn-7 {
  margin-top: -70px !important;
}

.mtn-8 {
  margin-top: -80px !important;
}

.mtn-9 {
  margin-top: -90px !important;
}

.mtn-10 {
  margin-top: -100px !important;
}

.mtn-11 {
  margin-top: -110px !important;
}

.mtn-12 {
  margin-top: -120px !important;
}

.mtn-13 {
  margin-top: -130px !important;
}

.mtn-14 {
  margin-top: -140px !important;
}

.mtn-15 {
  margin-top: -150px !important;
}

.mtn-16 {
  margin-top: -160px !important;
}

.mtn-17 {
  margin-top: -170px !important;
}

.mtn-18 {
  margin-top: -180px !important;
}

.mtn-19 {
  margin-top: -190px !important;
}

.mtn-20 {
  margin-top: -200px !important;
}

/* Margin right negative */
.mrn-0 {
  margin-right: 0px !important;
}

.mrn-1 {
  margin-right: -10px !important;
}

.mrn-2 {
  margin-right: -20px !important;
}

.mrn-3 {
  margin-right: -30px !important;
}

.mrn-4 {
  margin-right: -40px !important;
}

.mrn-5 {
  margin-right: -50px !important;
}

.mrn-6 {
  margin-right: -60px !important;
}

.mrn-7 {
  margin-right: -70px !important;
}

.mrn-8 {
  margin-right: -80px !important;
}

.mrn-9 {
  margin-right: -90px !important;
}

.mrn-10 {
  margin-right: -100px !important;
}



.mrn-11 {
  margin-right: -110px !important;
}

.mrn-12 {
  margin-right: -120px !important;
}

.mrn-13 {
  margin-right: -130px !important;
}

.mrn-14 {
  margin-right: -140px !important;
}

.mrn-15 {
  margin-right: -150px !important;
}

.mrn-16 {
  margin-right: -160px !important;
}

.mrn-17 {
  margin-right: -170px !important;
}

.mrn-18 {
  margin-right: -180px !important;
}

.mrn-19 {
  margin-right: -190px !important;
}

.mrn-20 {
  margin-right: -200px !important;
}

/* Margin bottom negative */
.mbn-0 {
  margin-bottom: 0px !important;
}

.mbn-1 {
  margin-bottom: -10px !important;
}

.mbn-2 {
  margin-bottom: -20px !important;
}

.mbn-3 {
  margin-bottom: -30px !important;
}

.mbn-4 {
  margin-bottom: -40px !important;
}

.mbn-5 {
  margin-bottom: -50px !important;
}

.mbn-6 {
  margin-bottom: -60px !important;
}

.mbn-7 {
  margin-bottom: -70px !important;
}

.mbn-8 {
  margin-bottom: -80px !important;
}

.mbn-9 {
  margin-bottom: -90px !important;
}

.mbn-10 {
  margin-bottom: -100px !important;
}

.mbn-11 {
  margin-bottom: -110px !important;
}

.mbn-12 {
  margin-bottom: -120px !important;
}

.mbn-13 {
  margin-bottom: -130px !important;
}

.mbn-14 {
  margin-bottom: -140px !important;
}

.mbn-15 {
  margin-bottom: -150px !important;
}

.mbn-16 {
  margin-bottom: -160px !important;
}

.mbn-17 {
  margin-bottom: -170px !important;
}

.mbn-18 {
  margin-bottom: -180px !important;
}

.mbn-19 {
  margin-bottom: -190px !important;
}

.mbn-20 {
  margin-bottom: -200px !important;
}

/* Margin left negative */
.mln-0 {
  margin-left: 0px !important;
}

.mln-1 {
  margin-left: -10px !important;
}

.mln-2 {
  margin-left: -20px !important;
}

.mln-3 {
  margin-left: -30px !important;
}

.mln-4 {
  margin-left: -40px !important;
}

.mln-5 {
  margin-left: -50px !important;
}

.mln-6 {
  margin-left: -60px !important;
}

.mln-7 {
  margin-left: -70px !important;
}

.mln-8 {
  margin-left: -80px !important;
}

.mln-9 {
  margin-left: -90px !important;
}

.mln-10 {
  margin-left: -100px !important;
}

.mln-11 {
  margin-left: -110px !important;
}

.mln-12 {
  margin-left: -120px !important;
}

.mln-13 {
  margin-left: -130px !important;
}

.mln-14 {
  margin-left: -140px !important;
}

.mln-15 {
  margin-left: -150px !important;
}

.mln-16 {
  margin-left: -160px !important;
}

.mln-17 {
  margin-left: -170px !important;
}

.mln-18 {
  margin-left: -180px !important;
}

.mln-19 {
  margin-left: -190px !important;
}

.mln-20 {
  margin-left: -200px !important;
}

.white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-gray {
  background-color: #f5f5f5 !important;
}

/*--------------------------------------------------------------
2. Custom CSS
--------------------------------------------------------------*/

.tp-caption.a1, .t1, .commerce div.product p.price del, .commerce div.product span.price del, .commerce ul.products li.product .price, .sidebar .better-menu-widget ul li, .pagination span, .pagination a, .hentry .read-more, .post-thumb .date, .recent-posts__item a, h1, h2, h3, h4, h5, h6 {
    font-family:"Siemens Sans Roman";
}
.sidebar .better-menu-widget ul li, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0em;
}
body.boxed {
    background-color: #ffffff;
}
.line-clear {
	height: 5px; 
	visibility: hidden;
}
.navigationbutton.button-right,
.navigationbutton.button-left {
	margin-left:0px; 
	margin-right:0px;
	-webkit-transform-style: flat; 
	-webkit-transform: translateZ(5000px);
}
.navigationbutton i:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.slider-wrapper {
	width:100%;
	max-width:100%; 
	font-family:"Siemens Sans Roman";
	-webkit-backface-visibility: hidden; 
	backface-visibility:hidden; 
	-webkit-transform: translateZ(0px); 
	transform: translateZ(0px)
}
.service-entry-media,
.project-entry-media,
.news-entry-media,
.client-entry-media {
	position:relative; 
	border: 0px solid transparent;
	outline: 0px solid transparent;
	overflow: hidden;
	text-align: center;
}
.service-entry-media img {
	width: 100%;
}
.service-entry-cover,
.project-entry-cover,
.news-entry-cover,
.client-entry-cover {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	overflow: hidden;
	border: 0px solid transparent;
	outline: 0px solid transparent;
	text-align: center;
}
.service-entry-cover .service-overlay,
.project-entry-cover .project-overlay,
.news-entry-cover .news-overlay,
.client-entry-cover .client-overlay {	
	position: absolute; 
	top:0px;
	left:0px; 
	width:100%; 
	height:100%; 
	border: 0px solid transparent; 
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	outline: 0px solid transparent;
}
.news-entry-cover:hover .news-overlay {
	opacity: 1;
}
.project-media-cover-wrapper,
.client-media-cover-wrapper {
	position: relative; 
	width:100%;
}
.call-for-action {
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #000;
}
.section-title {
	font-size: 26px;
	color: #111111;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 100%;
}
.section-desc p {
	font-size: 15px;
	color: #000;
	text-align: left;
}
.home-latest-projects {
	margin-bottom: 0;
	padding-top: 20px;
    padding-bottom: 10px;
}
.home_ourservice{
  padding-top: 20px;

padding-bottom: 20px;
}
@media (max-width: 441px) {
    .home-latest-projects .col-sm-12 {
        width: 100%;

    }
    .home-latest-projects, .home_ourservice{
      padding: 50px 25px 50px 25px;
    }
	.site-content [class*="col-"],
	.site-footer [class*="col-"] {
		width: 100%;
        padding: 0 10px;
	}
}
.parallax {
	background-attachment: fixed;
    background-size: cover;
	background-repeat: no-repeat;
}
.parallax.bg-1 {
	background-image: url(../images/background/growth-success.jpg);
}
.testimonials .row {
	overflow-x: hidden;
}
.breadcrumb {
	background: none;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
img.fullwidth {
	width: 100%;
}
.portfolio-row {
	overflow: hidden;
}
.alignleft {
	float: left;
}
img.alignleft {
    margin: 5px 20px 5px 0;
}
.call-for-action-text {
	font-size: 24px;
	color: #ffffff;
	text-align: left;
}
.parallax-text {
	font-size: 24px;
	//color: #ffffff;
  color: #fff;
  font-weight: 100;
	text-align: center;
}
.main {
	padding-bottom: 30px;
}
.section {
	position: relative;
	clear: left;
}
footer {
	clear: left;
}




/* custom style */

#maincontent{
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    float: left;
    width:100%;
}
.skill{ padding-bottom: 100px;}
.page-heading{
    padding-bottom:20px;
    overflow: hidden;
}
.page-heading h2{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 20px;

text-transform: uppercase;

text-decoration: underline;
}
.page-heading h2 span{
    color: #017583; font-size: 24px;
    color: #000;

font-size: 15px;

line-height: 26px;

padding-right: 50px;

text-align: justify;
}
.page-heading p{
    color: #000000;
    //font-size: 14px;
    //line-height: 26px;
    padding-right: 50px;
    text-align: justify;
}
.nav-tabs {
    border-bottom: 0px;
}
.nav-tabs>li{
    margin-bottom: 0px;
}
.nav-tabs>li>a {
    margin-right: 3px;
    border: none;
    border-radius: 3px 3px 0 0;
    background-color: #ebebeb; 
    color: #7d7d7d;
    font-size: 13px;
}
.view{
    background-color: transparent !important;
    color: #017583 !important;
    text-decoration: underline;
    padding-right: 0px !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #017583;
    color: #fff;
    border: none;
}
.tab-content{
    padding: 15px;
    border: solid 1px #e1e1e1;
    overflow: hidden;
}
.Resume{
    box-shadow: 0px 0px 53px -25px rgba(0,0,0,0.75);
    padding: 20px;
    border-bottom: solid 4px #017583;
    border-radius: 4px;
}
.Resume h1{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}
.Resume p{
    font-size: 13px;
    color: #7d7d7d;
    line-height: 21px;
}
.Resume p a{
    color: #017583;
    font-weight: 500;
}
.btn-cv{
    background-color: #ff8800;
    padding: 17px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    box-shadow: inset 0 -7px 17px -6px rgba(0,0,0,0.5);
    margin-bottom: 10px;
    border-radius: 3px;
    text-align: center
}
.btn-cv:hover, .btn-cv:focus, .Read_more:hover, .Read_more:focus{ color: #fff;}
.bottom {
    border-top: solid 1px #d7d7d7;
    padding-top: 15px;
}
.bottom .form-control{
    font-size: 13px;
    color: #7d7d7d;
    background-color: #ebebeb;
    border-radius: 5px;
    height: 40px;
}


.featured{
    border-top: solid 1px #f2f2f2;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), color-stop(100, #FFFFFF));
    padding: 50px 0px;
}
.table-bg{
    background-color: #fff;
    overflow: hidden;
    border-bottom: 0px;
}
.table{ margin-bottom: 0px;border: 1px solid #e8e6e6;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0px;
    font-size: 12px;
    vertical-align: middle;
    color: #7d7d7d;
    padding: 10px;
    
}
.table>tbody>tr>td i{ font-size: 15px;}
tr {
    border-bottom: solid 1px #e1e1e1;
}
.tab-image {
    float: left;
    text-align: center;
    margin-right: 20px;
}
.table>tbody>tr>td h1{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    margin: 0px;
    padding-left: 20px;
}
.table>tbody>tr>td  p{
        color: #7d7d7d;
    font-size: 13px;
    margin-bottom: 0px
}
.work-time {
    color: #fff !important;
    background-color: #5cc069;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 18px;
    padding: 2px 5px !important;
}
.part{
    background-color: #ff8800;
}
.Free{
    background-color: #017583;
}
a.table-btn-default {
    color: #017583;
    padding: 6px 8px;
    border-radius: 2px;
    float: right;
        border: 1px solid #017583;
}
a.table-btn-default:hover, a.table-btn-default:focus{ background-color: #017583; color: #fff; border: solid 1px #017583;}
.pagination {
    margin: 20px 0 0;
}
.pagination>li>a, .pagination>li>span{
    border: none;
    font-size: 16px;
    color: #7d7d7d;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #fff;
    background-color: #017583;
}


.application .application_button {
    text-align: center;
    font-size: 1.1em;
    line-height: 1em;
    display: inline-block;
    outline: 0;
}

.application .application_details {
    clear: both;
    border: 1px solid #eee;
    padding: .75em 1em 0;
    margin: .5em 0 1em;
    line-height: 1.5em;
    position: relative;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    display: none;
}

.application .application_details:before {
    content: "";
    position: absolute;
    margin: -10px 0 0;
    top: 0;
    left: 5em;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eee;
}

.application .application_details p {
    margin: 0 0 .75em;
}
.application .application_details p {
    margin: 0 0 .75em;
}
.application .application_details:after {
    content: "";
    position: absolute;
    margin: -9px 0 0 1px;
    left: 5em;
    top: 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}
tr {
    border-bottom: solid 1px #e1e1e1;
}

@media only screen and (min-width:320px) and (max-width:767px){
    .work-time{
        display: none;
    }
    .table>tbody>tr>td h1{
        padding-left: 5px;
    }
}

.leave-comment .section-title h3 {
    position: relative;
    display: block;
    margin: 0px 0px 25px;
    color: #222222;
    transition: .5s;
    font-size: 20px;
    font-weight: 500;
}

.default-form {
    position: relative;
}
.form-group.style-two {
    margin-bottom: 30px;
}

.default-form .comment-form .form-box .form-group{
  margin-bottom:25px;
}

.default-form.form-box .row{
  margin-left:-10px;
  margin-right:-10px; 
}

.default-form.form-box .row .form-group{
  padding:0px 0px;  
}

.default-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:uppercase;
  margin-bottom:10px;
  color:#232323;
  font-weight:500;
  font-size:13px;
}

.default-form .form-group .field-label sup{
  color:#ff0000;
  font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form select,
.default-form textarea{
  display:block;
  width:100%;
  line-height:24px;
  height:50px;
  font-size:16px;
  box-shadow: none;
  border: 1px solid rgba(29, 51, 73, 0.38);
  padding:12px 15px;
  border-radius: 0px;
  transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.default-form textarea{
  height: 120px;
}
.default-form .bootstrap-select {
    border: 1px solid #f4f4f4;
    background: #f7f7f7;
    color: #e21922;
    padding: 10px 0;
    font-size: 16px;
}
.default-form .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.default-form .btn-group.open .dropdown-toggle:focus {
  border: none;
  outline: none;
}
.default-form  .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.default-form  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #e21922;
  color: #fff;
}
.default-form .form-control:focus {
  border-color: #e21922;
  box-shadow: none;
}

.default-form .thm-btn {
  width: 100%;
    background: #a81010;
    color: #fff;
    font-size: 18px;
}


.default-form form input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.default-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}
.default-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}
.default-form form input:-ms-input-placeholder {
  color: #9e9e9e;
}


.default-form .alert-success p strong{
    color:#8c9054;
    font-size: 17px;
}
    
.default-form .alert-success {
    color: #48c7ec;
    background: none;
    border: none;
    font-size: 18px;
}


form#contact-form .col-md-6,form#contact-form .col-md-12,form#contact-form .col-xs-12{
    padding: 0px 15px;
}

.sidebar ul li .comment-author-link a::before{
    position: absolute;
    content:"●";
    left: 35px;
    font-size: 15px;
    color: #ed1823
}

.widget ul{
    padding: 15px;
}

form.vendor-form .col-xs-6, form.vendor-form .col-xs-12, form.vendor-form .col-sm-6,form.vendor-form .col-sm-12,form.vendor-form .col-md-6,form.vendor-form .col-md-12,form.vendor-form .col-xs-3,form.vendor-form .col-sm-3,form.vendor-form .col-md-3{
    padding: 0px 15px;
}


form.vendor-form .input-fields{
    background: #e7e7e7;
    padding-top: 10px;
    padding-bottom: 25px;
}
form.vendor-form h2{
        text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    background: #100c5e;
    padding: 15px 0;
    color: #fff;
}

form.vendor-form hr{
    margin-top: 0px;
    margin-bottom: 0;
}
form.vendor-form .form-group{
    padding: 10px 10px 5px 10px;
    margin-bottom: 0px;
}

form.vendor-form .form-group select{
        padding: 8px 15px;
    width: 100%;
    border-radius: 6px;
}
form.vendor-form .form-group span i{
    font-weight: 300;
}
form.vendor-form .form-group .input-lg{
    height: 38px;
    padding: 6px 14px;
    font-size: 14px;
}

form.vendor-form .hint{
    padding: 0 30px;
}

form.vendor-form input[type=file]{
        padding: 8px 15px;
    width: 100%;
    border-radius: 6px;
    background: #fff;
} 
form.vendor-form button[type=submit] {
        border: 1px solid #a81010;
    color: #fff;
    background: #a81010;
    cursor: pointer;
    padding: 11px 15px;
}
form.vendor-form .vendor-reg-btn{
    margin-top: 25px;
}



form.vendor-form .form-subtitle h3{
        color: #2a2f2b;
    font-size: 18px;
    padding: 5px 0 5px 10px;
    text-decoration: underline;
    letter-spacing: .5px;
}

.single-item {
    position: relative;
    overflow: hidden;
}
.single-item img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
        border: 1px solid #f7f7f7;
        height: 540px;
}
.single-item .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    background: rgba(196, 192, 191, 0.75);
}

.single-item .opacity a.view-more {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 28px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-item .opacity a.view-more:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    border-radius: 50%;
}

.single-item .opacity a.view-more i {
    color: #fff !important;
}
.single-item:hover .opacity a.view-more{
    color:#f11f32;
}
.single-item .opacity a.view-more:hover:before{
  border-style: solid;
  border-color:#f11f32;
}
.single-item:hover .opacity {
  opacity: 1;
  -webkit-transform:scale(1);
          transform:scale(1);
}
.single-item .opacity a.view-more:hover {
  -webkit-transform:translateY(-50%) rotate(180deg);
          transform:translateY(-50%) rotate(180deg);
}

.single-item h5 a {
  position: absolute;
  top:20px;
  left:20px;
  color: #212121;
  text-align: left;
}
.single-item h5 a:hover {color: #2adc65;}
/*-------------------- Portfolio Details -----------------*/
.portfolio-details {padding-bottom: 180px;}
.portfolio-details .title {
  position: relative;
  margin-bottom: 65px;
}

#quality{
    margin-bottom: 50px;
}

.single-item .qc-title{
    padding:15px 0;
}
.single-item .qc-title a{
    text-decoration: underline;
    color: #ed1922;
}
.single-item .qc-title h5{
    display: block;
    margin-bottom: 12px;
}
#quality.col-md-4{
    padding:0px 15px;
}

#quality .sec-title h3{
        text-transform: uppercase;
    margin-bottom: 30px;
    text-decoration: underline;
}

#banner{
    background-image: url(../images/banner/q-banner.jpg) !important;
}

 .events-section {
     list-style: none !important;
     padding: 0 !important;
}
 .events-section li {
     list-style-type: none !important;
     float:left;
}
 .events-section .foogallery-pile {
     position: relative;
     z-index: 10;
     float: left;
     margin: 10px 15px 15px 10px !important;
}
/* Stacks creted by the use of generated content */
 .events-section .foogallery-pile:before, .events-section .foogallery-pile:after {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     border: 8px solid #fff;
     left: 0;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
/* 1st element in stack (behind image) */
 .events-section .foogallery-pile:before {
     top: -3px;
     z-index: -10;
     -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
     transform: rotate(2deg);
}
/* 2nd element in stack (behind image) */
 .events-section .foogallery-pile:after {
     top: -2px;
     z-index: -20;
     -webkit-transform: rotate(-2deg);
     -moz-transform: rotate(-2deg);
     transform: rotate(-2deg);
}
 .events-section .foogallery-pile .foogallery-pile-inner {
     border: 8px solid #fff;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
     overflow: hidden;
     line-height: 0;
}
 .events-section .foogallery-pile .foogallery-pile-inner a {
     display: inline-block;
}
 .events-section .foogallery-pile img {
}
 .events-section .foogallery-pile h3 {
     background: #FFF;
     position: absolute;
     display: block;
     bottom: 0px;
         padding: 12px 5px 0 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    line-height: 16px;
    font-size: 14px;
    min-height:50px;
     text-align: center
}
 .events-section .foogallery-pile .foogallery-pile-inner h3 {
     background: rgba(255, 255, 255, 0.80) !important;
}
 .events-section .foogallery-pile h3 span {
     display: block;
     font-size: 0.6em;
}
 .events-section .foogallery-pile a {
     position: relative;
}
 .events-section.alignment-left {
     text-align: left;
}
 .events-section.alignment-center {
     text-align: center;
}
 .events-section.alignment-right {
     text-align: right;
}
/* force no borders */
 .events-section .foogallery-pile a, .events-section .foogallery-pile a:hover {
     border: none !important;
}
 .events-section .foogallery-pile h3 {
     background: rgba(255, 255, 255, 0.62) !important;
}


.hentry {
    margin: 0 0 1.5em;
    text-align: center
}

.page article h1 {
    font-size: xx-large;
}

.page-content, .entry-content, .entry-summary {
    margin: .6em 0 0;
}

.entry-content .events-images .fg-item{
    margin-bottom: 25px;
}
.entry-content .events-images .fg-item a img{
            border: 1px solid;
    padding: 5px;
}



.contact-info {
	position: relative;
    background: #e4e9f952;
    padding: 20px;
}

.contact-info h3 {
	font-weight: 700;
	margin-bottom: 15px;
}
.default-form-area{
        padding: 20px;
}
.default-form-area h3{
    font-weight: 700;
	margin-bottom: 15px;
}



.consultation-form {
    position: relative;
    margin-top: 0px;
    margin-bottom:-100px;
    background: #fff;
    padding: 0px 50px 50px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    z-index: 300;
}

.consultation-form .contact-form.style-two textarea {
    height: 100px;
}



.list-style-four{
  position:relative;
}

.list-style-four li{
  position:relative;
  margin-bottom:18px;
  color:#848484;
  font-size: 16px;
  font-weight:400;
      padding-left: 35px;
    line-height: 2em;
    list-style: none;
    padding-top: 3px;
}

.list-style-four li i {
  position:absolute;
  left:0px;
  top:4px;
  color:#ec121b;
  font-size: 22px;
  line-height:1.2em;
}

.mb-40 {
    margin-bottom: 40px !important;
}

#cf-sicons {
    margin-left: 20px;
}
.social-icon-four {
    position: relative;
}
.social-icon-four li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-icon-four li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #0052a7;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #e8e8e8;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.default-form-area {
    padding: 20px;
}
.default-form-area {
    padding: 20px;
}

.contact-form h2 {
	position: relative;
}

.contact-form .form-group:last-child {
	margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #848484;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #26bdef;
}

.contact-form textarea {
	height: 150px;
	resize: none;
	padding: 12px 25px;
}

.contact-form button {
	font-size: 14px;
	padding: 10px 41px 10px;
	cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}


#gallery-slide .item .event-info{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 8px;
    text-align: center;
    background: rgba(235, 3, 13, 0.58);
} 
#gallery-slide .item .event-info h3{
    color: #fff
}
#gallery-slide .item img {
  display: block;
  width: 100%;
  height: auto;
}
#gallery-slide .owl-theme .owl-controls {
  position: relative;
}
#gallery-slide .owl-theme .owl-controls .owl-page {
  position: relative;
  display: inline-block;
  width: 6em;
  height: 3em;
  margin: 0 0.25em;
  outline: none;
  transition: all 0.1s ease-in-out;
}
#gallery-slide .owl-theme .owl-controls .owl-page:focus {
  outline: none;
}
#gallery-slide .owl-theme .owl-controls .owl-page span {
  display: none;
}
#gallery-slide .owl-theme .owl-controls .owl-page.active {
  transform: scale(1.1);
}
#gallery-slide .owl-theme .owl-controls .owl-page:not(.active) {
  transform: scale(0.8);
  -webkit-box-shadow: inset 0 0 10em 0 rgba(0, 0, 0, .75);
  box-shadow: inset 0 0 10em 0 rgba(0, 0, 0, .75);
}
#gallery-slide .owl-theme .owl-controls .owl-page:not(.active):hover {
  transform: scale(0.9);
}
#gallery-slide .owl-theme .owl-controls .owl-buttons .owl-prev, #gallery-slide .owl-theme .owl-controls .owl-buttons .owl-next {
  font-size: 2em;
  display: block;
  position: absolute;
  top: 0;
  line-height: 0.75em;
  width: 1em;
  height: 1em;
  border-radius: 1px;
  background-color: #c0c0c0;
}
#gallery-slide .owl-theme .owl-controls .owl-buttons .owl-prev:focus, #gallery-slide .owl-theme .owl-controls .owl-buttons .owl-next:focus {
  -webkit-box-shadow: inset 0 0 10em 0 rgba(255, 0, 0, .75);
  box-shadow: inset 0 0 10em 0 rgba(255, 0, 0, .75);
}
#gallery-slide .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 0.25em;
}
#gallery-slide .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 0.25em;
}

.owl-theme .owl-controls .owl-page span {

    display: block;
    width: 100px !important;
    height: 100px !important;
    margin: 5px 7px !important;
    background: none !important;
}
.owl-theme .owl-controls .owl-page.active{
    opacity: 0.5;
    border: 1px solid #ec0913;
}
.owl-theme .owl-controls .owl-page{
    margin-left: 15px;
}


.blog-middle-section{ margin-top:65px;}
.blog-left-section{ width: 75%;
    padding-right: 35px;
    margin-top: 50px;}
.blog-right-section{ width:30%;margin-bottom:15px;}
ul.social-media-widget{ margin:0;padding:0;list-style:none;}
ul.social-media-widget li{ display:inline-block;margin-right:2px;margin-bottom:2px}
ul.social-media-widget li a{ display:block;background:url(../images/social-icon-small.png) no-repeat;text-indent:-9999px;height:35px;width:36px;}
ul.social-media-widget li.twitter a:hover{ background-position:0 -35px;}
ul.social-media-widget li.in a{ background-position:-43px 0;}
ul.social-media-widget li.in a:hover{ background-position:-43px -35px;}
ul.social-media-widget li.facebook a{ background-position:-87px 0;}
ul.social-media-widget li.facebook a:hover{ background-position:-87px -35px;}
ul.social-media-widget li.youtube a{ background-position:-131px 0;}
ul.social-media-widget li.youtube a:hover{ background-position:-131px -35px;}
ul.social-media-widget li.g-plus a{ background-position:-175px 0;}
ul.social-media-widget li.g-plus a:hover{ background-position:-175px -35px;}
ul.social-media-widget li.pinterest a{ background-position:-219px 0;}
ul.social-media-widget li.pinterest a:hover{ background-position:-219px -35px;}
ul.social-media-widget li.rss a{ background-position:-262px 0;}
ul.social-media-widget li.rss a:hover{ background-position:-262px -35px;}
ul.social-media-widget li.rss{ margin-right:0}
div.post-date-time{ font-size:15px;color:#a3a1a1;margin-bottom:15px;}
.entry-title-single{ margin-bottom:15px;}
.entry-footer-single{ margin-top:0;}
 
.featured-content-post .featured-content{ float:right}
.author i{
float: left;}
.author{ margin-top:20px;}
.author img{ float:left;margin-right:15px !important;}
.author p{ float:left;margin-top:10px;}
.author-name{ float: left;

margin-top: -5px;

padding-left: 8px;}
.author a{ color:#67a844;}
.jetpack_subscription_widget #subscribe-email{ margin-bottom:15px;}
#subscribe-email input{ width:100%;}
.jetpack_subscription_widget #subscribe-email input{ height:38px;border:solid 2px #cccccc;background-color:#fff;}
.jetpack_subscription_widget #subscribe-submit input{ 
  display: inline-block;
  padding: 8px 45px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 50px;
  font-family:"Siemens Sans Roman";
  color:#fff;
  background-color:#acacac;
  
}
.jetpack_subscription_widget #subscribe-submit input:hover{ background-color:#1A1A1A;}
ul.dcw{ margin:0;padding:0;list-style:none;}
ul.dcw li a{ color:#5a8e2f;}
ul.dcw li a:hover{ color:#29414E;}
ul.dcw li ul.children{ margin:0;padding:0;list-style:none;}
ul.dcw li ul.children a{ color:#5a8e2f}
ul.dcw li ul.children a:hover{ color:#29414E;}
ul.dcw li ul.children li a:before{ content:"-";margin-right:5px;}
ul.dcw li.current-cat a{ color:#29414E;}
ul.dcw li.current-cat-parent ul li.current-cat a{ color: #51B959;}
ul.dcw li.current-cat-parent ul li a{}

.category-post-grid{ margin-bottom:80px;}
.nav-links {
    clear: both;

}
.nav-previous {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}
.nav-next {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}
h2.author-title{ font-size:18px;font-family:"Siemens Sans Roman";}

.featured-thumbnail-right{ float:right;margin-left:15px;margin-bottom:15px;}
.entry-footer-single .entry-footer{width: 250px; float:left;margin-right:15px;}
.entry-footer-single .post-date-time{ float:left;margin-top:33px;color:#292929}
div.sharedaddy h3.sd-title:before{ border:0}
.sharethis-post{ margin-bottom:30px;}
.search-heading {
margin-top: 0;
border-top: 0;
}
.search-heading h1.page-title{ margin-top:0}

.entry-content h1.title{ margin-top: 20px;margin-bottom: 10px;}
.entry-content h2.title{ margin-top: 20px;margin-bottom: 10px;}
.entry-content h3.title{ margin-top: 20px;margin-bottom: 10px;}
.entry-content {
    font-size: 17px;
    text-align: justify
}
.mobile-blog-thumbnail{ display:none;}

.footer{ background-color:#000000;padding:55px 0 20px 0;}
.footer .widget-title{ font-family:"Siemens Sans Roman";color:#a1a1a1;font-size:15px;}

.footer ul.menu{ margin-left:0;margin-bottom:30px;}
.footer ul.menu li a{ display:block;color:#a1a1a1;font-size:15px;line-height:26px;}
.footer ul.menu li a:hover{ color:#fff;}

.footer .list-blog ul{ margin:0 0 20px 0;padding:0;list-style:none}
.footer .list-blog ul li{ margin-top:15px;}
.footer .list-blog ul li a{ display:block;color:#fff;font-size:15px;}
.footer .list-blog ul li a:hover{ color:#a1a1a1;}
.footer ul.social-media{ margin:0;padding:0;list-style:none;float:right;}
.footer ul.social-media li{ display:inline-block;margin-left:10px;}
.footer ul.social-media li a{ display:block;background:url(../images/social-media-icon-footer.png) no-repeat;text-indent:-9999px;height:41px;width:41px;}
.footer ul.social-media li.twitter a:hover{ background-position:0 -41px;}
.footer ul.social-media li.in a{ background-position:-51px 0;}
.footer ul.social-media li.in a:hover{ background-position:-51px -41px;}
.footer ul.social-media li.facebook a{ background-position:-101px 0;}
.footer ul.social-media li.facebook a:hover{ background-position:-101px -41px;}
.footer ul.social-media li.youtube a{ background-position:-152px 0;}
.footer ul.social-media li.youtube a:hover{ background-position:-152px -41px;}
.footer ul.social-media li.g-plus a{ background-position:-203px 0;}
.footer ul.social-media li.g-plus a:hover{ background-position:-203px -41px;}
.footer ul.social-media li.pinterest a{ background-position:-254px 0;}
.footer ul.social-media li.pinterest a:hover{ background-position:-254px -41px;}
.footer ul.social-media li.rss a{ background-position:-304px 0;}
.footer ul.social-media li.rss a:hover{ background-position:-304px -41px;}
.footer .copyright{ color:#fff;text-align:right;margin-top:35px;font-size:15px;}
.footer h2.widgettitle{ 
font-family:"Siemens Sans Roman";
color: #A1A1A1;
font-size: 15px;
margin-top:0}
img#wpstats {
display: none;
}

.page-menu{ display:none;margin:0;padding:10px 0}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'fontAwesome';  /* essential for enabling glyphicon */
    content: "\f078";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #fff;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f077";    /* adjust as needed, taken from bootstrap.css */
}
.page-menu > .panel-default > .panel-heading + .panel-collapse > .panel-body{ border:0;padding:0 0}
.page-menu > .panel-default > .panel-heading{ background:transparent;border:0}
.page-menu .panel-group .panel{ border-radius:0}
.page-menu .panel{ border:0;background-color:transparent}
.page-menu .accordion-toggle{ color:#fff;font-size:19px;}
.page-menu .panel-heading{ padding:0}
.mobile-page-heading{ display:none;}
.page-menu ul.subnav{ float:none;margin-top:15px;}
.page-menu ul.subnav li{ display:block;border-top:solid 1px #659f36}

.blog-middle-section h1{
   padding:0 !important;
}
.blog-middle-section h2{
	padding:20px 0px 5px 0px;!important

}
.blog-middle-section p{
	font-size: 19px;!important
	line-height: 1.6;!important
	padding: 0px 0px 50px 0px;!important
	font-weight: 800;

}


.blog-middle-section ul{
	font-size: 18px;!important
	line-height: 1.6;!important;    
    margin: 0 0 1.75em 1.25em;
    

}
.blog-middle-section h3,.blog-middle-section h3 a{

}
.blog-middle-section h4 {

}
.single-post .blog-left-section h2{
    margin:30px 0;
}
.single-post .blog-left-section h3 {
  margin: 20px 0;
}
.section.section-1.featured-content-post-website img {
    width: auto !important;
}
#wprmenu_bar {
  left: auto !important;
  max-width: 60px;
  right: 0 !important;
}
  /* img.size-full {
	display:none !important;
} */




.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .pagination, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
}

.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    /* margin-right: 23.0769%; */
}
a.post-thumbnail{
    cursor: pointer;
}

a.post-thumbnailimg{
    cursor: pointer;
}
.entry-title {
    line-height: 1.2727272727;
    margin-bottom: 0.5484848485em;
}
.post-navigation .post-title, .entry-title, .comments-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1.entry-title {
   
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .5em;
    margin-top: 0;
    font-size: 30px;
}

.entry-title a {
    color: #1a1a1a;
    cursor: pointer;
    font-size: 22px;

line-height: .9 !important;
}

.entry-footer {
    color: #686868;
    font-size: 15px;
    /* font-size: 0.8125rem; */
    line-height: 1.6153846154;
    margin-top: 1.1538461538em;
    margin-bottom: 1.1538461538em;
    background: none;
        padding-top: 0;
}
.site .avatar {
    border-radius: 50%;
}

body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px;
}

.site .avatar {
    border-radius: 50%;
}
.entry-footer .avatar {
     border-radius: 50%;
}
.author img {
    float: left;
    margin-right: 15px !important;
}

.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


.blog-right-section {
    width: 25%;
    margin-bottom: 15px;
        margin-top: 40px;
}

.widget {
    font-size: 16px;
    /* font-size: 0.8125rem; */
    line-height: 1.6153846154;
    margin-bottom: 2em;
    padding-top: 0;
}

.widget .widget-title {
    font-size: 18px;
     margin: 0 0 1em;
    color: #fff;
    border-bottom: 2px solid #dc222f;
    width: 60%;
    padding-bottom: 5px;
}

.blog-middle-section h2 {
    padding: 20px 0px 5px 0px;
    !important: ;
}

.blog-middle-section ul {
    font-size: 18px;
    !important: ;
    line-height: 1.6;
    !important: ;
}

.dcw_c1 {
    float: left;
    width: 100%;
        margin-bottom: 6px;
}

ul.dcw li a {
    color: #5a8e2f;
    padding-left: 15px;
}


.single-post .blog-left-section h2 {
    margin: 30px 0;
}

.single-post .blog-left-section h2 {
    margin: 30px 0;
}


div.entry-content h3{
    color: #67a844;
}

.mobile-blog-thumbnail {
        display: none;
    }
@media (max-width: 767px){
    .mobile-blog-thumbnail {
        display: block;
    }
    h1.entry-title {
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: .5em;
        margin-top: 0;
        font-size: 20px;
    }
    .blog-left-section {
        width: 100%;
        padding-right: 0px;
        margin-top: 50px;
    }
    
    .blog-right-section {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 25px;
    }
    .desktop-blog-thumbnail {
        display: none;
    }
    div.entry-content h3 {
        color: #67a844;
        text-align: left;
        line-height: 1.2em;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px){ 
    .entry-footer-single .post-date-time {
        float: left;
        margin-top: 30px;
        color: #292929;
    }
    h1.entry-title {
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: .5em;
        font-size: 20px;
    }
    .blog-left-section {
        width: 75%;
        padding-right: 25px;
        margin-top: 50px;
    }
    .widget .widget-title {
        font-size: 18px;
        margin: 0 0 1em;
        color: #29414e;
        border-bottom: 2px solid #dc222f;
        width: 90%;
        padding-bottom: 5px;
    }
}
@media only screen and (min-width:991px) and (max-width:1280px){    
    .widget .widget-title {
        width: 75%;
    }
    h1.entry-title {
        font-size: 21px;
    }
    .blog-left-section {
        width: 75%;
        padding-right: 10px;
        margin-top: 50px;
    }
}


div#blog-details .entry-footer-single .post-date-time {
    float: left;
    margin-top: -5px;
}

div#blog-details .entry-footer {
    color: #686868;
    font-size: 15px;
    /* font-size: 0.8125rem; */
    line-height: 1.6153846154;
    background: none;
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

a.post-thumbnail img{
    cursor: pointer;
    padding: 15px;
}

a#rmore{
    font-size: 17px;
    margin-left: 3px;
    color: #dc222f;
    border-bottom: 1px solid #dc222f;
    transition: 1s;
    -webkit-transition: 1s;
    cursor: pointer;
}
a#rmore:hover{
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

ul.dcw li.dcw_c1 a{
    text-decoration:underline;
}
ul.dcw li.dcw_c1 a:before{
         left: -1px;
    position: absolute;
    width: -webkit-fill-available;
    border-radius: 50%;
       font-size: 8px;
    content: "\f111";
    color: #da332e;
    font-family: FontAwesome;
    padding-top: 8px;
    
}

a img.attachment-post-thumbnail{
padding: 15px;}


ul.dcw li a::before {
    left: -1px;
    position: absolute;
    width: -webkit-fill-available;
    border-radius: 50%;
    font-size: 8px;
    content: "\f111";
    color: #da332e;
    font-family: FontAwesome;
    padding-top: 8px;

}

div.vm img{
width: 90px;}

blockquote#ceo {

    font-weight: 100;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    margin: 0;
    padding: .5rem;
    border: none;
    text-align: justify

}
blockquote.ceo-fp{
    margin-top: 50px !important;
}
blockquote.ceo-fp::before {

    content: '“';
    left: -.6rem;
    top: -3.4rem;

}
blockquote.ceo-fp::before {

    position: absolute;
    color: #c4c4c4;
    font-size: 6rem;
    width: 4rem;
    height: 4rem;
    font-family: 'iconfont';

}

blockquote.ceo-fnp::after {

    content: '”';
    right: -4rem;
    bottom: -1rem;

}
blockquote.ceo-fnp::after {

    position: absolute;
    color:#c4c4c4;
    font-size: 6rem;
    width: 4rem;
    height: 4rem;
    font-family: 'iconfont';

}



.mb-attribution {

    text-align: left;
    padding: 60px 0px 0px 0px;
    position: relative;

}
.mb-author {
    font-weight: 700;
    font-size: 18px;
    color: #100c5e; /* rgb(191, 210, 69);*/
    text-shadow: 0 1px 1px rgba(255,255,255,0.7);
    margin: 0;
    padding: 0;

}
cite {

    line-height: 3;
    text-align: left;

}





.events-section .event-boxouter .event-boxinner .event-date{
    float: left;
    clear: both;
    margin-top: 10px;
}

.events-section .event-boxouter .event-boxinner .event-desc{
    float: left;
    clear: both;
    margin-top: 8px;
}

.events-section .event-boxouter .event-boxinner .event-desc h4{
    padding-bottom: 8px;
}

.events-section .event-boxouter .event-boxinner .event-desc p{
    margin-bottom: 1em;
}


.events-section .event-boxouter .event-boxinner .event-button{
    clear: both
}
.events-section .event-boxouter .event-boxinner .event-button a{
    padding: 4px 0px;
    background: transparent;
    color: #000;
    text-decoration: underline;
}