@import url("https://use.typekit.net/gsk4xze.css");

body{font-family: 'proxima-nova'; font-style: normal; font-weight: 400; margin:0; padding:0; font-size:18px; overflow-x: hidden;}

/* Please ❤ this if you like it! */
p{letter-spacing: 1.5px;}
h1, h2, h3, h4, h5, h6{
	letter-spacing: 1.5px;
}
h1, h2{
	font-family: 'alternate-gothic-atf', cursive !important;
    text-transform: uppercase;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none !important;
}
img{
	max-width:100%;
}


input::-webkit-input-placeholder {
  color: #fff;
  opacity:1;
}

input:-ms-input-placeholder {
  color: #fff;
  opacity:1;
}

input::placeholder {
  color: #fff;
  opacity:1;
}

textarea::-webkit-input-placeholder {
  color: #fff;
  opacity:1;
}

textarea:-ms-input-placeholder {
  color: #fff;
  opacity:1;
}

textarea::placeholder {
  color: #fff;
  opacity:1;
}


input[type="email"]::-webkit-input-placeholder {
  color: #333;
}

input[type="email"]:-ms-input-placeholder {
  color: #333;
}

input[type="email"]::placeholder {
  color: #333;
}
/* #Primary
================================================== */
::selection {
	color: #fff;
	background-color: #8167a9;
}
::-moz-selection {
	color: #fff;
	background-color: #8167a9;
}
:hover{
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 28px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.explore_project .front:hover {
    box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.2);
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 80px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.main-header .nav-item {
    margin: 0 !important;
    padding: 0 19px !important;
}
.main-header {
    padding: 15px 0;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.top-hdr .search-custom .is-search-form {
    display: flex;
    width: 100%;
    max-width: 280px;
}
.top-hdr .search-custom .is-search-form label {
    order: 2;
    width: 100% !important;
}
.top-hdr .search-custom .is-search-form label .is-search-input {
    background: rgba(0, 0, 0, 0);
        background-image: none;
    border: 1px solid #000 !important;
    padding: 1px 10px;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    font-weight: lighter;
    text-transform: uppercase;
    width: 100%;
}
.main-header #nav-bar-custom .custom-menu-class {
    width: 100%;
}
.main-header #nav-bar-custom .custom-menu-class #menu-new-main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.main-header #nav-bar-custom .custom-menu-class #menu-new-main-menu li {
    margin: 0;
    padding: 0 17px;
}
.main-header #nav-bar-custom .custom-menu-class #menu-new-main-menu a {
    color: #212529;
}
.main-header #nav-bar-custom .custom-menu-class #menu-new-main-menu a:hover {
    color: #af8b5b;
}
.button_custom .action_cstm:hover {
    background: #af8b5b;
}
.subacribe-cta .text-box .subscribe-form input[type="submit"]:hover {
    background: #333;
	text-decoration:none;
}
.subscribe-form input[type="email"]:focus {
    box-shadow: none;
    outline: transparent;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #777 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}


.top-hdr {
    background: #af8b5b;
	padding: 5px 0;
}
.top-hdr .social-top .social-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    align-items: center;
}
.top-hdr .social-top .social-list a {
    font-size: 26px;
    color: #fff;
    padding: 10px 17px;
}
.top-hdr .social-top .social-list a:hover{
	color: #bb1835;
}
.top-hdr .search-custom {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top-hdr .search-custom input {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    padding: 1px 10px;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    font-weight: lighter;
    text-transform: uppercase;
}
.top-hdr .search-custom .fa.fa-search {
    color: #fff;
    padding: 0 10px 0 0px;
}
.top-hdr .visit-top p {
    margin: 0;
    color: #fff;
    width: 100%;
    text-align: center;
}
.top-hdr .visit-top {
    display: flex;
    align-items: center;
}
.banner-sec {
    /* display: flex;
    align-items: center;
    background: url(../images/bg-4.jpg) no-repeat;
    background-size: cover;
    background-position: center; */
}
.banner-sec .col.banner-content .text-box {
    display: table;
    margin: 0 auto 25px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    position: relative;
}
.banner-sec .col.banner-content .text-box h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 60px;
}
.banner-sec .col.banner-content .text-box p {
    margin-bottom: 20px;
}
.banner-sec .col.banner-content .text-box .button {
    padding: 15px 40px;
    background: #bb1835;
    display: table;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translate( -50%);
    color: #fff;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 700;
}
.explore_project {
    background: #f1f2f2;
    padding: 80px 0;
}
.main-hdng h2 {
    font-size: 55px;
    text-align: center;
    margin-bottom: 40px;
}
.explore_project .project-cstm h3 {
    display: table;
	margin: 20px auto;
	padding: 16px 0 0px 2px;
	width: auto;
	text-align: center;
	max-width: 82%;
	font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
	font-size: 30px;
	color: #bb1835;
	letter-spacing: 4px;
	border-bottom: 3px solid;
}
#footer p a {
    color: #fff;
}
#footer p a:hover {
    color: #af8b5b;
}
#recomended_prdct .products .woocommerce-loop-product__title {
    font-family: 'Raleway', sans-serif !important;
    font-size: 17px !important;
    text-align: center;
}
.button_custom .action_cstm {
    display: table;
    padding: 15px;
    margin: 0 auto;
    background: #bb1835;
    color: #fff;
    width: 100%;
    text-align: center;
    max-width: 243px;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
}
.explore_project .button_custom {
    margin-top: 40px;
}
.project-potlight .spotlight-content {
    display: flex;
    justify-content: flex-end;
}
.project-potlight .text-box {
    padding: 40px;
    border: 5px solid #bb1835;
    display: table;
}
.explore_project .front {
    position: relative;
	overflow: hidden;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	z-index:9;
}
#diy-partner .text-box .front:hover > .cont{
	background: rgba(0, 0, 0, 0.6);
	z-index: 9;
}
#diy-partner .text-box .front:hover .cont h4 a{
	color:#fff;
}
#diy-partner .text-box .front:hover .cont p{
	color:#fff;
}

