.breadcrubms{
	margin-bottom: 0;
}
body.blog section.section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact-page-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
.contact-page-form input::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.contact-page-form input:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
.contact-page-form input:-moz-placeholder { /* Firefox 18- */
  color: #555;
}
.contact-page-form.contact-form .wpcf7 button, .contact-page-form.contact-form .wpcf7 input, .contact-page-form.contact-form .wpcf7 select, .contact-page-form.contact-form .wpcf7 textarea {
	color: #333;
}
.contact-page-form.contact-form form .custom-btn {
    border: 2px solid #cf7e7a;
    color: #333;
    transition: background-color .3s,border-color .3s;
}
.contact-page-form.contact-form form .custom-btn:hover {
    background-color: #cf7e7a;
    color: #fff;
    transition: background-color .3s,border-color .3s;
}
.team-single-contact form .custom-btn {
    border: 2px solid #cf7e7a;
    color: #333;
    transition: background-color .3s,border-color .3s;
}
.team-single-contact form .custom-btn:hover {
    background-color: #cf7e7a;
    color: #fff;
    transition: background-color .3s,border-color .3s;
}
.team-single-contact form .input-wrp span {
 border: none;
}
.team-single-contact form .input-wrp span.border-bot {
   border: 1px solid hsla(0,0%,100%,.5);
}
.one-page-contact form .input-wrp span {
 border: none;
}
.one-page-contact form .input-wrp span.border-bot {
   border: 1px solid hsla(0,0%,100%,.5);
}

@media only screen and (min-width: 992px) {
.special-section .item.first {
	border-right: 10px solid #fff;
}
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d6d6d6;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #d6d6d6;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #d6d6d6;
}
:-moz-placeholder { /* Firefox 18- */
  color: #d6d6d6;
}
.team-container.team-style-3 .team-item {
    padding-top: 0px;
    padding-bottom: 0px;
}
#s-single-post.section{
padding-bottom:100px;
}
.team-style-3 .social-btns a:hover{
  color: #cf7e7a;
}
.team-contact.contact-form .custom-btn.dark-color {
    color: #d6d6d6;
}
.team-contact.contact-form .custom-btn.dark-color:hover {
    color: #fff;
    border-color: #cf7e7a;
}

.contact-form .wpcf7 button, .contact-form .wpcf7 input, .contact-form .wpcf7 select, .contact-form .wpcf7 textarea {
	color: #fff;
}
.rufina {
    font-family: Rufina,serif;
}
#s-feedback {
    padding-top: 0px;
    padding-bottom: 0px;
}
.team-has-bgcolor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #363636;
}
.special-tabs .pattern {
	background-color: transparent!important;

}
.home .s-partners.partners-style-2::before, .s-partners.partners-style-2, .s-partners.partners-style-1{
	background-color:transparent!important;
}
.services-container.services-style-4 .service-item i.font-icon {
	margin-left: -39px;
	font-size: 34px;
}
.services-container .service-item i.font-icon {
    position: relative;
    float: left;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.services-container.services-style-1 .service-item img.ico {
	margin-left: -75px;
}
.services-container.services-style-2 .service-item img.ico {
	margin-left: -75px;
}
.services-container.services-style-3 .service-item i.ico {
	margin-left: -75px;
	background-repeat: no-repeat!important;
	background-position: center center!important;
}
.services-container.services-style-4 .service-item img.ico {
	margin-left: -75px;
}

.services-container.services-style-5 .service-item img.ico {
	margin-left: -75px;
}
.services-container .service-item img.ico {
    position: relative;
    float: left;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nt-theme-vc-img-wrapper{
	position:relative;
}
.rufina p {
    font-size: 15px;
    font-family: Rufina,serif;
    color: #9b9b9b;
}
footer form  .input-wrp span {
 border: none;
}
footer form .input-wrp span.border-bot {
   border: 1px solid hsla(0,0%,100%,.5);
}
footer .widget .widget-head {
    margin-bottom: 20px;
}
.team-contact form .input-wrp span {
 border: none;
}
.team-contact  form .input-wrp span.border-bot {
   border: 1px solid hsla(0,0%,100%,.5);
}
.contact-page-form form .input-wrp span {
 border: none;
}
.contact-page-form  form .input-wrp span.border-bot {
   border: 1px solid #dbdee3;
}
.text-center {
    text-align:center;
}
.text-left {
    text-align:left;
}
.text-right {
    text-align:right;
}
.section {
    padding-top: 0px;
    padding-bottom: 0px;
}
#footer .list a{
    color: #fff;
}
.faq form .input-wrp span {
 border: none;
}
.faq form .input-wrp span.border-bot {
    border: 1px solid #dbdee3;
}
form .input-wrp span.border-bottom {
    display: block;
    padding-top: 2px;
    border: 1px solid #dbdee3;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.wpcf7-submit{background-color: transparent;}
.wpcf7-submit{border-color: #cf7e7a;}
#single-post--container form .input-wrp:hover span.border-bottom, #single-post--container form .input-wrp:hover span.border-bottom{
	
    border: 1px solid #a6a6a6!important;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.heading-team{
    max-width:1170px;
    margin:0 auto;
}
.inner-desc {
    max-width: 100%;
}

#headline .p {
    font-size: 14px;
    color: #c2c2c2;
}
#headline  p.h1 {
    font-size: 40px;
	color: #fff;
}
.pager {
    padding-top: 0;
    padding: 0;
    margin-bottom: 0;
}

