.section .vc_col-sm-12 > .vc_column-inner, 
.section .vc_col-sm-6 > .vc_column-inner,
.section .vc_col-sm-4 > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}

.slick-prev:before, 
.slick-next:before{
width:36.95px;
height:36.95px;
}

.wr-pop-blog-btn {
    margin-right: 10px;
}

span.port-cat:nth-child(1) {
    display: none;
}

.c-btn.inverse{
cursor:pointer;
}

.mc4wp-form input[type=email], .mc4wp-form input[type=text] {
    position: relative;
    width: 225px;
    height: 40px;
    text-align: center;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    background: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.mc4wp-form input[type=email]:hover, .mc4wp-form input[type=text]:hover {
    border-color: rgba(119, 119, 119, .5);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.mc4wp-form   input[type=submit]{
    position: relative;
    display: inline-block;
    border: none;
	width: 225px;
    background: #fff;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    margin: 20px 0 0 0;
    padding: 15px 25px;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mc4wp-form   input[type=submit]:hover{
	background: #111;
	color:#fff;
}

.mc4wp-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    
}

.mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.mc4wp-form ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.services-accordion ul ul{
	display:block!important;
}
.wro{
	display:none;
}

.show-skillbar {
    margin: 0px 0px 0 5px!important;
}
.wr_title {
    margin-bottom: 73px;
}

.navigation-menu.show  ul.brackets{
	display:block;
}
ul.brackets{
	display:none;
}

/* 22. news blog */
/* 22.1. news blog content */
.news-blog .blog-content {
position: relative;
width: 100%;
height: 100%;
background: #fff;
z-index: 0;
}

.news-blog .blog-content .blog-content-date {
width: 100%;
background-color: #fff;
top: 0;
right: 0;
padding: 0 0 12px 0;
text-align: center;
font-size: 9px;
letter-spacing: 1px;
color: #111;
text-transform: uppercase;
}

.news-blog .blog-content {
padding: 192px 0 50px 0;
min-height: 100%;
border: 0;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
        border-radius: 0;
text-align: center;
-webkit-background-clip: border-box;
        background-clip: border-box;
-webkit-box-shadow: none;
        box-shadow: none;
}



.news-blog .blog-content p{
	margin-bottom: 10px;
}

.news-blog .blog-content p a,
.news-blog .blog-content p a:hover {
color: #111;
text-decoration: underline;
}

.news-blog .blog-content p.item-intro {
font-family: 'Raleway', sans-serif;
padding: 10px 0 0 0;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #5f5f5f;
text-align: center;
}

.news-blog .blog-content ul.list-inline {
margin-top: 0;
margin-bottom: 30px;
}

.news-blog .blog-content img.blog-pos-img {
margin-top: 40px!important;
margin-bottom: 40px!important;
margin: 0 auto;
width:100%;
}

.news-blog p,
.blog-quote  {
color: #111;
}

.blog-quote  {
font-size: 20px;
font-weight: 600;
text-align: left;
padding: 0 150px;
margin: 55px 0 0 0;
}

@media only screen and (max-width: 640px) {
  .blog-quote  {
    padding: 0 50px;
  }
}

.blog-last {
margin: 60px 0 0 0;
}

.blog-line {
position: absolute;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 150px!important;
height: 1px;
background: #e0e0e0;
z-index: 1;
}

.blog-line:after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 1px;
background: #111;
-webkit-animation: blog-line 2s linear infinite both;
   -moz-animation: blog-line 2s linear infinite both;
        animation: blog-line 2s linear infinite both;
z-index: 2;
}

@keyframes blog-line {
  0% {
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
			transform: scale(0, 1);
  }
  45% {
    -webkit-transform-origin: left top;
       -moz-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
			transform: scale(1, 1);
  }
  55% {
    -webkit-transform-origin: right top;
       -moz-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
			transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
       -moz-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
			transform: scale(0, 1);
  }
}


/* 22.2. news blog form */
.blog-form {
width: 100%;
margin: 40px auto 65px auto;
padding: 0;
text-align: center;
line-height: 1;
float:left;
}

.blog-form .comment-title {
font-family: 'Raleway', sans-serif;
font-size: 24px;
line-height: 1;
letter-spacing: -0.04em;
font-style: normal;
text-transform: uppercase;
text-align: center;
font-weight: 800;
color: #111;
}

.comment-remark {
font-size: 10px;
text-transform: uppercase;
margin: 5px 0 36px 0;
}

.form-blog input {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #5f5f5f;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #5f5f5f;
}

.form-blog textarea {
color: #5f5f5f;
margin: 10px 0 10px 0;
}

.form-blog input:hover,
.form-blog textarea:hover {
border-color: rgba(95, 95, 95, .35);
}

.form-blog input,
.form-blog textarea,
.form-blog input:hover,
.form-blog textarea:hover,
.form-blog input:focus,
.form-blog textarea:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


/* 22.3. news blog comments */
.blog-comments {
width: 100%;
margin: 0px;
padding: 0;
text-align: center;
line-height: 1;
float:left;
}

.blog-comments .comment-title {
font-family: 'Raleway', sans-serif;
font-size: 24px;
line-height: 35px;
letter-spacing: -0.04em;
font-style: normal;
text-transform: uppercase;
text-align: center;
font-weight: 800;
color: #111;
margin: 5px 0 45px 0;
}

.comments article {
position: relative;
border-bottom: 1px solid #e0e0e0;
margin: 0 auto 50px auto;
}

.comments article:last-child {
border: none;
}

.profile-photo {
display: block;
text-align: center;
margin: -8px 0 -22px 0;
}

.comments article img {
width: 80px;
height: 80px;
border-width: 0;
-webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    -ms-border-radius: 50%;
     -o-border-radius: 50%;
        border-radius: 50%;
}

.comments article h4 {
display: inline-block;
font-weight: 700;
}

.comments article h4 a, 
.comment_author {
color: #111;
text-transform: none;
text-decoration: none;
font-size:14px;
}

.page-template-default .comment p{
	text-align:center!important;
}

.comments article h4 a:hover, .comment_author:hover {
color: #5f5f5f;
}

.comment-time {
color: #5f5f5f;
font-size: 10px;
text-transform: uppercase;
}


/* 22.4. news blog sidebar */
.blog-sidebar-wrapper {
margin: -22px 0 0 0;
}

@media only screen and (max-width: 880px) {
  .blog-sidebar-wrapper {
    margin-top: 22px;
    margin-bottom: 50px;
  }
}



.blog-title h4, 
.blog-title h4 a {
font-family: 'Oswald', sans-serif;
font-size: 35px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.05em;
text-align: center;
color: #111;
line-height: 1.25;
padding: 0 0 10px 0;
margin: 0 0 -5px 0;
}

.blog-title h4 a:hover{
	text-decoration:none;
}

@media only screen and (max-width: 880px) {
  .blog-title h4 {
    font-size: 25px;
	line-height: 1.25;
	padding: 0 0 3px 0;
	margin: 0;
  }
}

.blog-heading {
font-family: 'Raleway', sans-serif;
font-size: 12px;
line-height: 1.5;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #111;
}

.blog-heading a,
.blog-heading a:hover {
color: #111;
text-decoration: none;
}

.blog-side-heading {
font-family: 'Oswald', sans-serif;
font-size: 25px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.05em;
text-align: center;
color: #fff;
line-height: 1.25;
padding: 10px 0;
float:left;
width:100%;
background: #111;
}


.blog-side-text {
padding-top: 10px;
margin-bottom: -20px;
}


.nsews-blog .blog-content img{
	width:100%;
}
.blog-heading .post-categories li, .news-page-img-carousel-heading .post-categories li{
	display: inline-block;
}

.blog-heading .post-categories li:before, .news-page-img-carousel-heading .post-categories li:before{
	content:"/";
	margin-right:3px;
}
.post-categories li a{
	text-decoration:none;
}
.blog-heading .post-categories li:nth-child(1):before, .news-page-img-carousel-heading .post-categories li:nth-child(1):before, 
.widget li a br, 
.brake-br br{
display:none;
}


.widget {
	color:#111;
}

.wr-post-page .wr-content-area {
	padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #e0e0e0;
}
.wr-content-area .c-btn.fullwidth-liquid{
	width:auto;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.blog-content .pagination>li>a, 
.blog-content .pagination>li>span {
    position: relative;
    display: inline-block;
    border: 1px solid #111;
	width:auto;
    background: none;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #5f5f5f;
    padding: 11px 15px 9px;
    margin-left: 3px;
}


.blog-content .pagination>li>a:focus, 
.blog-content .pagination>li>a:hover, 
.blog-content .pagination>li>span:focus, 
.blog-content .pagination>li>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #111;
    border-color: #db0018;
}

.blog-content .pagination>li>a.page-link.active {
    z-index: 2;
    color: #fff;
    background-color: #111;
    border-color: #111;
}

.port-cats {
	display:inline-block!important;
	color: #111!important;
	font-weight:normal!important
}

span.port-cats:before{
	content:"/";
	margin: 0px 3px;
}

span.port-cats:nth-child(2n):before{
	display:none;
}
.comment-notes {
    font-size: 10px;
    text-transform: uppercase;
    margin: 5px 0 36px 0;
	color: #5f5f5f;
	text-align: center;
    margin-bottom: 30px;
}

p.form-submit {
	display:none;
}
.comment-reply-link:hover, 
.widget .tagcloud a:hover {
	background:transparent;
	text-decoration:none;
}

.comment-reply-link:hover:before, 
.widget .tagcloud a:hover:before{
z-index:-1;
}
.widget .tagcloud a{
	width:auto!important;
	margin-bottom:0px;
	margin-top:5px;
	font-size: 9px!important;
}
.widget_tag_cloud .blog-side-heading{
	margin-bottom:20px;
}
.widget_tag_cloud {
	padding-bottom:10px;
}
#cancel-comment-reply-link{
    color: #5f5f5f;
    text-decoration: underline;
	font-size: 15px;
}