.explore_project .front .cont {
    position: absolute;
    bottom: 35px;
    background:rgba(255, 255, 255, 0.9);
    left: 50%;
    transform: translate( -50%);
    width: 85%;
    text-align: center;
	z-index: 9999;
	padding: 15px 10px 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 115px;
}
.explore_project .front .cont p {
    color: #85878a;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 0;
	font-size: 16px;
}
.explore_project .front .cont h4 {
    font-size: 25px;
	color: #000;
	padding: 0;
	border: 0;
	margin: 0;
	font-family: 'alternate-gothic-atf';
    text-transform: uppercase;

}
.recent-post.explore_project .front .cont {
    min-height: 84px;
}
#recent-post.explore_project .front .cont {
    min-height: 84px;
}
.explore_project .front .cont h4 a {
    color: #000;
}
.project-potlight .text-box p {
    font-size: 22px;
}
.project-potlight .text-box h2 {
    font-family: 'miller-display';
    font-size:45px;
}
.project-potlight .text-box .action_cstm {
    margin-left: 0;
    margin-top: 30px;
}
.project-potlight .text-box {
    padding: 50px 60px;
    border: 5px solid #bb1835;
    display: table;
    max-width: 550px;
}
.project-potlight {
    padding: 100px 0;
    background: url(../images/bathroom-after-9.jpg) no-repeat;
    background-size: cover;
    background-position: center;
	position:relative;
	background-attachment: fixed;
}
.project-potlight::after {
    content: '';
    background: url(../images/right-over-img.png) no-repeat;
    width: 100%;
    max-width: 17%;
    position: absolute;
    top: 0;
    right: 0;
    height: 536px;
    z-index: 9;
    background-size: 100%;
    transform: translate(-1px, -50%);
    background-position: right center;
}
.subacribe-cta {
    background: #af8b5b;
    padding: 100px 0;
    text-align: center;
	display: none;
}
.banner-sec .banner-content .nextend-bullet-bar .n2-bullet {
    background: #fff !important;
    padding: 7px !important;
}
.banner-sec .banner-content .nextend-bullet-bar .n2-bullet.n2-active {
    background: #bb1835 !important;
    border: 2px solid #fff !important;
}
.subacribe-cta .text-box h2 {
    font-size: 55px;
    color: #fff;
    margin: 0;
}
.subacribe-cta .text-box p {
    color: #fff;
}
.subacribe-cta .text-box .subscribe-form {
    display: flex;
	margin-top: 30px;
}
.subacribe-cta .text-box .subscribe-form input[type="email"] {
    width: 100%;
    padding: 14px 25px;
    color: #000;
    opacity: 1;
    border: 0;
}
#footer .ft_nav ul a:hover {
    color: #af8b5b;
}
.subacribe-cta .text-box .subscribe-form input[type="submit"] {
    padding: 0 50px;
    border: 0;
    background: #bb1835;
    color: #fff;
    text-transform: uppercase;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 700;
}
.subacribe-cta .text-box {
    margin: 0 auto;
    width: 100%;
    max-width: 650px;
}
.shop_product p a {
    text-decoration: underline;
    color: #bb1835;
}
.shop_product p {
    font-size: 20px;
}
.shop_product h2 {
    font-size: 55px;
    margin: 0;
}
.shop_product {
    padding: 80px 0 120px;
    text-align: center;
	position:relative;
}
.latest_articles::after {
    content: '';
    background: url(../images/left-over-img.png) no-repeat;
    width: 100%;
    max-width: 15%;
    position: absolute;
    top: 0;
    left: 0;
    height: 502px;
    z-index: 9;
    background-size: 100%;
	transform: translate(0, -50%);
	background-position: center;
}
.shop_product .sec-content {
    margin-top: 50px;
}
.shop_product .sec-content .cont h3 {
    margin: 0 auto;
    display: table;
    padding: 15px 20px;
    width: 100%;
    max-width: 69%;
    background: #bb1835;
    color: #fff;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}
.shop_product .sec-content .cont h3:hover{
	background:#af8b5b;
}
.latest_articles {
    padding: 80px 0;
    background: #f1f2f2;
	position:relative;
}
.latest_articles p {
    text-align: center;
    margin-bottom: 50px;
}
.latest_articles .main-hdng h2 {
    margin: 0;
}
.latest_articles .col-sm-2 {
    padding: 2px;
}
#footer {
    background: #af8b5b;
    padding:50px 0;
}
#footer p {
    color: #fff;
    font-size: 16px;
}
#footer .ft_nav ul {
    list-style: none;
}
#footer .ft_nav ul li {
    padding: 3px 0;
	margin: 0;
}
#footer .ft_nav ul a {
    color: #fff;
}
#footer .ft-subscribe h3 {
    color: #fff;
    font-size: 33px;
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
}
.is-search-icon svg{
	width: 30px;
}
.top-hdr .search-custom .is-search-form .is-search-icon path {
    fill: #000;
}
.top-hdr .search-custom .is-search-form .is-search-icon {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0 !important;
    line-height: 34px;
}
.banner-sec .col.banner-content .text-box .button:hover {
    background: #212529;
}
#footer .ft-subscribe .subscribe-form input[type="submit"] {
    background: #fff;
    border: 0;
    padding:12px 40px 7px;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'alternate-gothic-atf';
	color: #bb1835;
	border:1px solid #fff;
	letter-spacing: 2px;
}
#footer .ft-subscribe .subscribe-form input[type="submit"]:hover{
	text-decoration:none;
	background:#af8b5b;
	color:#fff;
}
#footer .ft-subscribe .subscribe-form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

