/* -----------------------------------
   1. Globally Applied Styles
   2. Header
   3. Home and Portfolio
   4. About
   5. Blog and Blog Single
   6. Contact
   8. Widgets
   9. Pagination
   10. Comments
   11. Archive
   12. 404 Error Page
   13. Media Screens
   ----------------------------------- */
/* --------------------------
   1. Globally Applied Styles
   -------------------------- */
html,
body,
div,
span,
applet,
object,
table,
caption,
tbody,
tfoot,
thead,
tr,
del,
dfn,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
a,
abbr,
acronym,
big,
cite,
code,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    border: 0;
}
blockquote{
    padding: 15px 0 15px 10px;
}
address{
    font-weight: 400;
    color:#5f5f5f;
}
iframe{
    width: 100%;
}
th,
td{
    text-align: left;
    border: 1px solid #5f5f5f;
    padding: 5px 10px;
}
dt{
    font-weight: 700;
    color: #333;
    font-size: 15px;
}
dd{
    background: none;
    color: #5f5f5f;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 15px;
}
a.next.page-numbers,
a.prev.page-numbers{
    display: none;
}
a.page-numbers{
    margin: 0 10px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
a.page-numbers:hover,
a.page-numbers:active,
a.page-numbers:focus{
    text-decoration: none;
}
span.page-numbers.current{
    background: #df0741;
    color: #fff!important;
    padding: 6px 15px;
}
.bypostauthor {
   background-color: #f3f1f1
}

.gallery-caption {
    color: #5f5f5f;
    opacity: 0.9;
    margin-top: 10px;
}
::-moz-selection {
    color: #fff;
    background: rgba(223, 7, 65, .8);
}
::selection {
    color: #fff;
    background: rgba(223, 7, 65, .8);
}
:focus {
    outline: 0;
}
input[type=submit] {
    -webkit-appearance: none;
    background: #212121;
    color: #fff;
}
html {
    overflow-x: hidden;
    max-width: 100%;
}
/*Headings*/

h1{
    font-size: 90px;
    font-weight: 600;
}
h2{
    font-size: 60px;
    font-weight: 600;
}
h3{
    font-size: 40px;
    font-weight: 600;
}
h4{
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}
h5{
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}

h6{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}
p{
    margin-bottom: 10px;
}
input[type=text]::-ms-clear {
    display: none;
}
sup {
    font-size: 13px;
    vertical-align: super;
}
sub {
    font-size: 13px;
    vertical-align: sub;
}
p:empty {
    display: none;
}
pre cite{
    margin-left: 15px;
    font-weight: 500;
    font-style: italic;
}
pre{
    padding: 10px 15px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    background-color: #fff;
    color: #000;
    font-family: "Hind", serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
    overflow: hidden;
    word-wrap: break-word;
}
img {
    max-width: 100%;
    height: auto;
}
.clearfixy{
    clear: both;
}
.no-padding{
    padding: 0;
}
.display-none{
    display: none;
}
.customPortfolioTitle{
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}
.customPortfolioTags{
    color: #df0741;
    font-weight: 600;
    font-size: 15px;
}
ul.children{
    margin-left: 10px;
}
ol ,ul , li{
    font-size: 16px;
    margin-bottom: 10px;
}
a#cancel-comment-reply-link{
    text-decoration: none;
    color: #df0741;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 500;
    transition: opacity .3s ease;
}
a#cancel-comment-reply-link:hover{
    opacity: .7;
}
.wp-caption-text{
    padding: 5px 0;
    color: #333;
    font-weight: 600;
}
.alignnone{
    padding: 20px 0;
    max-width: 100%;
}
.alignright{    
    float: right;
    padding: 20px 0 20px 20px;
}
.alignleft{
    float: left;
    padding: 20px 20px 20px 0;
}
.aligncenter{
    margin: 20px auto;
}
.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.gallery{
    margin: 30px 0!important;
}
.gallery img{
    border: none!important;
}
.sticky:before {
    width: 10px;
    content: "";
    height: 17px;
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../images/sticky.png);
    z-index: 99;
}
/* --------------------------
   2. Header
   -------------------------- */
    div.fakeloader{
    z-index: 9999999!important;
   }
header {
    margin: 60px 0;
    padding-top: 15px;
}
header .logo a {
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    font-family: "Poppins",serif;
    position: relative;
    z-index: 99999;
}
header .logo a img{
    margin: 0;
    padding: 0;
}
header .menu {
    text-align: center;
}
header .menu ul {
    display: inline-block;
    text-align: center;
    padding: 0;
}
header .menu ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
header .menu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    transition: color .4s ease;
}
header .menu ul li a:hover {
    color: #df0741;
}
header .menu ul li.active a {
    color: #df0741;
}
header .menu li.current_page_ancestor > a,
header .menu li.current-menu-ancestor > a {
    color: #df0741;
}
header .menu ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
header .menu ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    min-width: 170px;
    padding: 5px 0;
    left: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 999;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin-top: 10px;
}
header .menu ul ul li {
    display: block;
    margin: 0;
    padding: 10px 20px 10px 20px;
    border-radius: 0;
}
header .menu ul ul li:last-child {
    border-bottom: 0;
}
header .menu ul ul li a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 0;
    line-height: 18px;
    opacity: 1 !important;
    font-weight: 500;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