#widget-area #searchform input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
#widget-area #searchform input ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
#widget-area #searchform input :-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
#widget-area #searchform input :-moz-placeholder { /* Firefox 18- */
  color: #333;
}

.contact-section form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d6d6d6;
}
.contact-section form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #d6d6d6;
}
.contact-section form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #d6d6d6;
}
.contact-section form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #d6d6d6;
}
.contact-section form input[type="text"]:focus{ /* Firefox 18- */
  color: #fff!important;
}

.contact-section form textarea{
  color: #d6d6d6;
}
.contact-section form textarea:focus{
  color: #fff;
}
.contact-section address {
    color: #fff;
}
.contact-section form .input-wrp span.border-bot, #footer.footer-style-1 form .input-wrp span.border-bot, #footer.footer-style-2 form .input-wrp span.border-bot, #footer.footer-style-3 form .input-wrp span.border-bot {
	opacity:0.5;
    display: block;
    padding-top: 2px;
    border: 1px solid #dbdee3;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
#footer.footer-style-1 .input-wrp:hover span.border-bot, #footer.footer-style-1 form .input-wrp:focus span.border-bot, #footer.footer-style-2 .input-wrp:hover span.border-bot, #footer.footer-style-2 form .input-wrp:focus span.border-bot, #footer.footer-style-3 .input-wrp:hover span.border-bot, #footer.footer-style-3 form .input-wrp:focus span.border-bot {
	opacity:1;
    display: block;
    padding-top: 2px;
    border: 1px solid #dbdee3;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
.contact-section form .input-wrp:hover span.border-bot, .contact-section form .input-wrp:focus span.border-bot {
	opacity:1;
    display: block;
    padding-top: 2px;
    border: 1px solid #dbdee3;
    -webkit-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}
#single-post--container .section.transparent.with-border .container{
	padding-left: 0px;
	padding-right: 0px;
}
.entry-title {
    margin: 0;
    margin-bottom: 15px!important;
    color: #222222;
}
.widget-title:after, .comment-form .submit, .pager li > a, .pager li > span {
    background: #c1aa81;
}
.pager li > a, .pager li > span {
    border-color: #c1aa81;
}
.entry-meta a, #widget-area .widget ul li a:hover, #share-buttons i:hover {
    color: #c1aa81;
}
.pager li {
    /* display: inline-block; */
}
footer .widget ul li a {
    color: #fff;
}
footer .widget input.wpcf7-form-control.wpcf7-submit {
	border: 2px solid #cf7e7a;
	border-radius: 50px;
	color: #fff;
	font-weight: 700;
	padding: 7px 15px 7px;
	text-transform: uppercase;
	background:transparent;
	max-width: 100%;
	width: auto;
	margin-top:10px;
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.d