#footer .ft-subscribe .subscribe-form input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

#footer .ft-subscribe .subscribe-form input[type="email"]::placeholder {
  color: #fff;
}
#footer .ft-subscribe .subscribe-form input[type="email"] {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0);
    color: #fff;
}
#footer .ft-subscribe .subscribe-form {
    display: flex;
    margin-bottom: 10px;
}
#footer .social-list a {
    padding: 6px;
    background: #fff;
    border-radius: 50px;
    width: 35px;
    display: block;
    height: 35px;
    margin: 0 5px;
    text-align: center;
    line-height: 25px;
    color: #af8b5b;
}
#footer .social-list a:hover{
	background:#bb1835;
	color: #fff;
}
#footer .social-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin: 15px 0;
}
#footer .social-list li {
    margin: 0;
}
#footer figure a img {
    max-width: 188px;
}
#footer .ft-subscribe a {
    color: #fff;
}
.top-hdr .social-top .social-list li {
    margin: 0;
}
.banner-sec .banner-content .n2-style-f8293b450b12ef15d5c4ff97a617a3e3-heading {
    text-transform: uppercase !important;
    text-align: center !important;
    font-size:55px !important;
    font-family: 'alternate-gothic-atf' !important;
    line-height:55px !important;
    padding-top: 40px !important;
    background: rgba(0, 0, 0, 0) !important;
}
.banner-sec .banner-content .n-uc-ilLxgn9Hcahm-inner {
    background: rgba(255, 255, 255, 0.9) !important;
	padding: 0 21px !important;
}
.banner-sec .banner-content p.n2-ow {
    font-size: 18px !important;
    letter-spacing: 1.5px !important;
    margin: 10px 0px 20px;
}
.banner-sec .banner-content p.n2-ow br {
    display: none;
}
.banner-sec .banner-content .n2-ss-layer-row-inner > .n2-ss-layer:nth-child(2) {
    width: 70% !important;
    margin: 0 auto !important;
}
.banner-sec .banner-content .n2-ss-layer-row-inner > .n2-ss-layer:nth-child(2) .n2-ss-layer.n2-ow {
    width: 100% !important;
    max-width: 100% !important;
}

.banner-sec .banner-content .n2-ss-button-container a {
    position: relative;
    bottom: -36px;
    font-size: 18px !important;
    padding: 15px 40px !important;
    background: #bb1835 !important;
    color: #fff;
    font-family: 'proxima-nova' !important;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.5px !important;
}
.banner-sec .banner-content .n2-ss-button-container a:hover {
    background: #af8b5b !important;
}

/***************Recent Post******************/
.no-search-results-form.section-inner {
    padding-top: 0;
    margin-bottom: 40px;
}
.explore_project.recent-post {
    background: #fff;
}
.explore_project#recent-post {
    background: #fff;
}
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0px 0;
}

.pagination .page_nav a.active {
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 700;
}
.pagination .page_nav a {
    color: #c02a44;
}
.pagination .page_nav a.action_cstm {
    display: table;
	padding: 10px 15px;
	margin: 12px auto 0;
	background: #bb1835;
	color: #fff;
	width: 100%;
	text-align: center;
	max-width: 243px;
	font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 700;
	letter-spacing: 2px;
}
.pagination .page_nav a.action_cstm:hover {
	background: #af8b5b;
}
.pagination .page_nav {
    padding: 16px;
    color: #c02a44;
}
#explor-post .sec-content {
    width: 100%;
}
#explor-post .sec-content h3 {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}
#explor-post {
    position: relative;
}
#explor-post:after {
    content: '';
    background: url(../images/brush.png) no-repeat;
    position: absolute;
    width: 25%;
    top: 0;
    right: 0;
    background-size: 100%;
    transform: translate(0%, -50%);
}
#explor-post:before {
    content: '';
    background: url(../images/round.png) no-repeat;
    width: 240px;
    height: 334px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    transform:translate(0, -50%);
}
.explore_project.recent-post .text-box {
    margin: 16px 0;
}
.explore_project#recent-post .text-box {
    margin: 16px 0;
}

/**********************
About us
*************************/
#about {
    background: #fff;
}
#about .w-100.main-hdng {
    padding: 0 15px;
    text-align: center;
}
#why-choose {
    padding: 0 0 100px;
    background-color: #fff;/*
    background-image: url(../images/brush-tools.png);
    background-repeat: no-repeat;
    background-size: 52%;
	background-position: left top; */
	position:relative;
}
#why-choose .col-sm-7 {
    position: absolute;
    background-image: url(../images/brush-tools.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
}


#why-choose .main-hdng.content {
    text-align: left;
    padding-top: 100px;
	margin-left:auto;
	margin-right:0;
}
#why-choose .main-hdng.content h2 {
    text-align: left;
}
#why-choose .main-hdng.content .action_cstm {
    margin-left: 0;
}
#why-choose .main-hdng.content p {
    font-size: 20px;
	text-align: left;
}
#about p {
    font-size: 20px;
    padding: 0 20px;
}


.primer-tips .main-hdng h2 {
    margin-bottom: 15px;
}
.main-hdng p {
    font-size: 20px;
    text-align: center;
}
.explore_project .project-cstm figure img {
    width: 100%;
    max-height: 420px;
    min-height: 420px;
    object-fit: cover;
	transition: transform .5s;

}
.pagination .page_nav .nav-links .next.page-numbers {
    text-align: center;
    margin:0 15px;
}
.pagination .page_nav .nav-links{
	    justify-content: center;
		width: auto;
}
section.inner-bnr img {
    max-height: 400px;
    object-fit: cover;
}
.Comments .heading-bar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.Comments .heading-bar h4 {
    margin-left: 0;
}
/*.explore_project .project-cstm .front:hover > figure > img {
	transition: transform .5s;
	-ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}*/