header .menu ul li ul li ul li a {
    font-size: 15px;
    /* color: #5f5f5f; */
    font-weight: 500;
}
header .menu ul li ul li ul {
    left: 100%;
    top: 0;
    margin-top: -6px;
}
header .menu ul ul li a:hover {
    color: #df0741;
}
header .social-icons {
    float: right;
}
header .social-icons ul {
    display: inline-block;
}
header .social-icons ul li {
    display: inline-block;
    margin-right: 13px;
}
header .social-icons ul li a i {
    color: #000;
    font-size: 16px;
    transition: color .2s ease;
}
header .menu ul li:last-child {
    margin-right:0;
}
header .social-icons ul li a:hover > i{
    color: #df0741;
}

.slicknav_menu {
    display: none;
    height: 75px;
    margin-left: auto;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 9999;
}
.slicknav_menu ul {
    padding: 0;
}
.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar:after,
.slicknav_menu .slicknav_icon-bar:before {
    background-color: #000;
    display: inline-block;
    position: relative;
    top: -4px;
    width: 22px;
    height: 2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.slicknav_btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 40px;
}
.slicknav_btn .slicknav_icon {
    position: relative;
    line-height: 10px;
    height: 19px;
    width: 25px;
    padding-right: 15px;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar {
    background-color: transparent
}
.slicknav_menu .slicknav_icon-bar {
    display: inline-block;
    position: relative
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:before {
    -webkit-transform: translateY(6px) rotateZ(-45deg);
    -moz-transform: translateY(6px) rotateZ(-45deg);
    -ms-transform: translateY(6px) rotateZ(-45deg);
    -o-transform: translateY(6px) rotateZ(-45deg);
    transform: translateY(6px) rotateZ(-45deg)
}
.slicknav_menu .slicknav_icon-bar:before {
    content: "";
    position: absolute;
    top: -6px
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:after {
    -webkit-transform: translateY(-6px) rotateZ(45deg);
    -moz-transform: translateY(-6px) rotateZ(45deg);
    -ms-transform: translateY(-6px) rotateZ(45deg);
    -o-transform: translateY(-6px) rotateZ(45deg);
    transform: translateY(-6px) rotateZ(45deg)
}
.slicknav_menu .slicknav_icon-bar:after {
    content: "";
    position: absolute;
    top: 6px
}
.slicknav_menu .slicknav_nav {
    position: relative;
    width: 100%;
    left: 0;
    top: 85px;
    margin: 0;
    padding: 20px 40px;
    background-color: #eee;
}
.slicknav_menu .slicknav_nav li ul {
    padding-left: 20px
}
.slicknav_menu .slicknav_nav li {
    display: block;
    position: relative;
    color: #fff;
    margin-bottom:0px;
}
.slicknav_menu .slicknav_nav li a {
    display: block;
    outline: 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}
.slicknav_menu .slicknav_nav li a:hover {
    color: #df0741;
}
.slicknav_menu .slicknav_nav li a a {
    padding: 0;
}
.slicknav_menu .slicknav_collapsed .slicknav_arrow,
.slicknav_menu .slicknav_open .slicknav_arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
}
.slicknav_menu .slicknav_open .slicknav_arrow:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 600;
    font-size: 10px;
}
.slicknav_menu .slicknav_collapsed .slicknav_arrow:before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 600;
    font-size: 10px;
}
/* --------------------------
   3. Home & Portfolio
   -------------------------- */