#respond .comment-form .logged-in-as{
	margin-top: 32px;
	text-align:center;
}
.widget_search{
	box-shadow:none;
}

.widget_search input#searchsubmit {
    display: none;
}

/*
*** Theme Check Unit Test
*/
.sticky .blog-title h4,
.sticky .blog-title h4 a{
	color: #db0018;
}
.sticky .c-btn {
    color: #fff;
	background: #111;
}
img.wp-image-907 {
    height: auto;
	width: 100%;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
    border-top: 0
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
table {
	color: #5f5f5f;
    margin: 0px 0 20px;
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
table th,
table td {
    padding: 8px;
    border-top: 1px solid #ddd!important;
    border-left: 1px solid #ddd!important;
    vertical-align: top;
    text-align: left;
    line-height: 18px;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
float:left; width:100%;}
iframe,
embed{
	width:100%;
}

.wrapper-content ul, 
.custom-blog-page .post-text .post ul, 
.comment-text ul, 
.post-content ul,
.comments ul,
.wr-content-area ul
{
	display: block;
	list-style-type: disc;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.wr-default-page ol, 
.custom-blog-page .post-text .post ol, 
.comment-text ol, 
.post-content ol,
.comments ol
 {
	display: block;
	list-style-type: decimal;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
}
.wrapper-content ul.sl-tabs , 
.wrapper-content .sec-services ul, 
.wrapper-content .sec-social-icon ul, 
.wrapper-content .testimonials-slider ul.star-rating, 
.wrapper-content ul.dec-list, 
.post ul.post-meta,
.wrapper-content ul.post-tags
{
	display: block;
	list-style-type: none;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.wp-image-967{
	width:100%; 
	height:895px;
}
label.screen-reader-text { 
	display: none;
}
.widget select{    
	width: 100%;
    height: 45px;
    margin-top: 32px;
}
.widget img{
	width:100%;
}
.widget img.wp-smiley{
	width:auto;
}
.widget_rss img{
	width:auto;
}
.widget table{
	width:100%; 
	text-align:center;
}
.widget .size-large{
	height: auto;
}
.widget ul ul.children{
	padding:0px; 
	padding-left:0px;
}
.widget ul ul.children li{
	padding-bottom:0px; 
}
.widget_calendar caption {
	padding: 10px 12px;
}
.post-password-form label{ 
	color: transparent;
}

.page-links a span{
    border-color: rgba(38, 35, 40, 0.7);
    color: #ffffff;
    background-color: rgba(38, 35, 40, 0.7);

}
.page-links span {
    color: #ffffff;
    background-color: rgba(144, 144, 144, 0.7);	
	border-color: rgba(38, 35, 40, 0.7);
    padding: 5px 10px;
    margin-right: 5px;	
}
.page-links span:hover {
    color: #ffffff;
    background-color: rgba(144, 144, 144, 0.7);
}
.clear{clear:both;}
.pingback .comment-img, 
.pingback .comment-reply 
{
	display: none;
}
.pingback .col-md-9 {
    -webkit-box-flex: inherit;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.page-links {
    width: 100%;
    float: left;
    margin-top: 15px;
}
form.post-password-form input[type="password"] {
    border: 1px solid #5f5f5f;
}
form.post-password-form input[type=submit] {
    padding: 9px 15px 6px;
    margin: 20px 0 0 0;
}
.page-content h1,
.post-content h1,
.single-comment h1
{
	 font-size: 3.8em;
     line-height: 1.1em;
     margin-bottom: 20px;
	 margin-top: 20px;
}
.page-content h2,
.post-content h2,
.single-comment h2
{
     margin-bottom: 20px;
	 margin-top: 20px;
     font-size: 3.2em;
     letter-spacing: -1px;
}
.page-content h3,
.post-content h3,
.single-comment h3
{
     font-size:2.5em;
     margin-bottom: 20px;
	 margin-top: 20px;
     line-height: 1.2;
     letter-spacing: -1px;
}
.page-content h4,
.post-content h4,
.single-comment h4
{
     font-size:2.1em;
     margin-bottom: 20px;
     letter-spacing: -0.6px;
}
.page-content h5,
.post-content h5,
.single-comment h5
{
     font-size:1.8em;
     margin-bottom: 20px;
	 margin-top: 20px;
}
.page-content h6,
.post-content h6,
.single-comment h6
{
     font-size:1.4em;
	 margin-top: 20px;
     margin-bottom: 20px;
}
.widget ul ul.children, 
.widget ul.sub-menu 
{
    display: none;
}
.navigation-menu-txt{
display:none;
}
.navigation-menu.show .navigation-menu-txt{
display:block;
}


.blog-content.page-content p,
.blog-content.page-content
{
	text-align:left;
	color: #111;
}

table a,
.wr-content-area a,
.wr-content-area ul,
.wr-content-area li,
.wr-content-area,
.comments
{
	color: #111;
}

.news-blog .blog-content.page-content h2{
	text-align:left;
}

@media screen and (min-width: 30em) {
img.alignleft {
    float: left;
    margin-right: 1.5em!important;
}
}

.page-template-default .blog-form{
	margin-top:40px;
}
.extra-pad-wr{
	margin-top:59px;
}
.comment-notes{
	text-align:center!important;
}
.comment ul.children{
	padding: 0px!important;
}

.hidden{
	display:none;
}
.wr-content-area.post-details-opt-wr,
.wr-content-area.post-details-opt-wr p
{
	text-align:left;
}
.navigation-menu-txt ul.sub-menu{
	padding:7px 0px 0px 0px;
}

.blog-no-post{
	margin-top:20%;
}
.error-page-main{
	height:100vh
}

.widget_rss{
	text-align:left;
}
.widget_rss li {
	padding:20px;
}
.widget_rss li a {
	line-height:20px;
	font-weight:bold;
}
.widget_rss cite{
	font-weight:bold;
}
.widget_rss ul{
	float:left;
}
.rsswidget {
	color:#fff;
}
.single-comment ul,
.single-comment ol
{
	padding-left: 29px;
}

.single-comment ul li,
.single-comment ol li,
.single-comment ul li a,
.single-comment ol li a
{
	text-align:left;
}
.wr-content-area{
	float:left;
	width:100%;
}

.default-page-opt{
	height: 100%;
    float: left;
    width: 100%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}
.clear{
	clear:both;
}



#form input, input[type="text"], input[type="email"], input[type="password"] {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #5f5f5f;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 10px 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #5f5f5f;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#form input:hover, #form textarea:hover, .wpcf7 textarea:hover, input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover {
    border-color: rgba(95, 95, 95, .35);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

textarea {
    position: relative;
    width: 100%;
    height: 100px;
	color: #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.widget_search input[type="text"]::-webkit-input-placeholder {
color: #000;
}

.widget_search input[type="text"]:-ms-input-placeholder{
color: #000;
}

.widget_search input[type="text"]::-moz-placeholder {
color: #000;
}

.c-btn-wr.c-btn{
background: #000;
color:#fff;
}
.comments p{
	line-height:30px;
	color:#111;
}
#respond{
	margin-top:55px;
}
.comment-reply-link{
	margin-bottom:55px;
}

.comment-notes{
	margin-top: 20px;
	color:#111;
}

/******new edit*******/
/* 3. layout */
p,
.text-txt p,
.testimonials-quote p {
line-height: 2;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/* 6. shadow */
.overlay-inverse-dark-35:before {
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
background: linear-gradient(to top, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, .1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.overlay-dark-90:before {
background: rgba(0, 0, 0, .75);
}


/* 13.4. slick navigation */
.slick-prev,
.slick-next {
width: 46px;
height: 46px;
line-height: 46px;
}

.slick-prev,
.slick-next {
top: auto;
bottom: 70px;
}
.button-pos-top .slick-prev,
.button-pos-top  .slick-next {
top: 50%;
bottom: 0px;
}

@media only screen and (max-width: 880px) {
  .slick-prev,
  .slick-next {
    bottom: 21px;
  }
}
@media only screen and (max-width: 880px) {
.slick-right-about .slick-prev, .slick-right-about .slick-next{
bottom:60px;
}
}

@media only screen and (max-width: 640px) {
  .slick-prev,
  .slick-next {
    bottom: 11px;
  }
}

.slick-prev:before,
.slick-next:before {
font-size: 12px;
color: #000;
padding-top: 17px;
width: 46px;
height: 46px;
background: #fff;
}

.slick-prev:before {
left: 85px;
top: 9px;
}

@media only screen and (max-width: 880px) {
  .slick-prev:before {
    left: 70px;
  }
}

@media only screen and (max-width: 640px) {
  .slick-prev:before {
    left: 60px;
  }
}

.slick-next:before {
right: 85px;
top: 9px;
}

@media only screen and (max-width: 880px) {
  .slick-next:before {
    right: 70px;
  }
}

@media only screen and (max-width: 640px) {
  .slick-next:before {
    right: 60px;
  }
}


/* 14.1. Owl Carousel navigation */
.owl-prev,
.owl-next {
width: 46px;
height: 46px;
line-height: 46px;
font-size: 12px;
padding-top: 9px;
color: #000;
}

.owl-prev:before,
.owl-next:before {
width: 46px;
height: 46px;
background: #fff;
}

.owl-prev:before {
left: 50px;
}

@media only screen and (max-width: 880px) {
  .owl-prev:before {
    left: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .owl-prev:before {
    left: 25px;
  }
}

.owl-next:before {
right: 50px;
}

@media only screen and (max-width: 880px) {
  .owl-next:before {
    right: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .owl-next:before {
    right: 25px;
  }
}

.owl-prev .owl-custom {
left: 50px;
}

@media only screen and (max-width: 880px) {
  .owl-prev .owl-custom {
    left: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .owl-prev .owl-custom {
    left: 25px;
  }
}

.owl-next .owl-custom {
right: 50px;
}

@media only screen and (max-width: 880px) {
  .owl-next .owl-custom {
    right: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .owl-next .owl-custom {
    right: 25px;
  }
}

.owl-carousel:hover .owl-prev {
left: 0;
}

@media only screen and (max-width: 1024px) {
 .owl-carousel .owl-prev {
    left:0px;
  }
.owl-prev, .owl-next{
	opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 }
 .owl-carousel .owl-prev:before{
 left:25px;
 }
 .owl-next .owl-custom {
    right: 25px;
}
 .owl-prev .owl-custom {
    left: 24px;
}
 .owl-carousel .owl-next {
    right:0px;
  }
 .owl-carousel .owl-next:before{
  right:25px;
  }
 
 .slick-prev:before, .slick-next:before, .slick-prev:active:before, .slick-next:active:before, .slick-left-about .slick-prev, .slick-left-about .slick-next, .slick-right-about .slick-prev, .slick-right-about .slick-next, .slick-services .slick-prev, .slick-services .slick-next{
	
	opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-left-about .slick-prev, .slick-right-about .slick-prev, .slick-services .slick-prev {
    left: -35px;
}
.slick-left-about .slick-next, .slick-right-about .slick-next, .slick-services .slick-next {
    right: -35px;
}
}

.owl-carousel:hover .owl-next {
right: 0;
}




/* 19. services accordion */
.services-container {
position: relative;
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
background: #fff;
}

@media only screen and (max-width: 995px) {
  .services-container {
   max-height: 415px;
   padding-top: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .services-container {
   padding-top: 20px;
  }
}

.services-wrapper {
padding: 0 50px;
}

@media all and (min-width: 1920px) {
  .services-wrapper {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 995px) {
  .services-wrapper {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 880px) {
  .services-wrapper {
   padding: 0 35px;
  }
}

@media only screen and (max-width: 640px) {
  .services-wrapper {
    padding: 0 25px;
  }
}


/* 17. button effect */
.c-btn {
color: #000;
}

.c-btn.inverse {
color: #000;
width: 200px;
}

.c-btn.inverse-dark {
background: #000;
width: 200px;
}


/* 18. testimonials */
.testimonials-quote-img {
margin: 55px auto 58px auto;
}

@media only screen and (max-width: 995px) {
  .testimonials-quote-img {
	margin: 56px auto 58px auto;
  }
}

@media only screen and (max-width: 640px) {
  .testimonials-quote-img {
	margin: 32px auto 33px auto;
  }
}

.testimonials-signature {
margin: -3px auto 0 auto;
}


/* 21. social icons */
.social-icons-wrapper {
position: relative;
margin: 0 auto;
text-align: center;
}


/* 22. fullwidth IMG */
@media (min-width: 992px) {
  .img-fullwidth.img-fullwidth-services {
	width: 33.333333vw;
  }
  
  .vc_col-sm-4 .slick-services .img-fullwidth {
	width: 33.333333vw;
  }
}


/* 23. preloader */
.preloader-bg {
background: #000;
}

#preloader {
background: #000;
}

.loader {
border: 3px solid rgba(255, 255, 255, .15);
}

.loader span {
border-top: 3px solid rgba(255, 255, 255, .75);
}


/* 24. about content */
.about-content .about-content-inner {
padding: 0 50px;
}

.about-content-inner.about-content-inner-dark {
background: #000;
}

@media all and (min-width: 1920px) {
  .about-content .about-content-inner {
    padding: 0 100px;
  }
}

@media only screen and (max-width: 995px) {
  .about-content .about-content-inner {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 880px) {
  .about-content .about-content-inner {
   padding: 0 35px;
  }
}

@media only screen and (max-width: 640px) {
  .about-content .about-content-inner {
    padding: 0 25px;
  }
}

.about-content-inner h3 {
position: relative;
top: 0;
font-family: 'Oswald', sans-serif;
font-size: 45px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.04em;
color: #fff;
line-height: 1;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .about-content-inner h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .about-content-inner h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .about-content-inner p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 995px) {
  .height-correction {
    margin-top: -155px; margin-top: 0;
  }
}

@media only screen and (max-width: 880px) {
  .height-correction {
    margin-top: -75px; margin-top: 0;
  }
}

.text-title h4 {
position: relative;
top: 0;
font-family: 'Oswald', sans-serif;
font-size: 45px;
font-weight: 700;
text-transform: uppercase;
text-align: left;
letter-spacing: -0.04em;
color: #fff;
line-height: 1.2;
padding: 0 0 31px 0;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .text-title h4 {
    font-size: 55px;
    padding: 0 0 30px 0;
  }
}

@media only screen and (max-width: 995px) {
  .text-title h4 {
    font-size: 40px;
	padding: 0 0 24px 0;
	margin-top: 0;
  }
}

@media only screen and (max-width: 880px) {
  .text-title h4 {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .text-title h4 {
    font-size: 30px;
  }
}

.text-title.text-title-dark h4 {
color: #000;
}

.text-txt { 
padding: 0 0 3px 39px; 
}

@media only screen and (max-width: 995px) {
  .text-txt { 
	margin-bottom: -7px;
  }
}

@media only screen and (max-width: 880px) {
  .text-txt { 
    padding: 0; 
  }
}

.text-txt p {
position: relative;
top: -7px;
}

@media only screen and (max-width: 640px) {
  .text-txt p {
    top: -8px;
	margin-bottom: -25px;
  }
}

.text-txt.text-txt-dark p {
color: #000;
}

.text-title {
margin-bottom: 12px;
}

.text-spacer {
left: 0;
padding: 30px 0 0 0;
}

.text-title-secondary.text-title-secondary-testimonials h4 {
font-size: 45px;
text-align: center;
}

@media only screen and (max-width: 880px) {
  .text-title-secondary.text-title-secondary-testimonials h4 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .text-title-secondary.text-title-secondary-testimonials h4 {
    font-size: 30px;
  }
}

.text-title-secondary.text-title-secondary-testimonials h4 {
padding: 0 0 26px 0;
}


/* 25. split border */
.split-border span {
font-size: 15px;
letter-spacing: 0.05em;
}

@media all and (min-width: 1920px) {
  .split-border span {
    font-size: 15px;
    letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 995px) {
  .split-border span {
    font-size: 14px;
	letter-spacing: 0.05em;
  }
}

@media only screen and (max-width: 640px) {
  .split-border span {
    font-size: 13px;
	letter-spacing: 0.05em;
  }
}

.split-border span:before,
.split-border span:after {
margin-top: 7px;
}

@media only screen and (max-width: 640px) {
  .split-border span:before,
  .split-border span:after {
    margin-top: 6px;
  }
}


/* 27. introduction */
.introduction {
bottom: 15px;
}

@media only screen and (max-width: 995px) {
  .introduction {
    bottom: 15px;
  }
}

@media only screen and (max-width: 880px) {
  .introduction {
    bottom: -2px;
  }
}

@media only screen and (max-width: 640px) {
  .introduction {
    bottom: 30%;
  }
}

h1.home-page-main-title {
font-size: 125px;
font-weight: 700;
letter-spacing: -0.04em;
margin: 32px auto 42px auto;
}

@media all and (min-width: 1920px) {
  h1.home-page-main-title {
    font-size: 155px;
    margin: 27px auto 40px auto;
  }
}

@media only screen and (max-width: 995px) {
  h1.home-page-main-title {
    font-size: 95px;
    margin: 36px auto 44px auto;
  }
}

@media only screen and (max-width: 880px) {
  h1.home-page-main-title {
    margin: 21px auto 29px auto;
  }
}

@media only screen and (max-width: 640px) {
  h1.home-page-main-title {
    font-size: 65px;
	margin: 14px auto 21px auto;
  }
}

h2.home-page-main-title {
margin: 0 auto;
}


/* 30.1. news IMG carousel items */
.news-page-img-carousel-heading.news-page-img-carousel-heading-dark {
font-size: 11px;
padding-bottom: 6px;
}

@media only screen and (max-width: 880px) {
  .news-page-img-carousel-heading.news-page-img-carousel-heading-dark {
    text-align: center;
  }
}

.news-page-img-carousel-heading.news-page-img-carousel-heading-dark span {
font-size: 11px;
padding: 0 0 4px 0;
}

@media only screen and (max-width: 995px) {
  .news-page-img-carousel-heading.news-page-img-carousel-heading-dark span {
    padding: 0 0 5px 0;
  }
}

@media only screen and (max-width: 640px) {
  .news-page-img-carousel-heading.news-page-img-carousel-heading-dark span {
    padding: 0 0 3px 0;
  }
}

@media all and (min-width: 1920px) {
  .news-page-img-carousel-heading.news-page-img-carousel-heading-dark span {
    padding: 0;
  }
}

.news-subtitle {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #2e2e2e;
text-align: left;
padding: 1px 0 14px 0;
position: relative;
top: -20px;
}

@media only screen and (max-width: 995px) {
  .news-subtitle {
   top: -12px;
  }
}

@media only screen and (max-width: 880px) {
  .news-subtitle {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .news-subtitle {
    font-size: 13px;
	top: -14px;
  }
}


/* 32. skills bar */
.skillbar-title,
.skill-bar-percent {
letter-spacing: 0.05em;
}

.skillbar-bar {
height: 1px;
}


/* 33. facts counter */
.facts-counter-wrapper {
padding: 0;
margin: 92px -15px 0 -15px;
}

@media only screen and (max-width: 995px) {
  .facts-counter-wrapper {
	margin: 72px -15px 0 -15px;
  }
}

@media only screen and (max-width: 640px) {
  .facts-counter-wrapper {
	margin: 47px -15px 0 -15px;
  }
}

.facts-counter-title {
letter-spacing: 0.05em;
}

.facts-counter-number.large {
font-size: 25px;
}

@media only screen and (max-width: 640px) {
 .facts-counter-number.large {
    font-size: 20px;
  }
}

.facts-counter-description-img.large {
font-size: 25px;
}

@media only screen and (max-width: 880px) {
  .facts-counter-description-img.large {
    font-size: 20px;
  }
}

.facts-counter-title.large {
font-size: 11px;
}


/* 32. skills bar */
.show-skillbar {
margin: 113px 5px 0 5px;
}

@media only screen and (max-width: 640px) {
  .show-skillbar {
    margin: 89px 5px 0 5px;
  }
}


/* 37. navigation */
nav.navigation-menu {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (max-width: 640px) {
  nav.navigation-menu {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

nav.navigation-menu.show {
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu.show {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

@media only screen and (max-width: 640px) {
  nav.navigation-menu.show {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}




/* 2. additional styling */
.description {
bottom: 30%;
}

@media all and (min-width: 1920px) {
  .description {
    bottom: 32%;
  }
}

.description h3,
.description h4 {
position: relative;
top: 0;
font-family: 'Oswald', sans-serif;
font-size: 45px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.04em;
color: #fff;
text-shadow: 1px 1px 2px #111;
line-height: 1.2;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .description h3,
  .description h4 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 880px) {
  .description h3,
  .description h4 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .description h3,
  .description h4 {
    font-size: 30px;
  }
}

.description span {
font-size: 14px;
position: relative;
top: 8px;
}

.item-grid-size:hover .description,
.item-grid-size:focus .description {
bottom: 25%;
}

@media all and (min-width: 1920px) {
  .item-grid-size:hover .description,
  .item-grid-size:focus .description {
    bottom: 27%;
  }
}

.link-wrap.link-wrap-news span:before,
.link-wrap.link-wrap-news span:after {
display: none;
visibility: hidden;
}


/* section title */
.section-title {
position: absolute;
width: auto;
height: auto;
z-index: 10;
}

.section-title {
width: 400px;
bottom: 76px;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

@media all and (min-width: 1920px) {
  .section-title {
    bottom: 89px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title {
    bottom: 73px;
  }
}

@media only screen and (max-width: 880px) {
  .section-title {
    bottom: 53px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title {
    bottom: 43px;
  }
}

.section-title.section-title-left {
left: 48px;
}

@media only screen and (max-width: 880px) {
  .section-title.section-title-left {
    left: 33px;
  }
}

@media only screen and (max-width: 640px) {
  .section-title.section-title-left {
    left: 23px;
  }
}

.section-title-subheading {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
padding: 40px 0 0 2px;
text-align: left;
letter-spacing: 0.05em;
color: #fff;
text-shadow: 1px 1px 2px #111;
}

@media all and (min-width: 1920px) {
  .section-title-subheading {
    padding: 56px 0 0 2px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-subheading {
    padding: 34px 0 0 2px;
  }
}

@media only screen and (max-width: 880px) {
  .section-title-subheading {
    padding: 30px 0 0 2px;
  }
}

.section-title-heading {
position: absolute;
top: 3px;
font-family: 'Oswald', sans-serif;
font-size: 90px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.04em;
color: rgba(219, 0, 24, .55);
z-index: -1;
line-height: 1;
}

@media all and (min-width: 1920px) {
  .section-title-heading {
    font-size: 120px;
  }
}

@media only screen and (max-width: 995px) {
  .section-title-heading {
    font-size: 80px;
  }
}

@media only screen and (max-width: 880px) {
  .section-title-heading {
    font-size: 70px;
  }
}


/* sections */
/* all section */
.post-txt {
position: relative;
display: block;
margin: -17px auto 0 auto;
text-align: center;
}

.post-txt-light a,
.post-txt-light a:hover,
.post-txt-light p {
color: #fff;
}

.post-txt p {
margin: -7px auto 0 auto;
}

.post-txt-contact p {
margin: -6px auto -6px auto;
}

.post-heading,
.post-heading-services {
font-family: 'Oswald', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
padding: 0;
text-align: center;
letter-spacing: 0.05em;
color: #2e2e2e;
}

.post-heading {
margin: 15px auto 0 auto;
}

.post-heading-services {
margin: -2px auto 0 auto;
margin: 0;
text-align: left;
}

.post-heading-light {
color: #fff;
}

.post-title {
position: relative;
top: 0;
font-family: 'Oswald', sans-serif;
font-size: 55px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.04em;
color: #2e2e2e;
line-height: 1;
z-index: 10;
}

.post-title.post-title-services {
text-align: left;
margin-bottom: 37px; margin-top: 11px; margin-left: -3px;
}

.post-title-light {
color: #fff;
}

.post-title {
margin: -7px auto -2px auto;
}

@media all and (min-width: 1920px) {
  .post-title {
    font-size: 65px;
    margin: -9px auto -1px auto;
  }
}

@media only screen and (max-width: 640px) {
  .post-title {
    font-size: 40px;
	margin: -4px auto -1px auto;
  }
}

.post-title a,
.post-title a:hover {
line-height: 1.5;
color: #fff;
}




/* 3. additional styling */
/* contact form */
#contact-form {
width: 100%;
margin: 66px auto 0 auto;
padding: 0;
text-align: center;
}

@media all and (min-width: 1920px) {
  #contact-form {
    margin: 64px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  #contact-form {
    margin: 66px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  #contact-form {
    margin: 42px auto 0 auto;
  }
}

.wpcf7-form  form {
margin: 0;
padding: 0;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"] {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #fff;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #fff;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.wpcf7-form  textarea {
position: relative;
width: 100%;
height: 100px;
border-bottom: 1px solid #fff;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 5px;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.wpcf7-form textarea {
color: #fff;
margin: 10px 0 10px 0;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.wpcf7-form input:hover,
.wpcf7-form textarea:hover {
border-color: rgba(219, 0, 24, .5);
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}


.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}

.success {
font-family: 'Raleway', sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 500;
letter-spacing: 0.15em;
text-transform: uppercase;
text-align: center;
color: #fff;
margin: 0 auto;
padding: 19px 0 0 0;
line-height: 1;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

#form .error {
position: absolute;
display: block;
font-size: 9px;
text-transform: uppercase;
color: #db0018;
margin: 0;
padding: 0;
letter-spacing: 0.15em;
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto; 
width: 200px!important;
}

.make-space {
margin-left: 15px;
margin-right: 15px;
}


/* contact form placeholders */
.wpcf7-form ::-webkit-input-placeholder { font-size: 12px; color: #fff; }
.wpcf7-form  :-ms-input-placeholder { font-size: 12px; color: #fff; }
.wpcf7-form  ::-moz-placeholder { font-size: 12px; color: #fff; }
.wpcf7-form  input:-moz-placeholder { font-size: 12px; color: #fff; }

.wpcf7-form  input:focus::-webkit-input-placeholder { color: transparent; }
.wpcf7-form  input:focus:-ms-input-placeholder { color: transparent; }
.wpcf7-form  input:focus::-moz-placeholder { color: transparent; }
.wpcf7-form  input:focus:-moz-placeholder { color: transparent; }

.wpcf7-form  textarea:focus::-webkit-input-placeholder { color: transparent; }
.wpcf7-form  textarea:focus:-ms-input-placeholder { color: transparent; }
.wpcf7-form  textarea:focus::-moz-placeholder { color: transparent; }
.wpcf7-form  textarea:focus:-moz-placeholder { color: transparent; }


/*  form placeholders */
form ::-webkit-input-placeholder { font-size: 12px; color: #fff; }
form  :-ms-input-placeholder { font-size: 12px; color: #fff; }
form  ::-moz-placeholder { font-size: 12px; color: #fff; }
form  input:-moz-placeholder { font-size: 12px; color: #fff; }

form  input:focus::-webkit-input-placeholder { color: transparent; }
form  input:focus:-ms-input-placeholder { color: transparent; }
form  input:focus::-moz-placeholder { color: transparent; }
form  input:focus:-moz-placeholder { color: transparent; }

form  textarea:focus::-webkit-input-placeholder { color: transparent; }
form  textarea:focus:-ms-input-placeholder { color: transparent; }
form  textarea:focus::-moz-placeholder { color: transparent; }
form  textarea:focus:-moz-placeholder { color: transparent; }

 
.gform_footer input[type=submit] {
    position: relative;
    display: inline-block;
    border: none;
	width:200px;
    background: #fff;
    letter-spacing: 0.25em;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #111;
    margin: 20px 0 0 0;
    padding: 15px 25px;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gform_footer input[type=submit]:hover{
	background:#db0018;
	color:#fff;
}
@media only screen and (max-width: 640px) {
.gform_body, .gform_footer {
padding: 0px 50px!important;
}
}

.gform_wrapper select option{
	color:#000;
}

.gform_body select {
position: relative;
width: 100%;
height: 40px;
border-bottom: 1px solid #fff;
border-left: none;
border-right: none;
border-top: none;
padding: 5px 5px;
background: none;
margin: 10px 0 10px 0;
font-family: 'Raleway', sans-serif;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: center;
color: #fff;
-webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}
/* contact email */
.post-email-title {
position: relative;
top: 0;
font-family: 'Montserrat', sans-serif; font-family: 'Oswald', sans-serif;
font-size: 25px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
letter-spacing: -0.02em;
color: #fff;
line-height: 1;
margin: 13px auto 0 auto;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .post-email-title {
    font-size: 30px;
	margin: 12px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .post-email-title {
    font-size: 25px;
	margin: 13px auto 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .post-email-title {
    font-size: 20px;
	margin: 10px auto 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .post-email-title {
    font-size: 18px;
	margin: 11px auto 0 auto;
  }
}

.post-email-title a,
.post-email-title a:hover {
line-height: 1.5;
color: #db0018;
text-decoration: none;
}

.blog-form button.inverse{
	color:#fff;
}
/* section intro */
.section-txt-contact p {
text-align: center;
color: #fff;
margin: -7px auto -6px auto;
}

.section-txt a,
.section-txt a:hover,
.section-txt-services a,
.section-txt-services a:hover,
.section-txt-contact a,
.section-txt-contact a:hover {
text-decoration: none;
font-weight: 600;
}


/* mobile end spacer */
@media only screen and (max-width: 480px) {
  .mobile-only-end-spacer {
    position: relative;
	margin: 0 auto;
	width: 100%;
    height: 75px;
	z-index: -1;
  }
} 


/* logo menu */
.logo-menu-wrapper {
position: fixed;
width: 300px!important;
height: auto;
top: 50px;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 995px) {
  .logo-menu-wrapper {
    top: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .logo-menu-wrapper {
    top: 25px;
  }
}

.logo-menu {
position: relative;
width: auto;
height: auto;
margin: 0 auto;
text-align: center;
}


/* social icons menu */
.social-icons-wrapper-menu {
position: fixed;
width: 300px!important;
height: auto;
bottom: 40px;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 995px) {
  .social-icons-wrapper-menu {
    bottom: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .social-icons-wrapper-menu {
    bottom: 15px;
  }
}


/* copyright */
.copyright-wrapper {
position: absolute;
margin: 0;
text-align: right;
bottom: 46px;
right: 49px;
z-index: 10;
}

@media all and (min-width: 1920px) {
  .copyright-wrapper {
    bottom: 46px;
    right: 49px;
  }
}

@media only screen and (max-width: 995px) {
  .copyright-wrapper {
    bottom: 46px;
    right: 49px;
  }
}

@media only screen and (max-width: 880px) {
  .copyright-wrapper {
    bottom: 31px;
    right: 34px;
  }
}

@media only screen and (max-width: 640px) {
  .copyright-wrapper {
    bottom: 21px;
    right: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .copyright-wrapper {
	display: none;
	visibility: hidden;
  }
}

.copyright {
position: relative;
margin: 0 auto;
text-align: center;
font-size: 9px;
text-transform: uppercase;
letter-spacing: 0.15em;
margin: 0 auto;
color: #fff;
font-weight: 600;
}

.copyright a,
.copyright a:hover {
color: #db0018;
text-decoration: none;
font-weight: 600;
}

#news-page-img-carousel-SPECIAL-EDITION .item-grid-size:hover .description, 
#news-page-img-carousel-SPECIAL-EDITION .item-grid-size:focus .description {
    bottom: 15%;
}

.wr-social-wrapper {
    position: relative;
    margin: 45px auto 0 auto;
    text-align: center;
}

div.wpcf7-validation-errors {
    border: none;
    color: #fff;
}
span.wpcf7-not-valid-tip{
	color: #fff;
}

.text-txt.text-txt-dark p{
	padding:0px 0px 10px 0px
}
.text-txt.text-txt-dark{
	border:none;
	padding:0px;
}
.news-page-img-carousel-wrapper .news-page-img-carousel-text .news-page-img-carousel-heading{
	display:none;
}


.single-post-comm {
	margin-top: 0;
	padding-top: 0;
	text-align:left;
}
#comments-title,
#reply-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 5px;

	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}
#comments-title {
	margin-top:20px;
	padding-bottom:20px;
}
.comment {
	max-width:100%;
	width:100%;
	float: left;
	text-align:left;
	list-style:none;
	padding-left: 20px;
	line-height:30px;
}
.comment-body {
	position: relative;
	margin-left: 80px;
	padding-top: 30px;
}
.comment-body p {
	padding:25px 20px;
	text-align:left;
	background:#f9f9f9;
	margin-bottom:0px!important;
}
.comment-author {
	position: absolute;
	top: 30px;
	left: -76px;
}
.comment-author img {
	border-radius: 100%;
}
.comment .children {
	margin-left: 70px;
}
.fn {
	text-align:left;
	display: block;
	margin-bottom: 10px;
	color: #000;
    font-weight: 600;
}
.fn  a{
	color: #111;
    font-weight: 600;
}

.comment-meta,
.comment-meta a {
	text-align:left;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: italic;
	font-size: 11px;
	letter-spacing: 1px;
	color: #111;
	padding-bottom: 10px;
}
#respond {
	margin-top: 40px;
	float: left;
    width: 100%;
}
#reply-title {
	padding-bottom: 40px;
	margin-bottom: 5px;
	text-align:center;
}
.comment-reply-form {
	margin-top:30px;
	max-width:650px;
}
.pingback .comment-body{
	margin-left:25px;
}
.pingback{
	list-style:none;
}
@media only screen and (max-width: 1064px) {
.comment {
    padding-left: 0px;
	width:100%;
}
.comment .children{
	margin:0px;
}
}
@media only screen and (max-width: 990px) {
.col-md-8.post-content,
.widget ul,
.widget ul li,
.news-blog .col-md-4,
.widget
{
	float:left;
	width:100%;
}
}
@media only screen and (max-width: 880px)
{
.logged-in .logo, 
.logged-in .main-menu{
	top:65px;
	position:absolute;
}
}


.menu-item .arrow {
    visibility: hidden;
}


.menu-item .arrow {
    
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 10px;
    top: -4px;
    
}

.menu-item-has-children > .arrow {
    visibility: visible!important;
}

.sub-menu .arrow {
    top: -2px;
    font-size: 9px;
}

nav.navigation-menu li .sub-menu {
    padding: 7px 0px 0px 0px;
}

nav.navigation-menu li .sub-menu a{
	font-size:15px;
}
.about-content-inner p{
	padding:0px;
}

.text-txt{
	padding:0px;
	border-left:none;
}

blockquote {
    float: left;
    padding: 10px 20px 10px 0px;
    margin: 0 0 20px;
	font-size:14px;
    border-left: none;
    position: relative;
}

blockquote:before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f10e";
    position: absolute;
    color: #ccc;
    bottom: 3px;
    font-size: 43px;
    right: 6px;
    opacity: 0.4;
}
.widget,
.widget_rss ul{
	float:left;
	width:100%;
}
.widget_rss li{
	width:100%;
}

/****new blog****/

.widget-wrap {
    margin-bottom: 40px;
    padding: 25px 30px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.widget-title {
    text-align: left;
    font-size: 15px;
    padding: 15px 20px;
    background: #111;
    border: 1px solid #eee;
    font-weight: bold;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    color: #fff;
    position: relative;
}

.widget.widget_archive li, 
.widget.widget_categories li, 
.widget_product_categories li {
    text-align: right;
}

.widget li {
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    padding-bottom: 0px;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    padding-top: 16px;
}
.widget li:nth-child(1){
	border-top:none;
}
.widget.widget_archive li:before, 
.widget.widget_categories li:before, 
.widget_product_categories li:before {
    content: '';
    position: absolute;
    bottom: 6px;
    width: 100px;
    height: 1px;
    background: transparent;
    left: 50%;
    margin-left: -25px;
}

.widget li a {
    float: left;
    font-size: 12px;
    color: #292929;
    font-weight: 800;
}
.widget.widget_recent_comments li {
    text-align: left;
}
.widget_recent_comments a {
    float: none!important;
}
.widget_recent_comments span {
    float: none!important;
}

.widget-title span {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
    position: absolute;
    top: 14px;
    right: 20px;
    color: #ccc;
    opacity: 0.7;
	font-family: 'Poppins', sans-serif;
}
.cat-item a, 
.tagcloud li a {
    font-size: 10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.fw-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.fw-post h2, .masonry-post h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-weight: bold;
	text-decoration:none!important;
	color:#292929;
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	line-height:40px;
}

.fw-post h2 a, .masonry-post h2 a{
	color:#111;
}
.fw-post h2 br{
	display:none;
}
.fw-post h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 2px;
    z-index: 1;
	background: #db0018; 
}

.parallax-header {
    margin-bottom: 20px;
    float: left;
    position: relative;
    z-index: 20;
}

.parallax-header span, .parallax-header a {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    color: #111;
	font-weight:700;
    font-size: 12px;
    letter-spacing: 2px;
}

.parallax-header span,
.parallax-header a:hover{
	color: #db0018;
	text-decoration:none;
}


.blog-text {
    text-align: left;
}

.blog-text {
    padding: 25px 30px;
    border: 1px solid #eee;
    background: #fff;
}

.blog-media {
    margin-bottom: 20px;
}



.post-counter {
    float: right;
    position: relative;
    top: 20px;
    padding: 10px 15px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.post-counter.single-post-counter {
    float: left;
    top: 10px;
    margin-bottom: 20px;
}
.post-counter li {
    float: left;
    margin-right: 15px;
	list-style:none;
	-webkit-padding-start: 0px;
}

.post-counter li i, 
.post-counter li span {
    float: left;
	color:#111;
}
.post-counter li i{
line-height: 16px;
}
.post-counter li span {
    margin-left: 6px;
    font-style: italic;
    font-size: 11px;
}

.post-author {
    margin-bottom: 40px;
    margin-top: 10px;
    float: left;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 30px 35px;
}
.author-img {
    float: left;
    width: 15%;
}

.author-img img {
    border-radius: 100%;
    float: left;
    width: 80px;
    height: 80px;
}

.author-content {
    float: left;
    width: 85%;
    padding-left: 10px;
}

.author-content h5 {
    text-align: left;
    color: #666;
    float: left;
    width: 100%;
    font-weight: 800;
    font-size: 16px;
    padding-bottom: 15px;
}
.author-content p {
    margin-bottom: 8px;
    float: left;
    width: 100%;
    text-align: left;
}

.blog-media img {
    width: 100%;
    height: auto;
}

#cancel-comment-reply-link {
    color: #111;
	line-height: 26px;
    text-decoration: underline;
    font-size: 15px;
    margin-bottom: 30px;
    float: left;
    text-align: center;
    width: 100%;
}

li.comment  #respond .c-btn{
	padding: 7px 25px
}


.error-wrap-from form {
    margin: 30px auto 20px;
    max-width: 550px;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    
}
.error-wrap-from  input[type="text"]{
	text-align:left;
	border: 1px solid #111;
	height:50px;
	padding-left: 20px;
}

.error-wrap-from form .search-submit {
    position: absolute;
    top: -10px;
    right: 0;
    width: 93px;
    font-size: 14px;
    height: 50px;
    line-height: 23px;
    z-index: 2;
    color: #fff;
    border: none;
    cursor: pointer;
}
.error-page-h2{
	text-align:center!important;
    margin-top: 20px;
    margin-bottom: 0px!important;
}
.error-page-h2:before{
	display:none;
}
.widget .tagcloud a:hover{
	background:#db0018;
}

/* 3.1. upper page */
.upper-page {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
left: 0;
top: 0;
margin: 0;
}

#home {
background: gray;
}


.hero-center-container {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-center-block {
    display: table-cell;
    vertical-align: middle;
}

h1.home-page-title {
position: relative;
font-family: 'Montserrat', sans-serif;
font-size: 90px;
font-weight: 800;
color: #fff;
text-shadow: 1px 1px 2px #111;
text-align: center;
text-transform: uppercase;
letter-spacing: 0.20em;
line-height: 1;
margin: 0 auto;
padding: 0 55px;
z-index: 1;
}

@media only screen and (max-width: 880px) {
  h1.home-page-title {
    font-size: 70px;
	font-weight: 700;
	letter-spacing: -0.04em;
  }
}

@media only screen and (max-width: 640px) {
  h1.home-page-title {
    font-size: 40px;
	padding: 0 40px;
  }
}

h1.home-page-title-hide,
h1.home-page-title-show {
-webkit-transition: all 1.5s ease;
   -moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
     -o-transition: all 1.5s ease;
        transition: all 1.5s ease;
}

h1.home-page-title-hide {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
letter-spacing: 0.40em;
}

@media only screen and (max-width: 880px) {
  h1.home-page-title-hide {
    letter-spacing: 0.20em;
  }
}

h1.home-page-title-show {
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
letter-spacing: 0.20em;
}

@media only screen and (max-width: 880px) {
  h1.home-page-title-show {
    letter-spacing: -0.04em;
  }
}

/* 29. scroll indicator */
.scroll-indicator-wrapper {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #202020;
        opacity: 1;
   -moz-opacity: 1;
-webkit-opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
visibility: visible;
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.scroll-indicator-wrapper.bottom-position {
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.scroll-indicator-wrapper.scroll-indicator-wrapper-position-secondary {
        opacity: 0;
   -moz-opacity: 0;
-webkit-opacity: 0;
filter: alpha(opacity=0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
visibility: hidden;
-webkit-transform: translateY(200px);
   -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
     -o-transform: translateY(200px);
        transform: translateY(200px);
-webkit-transition: all .7s;
   -moz-transition: all .7s;
    -ms-transition: all .7s;
     -o-transition: all .7s;
        transition: all .7s;
}

.scroll-indicator {
position: absolute;
height: 60px;
width: 60px;
bottom: 110px;
left: 50%;
-webkit-transform: translate(-50%, 50%);
   -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
cursor: pointer;
z-index: 10;
}

@media only screen and (max-width: 880px) {
  .scroll-indicator {
    height: 50px;
    width: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .scroll-indicator {
    bottom: 71px;
  }
}

.arrow {
position: relative;
color: #fff;
font-size: 16px;
text-align: center;
-webkit-transition: -webkit-transform 0.6s ease;
   -moz-transition: -moz-transform 0.6s ease;
        transition: transform 0.6s ease;
-webkit-animation: scroll-indicator 1s infinite;
   -moz-animation: scroll-indicator 1s infinite;
     -o-animation: scroll-indicator 1s infinite;
        animation: scroll-indicator 1s infinite;
animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
cursor: pointer;
}

.arrow-move-down {
position: relative;
top: 10px;
}

@media only screen and (max-width: 880px) {
  .arrow-move-down {
    top: 5px;
  }
}

@-webkit-keyframes scroll-indicator {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}

@-moz-keyframes scroll-indicator {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}

@keyframes scroll-indicator {
  0% {
    bottom: -13px;
  }
  50% {
    bottom: -8px;
  }
  100% {
    bottom: -13px;
  }
}

.borders-introduction {
position: absolute;
width: 100%;
height: 100%;	
top: 0;
left: 0;  
z-index: 10;
-webkit-pointer-events: none;
   -moz-pointer-events: none;
        pointer-events: none;
}

.borders-introduction-wrapper {
position: absolute;
width: 100%;
height: 100%;	
top: 0;
left: 0; 
z-index: 50;
}

.borders-introduction-text {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-align: center;
z-index: 100;
}

.border-wrapper {
position: relative;
height: 100%;
padding: 110px;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.border-inner {
position: relative;
height: 100%;
}

.border-bg {
position: absolute;
background: #fff;
}

@media only screen and (max-width: 640px) {
  .border-bg {
    display: none;
	visibility: hidden;
  }
}

.border-top-1,
.border-top-2 {
top: 0;
}

.border-bottom-1,
.border-bottom-2 {
bottom: 0;
}

.border-top-1,
.border-bottom-1 {
left: 0;
}

.border-top-2,
.border-bottom-2 {
right: 0;
}

.border-top-1,
.border-top-2,
.border-bottom-1,
.border-bottom-2 {
width: 50%;
height: 5px;
}

.border-left {
width: 5px;
height: 100%;
top: 0;
left: 0;
}

.border-right {
width: 5px;
height: 100%;
top: 0;
right: 0;
}

.center-space-top,
.center-space-bottom {
position: absolute;
width: 100%;
margin: auto;
display: inline-block;
text-align: center;
left: 0;
}

.center-space-top {
top: -16px;
}

@media only screen and (max-width: 640px) {
  .center-space-top {
    top: -64px;
  }
}

.center-space-bottom span {
position: relative;
display: inline-block;
width: 84px;
}
.logged-in h1.home-page-title{
	top:-40px;
}
.about-widget img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.about-widget h5 {
    float: left;
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 16px;
    text-align: left;
    color: #666;
    position: relative;
    padding-left: 80px;
}

.about-widget h5 a {
    position: relative;
    z-index: 2;
    color: #666;
    font-weight: 800;
    font-size: 16px;
}
.about-widget p {
    text-align: left;
}
.about-widget-social {
    margin-top: 20px;
}
.about-widget-social span {
    float: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 800;
    font-size: 11px;
    position: relative;
    margin-right: 12px;
}

.about-widget-social span:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #ccc;
}
.about-widget-social li {
    float: left;
    width: auto!important;
    margin-right: 5px;
	padding-top:0px;
	border:none;
}
.about-widget-social li a {
    float: left;
    margin-left: 8px!important;
    font-family: Georgia, "Times New Roman", Times, serif!important;
    font-style: italic;
    color: #999!important;
    font-size: 12px!important;
    position: relative;
    top: 2px;
}
.about-widget{
	margin-top:12px;
}
.about-widget p{
	font-size:13px;
}

.about-widget-social li a:hover {
    color: #666!important;
}
/* all content */
.all-content-wrapper-half {
position: relative;
height: 50vh;
}

@media only screen and (max-width: 980px) {
  .all-content-wrapper-half {
	height: 50vh;
  }
}

.all-content {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
   -ms-flex-align: center;
      align-items: center!important;
-webkit-box-pack: center;
   -ms-flex-pack: center;
-webkit-justify-content: center;
        justify-content: center;
background: none;
}

.all-content .all-content-inner {
position: relative;
width: 100%;
padding: 0 50px;
text-align: center;
}

@media all and (min-width: 1920px) {
  .all-content .all-content-inner {
	padding: 0 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .all-content .all-content-inner {
    padding: 0 25px;
  }  
}

.all-txt {
margin: -7px 0 0 0;
padding: 0;
color: #000;
text-align: left;
}


/* section heading details */
.section-heading-details {
font-size: 35px;
text-align: left;
line-height: 1.25;
padding: 0 0 0 129px;
font-family: 'Oswald', sans-serif;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.04em;
margin: -7px 0 -5px 0;
}

.section-heading-details.section-heading-details-all {
padding: 0;
margin-left: -1px;
}

.color-details {
display: inline-block;
width: 60px;
font-family: 'Raleway', sans-serif;
font-size: 11px;
font-weight: normal;
color: #ff264a;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 700;
}

h2.section-subheading-details {
font-family: 'Raleway', sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
margin-top: -5px;
text-align: left;
letter-spacing: 0.05em;
margin: 0 0 -4px 0;
padding: 0 0 0 130px;
}

h2.section-subheading-details span {
position: relative;
display: inline-block;
padding-right: 90px;
line-height: 1;
}

@media only screen and (max-width: 640px) {
  h2.section-subheading-details span {
    padding-right: 40px;
  }
}

h2.section-subheading-details span:before {
content: "";
position: absolute;
display: block;
top: 50%;
right: 0;
width: 60px;
height: 0;
margin-top: 0;
}

@media only screen and (max-width: 640px) {
  h2.section-subheading-details span:before {
    width: 20px;
	margin-top: -1px;
  }
}

h2.section-subheading-details span:before {
border-top: 1px solid #000;
}

h2.section-subheading-details-light span:before {
border-top: 1px solid #000;
}

h2.section-subheading-details.section-subheading-details-all {
padding: 0;
}


/* divider */
.inner-divider-half-details,
.inner-divider-ultra-half {
position: relative;
width: 100%;
margin: 0 auto;
background: none;
z-index: -1;
}

.inner-divider-half-details {
height: 50px;
}

.inner-divider-ultra-half {
height: 15px;
}


/* fullwidth IMG */
@media (min-width: 992px) {
  .img-fullwidth.img-fullwidth-services-NEW {
	width: 50vw;
  }
}

.widget-posts li {
    padding: 15px 10px;
    border-right: 1px solid #eee;
    margin-bottom: 8px;
    background: #f9f9f9;
	border-top:none;
}
.widget-posts-img {
    float: left;
    width: 30%;
}
.widget-posts-descr {
    float: left;
    width: 70%;
    padding-left: 20px;
    text-align: left;
}

.widget-posts-descr a {
    float: left;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    text-align: left;
    color: #666;
    
}
.widget-posts-date {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}
@media only screen and (max-width: 1064px) {
.section-title.section-title-left {
	display:none;
}
.text-txt.text-txt-dark p{
	padding: 15px 0px 25px 0px;
}
.text-txt.text-txt-dark{
	text-align:left;
}
}

.widget p{
text-align:left;
}
@media only screen and (max-width: 880px)
{
.news-page-img-carousel-content p{
padding: 0px 25px;
}
}

.no-padding-top.blog-content{
	padding-top:150px;
}