/* .explore_project .project-cstm .front > figure:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 9;
	transition: transform .5s;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	opacity:0;
} */
.explore_project .project-cstm .front > figure {
    margin: 0;
}
/* .explore_project .project-cstm .front:hover > figure:before {
    opacity:1;
} */
.explore_project .front .cont h4 a:hover {
    color: #bb1835;
}
section.inner-bnr {
    padding: 0;
}
header.main-header.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0;
	transition: transform .5s;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
header.main-header.fixed-header img {
    height: 48px;
}
.main-header #nav-bar-custom .custom-menu-class #menu-new-main-menu a {
    font-size: 16px;
	transition: transform .5s;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
/*********************
@single blog page
************************/
.single-page {
    margin: 40px 0;
}
.single-page .single-top-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.single-page .single-top-bar h3 {
    display: table;
    margin: 20px 0;
    padding: 11px 20px 5px;
    text-align: center;
    border: 3px solid #bfc1c3;
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
    font-size: 28px;
    color: #bb1835;
    letter-spacing: 4px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.single-page .single-top-bar .share-post div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-page .single-top-bar .share-post h4 {
    margin: 0;
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
    font-size: 24px;
    color: #bb1835;
    letter-spacing: 1px;
}
.single-page .single-top-bar .share-post .social {
    list-style: none;
    display: flex;
    padding-left: 0;
    align-items: center;
    margin: 0;
}
.single-page .single-top-bar .share-post .social a {
    color: #bb1835;
    font-size: 24px;
    margin: 0 8px;
}
.single-page .info-start h2 {
    font-size:60px;
    margin: 0;
}
.single-page .info-start .date {
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    color: #bb1835;
    display: table;
    margin-bottom: 20px;
}
.explore_project .project-cstm figure a {
    display: block;
    background: #000;
}
.single-page .info-start p {
    margin-bottom: 20px;
    font-size: 20px;
}
.single-page .info-start h3 {
    font-size: 35px;
    color: #bb1835;
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
    margin: 33px 0 10px;
}
.single-page .info-start p a {
    font-weight: bold;
    color: #bb1835;
}
.single-page .info-start h4 {
    font-size: 26px;
    color: #bb1835;
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
}
.single-page .info-start .tags .tags-list a {
    display: block;
    margin: 5px 0;
    padding: 0 9px;
    border-right: 2px solid #444;
    color: #444;
    font-size: 15px;
    line-height: 11px;
}
.single-page .info-start .tags .tags-list span {
    font-size: 18px;
}
.single-page .info-start .tags .tags-list a:hover{
	color: #bb1835;
}
.single-page .info-start .tags .tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
	font-size: 0;
}
#diy-partner .sec-content .project-cstm .cont h4 {
    margin: 10px auto 0 !important;
    width: 100% !important;
}
/* added text-transform: none; to block inherited capitalization due to changing BebasNeue (it has only uppercase) to alternate-gothic-atf */
#diy-partner .sec-content .project-cstm .cont h3 em {
    font-style: inherit;
    letter-spacing: 0.5px;
    text-transform: none;
}
#diy-partner .sec-content .project-cstm .cont h3 {
    font-size: 20px;
    font-family: 'miller-display';
    border: 0;
    margin: 0;
    padding: 0;
}
.single-page .info-start h4 {
    font-size: 26px;
    color: #bb1835;
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
}
.single-page .info-start .tags {
    margin-bottom: 30px;
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #7da6b8;
}

.single-page .info-start .Comments .comnts-item {
    margin-bottom: 0;
    padding-bottom: 0;
	margin-top: 0;
}
.single-page .Comments{
	display:none;
}
#about p a {
    color: #bb1835;
}
#why-choose p a {
    color: #bb1835;
}

#scrollUp .fa.fa-arrow-circle-up.fa-3x {
    color: #bb1835;
    background: #fff;
    border-radius: 50px;
    padding: 1px 4px;
}
.single-page .info-start .Comments .comnts-item #respond {
    margin-top: 0;
	margin-bottom: 0;
}
.single-page .info-start .Comments .comnts-item #respond #commentform .comment-form-comment {
    width: 100%;
	order: 3;
}
.explore_project .front:hover > figure > a > img {
    opacity: 0.8;
}
.single-page .info-start .Comments .comnts-item #commentform .form-submit {
    order: 4;
}
.single-page .info-start .Comments .date {
    letter-spacing: 1px;
    color: #444;
    display: table;
    margin-bottom: 0;
    font-family: 'proxima-nova';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}