.wrapper .header-title {
    padding: 120px 0 60px 0;
}
.wrapper .header-title h1 {
    font-size: 90px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.wrapper .header-title.pages h1 {
    font-size: 65px;
}
.wrapper .header-title p {
    font-size: 17px;
    color: #5f5f5f;
    line-height: 30px;
    padding:0;
    margin: 0;
}
.wrapper .content .masonry .item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.wrapper .content .masonry {
    position: relative;
}
.wrapper .content .masonry .item {
    position: relative;
}
.wrapper .content .masonry .item .full-overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wrapper .content .masonry .item .overlay-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.82);
    opacity: 0;
    -webkit-transition: .450s cubic-bezier(.210, .6, .355, 1);
    transition: .450s cubic-bezier(.210, .6, .355, 1);
}
.wrapper .content .masonry .item .overlay-wrapper:hover {
    opacity: 1;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
    table-layout: auto;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner h6 {
    margin: 0;
    position: relative;
    z-index: 2;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 250ms cubic-bezier(.210, .6, .355, 1) 0s;
    transition: 250ms cubic-bezier(.210, .6, .355, 1) 0s;
}
.wrapper .content .masonry .item:hover .overlay-wrapper .overlay .overlay-inner h6 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner h6 a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner p {
    margin: 0;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 350ms cubic-bezier(.210, .6, .355, 1) 0s;
    transition: 350ms cubic-bezier(.210, .6, .355, 1) 0s;
}
.wrapper .content .masonry .item:hover .overlay-wrapper .overlay .overlay-inner p {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner p a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #df0741;
}
.wrapper .load-more {
    text-align: center;
    margin: 50px 0 90px 0;
}
.wrapper .load-more a {
    border: 1px solid #b2b2b2;
    padding: 15px 50px;
    color: rgba(0, 0, 0, 0.89);
    text-decoration: none;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}
.wrapper .load-more a:hover {
    color: #df0741;
}
.wrapper .services {
    background-color: rgba(178, 178, 178, 0.13);
    padding: 90px 0 80px 0;
}
.wrapper .services .item {
    text-align: center;
    border-radius: 4px;
    margin: 10px 0 35px 0;
}
.wrapper .services .item span {
    font-size: 55px;
    line-height: 49px;
    color: #df0741;
}
.wrapper .services .item .text .services-headings {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
}
.wrapper .services .item .text p {
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 400;
}
.wrapper .team {
    padding: 30px 0px 60px 0;
}
.wrapper .team .content {
    padding-top: 35px;
    text-align: center;
}
.wrapper .team .content h3 {
    text-align: center;
    font-size: 43px;
    font-weight: 700;
}
.wrapper .team .item {
    margin: 50px 0 70px 0;
    text-align: center;
}
.wrapper .team .item .text {
    margin: 20px 0;
}
.wrapper .team .item .text h6 {
    font-size: 19px;
    font-weight: 700;
    float: left;
}
.wrapper .team .item .text span {
    font-size: 15px;
    color: #5f5f5f;
    font-weight: 400;
    float: right;
    font-family: "Poppins", serif;
    line-height: 20px;
    line-height: 40px;
}
.wrapper .testimionals {
    width: 100%;
    height: 160px;
}
.wrapper .testimionals .overlay {
    background-color: rgba(223, 7, 65, 0.18);
    position: relative;
    width: 100%;
    height: 100%;
}
.wrapper .template-info {
    background-color: #df0741;
    padding: 90px 0;
    text-align: center;
}
.wrapper .template-info h4 {
    font-size: 43px;
    font-weight: 700;
    color: #fff;
}
.wrapper .template-info .contact-bttn {
    margin: 45px 0 5px 0;
}
.wrapper .template-info .contact-bttn a {
    border: 1px solid #fff;
    padding: 16px 48px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.wrapper .template-info p {
    color: #fff;
    font-size: 13px;
    padding: 10px 0 15px 0;
    font-family: "Poppins", serif;
}
.wrapper .info .row {
    background-color: #df0741;
}
.info_about_bg_holder {
    height: 500px;
    background-size: cover;
    background-repeat:no-repeat;
    -moz-background-size: cover;
    background-position: center;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -ms-content-zooming: none;
}
.info_about_content_holder{
    padding:70px 50px 50px 50px;
}
.wrapper .info .text h2 {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #fff;
}
.wrapper .info .text .info-p {
    color: #fff;
    padding:10px 0 30px 0;
    font-size: 15px;
    font-family: "Poppins", serif;
    line-height: 27px;
}
.wrapper .info .text .load-more {
    margin: 25px 0 35px 0;
    color: #fff;
    text-align: left;
}
.wrapper .info .text .load-more a {
    color: #fff;
    border-color: #fff;
}
.capitalized{
    text-transform: capitalize;
}
/* --------------------------
   4. About
   -------------------------- */
.wrapper .about .content img{
    margin-bottom: 30px;
}
.wrapper .about {
    margin-bottom: 50px;
}
.wrapper .about .content p {
    font-size: 18px;
    line-height: 28px;
    color: #5f5f5f;
    padding:0;
    margin: 0;
}
.wrapper .about .content .about-heading {
    padding: 50px 0 40px 0;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
}
.wrapper .about .content .item {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    border-left: 1px solid #eee;
}
.wrapper.alternative{
    margin-bottom: 40px;
}
.wrapper.alternative .content .masonry .item {
    margin-bottom: 0;
}
.wrapper.alternative .content .masonry a {
    color: #000;
    text-decoration: none;
}
.wrapper.alternative .content .masonry a .item .details {
    padding: 20px 0;
}
.wrapper.alternative .content .masonry a .item .details h6 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.wrapper.alternative .content .masonry a .item .details p {
    line-height: 30px;
    color: #5f5f5f;
    font-size: 15px;
}
.wrapper .by-author{
    text-align: right;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.wrapper .by-author span{
    font-style: italic;
    letter-spacing: 0;
    font-weight: 400;
}
.filters-section ul {
    padding: 10px 0 20px 0;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-align: left;
}
.filters-section ul li{
    line-height: 20px;
    display: inline;
    margin-right: 30px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: .3s all;
}
.filters-section ul li:last-child {
    margin-right: 0;
}
.filters-section ul li a{
    color: #333;
    font-size: 15px;
}
.filters-section ul li a:after {
    content: "";
    background-color: #fac23b;
    position: absolute;
    width: 0%;
    left: 50%;
    transition: .3s all;
}
.filters-section ul li a:hover:after {
    color: #fac23b;
    left: 0;
    width: 100%;
}
.filters-section ul li a:hover,
.filters-section ul li a.active {
    color: #df0741;
    text-decoration: none;
}
.filters-section ul li a.active:after {
    color: #BD7F3F;
    left: 0;
    width: 100%;
}
/*Single-Home*/

.wrapper .single .heading-single {
    padding-bottom: 10px;
}
.wrapper .single span {
    color: #5f5f5f;
    font-weight: 500;
    font-size: 15px;
}
.wrapper .single p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}
.wrapper .single .images {
    margin-bottom: 30px;
}
.wrapper .single .info .p-info {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding-top: 25px;
}
.wrapper .single .info .color {
    color: #df0741;
    text-transform: capitalize;
}
.wrapper .single .info a {
    text-decoration: none;
}
.wrapper .single .info span {
    font-weight: 500;
    font-size: 15px;
    color: #5f5f5f;
}
.single-cats{
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
}
.wrapper .single .project {
    margin: 20px 0;
}
.wrapper .single .project h4 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
}
.wrapper .single .nav-class {
    display: block;
    width: 100%;
    margin: 30px 0;
}
.wrapper .single .nav-class .navigation {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin: 0;
    border-radius: 2px;
}
div.nav-class ul.navigation li.prev a:hover,
div.nav-class ul.navigation li.next a:hover{
    color: #df0741;
}
.wrapper .single .nav-class .navigation .prev {
    width: 33.33333%;
    border: 0px;
    text-align: left;
}
.wrapper .single .nav-class .navigation>li {
    display: table-cell;
}
.wrapper .single .nav-class .navigation .next {
    width: 33.33333%;
    border: 0px;
    text-align: right;
}
.wrapper .single .nav-class .navigation a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    transition: color .3s ease;
}
.wrapper .single .nav-class .navigation .fa {
    margin-right: 13px;
    font-size: 18px;
}
.wrapper .single .nav-class .navigation .next .fa {
    margin-left: 13px;
}
.wrapper .single .nav-class .navigation .back a {
    color: #df0741;
}
.wrapper .single .nav-class .navigation .back a img{
    width: 40px;
    height: 40px;
}
.single-portfolio-p p{
    color: #5f5f5f;
}

/* --------------------------
   5. Blog
   -------------------------- */
   .blog-item{
    margin-bottom: 22px;
   }
div.blog-posts-category-span span{
    font-size: 15px!important;
}
div.blog-posts-category-span a{
    color: #303030!important;
    font-size: 15px;
    font-weight: 400;
    transition: opacity .3s ease;
}
div.blog-posts-category-span a:hover{
    opacity: .8;
}
.comments-paginate{
    margin-top: 50px;
}
.blog-single-title{
    padding-bottom: 10px;
}
.leave-comment-form{
    margin-top: 100px;
}
.wrapper .blog{
    margin-bottom: 40px;
}
.wrapper .blog article {
    margin-bottom: 10px;
}
.wrapper .blog article img{
    height: auto;
}
.wrapper .blog article .details {
    padding: 30px;
    background-color: #f9f9f966;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .07);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.05);
    border: 1px solid #eaeaeaba;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0;
}
.wrapper .blog article .details a {
    text-decoration: none;
    color: #000;
}
.wrapper .blog article .details .blog-heading {
    padding: 8px 0 0 0;
    margin: 0;
    line-height: 35px;
    font-size: 22px;
    font-weight: 700;
}
.wrapper .blog article .details .category {
    font-size: 16px;
    color: #df0741;
    font-weight: 600;
}
.wrapper .blog article .details .blog-p {
    color: #5f5f5f;
    font-size: 15px;
    padding-top: 10px;
    line-height: 26px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}
.wrapper .blog article .details span {
    font-size: 15px;
    color: #5f5f5f;
    font-weight: 500;
}
.wrapper .blog.fullwidth {
    margin: auto;
    width: 850px;
}
.wrapper .bottom-details{
    padding: 15px 0
}
.wrapper .bottom-details span{
    color: #5f5f5f9999c;
}
.wrapper .bottom-details .left-details{
    float: left;
}

.wrapper .bottom-details .right-details{
    float: right;
}

.wrapper .bottom-details .right-details .fa{
    font-size: 22px;
}
.wrapper .bottom-details .author-span{
    margin-left: 5px;
    font-style: italic;
    font-family: "Raleway",serif;
    color: #df0741 !important;
}
/*BlogSingle*/
.sidebar-widget{
    padding: 0px 15px;
}
.sidebar-widget .widget{
    margin-bottom: 50px;
}
.sidebar-widget span.post-date{
    display: block;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: .2px;
}
.sidebar-widget .widget p{
    color: #5f5f5f;
    line-height: 24px;
    font-weight: 300;
}
.sidebar-widget .widget h6.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    padding-bottom: 10px;
}
.sidebar-widget .widget_categories ul li a{
    text-transform: capitalize;
    }