.single-page .info-start .Comments p {
    font-size: 16px;
    margin: 0;
}
.single-page .info-start .share-post div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-page .info-start .place-comments .heading-bar h4 {
    margin-left: 0;
}
.single-page .sidebar .pagination {
    display: none;
}
.single-page .info-start .share-post h4 {
    margin: 0;
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
    font-size: 24px;
    color: #bb1835;
    letter-spacing: 1px;
}
.single-page .info-start .share-post .social {
    list-style: none;
    display: flex;
    padding-left: 0;
    align-items: center;
    margin: 0;
}
.single-page .info-start .share-post .social a {
    color: #bb1835;
    font-size: 24px;
    margin: 0 8px;
}
.single-page .info-start .share-post .social li {
    margin: 0 0px 0 4px;
}
.single-page .info-start .place-comments .heading-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.single-page .info-start .place-comments .comnt-form .action {
    margin-top: 20px;
    display: table;
}
.single-page .info-start .place-comments .comnt-form .action input {
    color: #fff;
    background: #bb1835;
    border: 0;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.single-page .sidebar h2 {
    font-size: 35px;
    text-decoration: underline;
    margin-bottom: 0;
}
.single-page .sidebar {
    padding-left: 30px;
}
.single-page .single-info.col-sm-9 {
    padding-right: 25px;
    border-right: 2px solid #bcbec0;
}
.single-page .sidebar .recent-post .sec-content.row {
    margin: 0;
}
.single-page .sidebar .recent-post {
    padding: 0;
}
.single-page .sidebar .explore_project .front .cont h4{
	font-size: 20px;
}
.single-page .sidebar .explore_project .front .cont p {
    font-size: 15px;
    letter-spacing: 0;
}
.single-page .sidebar h3 {
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
    color: #bb1835;
    margin-top: 40px;
}
.single-page .sidebar .get-inspired .insta-post .row {
    margin: 0;
}

.single-page .sidebar .get-inspired .insta-post .row .col-sm-4 {
    padding: 2px;
}
.single-page .sidebar .get-inspired .insta-post figure {
    margin: 0;
}
.single-page .sidebar .get-inspired h3 {
    margin-bottom: 20px;
}
.single-page .sidebar .get-inspired p {
    text-align: center;
}

.single-page .sidebar .get-inspired .share-post {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-page .sidebar .get-inspired .share-post h4 {
    margin: 0;
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
    font-size: 24px;
    color: #bb1835;
    letter-spacing: 1px;
}
.single-page .sidebar .get-inspired .share-post .social {
    list-style: none;
    display: flex;
    padding-left: 0;
    align-items: center;
    margin: 0;
    justify-content: center;
    width: 100%;
}
.single-page .sidebar .get-inspired .share-post .social a {
    color: #fff;
	font-size: 24px;
	margin: 0 5px;
	background: #bb1835;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-page .sidebar .kiz-product {
    margin-top: 40px;
    border: 2px solid #bb1835;
}
.single-page .sidebar .kilz-hdng {
    background: #bb1835;
    padding: 20px;
    margin-bottom: 40px;
}
.single-page .sidebar .kilz-hdng h3 {
    color: #fff;
    margin: 0;
}
.single-page .sidebar .kilz-hdng figure {
    max-width: 189px;
    margin: 0 auto 5px;
}
.single-page .sidebar .kiz-product .prodcs ul {
    padding:0;
	list-style:none;
	text-align:center;
	margin:0;
}
.single-page .sidebar .kiz-product .prodcs li img {
    margin: 0 auto;
}
.single-page .sidebar .kiz-product .prodcs li {
    margin-bottom: 30px;
	margin-left: 0;
}
.single-page .sidebar .kiz-product .prodcs ul h4 {
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
    font-size: 28px;
    color: #bb1835;
}

.single-page .info-start .place-comments .comnt-form .textarea {
    width: 100%;
    margin-top: 10px;
}
.single-page .info-start .place-comments .comnt-form .textarea textarea {
    width: 100%;
    padding: 10px;
    height: 150px;
}
.single-page .info-start .place-comments .comnt-form .fields input{
	height:42px;
	padding:10px;
	width:100%;
}
.single-page .info-start .place-comments .comnt-form .fields {
    width: 49%;
}
.single-page .info-start .place-comments .comnt-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pagination .page_nav .nav-links .page-numbers.current {
    color: #af8b5b;
}
/*******************
Spotlight
*******************/

#diy-partner .text-box {
    margin: 15px 0;
}
#spotlight-featured .banner-sec {
    margin: 60px 0;
}
.banner-sec .col.banner-content .text-box h1 span {
    display: block;
    color: #bb1835;
}
#spotlight-featured h3 {
    font-size: 35px;
    text-decoration: underline;
    margin-bottom: 20px;
    font-family: 'alternate-gothic-atf';
    text-transform: uppercase;
}
#spotlight-featured .banner-sec .text-box h1 {
    font-size: 45px;
}
#spotlight-featured .banner-sec .text-box {
    max-width: 550px;
}
#spotlight-featured .banner-sec .col.banner-content .text-box {
    display: table;
    margin:0 0 25px 0;
    padding: 40px 40px 50px;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 999;
	transform: translate(0, -50%);
}
#spotlight-featured .banner-sec img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
#spotlight-featured .banner-sec .text-box h1 {
    font-size: 45px;
}
#diy-partner {
    background: #fff;
    padding: 60px 0;
}
#diy-partner h2 {
    margin-bottom: 0;
}
#diy-partner .sec-content {
    margin-top: 30px;
}
#diy-partner .sec-content .project-cstm .cont {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}
#diy-partner.explore_project .front .cont p {
    letter-spacing: 0.5px;
}
#spotlight-banner::after {
	content: none;
}

.single-page .sidebar .get-inspired .share-post div {
    width: 100%;
}
.single-page .sidebar .get-inspired .share-post .social li {
    margin: 0;
}
#recent_spotlight.project-potlight::after{
	content:none;
}
.comnts-item {
    margin: 40px 0px;
}
.info-start {
    margin: 40px 0px;
}
div#respond {
    margin: 40px 0px;
}
#respond form#commentform p.comment-form-comment {
    margin-top: 20px;
}
div#respond .section-inner.thin {
    max-width: 100%;
}
div#respond .comment-respond p:not(.comment-notes) {
    max-width: 100%;
}
.comment-respond p:not(.comment-notes) {
    max-width: 100%;
}
.comment-respond label {
    display: inline-block;
}
div#respond p.comment-form-author {
    margin: 0 20px 0 0 !important;
}
p.form-submit {
    margin-top: 20px !important;
}
div#respond {
    justify-content: flex-start;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