.sidebar-widget .widget .tagcloud a {
    display: inline-block;
    margin: 10px 10px 0 0;
    padding: 2px 10px 1px 10px;
    font-weight: 400;
    font-size: 13px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}
.sidebar-widget .widget .tagcloud a:hover{
    color: #df0741;
}
.sidebar-widget input.search-field{
    width: 100%;
    background: none;
    outline: none;
    color: #4d4d4d;
    height: 40px;
    position: relative;
    z-index: 1;
    padding-right: 50px !important;
    padding-left: 0!important;
    border-bottom: 1px solid #212121!important;
    font-size: 15px;
    letter-spacing: .3px;
}
.sidebar-widget button.s-button{
    height: 40px;
    width: 40px;
    background: #212121;
    float: right;
    margin-top: -40px;
    z-index: 2;
    position: relative;
    border: 1px solid #212121;
    cursor: pointer;
    transition: background .3s ease;
}
.sidebar-widget button.s-button:hover{
    background: #df0741;
    border: 1px solid #df0741;
}
.sidebar-widget button.s-button i{
    color: #fff;
}
.sidebar-widget .widget form.search-form{
    margin-top: 20px;
}
.archive-search-row{
    margin-bottom: 50px;
}
.wrapper .blog.single .details h6{
    margin-bottom: 0px;
}
.wrapper .blog.single article .item {
    margin: auto;
}
.wrapper .blog.single article {
    margin: 0 0 30px 0;
}
.wrapper .blog.single article .details {
    border-bottom: 1px solid rgba(178, 178, 178, 0.44);
}
.wrapper .blog.single article blockquote {
    border-left: 1px solid #df0741;
    padding: 15px 0 15px 10px;
    margin: 20px 0;
}
.wrapper .blog.single article .details blockquote p {
    margin-left: 20px;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
}
.wrapper .blog.single article .item .details .tags span {
    font-size: 15px;
    margin-left: 5px;
}
.wrapper .blog.single article .item .details .tags span a{
    color: #5f5f5f;
}
.wrapper .blog.single article .item .details .tags p {
    color: #000;
    font-weight: 600;
    font-size: 15px;
}
.wrapper .blog.single article .comments {
    margin: 40px 0 20px 0;
}
div.single-portfolio-p{
                padding-bottom: 30px !important;
            }
.wrapper .blog.single article .comments h6 {
    font-weight: 600;
    font-size: 18px;
}
.wrapper .blog.single article .contact-form {
    font-size: 13px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
}
p.comment-notes{
    display: none;
}
.wrapper .blog.single article .contact-form form input,
.wrapper .blog.single article .contact-form form textarea ,
form#commentform input,
form#commentform textarea{
    width: 100%;
    background-color: transparent;
    border-color: rgb(225, 225, 225);
    border-width: 1px;
    border-style: solid;
    border-radius: 1px;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 15px;
    outline: 0;
    margin-top: 20px;
}
.wrapper .blog.single article .contact-form form textarea,
form#commentform textarea {
    height: 200px;
    outline: none;
    resize: none;
}
.wrapper .blog.single article .contact-form form input.btn,
form#commentform input.btn {
    background: #df0741;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    float: right;
    margin-top: 27px;
    margin-bottom: 50px;
}
.wrapper .blog.single article img{
    max-width:100%;
    height: auto;
}
div.com-pagi-row{
    margin: 20px 0 20px -15px;
}
.container{
    max-width: 100%!important;
}
div.main-contact-image img{
    padding-bottom: 70px;
}
/* --------------------------
   6. Contact
   -------------------------- */

.wrapper .contact {
    margin: 30px 0;
}
.wrapper .contact .contact-form {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    width: 700px;
    margin: auto;
}
.wrapper .contact .contact-form form input,
.wrapper .contact .contact-form form textarea {
    width: 100%;
    background-color: transparent;
    border-color: rgb(225, 225, 225);
    border-width: 1px;
    box-shadow:none;
    border-style: solid;
    border-radius: 1px;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 15px;
    outline: 0;
    margin-top: 20px;
}
.wrapper .contact .contact-form form textarea {
    height: 200px;
}
.wrapper .contact .contact-form form input.btn {
    background: #df0741;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    float: right;
    margin-bottom: 50px;
}
.wrapper .contact h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding: 40px 0 10px 0;
}
/* --------------------------
   7. Contact
   -------------------------- */
.footer{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
footer {
    background-color: rgba(178, 178, 178, 0.13);
    padding: 35px 0 25px 0;
}
footer div.copy-right{
    padding-top: 35px;
}
footer div.copy-right,
footer .f-copyright,
footer .f-copyright p {
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
footer .f-copyright p span {
    color: #000;
    line-height: 33px;
    font-weight: 500;
}
footer .social-icons ul {
    padding: 35px 0 0 0;
}
footer .social-icons ul li {
    display: inline-block;
    margin-right: 10px;
}
footer .social-icons ul li a i {
    color: #5f5f5f;
    font-size: 16px;
    transition: color .2s ease;
}
footer .social-icons ul li a:hover > i{
    color: #df0741;
}
footer .inner-section {
    padding: 20px 0;
}
footer .inner-section.widget h6.widget-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
footer .inner-section.center {
    margin-left: 40px;
}
footer .inner-section .info .fa-mobile {
    font-size: 20px !important;
}
footer .f-copyright {
    border-top: 1px solid rgba(178, 178, 178, 0.47);
    margin-top: 15px;
}
footer .inner-section input.search-field{
    width: 100%;
    background: none;
    outline: none;
    color: #4d4d4d;
    height: 40px;
    position: relative;
    z-index: 1;
    padding-right: 50px !important;
    padding-left: 0!important;
    border-bottom: 1px solid #212121!important;
    font-size: 15px;
    letter-spacing: .3px;
}
footer .inner-section button.s-button{
    height: 40px;
    width: 40px;
    background: #212121;
    float: right;
    margin-top: -40px;
    z-index: 2;
    position: relative;
    border: 1px solid #212121;
    cursor: pointer;
    transition: background .3s ease;
}
footer .inner-section button.s-button:hover{
    background: #df0741;
    border: 1px solid #df0741;
}
footer .inner-section button.s-button i{
    color: #fff;
    font-size: 15px;
    margin: 7px 0 0 1px;
}
/* --------------------------
   8.  Widgets
   -------------------------- */
   .tagcloud a{
    font-size: 15px!important;
    display: block;
   }
.widget_archive ul li a,
.widget_categories ul li a{
    margin-right: 5px;
}
.widget img{
    margin: 5px 0;
}
.widget div.wp-caption{
    margin: 25px 0;
}
.widget strong{
    color: #333;
}
span.rss-date{
    margin-left: 5px;
    color: #5f5f5f;
}
.widget_rss ul li{
    margin: 15px 0;
}
.rssSummary{
    color: #777;
}
.widget .screen-reader-text{
    display: block;
    font-weight: 600;
    color: #555;
    padding-bottom: 5px;
}
.widget ul{
    list-style: none;
    padding: 0;
}
.widget ul.sub-menu{
    margin-left: 10px;
}
.widget p{
    color: #5f5f5f;
}
.widget form{
    width: 100%;
}
.widget table{
    width: 100%;
}
.widget tbody{
    text-align: left;
    margin: 10px 0;
}
.widget thead{
    font-weight: 600;
    padding-bottom: 20px;
    border: none;
}
.widget td#next{
    text-align: center;
}
.widget td,
.widget th{
    padding: 10px 0;
    border: none;
}
.widget td a{
    color: #df0741;
}
.widget table caption{
    padding-bottom: 10px;
}
.widget input{
    border: none;
    color: #333;
    font-weight: 600;
    padding: 5px 10px;
}
.widget input[type=submit]{
    border: none;
    color: #fff;
    background: #212121;
    font-weight: 400;
    letter-spacing: 1px;
}
.widget a{
    color: #333;
    font-weight: 600;
    transition: all .2s ease;
    text-decoration: none;
    font-size: 15px;
}
.widget a:hover{
    color: #df0741;
    text-decoration: none;
}
.widget select{
    width: 100%!important;
    background: #fff;
    border: none;
    border-radius: 0px!important;
    outline: none;
    padding: 5px!important;
}
footer .widget i{
    margin: 5px 0 10px 0;
}

footer .widget p{
    color: #5f5f5f;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
}
footer .widget .fa-mobile{
    font-size: 20px;
}
footer .widget i{
    color: #df0741;
    font-size: 17px;
    margin-right: 10px;
}
.rtw_main a{
    color: #000;
}
.rtw_meta{
    font-size: 15px!important;
    margin-top: 0px;
}
.rtw_meta a{
    font-weight: 700;
    color: #5f5f5f;
}
.rtw_meta a:hover{
    text-decoration: none;
}
/* --------------------------
   9.  Pagination
   -------------------------- */
div.portfolio-pagination{
    margin: 30px 0 0 0;
}
div.pagination{
    padding: 0;
    margin: 10px 0 0 0;
}
div.page-pagination ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
div.page-pagination ul li{
    display: inline-block;
    padding: 6px 14px 4px 14px;
    margin-right: 10px;
}
div.page-pagination ul li:last-child{
    margin-right: 0;
}
div.page-pagination ul li.active{
    background: #df0741;
}
div.page-pagination ul li.active a{
    color: #fff;
}
div.page-pagination ul li a{
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
div.page-pagination ul li a:hover{
    text-decoration: none;
    color: #df0741;
    transition: all .3s ease;
}
div.page-pagination ul li a:active,
div.page-pagination ul li a:focus{
    text-decoration: none;
}

/* --------------------------
   10.  Comments
   -------------------------- */
   a.comment-reply-link{
    font-size: 15px;
    color: #df0741;
    transition: opacity .2s ease;
   }
   a.comment-reply-link:hover{
    opacity: .7;
    text-decoration: none;
   }
   .comments-area{
    margin-top: 50px;
   }
ul.comments-list{
    list-style: none;
    padding:0;
}
div.second-section{
    margin-top: 50px;
}
.comment-content h6{
    margin-bottom: 10px;
}
h6.comment-count{
    margin-left: -15px;
}
.comment-content span{
    color: #df0741 !important;
}
.comment-content p {
    margin-top: 8px;
    padding-top: 0!important;
    color: #5f5f5f;
    line-height: 24px !important;
}
h3#reply-title{
    font-size: 20px;
    margin-top: 35px;
}
/* --------------------------
   12.  Archive
   -------------------------- */
.archive-title h2 span,
.archive-title h4 span{
    color: #df0741;
}
/* --------------------------
   12.  404 - Error Page
   -------------------------- */
   .wrapper .error-page{
    margin-bottom: 160px;
    text-align: center;
   }
   .wrapper .error-page .error-title h1{
    font-size: 200px;
    font-weight: 700;
    color: #df0741;
    padding:0;
    margin:0;
    letter-spacing: 5px;
   }
   .wrapper .error-page .error-title h2{
    font-size: 40px;
    font-weight: 700;
    color: #212121;
    padding: 0;
    margin: -30px 0 0 0;
    letter-spacing: 2px;
   }
   .no-search-results h1{
    font-weight: 700;
    color: #212121;
   }
   .no-search-results p{
    font-size: 16px;
    background: #df0741;
    position: absolute;
    padding: 8px 12px;
    color: #fff;
    font-weight: 400;
    margin: 0 15px 0 0;
   }
   .no-search-results{
    padding: 100px 0;
   }
   .search-reslts-title h6 a{
    color: #000;
    line-height: 45px;
    transform: color .2s ease;
   }
    .search-reslts-title h6 a:hover{
        text-decoration: none;
        color: #df0741;
      }
    div.portfolio-pagination.search-pagination{
        margin: 20px 0 50px 0;
    }
    a.read-more-button-search-page{
        font-size: 16px;
        margin-top: 10px;
        font-weight: 700;
        letter-spacing: .3px;
        color: #df0741;
        transition: all .3s ease;
    }
    a.read-more-button-search-page:hover{
        text-decoration: none;
        opacity: .7;
    }
/* --------------------------
   13.  Media Screens
   -------------------------- */
   @media only screen and (min-width: 1920px) {

   }

@media only screen and (max-width: 1180px) {
    .wrapper .info .text {
        padding: 32px 20px 5px 0px;
    }
    .wrapper .info .text h4 {
        font-size: 42px;
    } 
}
    @media only screen and (max-width: 1099px) {
        .wrapper .info .text {
            padding: 32px 20px 5px 0px;
        }
        .wrapper .info .text h4 {
            font-size: 42px;
        }
        .container {
            width: auto;
        } 
         .info_about_content_holder{
                padding:30px 50px 50px 50px !important;
            }
            .wrapper .by-author{
                text-align: left;
            }
    }
        @media only screen and (max-width: 995px) {

            .wrapper .header-title h1 {
                font-size: 80px;
            }
            .wrapper .header-title p {
                font-size: 16px;
            }
            .wrapper .header-title p {
                line-height: 23px;
            }
            .wrapper .header-title {
                padding: 50px 0 30px 0;
            }
            .wrapper .services .item .text p br {
                display: none;
            }
            .wrapper .services .item .text h6 {
                font-size: 18px;
            }
            .wrapper .services {
                padding: 70px 0;
            }
            .wrapper .team {
                padding: 0px 0px 30px 0;
            }
            .wrapper .info .text h4 {
                font-size: 35px;
                line-height: 44px;
            }
            .wrapper .info .text {
                padding: 32px 20px 5px 0px;
            }
            .wrapper .info .text .load-more {
                margin: 30px 0 20px 0;
            }
            .wrapper .team .content h4 {
                font-size: 40px;
            }
            .wrapper .team .item {
                margin: 40px 0 60px 0;
            }
            .wrapper .team .item .text h6 {
                font-size: 17px;
            }
            .wrapper .team .item .text span {
                font-size: 13px;
            }
            .wrapper .info .text p {
                line-height: 25px;
                font-size: 13px;
            }
            .wrapper .about .content p {
                font-size: 15px;
                line-height: 25px;
            }
            .wrapper .contact h3 {
                font-size: 45px;
            }
            .wrapper .blog.fullwidth {
                margin: 0;
                width: inherit;
            }
            .wrapper .header-title.pages h1,
            .wrapper .header-title.pages h2, {
                font-size: 55px;
            }
        }
        @media only screen and (max-width: 820px) {
            .wrapper .info .text h4 {
                font-size: 30px;
                line-height: 33px;
            }
            header .menu {
                display: none;
            }
            .slicknav_menu {
                display: block;
            }
            div.slicknav_nav{
                text-align: left !important;
            }
            header {
                margin: 25px 0;
                padding-top: 25px;
            }
            .wrapper .info .text {
                padding: 25px 0px 0px 0px;
            }
            header .social-icons {
                display: none;
            }
            .wrapper .info .text p {
                line-height: 20px;
                font-size: 13px;
            }
            .wrapper .info .text .load-more {
                margin: 20px 0 20px 0;
            }
            .wrapper .load-more a {
                border: 1px solid #b2b2b2;
                padding: 10px 40px;
                color: rgba(0, 0, 0, 0.34);
                text-decoration: none;
                line-height: 20px;
                font-size: 13px;
                font-weight: 500;
            }
            .wrapper .team .content h4 {
                font-size: 35px;
            }
            .wrapper .header-title h1 {
                font-size: 70px;
            }

        }
        @media only screen and (max-width: 760px) {
                        .sidebar-widget{
                margin-top: 35px;
                padding: 0px 15px;
            }
            .archive-title h2.capitalized{
                font-size: 30px;
            }
            .wrapper .info .text p {
                text-align: left;
                margin: 0;
            }
            .wrapper .info .text .load-more {
                margin: 10px 0 40px 0;
                text-align: left;
            }
            .wrapper .info .text h2{
                text-align: left;
            }
            .wrapper .header-title{
                padding: 50px 0 30px 0;
            }
            .wrapper .team .item .text span {
                float: none;
                text-align: center;
                margin: auto;
                line-height: 18px;
            }

            .wrapper .team .item .text h6 {
                text-align: center;
                float: none;
                margin: auto;
            }
            .wrapper .team .item {
                margin: 10px 0 0px 0;
            }
            .wrapper .team .content h4 {
                padding-bottom: 30px;
            }
            .wrapper .info .text h4 {
                text-align: center;
            }
            .wrapper .info .text p {
                text-align: left;
                margin: 0;
            }
            .wrapper .info .text .load-more {
                text-align: left;
            }
            footer .inner-section.center {
                margin-left: 0;
            }
            footer {
                padding: 25px 0 15px 0;
            }
            footer .inner-section h5 {
                font-size: 17px;
            }
            footer .inner-section .info {
                padding-top: 10px;
                line-height: 19px;
            }
            footer p {
                padding: 10px 0;
                font-size: 15px;
            }
            footer .inner-section {
                padding: 20px 0;
            }
            header .social-icons {
                display: none;
            }
            .wrapper .services .item {
                margin-bottom: 30px;
            }
            .wrapper .info .text h4 {
                font-size: 33px;
            }
            .wrapper .contact .contact-form {
                width: 100%;
            }
            .wrapper .blog.single article .item {
                width: 100%;
            }
            footer .social-icons ul {
                text-align: center;
            }
             footer .f-copyright p{
                text-align: center!important;
            }
        }
        /* Extra Small Devices, Phones */

        @media only screen and (max-width: 480px) {
            div.single-portfolio-p{
                padding-bottom: 30px !important;
            }
            footer div.copy-right{
                padding-top: 5px;
            }
            .wrapper .error-page{
                margin-bottom: 90px;
            }
            .wrapper .error-page .error-title h1{
                font-size: 100px;
            }
            .wrapper .error-page .error-title h2{
                font-size: 25px;
                margin: -10px 0 0 0;
                letter-spacing: 1px;
            }
            .filters-section ul li a{
                display: inline-block;
                margin: 10px 0;
            }
            .wrapper .header-title h1 {
                font-size: 50px;
            }
            .wrapper .header-title.pages h1,
            .wrapper .header-title.pages h2
            {
                font-size: 40px;
            }
            .filters-section ul li {
                line-height: 10px;
            }
            .filters-section ul {
                padding-bottom: 15px;
                /* padding-top: 10px; */

                font-size: 13px;
            }
            footer p {
                padding: 5px 0;
                font-size: 13px;
            }
            footer .inner-section {
                padding: 17px 0;
            }
            .wrapper .single p {
                font-size: 15px;
                line-height: 25px;
                padding:0;
                margin: 0;
            }
            footer .social-icons ul li a i {
                font-size: 15px;
            }

            .wrapper .single .nav-class .navigation a {
                font-size: 13px;
            }
            .wrapper .header-title p {
                line-height: 24px;
            }
            .wrapper .team .content h4 {
                font-size: 25px;
            }
            .wrapper .info .text h4 {
                font-size: 25px;
            }
            .wrapper .info .text p {
                text-align: left;
                margin: 0;
            }
            .wrapper .info .text .load-more {
                margin: 10px 0 40px 0;
                text-align: left;
            }
            .wrapper .header-title p br {
                display: none;
            }
            .wrapper .blog.single article .details blockquote p {
                margin-left: 15px;
                font-size: 19px;
            }
            .wrapper .single .nav-class {
                margin: 50px 0;
            }
        }