div#respond p.comment-notes {
    width: 100%;
    float: left;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 20px !important;
}
.comments-inner.section-inner.thin.max-percentage {
    margin: 0 0 0 80px;
}
.comnts-item {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}
p.comment-form-author {
    padding-top: 20px;
    padding-bottom: 20px;
}
p.comment-form-email {
    padding-top: 20px;
    padding-bottom: 20px;
}
.logged-in-as {
	display: flex;
}
.main-header #nav-bar-custom .custom-menu-class #menu-new-main-menu .current_page_item a {
    color: #af8b5b;
}

.pagination .page_nav .nav-links {
    font-size: 22px;
}
.get-inspired .insta-post ul.pinterest_pins {
    max-height: 243px;
    overflow-y: auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.get-inspired .insta-post ul {
    width: 100% !important;
    margin: 0 !important;
}
.get-inspired .pins__thumb-img {
    width: auto;
    height: auto;
    padding: 0;
	margin: 0;
}
.get-inspired .insta-post button {
    width: 100%;
    padding: 10px;
	font-size: 16px;
    margin-top: 10px;
	background: #bb1835;
}
.get-inspired .insta-post a {
    display: block;
    width: 100%;
}
.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post {
    width: 42%;
    margin: 1%;
    padding: 3%;
}
.get-inspired .insta-post ul.pinterest_pins li {
    width: 30%;
	margin-bottom: 10px;
}
.is-ajax-search-result .is-ajax-search-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post .left-section {
    width: 100%;
    margin-bottom: 7px;
}
.is-ajax-search-result .is-ajax-search-posts .is-ajax-search-post a {
    color: #bb1835;
}
#spotlight-featured .banner-sec .text-box h1 span {
    font-family: 'miller-display';
    text-transform: capitalize;
}
.explore_project.search .text-box {
    margin-bottom: 20px;
}
.explore_project.search .nav-links a.page-numbers {
    color: #bb1835;
}
#spotlight-featured .banner-sec1 .banner-content {
    position: absolute;
    top: 50%;
    left: 9%;
    width: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    transform: translate(0, -50%);
}
#spotlight-featured .banner-sec .col.banner-content {
    position: static;
}
#spotlight-featured .banner-sec .carousel-inner {
    position: static;
}
#spotlight-featured .banner-sec {
    position: relative;
}
#tab-more_seller_product .products li {
    padding: 20px !important;
}

#tab-more_seller_product .products li img {
    max-height: 250px;
}


/*********************************
@Media Query Start
************************************/

@media only screen and ( max-width:1199px ){
.top-hdr .visit-top {
    padding: 0;
}
#why-choose .col-sm-7{
	background-position: left bottom;
}
.single-page .sidebar h2{
	font-size: 28px !important;
}
.explore_project .project-cstm figure img{
	min-height: 400px;
	max-height: 400px;
}
.main-header .navbar-brand img{
	height: auto;
	max-width: 296px;
}
.main-header #nav-bar-custom .custom-menu-class #menu-new-main-menu li {
    padding: 0 12px;
}
.main-header #nav-bar-custom .custom-menu-class #menu-new-main-menu a {
    font-size: 16px;
}
.single-page .info-start h2 {
    font-size: 2.5em;
    margin: 0;
}
.single-page .info-start p {
    font-size: 18px;
}
.explore_project .front .cont h4{
	font-size: 24px;
}
.explore_project .front .cont p {
    font-size: 15px;
}
.explore_project .project-cstm h3{
	font-size: 30px;
	padding: 9px 20px 4px;
}
.shop_product .sec-content .cont h3{
	font-size: 16px;
	max-width: 91%;
}
.main-hdng h2 {
	font-size: 55px !important;
}
#why-choose{
	background-position: left bottom;
}



}

@media only screen and ( max-width:991px ){
#why-choose .main-hdng.content p{
	text-align: center;
}
.top-hdr .search-custom .is-search-form{
	max-width: 100%;
}
#why-choose .main-hdng.content h2 {
    text-align: center;
}
.single-page .sidebar .kiz-product .prodcs ul{
	display: flex;
	justify-content: center;
}
#footer .col-sm-3.col-xs-12 {
    max-width: 50%;
    flex: initial;
}
#footer .ft-newltr {
    max-width: 100%;
    flex: initial;
    margin-top: 20px;
}
.explore_project{
	padding: 50px 0;
}
.latest_articles::after{
	max-width: 150px;
	height: 182px;
}
#why-choose{
	background-size: 52%;
	padding: 0 0 40px
}
.single-page .sidebar {
    padding-left: 0;
    max-width: 100%;
    flex: initial;
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid #ddd;
	padding-right: 0;
}
.single-page .single-info.col-sm-9 {
    padding-right: 0;
    border-right: 0;
    flex: inherit;
    max-width: 100%;
	padding-left: 0;
}
.explore_project .project-cstm figure img {
    min-height: 420px;
    max-height: 420px;
    object-fit: cover;
    transition: transform .5s;
}

#why-choose .main-hdng.content {
    padding-top: 0;
    max-width: 50%;
    flex: initial;
}
#why-choose .col-sm-7 {
    max-width: 50%;
}

.top-hdr .social-top .social-list{
	justify-content: center;
}
.top-hdr .social-top {
    max-width: 27%;
    flex: inherit;
    border-bottom: 0;
    margin-bottom: 0;
}
.top-hdr .visit-top {
    padding: 0 15px;
    max-width: 200px;
    flex: initial;
}
.top-hdr .top-search {
    max-width: 38%;
    flex: initial;
}
.banner-sec .col.banner-content .text-box h1{
	font-size: 55px;
}
.main-hdng h2 {
    font-size: 55px;
    margin-bottom: 13px;
}
.explore_project .project-cstm h3 {
    font-size: 22px;
    padding: 9px 20px 4px;
}
.explore_project .front .cont h4 {
    font-size: 18px;
}
.project-potlight .text-box h2 {
    font-size: 40px;
}
.project-potlight .text-box p {
    font-size: 18px;
}
.project-potlight .text-box {
    padding: 40px;
    border: 5px solid #bb1835;
    display: table;
    max-width: 450px;
}
.subacribe-cta .text-box h2{
	font-size: 55px;
}
.shop_product h2{
	font-size: 45px;
}
#why-choose .main-hdng.content {
	padding-top: 0;
}
.main-hdng h2 {
	font-size: 45px !important;
}
#footer .ft-subscribe .subscribe-form input[type="submit"] {
	padding: 12px 15px 7px;
}
#explor-post::after {
	width: 147px;
	height: 173px;
}
#explor-post::before {
    width: 146px;
    height: 192px;
}
#explor-post {
    padding-top: 100px;
}
#why-choose .main-hdng.content .action_cstm {
    margin-left: auto;
}
.get-inspired .insta-post #sb_instagram #sbi_images .sbi_item {
    width: 16.6% !important;
}

}

@media only screen and ( max-width:767px ){
.banner-sec .col.banner-content .text-box p br {
    display: none;
}

#sb_instagram #sbi_images .sbi_item {
    width: 33% !important;
}
.explore_project .sec-content .col-sm-4.col-xs-6:last-child .text-box {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.top-hdr .social-top{
	max-width: 50%;
}
.top-hdr .top-search {
    max-width: 100%;
}
.top-hdr .search-custom{
	padding-top: 10px;
}
.top-hdr .visit-top{
	margin-left: auto;
}
#why-choose {
    padding: 0 0 54%;
    overflow: hidden;
}
#why-choose .col-sm-7 {
    max-width: 100%;
    top: auto;
    bottom: 0;
    width: 68%;
	background-position: left bottom;
}
#why-choose .main-hdng.content {
    padding-top: 0;
    max-width: 100%;
    flex: initial;
}
.banner-sec .col.banner-content .text-box h1 {
    font-size: 45px;
}
#spotlight-banner.project-potlight{
	background-position: -112px;
}
.explore_project .sec-content .col-sm-4.col-xs-6 {
    max-width: 100%;
    flex: initial;
}
.explore_project .project-cstm h3 {
    font-size: 35px;
}
.explore_project .front .cont h4 {
    font-size: 28px;
}
.shop_product .sec-content .col-sm-4.col-xs-6 {
    max-width: 100%;
    flex: initial;
    margin-bottom: 50px;
}
.shop_product .sec-content .col-sm-4.col-xs-6:last-child {
    margin-bottom: 0;
}
#footer .ft-newltr {
    max-width: 100%;
    flex: initial;
    margin-top: 20px;
}
#footer .col-sm-3.col-xs-12 {
    max-width: 50%;
    flex: initial;
}
.explore_project {
    padding: 50px 15px;
}
.subacribe-cta{
	padding: 50px 0;
}
.subacribe-cta .text-box{
	padding: 0 15px;
}
.explore_project .text-box {
    margin-bottom: 23px;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 30px;
}
.latest_articles {
    padding: 50px 0;
}
.main-hdng h2 {
    font-size: 45px;
    margin-bottom: 13px;
}
.shop_product h2 {
    font-size: 45px;
}
.subacribe-cta .text-box h2 {
    font-size: 45px;
}
.project-potlight .text-box{
	background: rgba(255, 255, 255, 0.6);
}
#spotlight-featured .banner-sec .col.banner-content .text-box {
    margin: 0 25px !important;
    left: 0;
}

}
@media only screen and ( max-width:699px ){
	div#respond p.comment-form-author {
    margin: 0px !important;
}
div#respond p.comment-notes {
    width: 100%;
    float: left;
    justify-content: flex-start;
    display: block;
    margin-bottom: 20px !important;
    text-align: left;
}
.comments-inner.section-inner.thin.max-percentage {
    margin: 0px !important;
}
}
@media only screen and ( max-width:575px ){
body {
    font-size: 16px;
}
#spotlight-featured .banner-sec img {
    height: 400px;
}
.get-inspired .insta-post ul.pinterest_pins {
	max-height: 325px;
}
#spotlight-banner.project-potlight {
    background-position: center;
    background-attachment: initial;
}
.shop_product h2 {
    font-size: 35px;
}
.shop_product {
    padding: 40px 0 120px;
}
.top-hdr .search-custom .is-search-form {
    display: flex;
    width: 100%;
    max-width: 100%;
}
.latest_articles {
    padding: 50px 0 20px;
}
.latest_articles p {
    margin-bottom: 20px;
}
.search-custom1 .search_icon img {
    width: 30px;
}
.top-hdr .social-top .social-list a {
    font-size: 20px;
    padding: 0px 6px;
}
.top-hdr .visit-top p{
	font-size: 14px;
}
.top-hdr .visit-top p{
	text-align: right;
	font-size: 14px
}
.top-hdr .visit-top {
    padding: 0 15px 0 0;
    max-width: 45%;
}
.top-hdr .social-top {
    max-width: 45%;
}
.top-hdr .row {
    flex-wrap: nowrap;
}
.top-hdr .social-top .social-list {
    justify-content: left;
}

.project-potlight {
    padding: 50px 0;
    background-position: -100px center;
}
#spotlight-featured .banner-sec .text-box h1 {
    font-size: 25px;
}
#spotlight-featured h3{
	font-size: 28px;
}
#spotlight-featured .banner-sec .text-box h1 br {
    display: none;
}
#spotlight-featured .banner-sec{
	padding: 20px 10px;
}
#spotlight-featured .banner-sec .col.banner-content .text-box {
    padding: 20px 20px 50px;
    margin: 0 20px !important;
    left: 0;
}
#spotlight-featured .banner-sec .col.banner-content .text-box .button {
    width: 200px;
}
.project-potlight .text-box h2 {
    font-size: 30px;
}
.top-hdr .top-search {
    max-width: 42px;
    padding: 4px 11px;
    margin-right: 10px;
	position: static;
}
.top-hdr .search-custom1 .search1 {
    position: absolute;
    top: 100%;
    width: 96%;
    z-index: 999;
    left: 2%;
    padding: 10px;
    background: #fff;
}
.top-hdr .search-custom1 .search1 .is-search-icon {
    background: transparent;
    border-left: 0;
    padding-top: 3px !important;
}
.top-hdr{
	position: relative;
}
.top-hdr .visit-top div {
    width: 100%;
}
#diy-partner .text-box {
    margin: 15px;
}
.banner-sec .col.banner-content .text-box .button {
    padding: 15px 20px;
    width: 250px;
}

.banner-sec .col.banner-content .text-box h1 {
    font-size: 35px;
}
#footer .ft-subscribe .subscribe-form input[type="button"]{
	padding: 12px 15px 7px;
	font-size: 20px;
}
.subacribe-cta .text-box .subscribe-form input[type="button"]{
	padding: 0 20px;
}
.subacribe-cta .text-box .subscribe-form input[type="email"]{
	padding: 12px;
}
#footer .ft-subscribe .subscribe-form input[type="email"]{
	padding: 10px;
}
.latest_articles .row {
    justify-content: space-between;
}
.latest_articles .row .col-sm-2 {
    width: 33%;
}
.banner-sec .col.banner-content .text-box{
	padding: 18px 15px 49px;
}
.banner-sec .banner-content .n2-style-0a6f048ba619ba713dd50a211e04d2d4-heading{
	font-size: 40px !important;
	line-height: 40px !important;
}
.banner-sec .banner-content p.n2-ow{
	padding: 0 20px;
	font-size: 16px !important;
	letter-spacing: 1.3px !important;
	margin: 10px 0px 0;
}
.banner-sec .banner-content .n2-ss-button-container a{
	padding: 12px 25px !important;
	font-size: 16px !important;
	bottom: -21px;
}
.main-hdng h2 {
    font-size: 35px !important;
}
.explore_project .project-cstm h3 {
    font-size: 27px;
}
.subacribe-cta .text-box .subscribe-form{
	flex-wrap: wrap;
}
.subacribe-cta .text-box .subscribe-form input[type="submit"]{
	height: 48px;
    margin: 20px auto 0;
}
#footer .ft-subscribe .subscribe-form input[type="submit"]{
	padding: 12px 12px 7px;
}
#about p {
    font-size: 16px;
    padding: 0 0;
}
#why-choose .main-hdng.content p {
    font-size: 16px;
}
#why-choose {
    padding: 0 0 80%;
    overflow: hidden;
}
#why-choose .col-sm-7 {
    width: 99%;
}
.single-page .info-start .Comments p.logged-in-as{
	font-size:0;
}
.single-page .info-start .Comments p.logged-in-as a{
	display: table;
	font-size: 16px;
}
.single-page .info-start h3{
	font-size: 24px;
}
.banner-sec .banner-content .n2-ss-layer-col.n2-ss-layer-content {
    padding: 0 !important;
}
.button_custom .action_cstm{
	padding: 10px;
	max-width: 210px;
	font-size: 15px;
}
.project-potlight .text-box{
	padding: 22px;
}
.project-potlight .text-box .action_cstm {
    margin-top: 15px;
}
.subacribe-cta .text-box h2 {
    font-size: 35px;
}
.top-hdr .search-custom {
    display: none;
}
.top-hdr .search-custom1 {
    display: block !important;
}

}
@media only screen and ( max-width:480px ){
#footer .col-sm-3.col-xs-12{
	max-width: 100%;
}
#footer .ft_nav ul {
    list-style: none;
    margin: 10px 0 0;
}
.get-inspired .insta-post #sb_instagram #sbi_images .sbi_item {
    width: 33% !important;
}
#footer .ft-subscribe .subscribe-form input[type="button"]{
	padding: 12px 15px 7px;
	font-size: 20px;
}
.subacribe-cta .text-box .subscribe-form input[type="button"]{
	padding: 0 20px;
}
.subacribe-cta .text-box .subscribe-form input[type="email"]{
	padding: 12px;
}
.banner-sec .banner-content .n2-style-0a6f048ba619ba713dd50a211e04d2d4-heading {
    font-size: 35px !important;
    line-height: 35px !important;
}
.comment-reply-title {
    text-align: left;
}
#footer p{
	font-size: 14px;
}
#footer .ft_nav ul{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
#footer{
	padding: 25px 0 10px;
}
#footer .ft-subscribe a {
    font-size: 10px;
}
#footer .ft-subscribe .subscribe-form input[type="submit"] {
    padding: 6px 12px 1px;
	font-size: 20px;
}
#footer .ft-subscribe h3 {
    font-size: 30px;
}
.subacribe-cta .text-box .subscribe-form {
    margin-top: 15px;
}
.project-potlight .text-box p {
    font-size: 16px;
}

}
@media only screen and ( max-width:400px ){
.main-header .navbar-brand img {
    height: auto;
    max-width: 210px;
}
#explor-post::after {
    width: 115px;
    height: 118px;
}
.banner-sec .banner-content .n2-ss-button-container a {
    padding: 12px 15px !important;
    font-size: 14px !important;
}
#explor-post {
    padding-top: 73px;
}
#explor-post::before {
	width: 100px;
	height: 133px;
}
}
@media only screen and ( max-width:340px ){
#footer .ft-subscribe .subscribe-form {
	display: block !important;
}
#footer .ft-subscribe .subscribe-form input[type="email"] {
	margin-bottom: 10px !important;
}
}
