/* ============= Typography ============= */
@font-face {
    font-family: 'Century Gothic',sans-serif;
    src: url('assets/fonts/CenturyGothic/Century-Gothic.eot');
    src: url('assets/fonts/CenturyGothic/Century-Gothic.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/CenturyGothic/Century-Gothic.woff2') format('woff2'),
         url('assets/fonts/CenturyGothic/Century-Gothic.woff') format('woff'),
         url('assets/fonts/CenturyGothic/Century-Gothic.ttf')  format('truetype'),
         url('assets/fonts/CenturyGothic/Century-Gothic.svg#Century Gothic') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: 'Verdana',sans-serif;
    src: url('assets/fonts/Verdana/Verdana-Bold.eot');
    src: url('assets/fonts/Verdana/Verdana-Bold.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Verdana/Verdana-Bold.woff2') format('woff2'),
         url('assets/fonts/Verdana/Verdana-Bold.woff') format('woff'),
         url('assets/fonts/Verdana/Verdana-Bold.ttf')  format('truetype'),
         url('assets/fonts/Verdana/Verdana-Bold.svg#Verdana') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Verdana',sans-serif;
    src: url('assets/fonts/Verdana/Verdana-Italic.eot');
    src: url('assets/fonts/Verdana/Verdana-Italic.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Verdana/Verdana-Italic.woff2') format('woff2'),
         url('assets/fonts/Verdana/Verdana-Italic.woff') format('woff'),
         url('assets/fonts/Verdana/Verdana-Italic.ttf')  format('truetype'),
         url('assets/fonts/Verdana/Verdana-Italic.svg#Verdana') format('svg');
		font-weight: normal;
		font-style: italic;
}
@font-face {
    font-family: 'Verdana',sans-serif;
    src: url('assets/fonts/Verdana/Verdana-Bold-Italic.eot');
    src: url('assets/fonts/Verdana/Verdana-Bold-Italic.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Verdana/Verdana-Bold-Italic.woff2') format('woff2'),
         url('assets/fonts/Verdana/Verdana-Bold-Italic.woff') format('woff'),
         url('assets/fonts/Verdana/Verdana-Bold-Italic.ttf')  format('truetype'),
         url('assets/fonts/Verdana/Verdana-Bold-Italic.svg#Verdana') format('svg');
	font-weight: bold;
	font-style: italic;
}
@font-face {
    font-family: 'Verdana',sans-serif;
    src: url('assets/fonts/Verdana/Verdana.eot');
    src: url('assets/fonts/Verdana/Verdana.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Verdana/Verdana.woff2') format('woff2'),
         url('assets/fonts/Verdana/Verdana.woff') format('woff'),
         url('assets/fonts/Verdana/Verdana.ttf')  format('truetype'),
         url('assets/fonts/Verdana/Verdana.svg#Verdana') format('svg');
	font-weight: normal;
	font-style: normal;
}

::selection {
  color: #fff;
  background: #de0e35;
}


.header-title h1.page-title {
    font-size: 38px;
}
.header-title .subtitle {
    text-transform: none;
}



/* ============= HEADER ============= */
.menu-other.left li a i{
    font-size:17px !important;
}



/* ============= CONTENT ============= */

/* Specific Page:: Home */
.banner_heading span{
color:#dd0e35 !important;
}
.home_icons .icon-wrap img{
max-width:80px;
}
#media_image-2 img{
max-width:170px !important;
}
.featured-interior-designer-block .ult-content-box-container{
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,.1);
	border: 1px solid #eee;
	border-radius: 4px;
}
.featured-interior-designer-block .norebro-heading-sc,
.featured-interior-designer-block .norebro-text-sc {
    padding-left: 15px;
}
.how-it-works-area span.brand-color{
	color: #de0e35;
}
.how-it-works-block .vc_column-inner {
    border: 1px solid #de0e35;
    border-radius: 4px;
}
.how-it-works-block .icon-wrap {
    background: #fff;
    margin-top: -30px;
    border-radius: 4px;
}
.how-it-works-block .content-wrap{
	margin:0 0 15px 0;
}
.how-it-works-area .round-shape img{
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    animation: rotation 30s linear infinite;
}
@keyframes rotation{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(359deg)
    }
}
.partners-area .vc_column-inner {
    padding: 0 !important;
	border: 1px solid #eee;
}
.testimonials-section .slider.with-dots .owl-dots {
    text-align: left;
    padding-left: 10px;
}

/* Specific Page:: About Us */
.iq-fadebounce {
    -webkit-animation-name: fadebounce;
    -moz-animation-name: fadebounce;
    -ms-animation-name: fadebounce;
    -o-animation-name: fadebounce;
    animation-name: fadebounce;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.iq-objects-03 {
    position: absolute;
    top: -12%;
    left: -13%;
    border: 25px solid #de0e35;
    border-radius: 900px;
    height: 350px;
    width: 350px;
    z-index: -1;
}


@-moz-keyframes fadebounce {
  0% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1 }
  50% { -moz-transform: translateY(20px); transform: translateY(20px); opacity: 1 }
  100% { -moz-transform: translateY(0); transform: translateY(0); opacity: 1 }
}
@-webkit-keyframes fadebounce {
  0% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1 }
  50% { -webkit-transform: translateY(20px); transform: translateY(20px); opacity: 1 }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1 }
}
@-o-keyframes fadebounce {
  0% { -o-transform: translateY(0); transform: translateY(0); opacity: 1 }
  50% { -o-transform: translateY(20px); transform: translateY(20px); opacity: 1 }
  100% { -o-transform: translateY(0); transform: translateY(0); opacity: 1 }
}

@keyframes fadebounce {
  0% { transform: translateY(0); opacity: 1 }
  50% { transform: translateY(20px); opacity: 1 }
  100% { transform: translateY(0); opacity: 1 }
}


.about-area .round-shape img{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotation 30s linear infinite;
}
@keyframes rotation{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(359deg)
    }
}
.about-area .about-short-description {
    background: #faefe6;
    border: 1px solid #faefe6;
    padding: 15px;
    border-radius: 10px;
}
.about-vision-mission .aio-icon-component .aio-icon-header h3.aio-icon-title{
	font-size: 20px;
    font-weight: 500;
	margin: 0;
}


.key-business-block .vc_column-inner {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    border: 1px solid #eee;
    border-radius: 4px;
}

.key-business-block .remove-style .vc_column-inner {
    background: transparent;
    box-shadow: unset;
    border: none;
    border-radius: unset;
}



.key-business-block .wpb_single_image img {
    background: transparent;
	border: 1px solid #00233d;
}


.key-business-block .norebro-heading-sc, 
.key-business-block .norebro-text-sc {
    padding-left: 15px;
}

.overlay-white:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(255, 255, 255, 0.7);
}

.overlay-black:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.3);
}


/* Specific Page:: Up Close & Personal */
.up-close-personal-block .blog-grid.boxed {
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0,0,0,.1);
}
.post-template-default article .entry-footer a{
    display: none;
}
.post-template-default article .entry-footer .right a{
    display: inline-block;
}
.page-container.without-breadcrumbs {
    /*margin-top:0px;*/
}
.page-container.without-breadcrumbs {
    margin-bottom:0px;
}
.post-template-default.single .post .entry-content {
    margin-bottom: 0px;
}
.rbh-pagination-center .blog-grid.boxed {
	background: #fff;
	box-shadow: 3px 3px 6px rgba(0,0,0,.1);
}

.post-template-default .site-content{
    background: url("assets/images/dot-bg.png");
    background-repeat: repeat;
}

/*.post-template-default .without-breadcrumbs{
    padding-top: 80px;
}*/




/* ERROR PAGE */
.error-404{
    background-image: url("assets/images/dot-bg1.png");
    background-repeat: repeat;
}
.page-error h3 {
    font-size: 26px;
    text-transform: uppercase;
}


/* ============= PORTFOLIO ============= */



/* ============= SIDEBAR / WIDGETS ============= */




/* ============= COMMENTS ============= */
.comments-area {
    /*background: url("assets/images/dot-bg.png");
    background-repeat: repeat;*/
    margin: 0px auto 0;
}




/* ============= PAGINATION ============= */
.rbh-pagination-center .pagination{
	text-align: center;
}

/*

.rbh-pagination-center nav.pagination li{
	background: #fff;
	border: 1px solid #eee;
	padding: 8px 17px 8px 17px;
	border-radius: 4px;
}


*/




/* ============= FOOTER ============= */




/* ============= SEARCH ============= */

.search .site-content{
    background: url("assets/images/dot-bg.png");
    background-repeat: repeat;
}

.search .search-section{

    padding-top: 80px;
    padding-bottom: 50px;
}

.search .blog-posts-masonry .vc_col-md-4{
    width: 100% !important;
}

.search .blog-posts-masonry .blog-grid.boxed{
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    border: 1px solid #eee;
    border-radius: 4px;
}

.search .blog-grid.boxed .content {
    padding: 20px 25px 15px;
}


/* ============= WOOCOMMERCE ============= */




/* ============= WPML ============= */




/* ============= DISPLAY NONE ============= */
#masthead.header-4 .menu-other.left {
    display: none;
}

/*.rbh-pagination-center .blog-grid p{
	display: none;
}

.rbh-pagination-center .blog-grid.grid-1.boxed header .tags {
    display: none;
}*/

.search .blog-posts-masonry .blog-grid footer{
    display: none;    
}

.compass {
    position: absolute;
    width: 500px;
    height: 500px;
    z-index: 0;
    top: 0;
    right: -50%;
    animation: spin 40s linear infinite;
}
@keyframes spin 
{ 
	100% { transform:rotate(360deg); } 
}

.footer-navigation-classic{
	padding: 20px 0 0px !important;
}

.footer-navigation-classic li.widget_nav_menu {
    width: 100%;
	max-width: 100%;
}

.footer-navigation-classic .widget_nav_menu ul {
    width: 100%;
}
.footer-navigation-classic .widget_nav_menu ul li {
    display: inline-block;
    padding-right: 20px !important;
    width: auto;
}

.right ul{
	text-align: right;
}

.norebro-contact-subscribe{
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.norebro-contact-subscribe span.customer-email input.wpcf7-email{
	background: #fff;
	color: #777;
	max-width: 260px;
	height: 40px;
	font-size: 16px;
	padding: 0 15px;
	border-radius: 4px 0 0 4px;
	border: 1px solid rgba(0,0,0,.1);
}


.norebro-contact-subscribe .cell-min input.wpcf7-submit{
    height: 40px;
    background-color: #555;
    border-radius: 0 4px 4px 0;
    border: 1px solid rgba(0,0,0,.1);
}

.slides-container::before {
    content: ' ';
    display: block;
    background-color: rgba(55,60,64,.3);
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    transform: scale(.9);
    top: -170px;
    left: -170px;
}

.slides-container::after {
    content: ' ';
    display: block;
	background-color: rgba(222,14,53,.3);
    width: 450px;
    height: 450px;
    position: absolute;
    z-index: 2;
    border-radius: 100%;
    transform: scale(.9);
    top: -170px;
	animation: pulse 2s infinite;
}

.slides-container-two::before {
    content: ' ';
    display: block;
	background-color: rgba(222,14,53,.3);
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: 1;
    border-radius: 100%;
    transform: scale(.9);
    top: -170px;
    left: -170px;
}

.slides-container-two::after {
    content: ' ';
    display: block;
    background-color: rgba(55,60,64,.3);
    width: 450px;
    height: 450px;
    position: absolute;
    z-index: 2;
    border-radius: 100%;
    transform: scale(.9);
    top: -170px;
	animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(222,14,53, 0.9);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(222,14,53, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(222,14,53, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(222,14,53, 0.9);
    box-shadow: 0 0 0 0 rgba(222,14,53, 0.9);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(222,14,53, 0);
      box-shadow: 0 0 0 10px rgba(222,14,53, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(222,14,53, 0);
      box-shadow: 0 0 0 0 rgba(222,14,53, 0);
  }
}

.partner-renovation-block .vc_column-inner{
	background: #fff;
	outline: 1px solid rgba(128,128,128,0.3);
	outline-offset: -20px;
	padding: 60px 30px;
	border-radius: 7px;
}

.partner-renovation-block .remove-style .vc_column-inner {
    background: transparent;
    outline: none;
    outline-offset: unset;
    padding: unset;
    border-radius: unset;
}

.hiw-renovation-block .vc_column-inner {
    border: 1px solid #de0e35;
    border-radius: 4px;
    padding: 35px 5px 8px 5px;
}

.terms span.wpcf7-list-item {
    margin: 0;
}

.partner-personal-block .vc_column-inner{
	background: #f5fafd;
	outline: 1px solid rgba(128,128,128,0.3);
	outline-offset: -20px;
	padding: 60px 30px;
	border-radius: 7px;
}


/* Even Simpler Than You Think */
p.outstanding-number{
  position: absolute;
  top: 0%;
  left: 5%;
  font-size: 3vw;
  color: rgba(55, 60, 64, 0.09);
  z-index: 0;
  font-weight: 900;
}


.about-block-images:before {
  content: '';
  position: absolute;
  top: -5px;
  right: 10px;
  width: 250px;
  height: 300px;
  background: #de0e35;
  z-index:0;
}

.popupaoc-button {
    padding: 12px 25px 14px;
    background: #de0e35;
    border-radius: 50px;
    font-weight: 600;
}

.title-bg .title{
	background: #fff;
	padding: 15px 25px;
	width: 65%;
}

/*.home #mega-menu-wrap {
  background: transparent; 
}*/
.header-title h1.page-title {
    text-shadow: 1px 1px #fff;
}

#mega-menu-wrap > ul .sub-menu > li > a, #mega-menu-wrap > ul .sub-sub-menu > li > a {
    text-align: left;
}

/*.get-matched {
    left: auto;
    right: 0px;
    top: 30%;
    position: fixed;
    z-index: 997;
    text-align: center;
    max-width: 100%;
}

.get-matched a {
    background: #de0e35;
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 8px 20px;
    text-align: center;
    -webkit-transform-origin: 100% 10%;
    -ms-transform-origin: 100% 10%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform: rotate(-90deg) translate(50%, -50%);
    transform: rotate(-90deg) translate(50%, -50%);
    margin: 83px 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
	border: 1px solid #de0e35;
}

.get-matched a:hover {
    background: transparent;
    color: #de0e35;
	border: 1px solid #de0e35;
	
    font-size: 13px;
    display: block;
    padding: 8px 20px;
    text-align: center;
    -webkit-transform-origin: 100% 10%;
    -ms-transform-origin: 100% 10%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform: rotate(-90deg) translate(50%, -50%);
    transform: rotate(-90deg) translate(50%, -50%);
    margin: 83px 0;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
} */


.get-matched-now{

}

.get-matched-now span{
    color: #fff;	
}

#masthead .menu-other li.widget_text{
	line-height: unset;
    font-size: unset;
	background: #de0e35;
	border-radius: 50px;
	border: 1px solid #de0e35;
    margin: 0 10px;
	text-align: center;
	padding: 0 12px;
}

#masthead .phone-menu-middle li.widget_text {
	background: #de0e35;
	border-radius: 50px;
	border: 1px solid #de0e35;
	margin: 0 30px;
	text-align: center;
	padding: 0px 12px;
}
#masthead .phone-menu-middle a {
	font-size: 13px;
}

#masthead .phone-menu-middle a:hover span {
	opacity:.6;
}

#masthead .phone-menu-bottom {
	text-align: unset;
}
#masthead .phone-menu-bottom a {
	color: #00233d;
}

#masthead .phone-menu-bottom li.mobile-footer-copyrights{
    line-height:1;
}
#masthead .phone-menu-bottom li.mobile-footer-copyrights p{
    color: #00233d;
	line-height: 1.2;
	font-size: 12px;
}

.id-logo{
    background: #f5fafd;
    outline: 1px solid rgba(128,128,128,0.3);
    outline-offset: -20px;
    padding: 60px 30px;
    position: absolute;
    bottom: 0%;
    width: 250px;
    left: -15%;
}

/*.id-farms-area .blog-grid.boxed {
    background: #fff;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
}*/

.id-farms-area .blog-grid header .tags a, .id-farms-area .blog-grid footer {
	display: none;
} 

.id-farms-area .blog-grid h3 a{
	color: #de0e35;
	font-weight: 400;
}

.id-farms-area .blog-grid.boxed {
    background: transparent;
}

.id-farms-area .blog-grid.boxed .content {
    padding: 20px 0 15px;
}

.redbricks-portfolio {
    padding-top: 55px;
    padding-bottom: 90px;
}

.block-image-interactive:before {
	content: '';
	position: absolute;
	top: -5px;
	right: 10px;
	width: 250px;
	height: 300px;
	background: #de0e35;
	border-top-right-radius: 105px;
	z-index:0;
}

.block-image-interactive .wpb_single_image img {
	border-top-right-radius: 100px; 
}


.home-block-image-interactive .wpb_single_image img {
	border-top-right-radius: 100px; 
}

.title-bottom-margin h3{
	margin-bottom: 25px;
}

.featured-block-interactive:before {
    content: '';
    position: absolute;
    top: -320px;
    left: 0;
    width: 100%;
    height: 600%;
    background: rgba(222,14,53,.5);
    border-top-right-radius: 300px;
	border-top-left-radius: 300px;
    z-index: 0;

}

/*.inner-block-interactive:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -80px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 166%;*/
/*    background: rgba(222,14,53,.7);*/
/*    border-top-right-radius: 50%;*/
/*    border-top-left-radius: 50%;*/
/*    z-index: 1;*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    right: 0;*/
/*    overflow: hidden;*/
/*}*/

.inner-block-interactive:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 380px;
    background: rgba(222,14,53,.7);
    border-radius: 350px 350px 0 0;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.page-id-5656041 .inner-block-interactive::before {
	top: 37%;
}

/*.id-inner-block-interactive:before {
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    width: 100%;
    height: 171%;
    background: rgba(222,14,53,.7);
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    z-index: 1;
    margin: 0 auto;
    display: block;
    right: 0;
}*/

.id-inner-block-interactive:before {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    width: 100%;
    height: 380px;
    background: rgba(222,14,53,.7);
    border-radius: 350px 350px 0 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.upper-content {
    z-index: 1;

}

.inner-upper-content {
    z-index: 2;

}


#mega-menu-wrap > ul .sub-menu, #mega-menu-wrap > ul .sub-sub-menu {
    display: block;
    left: 0px;
    text-align: left;
}


.renovation-block-content .aio-icon-header h3.aio-icon-title{
	font-size: 20px;
    font-weight: 500;
}

.renovation-block-content .aio-icon-description h3{
    font-size: 20px;
    font-weight: 500;
}

.renovation-reset-margin-padding-left{
	position: relative;
	z-index: 2;	
}

.renovation-reset-margin-padding-left .vc_column-inner{
	margin-left: -75%;
	padding-left: 0px;
}

p.renovation-steps{
	border: 1px solid #de0e35;
	padding: 8px 19px;
	position: absolute;
	top: -23px;
	left: 0;
	max-width: 190px;
	text-align: center;
	right: 0;
	background: #fff;
	font-size: 20px;
}


.personal-block-content .aio-icon-header h3.aio-icon-title{
	font-size: 20px;
    font-weight: 500;
}

.personal-block-content .aio-icon-description h3{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}


.home-partners-kit{
	
}

.home-partners-kit input[type="submit"], .home-partners-kit .btn {
    margin-top: 5px;
}

.home-partners-kit input:not([type="submit"]), .home-partners-kit select, .home-partners-kit textarea{
	margin-bottom: 30px;
}


.angel-content p{
    color: #fff;
    font-size: 24px;
    display: block;
    text-align: center;
    -webkit-transform-origin: 100% 10%;
    -ms-transform-origin: 100% 10%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform: rotate(-90deg) translate(50%, -50%);
    transform: rotate(-90deg) translate(50%, -50%);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    font-weight: 600;	
}

.renovation-arrow {
	position: relative;
	background: #de0e35;
}
.renovation-arrow:after {
    left: 100%;
    top: 0%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-left-color: #de0e35;
    border-width: 35px;
    margin-top: 86px;
}

.personal-arrow {
    position: relative;
    background: #de0e35;
}
.personal-arrow:after {
    left: 100%;
    top: 0%;
    border: solid transparent;
    content: " ";
    height: 0px;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(241, 241, 241, 0);
    border-left-color: #de0e35;
    border-width: 35px;
    margin-top: -121px;
}

p.special-buttons{
    text-align: center;
}

span.reno-btn,
span.per-btn{
    background: rgb(255, 255, 255);
    color: rgb(208, 44, 94);
    border: 1px solid rgb(255, 255, 255);
    margin: 0 5px;
}

span.reno-btn a,
span.per-btn a{
    color: rgb(208, 44, 94);
    font-size: 26px;
	font-weight:400;
}

span.reno-btn.myactive a{
    font-weight: 700;
}

span.per-btn.myactive a{
    font-weight: 700;
}

span.reno-btn:hover,
span.per-btn:hover{
    color: rgb(208, 44, 94);
    border: 1px solid rgb(255, 255, 255);
}

span.reno-btn:hover a,
span.per-btn:hover a{
    color:  rgb(208, 44, 94);
    text-decoration: none;
}


.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form label.error {
    display: block;
    float: none;
    padding-left: 5px;
	margin-top: 10px;
    color: #ed2525;
    font-size: 1em;
    font-weight: normal;
}

.wpcf7 .ajax-loader {
    display: block;
}


.our-id-tabs .tab-box.filled {
    padding: 0px 0px 30px;
}

.our-id-tabs .blog-grid header .tags {
    display: none;
}


.our-id-tabs .blog-grid.grid-2 header {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    position: relative;
    float: left;
	background: #f4f4f4;
}

.our-id-tabs .blog-grid.grid-2.boxed .content {
    padding: 25px 30px 15px 50%;
}

.our-id-tabs .norebro-recent-posts-sc .grid-2 {
    background: #fff;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
}

.our-id-tabs .blog-grid.grid-2 h3 {
    font-size: 36px;
    line-height: 1.3;
}

.our-id-tabs .id-address{
    font-weight: bold;
}

.our-id-tabs .blog-grid.grid-2.boxed footer span img {
    /* width: 35px; */
    margin-right: 3px;
	width: 150px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em !important;
    padding: 0.2em 0em !important;
    border: 2px solid transparent !important;
}

.checkbox-accept span.wpcf7-list-item {
    margin: 0;
}

#mega-menu-wrap > ul > li.current-menu-item a span {
    color: #de0e35;
}

.iwant-heading{
	background: #de0e35;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 10px 0 0 0;
}

.iwant-designer-form .vc_column-inner .wpb_wrapper{
	background: #fff;
	box-shadow: 3px 3px 3px rgba(0,0,0,.1);
	border: 1px solid #eee;
	padding: 30px;
}

.iwant-designer-form span.wpcf7-list-item{
	padding-top: 17px;
}

.slider .owl-nav div {
    top: 46%;
}

.id-profile-logo img{
	border: 1px solid #eee;
}

#masthead.site-header.header-fixed .menu-other li.widget_text{
	line-height: unset;
    font-size: unset;
	background: unset;
	border-radius: unset;
	border: none;
    margin: unset;
	padding: unset;
}


#masthead.site-header.header-fixed .get-matched-now {
    background: unset;
    border-radius: unset;
    border: none;
    margin: 0;
    padding: 0;
}

#masthead.site-header.header-fixed .get-matched-now span{
    background: #de0e35;
    border-radius: 50px;
    border: 1px solid #de0e35;
	padding: 12px;
}




#masthead.site-header.header-fixed{
	box-shadow: 3px 3px 3px rgba(0,0,0,.1);
	border-bottom: 1px solid #eee;
}

.contact-form label .wpcf7-form-control-wrap .intl-tel-input{
	width: 100%;
}

.checkbox-accept input{
	display: block;
}

.checkbox-accept span.wpcf7-list-item-label{
	padding-left: 25px;
	display: block;
	margin-top: -21px;
}


.single-norebro_portfolio .site-content{
    background: #f4f4f4;
}

.id-on-single-portfolio img{
    max-width: 180px;
}




/*.portfolio-page .info-list {
    background: #fff;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
    padding: 35px;
}*/


.portfolio-item.grid-1:hover .category{
    display: none;
}



label[for=favcity] select {
  font-size: 12px;
  cursor: pointer;
}


.testimonials h4 {
    text-transform: uppercase;
    padding-top: 15px;
    font-weight: 600;
	font-style: italic;
}


.project-carousel {
    position: relative;
    padding: 80px 0;
    z-index: 10;
}

.project-carousel .slider{
	padding: 0 0 50px 0;
}

.project-carousel .slider .owl-dots {
	position: relative;
    bottom: 30px;
}

.project-carousel .slider .owl-dot {
	background: #fff;
    color: #de0e35;
}

.testimonials-home .slider .owl-stage {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.testimonials-home .slider .owl-item {
    background: #fff;
	box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
	margin: 0 10px;
	border-radius: 4px;
}

.testimonials-home .slider .owl-item .slider-wrap{
	padding: 25px 15px;
}


.testimonials-home .slider-nav{
    position: relative;
    display: block;
}


.testimonials-home .slider .owl-nav div {
    margin-top: 15px;
    top: 50%;
}

.testimonials-home .slider.norebro-slider.nav-inset .owl-prev {
    left: 46%;
}

.testimonials-home .slider.norebro-slider.nav-inset .owl-nav .owl-next {
    right: 46%;
}



.site-footer .middle-widget-content{
    padding-top: 0;
    padding-bottom: 75px;
}


.our-partners-blocks .slider-nav{
    position: relative;
    display: block;
}


.our-partners-blocks .slider .owl-nav div {
    margin-top: 15px;
    top: 50%;
}

.our-partners-blocks .slider.norebro-slider.nav-inset .owl-prev {
    left: 0%;
}

.our-partners-blocks .slider.norebro-slider.nav-inset .owl-nav .owl-next {
    right: 92.5%;
}


.page-sidebar.sidebar-simple {
    padding-top: 50px !important;
}


.blog-grid.boxed .content p .continue-reading{
	font-style: italic;
	color: #00233d;
	display: block;
	text-align: right;
}


.if-featured .blog-grid.boxed .content p .continue-reading{
	display: none;
}

#want-this-designer h1.title{
	font-size: 36px;
	font-weight: 700;
}

.post-template-default ul li{
    padding: 7px 15px;
}

.tablepress {
    font-family: inherit;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #de0e35;
    color: #fff;
}

.rbh-articles{
    
}

.testimonials blockquote {
    color: #333;
}


.redbrickDeals .blog-grid.boxed {
    background: #fff;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 10%);
}

.redbrickDeals .blog-grid.grid-2 {
    margin-bottom: 15px;
}

.redbrickDeals .vc_col-xs-12{
    padding-left: 0;
    padding-right: 0;
    padding-top:15px;
}

.redbrickDeals .blog-grid.grid-2 header {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    position: relative;
    float: left;
    background: #f4f4f4;
}

.redbrickDeals .blog-grid.grid-2.boxed .content {
    padding: 25px 30px 15px 50%;
}

.redbrickDeals .blog-grid h3 {
    font-size: 32px;
    width: 70%;
    line-height: 1.3;
    word-wrap: normal;
}

.redbrickDeals .deal-info{
	font-size: 20px;
	line-height: 1.3;
	color: #de0e35;
	font-weight: 600;
	margin: 30px 0 20px 0;
}

.redbrickDeals .blog-grid footer{
	position: absolute;
	bottom: 30px;
	text-transform: unset;
	font-size: 14px;
	width: 50%;
	display: block;
}

.redbrickDeals .blog-grid footer span.policy-text{
	width: 48%;
    float: left;
}


.redbrickDeals .blog-grid footer span.redeem-btn{
	float: right;
	width: 48%;
	text-align: right;
	padding: 0 35px 0 0;
}

.redbrickDeals .blog-grid footer span.redeem-btn a {
	color: #00233d;
	border: 1px solid #00233d;
	padding: 9px 27px;
	border-radius: 50px;
	font: 600 13px/1.2 'Verdana',sans-serif;
	-webkit-transition-property: background, color, border-color;
    -o-transition-property: background, color, border-color;
    transition-property: background, color, border-color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.redbrickDeals .blog-grid footer span.redeem-btn a:hover {
	color: #fff;
	background:#00233d;
}

.redbrickDeals .blog-grid .deals-company{
    position: absolute;
    top: 0;
    right: 0;
}

.redbrickDeals .blog-grid .deals-company img{
    width: 200px;
}

.deals-pagination{
    text-align: center;
    display: block;
    clear: both;
    padding-top: 35px;
}

.deals-pagination .page-numbers {
    padding: 5px 10px;
    font-weight: 700;
}

.deals-pagination .page-numbers.current{
    color: #de0e35;
    font-weight: 600;
}


.popup-id-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 10px;
}

.popup-id-info h3{
    font-weight: 700;
    margin: 15px 0;
}
.popup-id-info p{
  font-size: 16px;
  font-weight: 700;
}

.popup-id-info img{
  border: 1px solid #eee;
  padding: 25px;
}

.popup-id-btn{
  padding-top: 35px;
}

.popup-id-btn a {
    color: #fff;
    background: #00233d;
    border-radius: 50px;
    border: 1px solid #00233d;
    padding: 13px 28px;
    text-transform: uppercase;
    max-width: 80%;
    display: block;
    text-align: center;
    font: 600 13px/1.2 'Verdana',sans-serif;
    -webkit-transition-property: background, color, border-color;
    -o-transition-property: background, color, border-color;
    transition-property: background, color, border-color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.popup-id-btn a:hover {
    color: #00233d;
    background-color: transparent;
    border-color: #00233d;
    background: transparent;
}


.portfolio-gallery.gallery-dark .info span.info-list-second-half{
  font-weight: 600;
  
}

.portfolio-gallery.gallery-dark .info span.info-list-first-half{
  width:50%;
  display: inline-block;
  
}

.portfolio-gallery.gallery-dark .info span.info-list-second-half{
  width:50%;
}

p.project-accept .checkbox-accept span.wpcf7-list-item-label {
    margin-top: -16px;
}

p.project-accept {
    margin: 20px 0 20px 0;
}


.testimonials-finals .norebro-slider-sc {

}

.testimonials-finals .slider .owl-item .slider-wrap{
	
}


.testimonials-finals .slider-nav{
    position: relative;
    display: block;
}


.testimonials-finals .slider .owl-nav div {
    margin-top: 15px;
    top: 50%;
}

.testimonials-finals .slider.norebro-slider.nav-inset .owl-prev {
    left: 46%;
}

.testimonials-finals .slider.norebro-slider.nav-inset .owl-nav .owl-next {
    right: 46%;
}

.grecaptcha-badge { 
    visibility: hidden;
}

form .btn-load {
	display: none;
}


.psearchItems div.asl_w {
    background-color: transparent !important;
}

.psearchItems #ajaxsearchlite1 .probox, 
.psearchItems div.asl_w .probox {
    background-color: transparent !important;
}

.wpcf7-spinner {
    display: block;
}

.portfolio-gallery .mos-slider .owl-nav {
    bottom: 60px;
}

.portfolio-gallery .mos-slider .owl-prev {
    left: -120px;
}

.mos-project-filter-form select{
	font-size: 12px;
}

.hide-desktop img{
    display: none;
}

.project-pagination .page-numbers {
	border: none !important;
}


.paoc-popup-btn {
    padding: 15px 25px 14px;
    background: #00233d;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #00233d;
    font: 600 13px/1.2 'Verdana',sans-serif;
    -webkit-transition-property: background, color, border-color;
    -o-transition-property: background, color, border-color;
    transition-property: background, color, border-color;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.paoc-popup-btn:hover {
    color: #00233d;
    background-color: transparent;
    border-color: #00233d;
    background: transparent;
}

.norebro-button-sc .btn {
    background-color: #00233d !important;
    border-color: #00233d !important;
}

.norebro-button-sc .btn:hover {
    color: #00233d !important;
    background-color: transparent !important;
    border-color: #00233d !important;
}

.mos-project-filter-form .btn {
    background-color: transparent !important;
    border-color: #00233d !important;
}

.mos-project-filter-form .btn:hover {
    color: #fff !important;
    background-color: #00233d !important;
    border-color: #00233d !important;
}


a.tag {
    background: #00233d !important;
    border: 1px solid #00233d !important;
    font: 400 11px/1.2 'Verdana',sans-serif;
    text-transform: none;
    padding: 9px 15px 9px;
}

a.tag:hover {
    color: rgba(255,255,255,.7) !important;
}

.home .norebro-button-sc .btn {
    background-color: #fff !important;
    border-color: #fff !important;
}

.home .norebro-button-sc .btn:hover {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}




/* ============= RESPONSIVE ============= */
@media all and (max-width: 4000px) and (min-width: 769px) {
	#mega-menu-wrap{
		margin-left:10px;
		padding:0 20px;
		border:#eee 1px solid;
		-webkit-border-radius: 50px; 
		-moz-border-radius: 50px; 
		border-radius: 50px; 
	}
	
	#masthead.site-header.header-fixed #mega-menu-wrap{
		border: none;
	}
	
	/*
	#secondary-menu li{
	border-right:#dddddd 1px solid;
	}
	*/
}


@media all and (max-width: 1199px) and (min-width: 100px) {
    .page-id-5656983 .id-inner-block-interactive::before,
	.page-id-5673234 .id-inner-block-interactive::before {
        top: 24%;
    }
    
    #mega-menu-wrap > ul > li > a {
		padding: 0 6px;
	}
	
	#mega-menu-wrap > ul > li > a > span {
		font-size: 13px;
	}
	
	/*.vc_column_container {
    	padding-left: 15px;
    	padding-right: 15px;
    }*/
    
}

@media all and (max-width: 1130px) and (min-width: 769px) {
	#mega-menu-wrap{
		padding:0 10px;
	}

	#masthead.header-4 .menu-wrap {
		line-height: 50px;
	}
	

}


@media all and (max-width: 1128px) and (min-width: 100px) {

	.inner-block-interactive::before {
    	top: 26%;
    }
    
    .page-id-5663354 .inner-block-interactive::before {
    	top: 30%;
    }

}



@media all and (max-width: 1050px) and (min-width: 992px) {
    
    #masthead .site-title img, #masthead .site-title a img {
        max-height: 55px;
    }
    
    #mega-menu-wrap > ul > li > a > span {
        font-size: 12px;
    }
    
    #masthead.header-fixed #mega-menu-wrap span {
       font-size: 13px;
   }
    
    #masthead {
        line-height: 45px;
    }
    
    #masthead .menu-other > li.social {
        padding: 0;
    }
    
    #mega-menu-wrap > ul .sub-menu > li > a, #mega-menu-wrap > ul .sub-sub-menu > li > a {
        font-size: 13px;
    }
    
    .blog-grid h3 {
    	font-size: 20px;
    }
    
    .icon-box h3 {
    	font-size: 22px !important;
    }
    
    .redbrickDeals .blog-grid h3 {
        font-size: 28px;
    }
    
    .redbrickDeals .deal-info {
    	margin: 35px 0 20px 0;
    }
    
    .redbrickDeals .deal-info {
    	font-size: 18px;
    }
    
    .our-id-tabs .blog-grid.grid-2.boxed footer span img {
    	width: 135px;
    }
    
    .page-id-5656041 .inner-block-interactive::before {
    	top: 38%;
    }
    


}


@media all and (max-width: 1050px) and (min-width: 100px) {
    
    #mega-menu-wrap > ul > li.has-submenu::after {
        margin-top: 2px;
        right: 0px;
    }
    
    h1.title {
    	font-size: 26px;
    }
    
    .our-id-tabs .blog-grid.grid-2 h3 {
    	font-size: 26px;
    }
    
    .inner-block-interactive::before {
    	top: 27%;
    }
    
    .medium-small-viewport-heading h1.title{
        font-size: 42px !important;
    }
    
    .page-id-5664545 .id-inner-block-interactive::before {
    	top: 32%;
    }
    
    .page-id-5663354 .inner-block-interactive::before {
    	top: 31%;
    }


}

@media all and (max-width: 1045px) and (min-width: 100px) {
    .page-id-5656041 .inner-block-interactive::before {
    	top: 32%;
    }
}


@media all and (max-width: 991px) and (min-width: 769px) {
    
    #masthead .site-title img, #masthead .site-title a img {
        max-height: 33px;
    }
    
    #masthead.header-fixed .site-branding .site-title img, #masthead.header-fixed .site-branding .site-title a img {
        max-height: 33px;
    }
    
    #masthead {
        line-height: 35px;
    }
    
   #mega-menu-wrap > ul > li > a > span {
       font-size: 10px;
   }
   
   #masthead.header-fixed #mega-menu-wrap span {
       font-size: 12px;
   }
   
   #mega-menu-wrap > ul > li > a {
        padding: 0 5px;
    }
    
    #masthead .menu-other > li.social {
        padding: 0;
    }
    
    #masthead .menu-other > li > a {
        padding: 0 3px;
    }
    
    .get-matched-now span {
        font-size: 11px;
    }
    
    #masthead .menu-other > li.social > a {
        padding: 0 3px;
    }
    
    .get-matched-now {
        margin: 0 3px 0px 7px;
    }
    
    #masthead.site-header.header-fixed .get-matched-now span {
        padding: 10px 7px;
    }
    
    #mega-menu-wrap > ul > li.has-submenu::after {
    	right: -2px !important;
    }
    
    #mega-menu-wrap > ul .sub-menu > li > a, #mega-menu-wrap > ul .sub-sub-menu > li > a {
        font-size: 11px;
    }
    
    #mega-menu-wrap {
    	padding: 0 3px;
    }
    
    
}



@media all and (max-width: 991px) and (min-width: 100px) {
    .interactive-area h1.title {
    	font-size: 26px !important;
    }
    
    .footer-top-navigation{
        text-align: center;
    }
    
    .footer-top-navigation .top-column {
    	text-align: center;
    	width: 100%;
    	margin-top: 0 !important;
    }
    
    .footer-top-navigation .footer-subscription {
    	padding: 50px 0 0 0 !important;
    	margin-top: 0 !important;
    }
    
    
    .footer-top-navigation .right ul{
        text-align: center;
    }
    
    .norebro-contact-subscribe {
        justify-content: center;
    }
    
    .middle-widget-content{
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    
    .middle-widget-content .left {
        float: unset;
    }
    
    .middle-widget-content .right {
        float: unset;
    }
    
    
    .middle-widget-content .footer-navigation-classic {
    	padding: 10px 0 0 !important;
    }
    
    
    .site-footer .site-info .left{
        float: none;
        padding: 0 0 10px 0;
        text-align: center;
    }
    
    .site-footer .site-info .right{
        float: none;
        text-align: center;
    }
    
    .page-template-default .header-title {
    	height: 370px;
    }
    
    .btn-huge, a.btn-huge {
    	padding: 13px 30px 11px 30px;
    }
    
    .featured-block-interactive::before {
    	top: -260px;
    }
    
    
    .id-inner-block-interactive h1.title {
    	font-size: 21px !important;
    }
    
    .id-inner-block-interactive h3.title{
    	font-size: 16px !important;
    }
    
    
    .page-id-5656983 .id-inner-block-interactive::before,
	.page-id-5673234 .id-inner-block-interactive::before {
    	top: 52%;
    	height: 280px;
    }
    
    .blog-grid h3 {
    	font-size: 18px !important;
    }
    
    .icon-box h3 {
    	font-size: 22px !important;
    }
    
    .tab-box .item {
    	font-size: 12px;
    }
    
    .our-id-tabs .blog-grid.grid-2.boxed .content {
    	padding: 10px 0 0 48%;
    }
    
    .our-id-tabs .blog-grid.grid-2.boxed footer span img {
    	width: 100px;
    }
    
    
    .redbrick_all_projects .reset-padding-select .vc_column-inner{
        padding: 0 2px 0 2px;
    }
    
    
    
    .inner-block-interactive h1.title {
    	font-size: 21px !important;
    }
    
    .inner-block-interactive h3.title {
    	font-size: 16px !important;
    	padding: 0 25px;
    }
    
    .inner-block-interactive::before {
    	top: 49%;
    	height: 290px;
    }
    
    .page-id-5656629 .header-title {
    	height: 1px;
    }
    
    .homePartners-area h1.title {
    	font-size: 45px !important;
    }
    
    
    .redbrickDeals .deal-info {
    	font-size: 18px;
    }
    
    .redbrickDeals .blog-grid .deals-company img {
    	width: 170px;
    }
    
    .redbrickDeals .blog-grid footer {
    	font-size: 13px;
    }
    
    .redbrickDeals .blog-grid footer span.redeem-btn a {
    	padding: 6px 20px;
    	font-weight: 500;
    }
    
    .page-id-5656629 .norebro-text-sc .vc_hidden-xs{
        display: none;
    }
    
    .home-partners-kit h1.title {
    	font-size: 26px !important;
    }
    
    .home-partners-kit p {
    	font-size: 15px !important;
    }
    
    .home-partners-kit input:not([type="submit"]), .home-partners-kit select, .home-partners-kit textarea {
    	margin-bottom: 15px;
    }
    
    /*.homePartners-area{
    	text-align: center;
    }
    
    .rbDeals-area{
        text-align: center !important;
    }*/
	
	#masthead .menu-other li.widget_text {
		margin: 0 0 0 3px;
		padding: 0 2px;
	}
	
	.redbrickDeals .deal-info {
    	font-size: 14px;
    	margin: 35px 0 20px 0;
    }
    
    .medium-small-viewport-heading h1.title{
        font-size: 26px !important;
    }
    
    .medium-small-viewport-paragraph p{
        font-size: 14px !important;
    }
    
    .page-id-5656041 .inner-block-interactive::before {
    	top: 61%;
    }
    
    .page-id-5664545 .id-inner-block-interactive::before {
    	top: 52%;
    	height: 280px;
    }
	
	.mos-project-filter-form .form-unit {
		padding: 0 2px 0 2px;
		width: 100%;
	}
	
	.mos-project-filter-form form .norebro-button-sc {
		min-width: 80px !important;
	}
	
	.mos-project-filter-form select {
		font-size: 10px;
	}
	
	.mos-project-filter-form form button.btn {
		padding: 9px 5px 9px;
		font-size: 11px;
	}
	
	h1.title {
    	font-size: 21px !important;
    }
    
    .page-id-5663354 .inner-block-interactive::before {
    	top: 49%;
    }
    
}


@media screen and (max-width: 872px) and (min-width: 100px) {
    .inner-block-interactive::before {
    	top: 44%;
    }
}

@media screen and (max-width: 817px) and (min-width: 100px) {
    .page-id-5656041 .inner-block-interactive::before {
    	top: 54%;
    }
}


@media screen and (max-width: 768px) and (min-width: 100px) {
  
    #masthead .site-title img, #masthead .site-title a img {
        max-height: 50px;
    }
	
	#masthead .menu-other li.widget_text {
		line-height: unset;
		font-size: unset;
		background: unset;
		border-radius: unset;
		border: unset;
		margin: unset;
		text-align: center;
		padding: unset;
	}
    
	#masthead .menu-other a.get-matched-now {
		line-height: 35px;
		margin: 17px 0 0 0;
		font-size: 12px;
		background: #de0e35;
		padding: 12px;
		border-radius: 50px;
	}
    
    #masthead.site-header.header-fixed .get-matched-now{
        margin: 19px 0 0 0;
    }
    
    #masthead #site-navigation.main-nav {
    	background: rgba(255,255,255,.98);
    }
	
	#masthead #site-navigation.main-nav #mega-menu-wrap {
		background: transparent;
	}
    
    #masthead #site-navigation.main-nav .close {
    	color: #00233d;
    }
    
    #masthead #site-navigation.main-nav .close:hover {
    	color: #de0e35;
    }
    
    #masthead #site-navigation.main-nav #mega-menu-wrap #secondary-menu {
    	text-align: left;
    }
    
    #masthead #site-navigation.main-nav #mega-menu-wrap #secondary-menu .mega-menu-item a.menu-link:hover{
        color: #de0e35;
    }
    
    #masthead #site-navigation.main-nav #mega-menu-wrap #secondary-menu .menu-link span::before {
        background: unset;
    }
    
    #masthead #site-navigation.main-nav.active {
    	overflow: hidden;
    }
    
    .footer-top-navigation .footer-subscription {
    	padding: 50px 0 0 0 !important;
    	margin-top: 0 !important;
    }
    
    
    #media_image-2 img {
    	max-width: 139px !important;
    }
    
    .middle-widget-content .footer-navigation-classic {
    	padding: 10px 0 0 20px !important;
    }
    
    
    .how-it-works-block .vc_column-inner {
    	margin-bottom: 35px;
    }
    
    .how-it-works-block .last-block .vc_column-inner {
    	margin-bottom: 0px;
    }
    
    .lets-worked .icon-box {
    	padding-top: 60px;
    }
    
    .blog-grid h3 {
    	font-size: 20px !important;
    }
    
    .icon-box h3 {
    	font-size: 22px !important;
    }
    
    
    .unset-settings .vc_column_container {
        width: unset;
        display: unset;
        clear: unset; 
    }
    
    .text-left, p.text-left {
    	text-align: center;
    }
    
    
    .unset-settings .popupaoc-button {
    	margin-bottom: 35px !important;
    }
    
    
    .testimonials-home .slider.norebro-slider.nav-inset .owl-prev {
    	left: 44% !important;
    }
    
    .testimonials-home .slider.norebro-slider.nav-inset .owl-nav .owl-next {
    	right: 44% !important;
    }
    
    .our-partners-blocks .slider.norebro-slider.nav-inset .owl-prev {
    	left: 44% !important;
    }
    
    .our-partners-blocks .slider.norebro-slider.nav-inset .owl-nav .owl-next {
    	right: 44% !important;
    }

    
    .tab-box .buttons {
    	text-align: center;
    }
    
    .our-id-tabs .blog-grid.grid-2.boxed .content {
    	padding: 30px 0px 5px;
    }
    
    .our-id-tabs .norebro-recent-posts-sc .grid-2 {
    	text-align: center;
    }
    
    .our-id-tabs .blog-grid.grid-2 header {
    	width: -webkit-calc(100% - 0px);
    	width: calc(100% - 0px);
    	float: unset;
    	margin: 0 auto;
    }
    
    
    .our-id-tabs .blog-grid.grid-2.boxed .content {
    	padding: 30px 30px 5px 25px;
    }
    
    .page-id-5664545 .id-inner-block-interactive::before {

    }
    
    .mobile-views{
    	padding-top: 35px;
    	padding-bottom: 35px;
    }
    
    .inner-block-interactive::before {
    	top: 44%;
    }
    
    .page-id-5656041 .inner-block-interactive::before {
    	top: 54%;
    }
    
    .aio-icon-component{
        text-align: center;
    }
    
    
    .left-icon .aio-icon-left {
    	display: block;
    	vertical-align: unset;
    }
    
    
    .how-it-works-area .vc_column-inner {
        margin-bottom: 35px;
    }
    
    .how-it-works-area .last-block .vc_column-inner {
    	margin-bottom: 0px;
    }
    
    .wpb_single_image.vc_align_left {
    	text-align: center;
    }
    
    .default-icon .aio-icon-default, .default-icon .aio-icon-header {
    	display: inline-block;
    	vertical-align: middle;
    }
    
    .page-id-5657101 .default-icon .aio-icon-default, 
    .page-id-5657101 .default-icon .aio-icon-header {
    	display: table-cell;
    	text-align: left;
    	
    }
    
    .page-id-5658831 .default-icon .aio-icon-default, 
    .page-id-5658831 .default-icon .aio-icon-header {
    	display: table-cell;
    	text-align: left;
    	
    }
    
    
    .redbrickDeals .blog-grid.grid-2.boxed .content {
    	padding: 30px 0px 5px;
    }
    
    .redbrickDeals .norebro-recent-posts-sc .grid-2 {
    	text-align: center;
    }
    
    .redbrickDeals .blog-grid.grid-2 header {
    	width: -webkit-calc(100% - 0px);
    	width: calc(100% - 0px);
    	float: unset;
    	margin: 0 auto;
    }
    
    
    .redbrickDeals .blog-grid.grid-2.boxed .content {
    	padding: 30px 30px 5px 25px;
    }
    
    .redbrickDeals .blog-grid.grid-2 {
    	text-align: center;
    }
    
    .redbrickDeals .blog-grid h3 {
    	width: unset;
    }
    
    .redbrickDeals .blog-grid footer {
    	position: relative;
    	bottom: unset;
    	text-transform: unset;
    	font-size: 13px;
    	width: 100%;
    	display: block;
    }
    
    .redbrickDeals .blog-grid .deals-company {
    	position: unset;
    	top: unset;
    	right: unset;
    	display: block;
    	padding: 50px 0 25px 0;
    }
    
    .redbrickDeals .blog-grid .deals-company img {
    	border: 1px solid #eee;
    }
    
    .home-partners-kit{
        text-align: center !important;
    }
    
    .text-centers{
        text-align: center !important;
    }
    
    .text-centers .uavc-list-content span.uavc-list-desc {
    	display: inline;
    }
	
	#want-this-designer {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.id-profile-logo img {
		border: 0px solid #eee;
		padding-top: 60px;
	}
	
	.list-box.with-icon li .wrap{
		justify-content: center;
	}
	
	.iwant-heading {
		margin-top: 45px;
	}
	
	.checkbox-accept span.wpcf7-list-item-label {
		text-align: left;
	}
	
	.portfolio-gallery .slider {
		top: 0%;
		left: 0%;
	}
	
    .portfolio-gallery .gallery-content {
		padding: 0px 30px 4%;
	}
	
	.portfolio-page .info-list {
		text-align: center;
	}
	
	.popup-id-btn a {
		max-width: 100%;
	}
	
	.portfolio-gallery.gallery-dark .info span.info-list-first-half {
		width: unset;
	}
	
	.portfolio-gallery.gallery-dark .info span.info-list-second-half {
		width: unset;
	}
	
	.medium-small-viewport-button,
	.medium-small-viewport-paragraph p{
	    text-align: center;
	}
	
	
    .medium-small-viewport-overlay::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	background-color: rgba(244,244,244,.9);
    	background-image:url('assets/images/dots2.png');
    	background-position: center center;
    	background-repeat: repeat;
    	width: 100%;
    	height: 100%;
    }
	
	
	.overcome-overlapping::before {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 0;
    	background-color: rgba(244,244,244,.7);
    	background-image:url('assets/images/dots2.png');
    	background-position: center center;
    	background-repeat: repeat;
    	width: 100%;
    	height: 100%;
    }
    
    
    .page-id-5656983 .id-inner-block-interactive::before,
	.page-id-5673234 .id-inner-block-interactive::before {
    	top: 52%;
    }
	
	.mos-project-filter-form form {
		display: block;
		justify-content: unset;
		align-items: unset;
	}
	

    
  
}



@media screen and (max-width: 771px) and (min-width: 100px) {
    
    .page-id-5664545 .id-inner-block-interactive::before {

    }
    
    
}


@media screen and (max-width: 768px) and (min-width: 100px) {
    
    .page-id-5664545 .id-inner-block-interactive::before {

    }
    
    /*
    #masthead #site-navigation.main-nav.active li.current-menu-item a span {
    	color: #fff;
    }*/
    
    .scroll-top {
    	height: 40px;
    	width: 40px;
    	line-height: 35px;
    	right: 10px;
    	bottom: 10px;
    }
    
    .button-hide-mobile .slider-nav{
        display: none;
    }
    
    .hide-desktop img{
        display: block;
    }
    
    .hide-small img{
        display: none;
    }
    

    
    
    
}



@media screen and (max-width: 767px) and (min-width: 100px) {
    
    .header-title {
    	height: 200px;
    }
    
    .text-left, p.text-left {
    	text-align: center;
    }
    
    .site-footer .widgets {
    	padding: 60px 0 0;
    	list-style: none;
    }
    
    .footer-top-navigation .footer-subscription {
    	padding: 25px 0 0 0 !important;
    }
    
    .site-footer .middle-widget-content {
    	padding-bottom: 40px;
    	padding-top: 0;
    }
    
    .site-footer .widgets .widgets-column {
    	margin-top: 15px;
    }
    
    .site-footer .site-info .left {
    	padding: 0 0 0px 0;
    }
    
    .mobile-view .uavc-list-content {
    	display: inline;
    }
    
    
    .interactive-area h1.title {
    	font-size: 24px !important;
    }
    
    .interactive-area .heading .title{
    	font-size: 21px !important;
    }
    
    .id-inner-block-interactive::before {
    	top: 76%;
    }
    
    .id-farms-area .blog-grid.boxed .content {
    	text-align: center;
    }
    
    .page-id-5664545 .vc_custom_1624593313035 {
    	margin-top: -220px !important;
    }
    
    .inner-block-interactive::before {
    	top: 48%;
    }
    
    .page-id-5656041 .inner-block-interactive::before {
    	top: 63%;
    }
	
	#want-this-designer{
		padding-top: unset !important;
		padding-bottom: unset !important;
	}
	
	.norebro-text-sc p{
		text-align: center;
	}
	
	.successor-recommends .wpb_single_image img {
		width: 170px;
		padding-bottom: 15px;
	}
	
	.popup-id-info {
		display: block;
		text-align: center;
	}
	
	.popup-id-info img {
		width: 250px;
		margin-bottom: 35px;
	}
	

	.page-id-5656983 .id-inner-block-interactive::before,
	.page-id-5673234 .id-inner-block-interactive::before {
    	top: 66%;
    }
    
    .page-id-5664545 .id-inner-block-interactive::before {
    	top: 48%;
    }
	
	
	.remove-mobile{
		display: none;
	}
	
	.page-id-5656039 .header-title {
    	height: 0px !important;
    }
    
    .psearchItems div.asl_w {
    	box-shadow: none !important;
    }
    
    .redbrickDeals .blog-grid footer span.policy-text {
    	width: 100%;
    	float: none;
    	margin: 20px 0 45px 0px;
    	display: block;
    }
    
    .redbrickDeals .blog-grid footer span.redeem-btn {
    	float: none;
    	width: 100%;
    	text-align: center;
    	padding: 0;
    	display: block;
    	margin: -90px 0 0 0;
    }
    
    
    span.reno-btn a, span.per-btn a {
    	font-size: 21px;
    }
    
    
    .page-id-5663354 .inner-block-interactive::before {
    	top: 54%;
    }
    
    .center-alignment{
        text-align: center;
    }
    
    .ubtn-ctn-left {
    	text-align: center;
    }
    
    #masthead.site-header.mobile-header .phone-menu-middle a.get-matched-now {
    	margin: 0 !important;
    }
    #masthead.site-header.mobile-header .phone-menu-middle a.get-matched-now span {
    	padding: 0 30px;
    }
    
    

	

    
}


@media screen and (max-width: 738px) and (min-width: 100px) {
    
    .page-id-5656041 .inner-block-interactive::before {
    	top: 55%;
    }

}

@media screen and (max-width: 654px) and (min-width: 100px) {
    
    .page-id-5663354 .inner-block-interactive::before {
    	top: 49%;
    }

}


@media screen and (max-width: 616px) and (min-width: 100px) {
    
    .page-id-5664545 .id-inner-block-interactive::before {
    	top: 48%;
    }
    
    
}



@media screen and (max-width: 613px) and (min-width: 100px) {
    
    .page-id-5656983 .id-inner-block-interactive::before,
	.page-id-5673234 .id-inner-block-interactive::before {
    	top: 66%;
    }
    
    
}



@media screen and (max-width: 625px) and (min-width: 100px) {
    
    .middle-widget-content {

    	display: block;
    	align-items: unset;
    	justify-content: unset;
    }
    
    .site-footer .left, .site-footer .right {
    	text-align: center;
    }
    
    .middle-widget-content .right ul {
    	text-align: center;
    }
    
    #masthead .menu-other > li.social {
    	padding: 0 5px;
    }
    
    #masthead .menu-other > li.social > a {
    	padding: 0 4px;
    }
    
    .hamburger-menu a {
    	margin: 0 0 0 5px;
    }
    
    #masthead .menu-other > li:last-child, #masthead .menu-other > li:last-child > a:last-child {
    	padding-right: 0;
    	padding-left: 0;
    }
    
    #masthead .site-title img, #masthead .site-title a img {
    	max-height: 40px;
    }
    
    #masthead .menu-other a.get-matched-now {
    	line-height: 30px;
    	margin: 19px 0 0 0;
    }
    
    #masthead.header-fixed .site-branding .site-title img, #masthead.header-fixed .site-branding .site-title a img {
    	max-height: 40px;
    }
    
    #masthead.site-header.header-fixed .get-matched-now span {
    	padding: 8px 12px;
    }
    
    .testimonials-home .slider.norebro-slider.nav-inset .owl-prev {
    	left: 40% !important;
    }
    
    .testimonials-home .slider.norebro-slider.nav-inset .owl-nav .owl-next {
    	right: 40% !important;
    }
    
    .our-partners-blocks .slider.norebro-slider.nav-inset .owl-prev {
    	left: 40% !important;
    }
    
    .our-partners-blocks .slider.norebro-slider.nav-inset .owl-nav .owl-next {
    	right: 40% !important;
    }
    

    
}



@media screen and (max-width: 602px) and (min-width: 100px) {
    
    .tab-box .buttons-wrap {
        border-bottom: 0px solid rgba(0, 0, 0, 0.15);
    }
    
    .tab-box.filled .buttons-wrap .line {
    	display: none;
    }
}



@media screen and (max-width: 554px) and (min-width: 100px) {
    
    .page-id-5656983 .id-inner-block-interactive::before,
	.page-id-5673234 .id-inner-block-interactive::before {
    	top: 58%;
    }
    
    
}

@media screen and (max-width: 557px) and (min-width: 100px) {
    
    .page-id-5664545 .id-inner-block-interactive::before {
    	top: 43%;
    }
    
    
}




@media screen and (max-width: 501px) and (min-width: 100px) {
    
    .page-id-5656041 .inner-block-interactive::before {
    	top: 55%;
    }
	
	.portfolio-gallery .slider {
		height: 200px;
	}
	
	
	.redbrickDeals .blog-grid footer span.redeem-btn {
    	padding: 0;
    }
    
    .deals-pagination .page-numbers {
    	padding: 5px 9px 5px 9px;
    }
    
    .page-id-5656983 .blog-grid.boxed footer {
    	padding: 20px 0px 0px;
    }
    
    
    .our-id-tabs .norebro-recent-posts-sc .grid-2 {
    	box-shadow: none;
    	clear: both;
    	display: block;
    	overflow: hidden;
    	float: none;
    }
	
}


@media screen and (max-width: 456px) and (min-width: 100px) {
    
    .inner-block-interactive::before {
    	top: 44%;
    }
    
    
}



@media screen and (max-width: 479px) and (min-width: 100px) {
    
    .page-id-5664545 .id-inner-block-interactive::before {
    	top: 49%;
    }
    
    .height-90{
        height: 90px !important;
    }
    
    .height-60 {
    	height: 60px !important;
    }
    
    
}

@media screen and (max-width: 428px) and (min-width: 100px) {
    
    .page-id-5656041 .inner-block-interactive::before {
    	top: 49%;
    }
    

    
    
}


@media screen and (max-width: 421px) and (min-width: 100px) {
    .our-id-tabs .blog-grid.grid-2.boxed footer span img {
    	width: 66px;
    }
    
    
    .norebro-contact-subscribe ::-webkit-input-placeholder { /* Edge */
      font-size:9px;
    }
    
    .norebro-contact-subscribe :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-size:9px;
    }
    
    .norebro-contact-subscribe ::placeholder {
      font-size:9px;
    }
    
    .norebro-contact-subscribe span.customer-email input.wpcf7-email {
    	padding: 0 10px;
    }
    

}


@media screen and (max-width: 410px) and (min-width: 100px) {
    #masthead .site-title img, #masthead .site-title a img {
        max-height: 34px;
    }  
    
    #masthead .menu-other a.get-matched-now {
    	font-size: 10px;
    	padding: 6px;
    }
	
	#masthead.header-fixed .site-branding .site-title img, #masthead.header-fixed .site-branding .site-title a img {
		max-height: 34px;
	}
    
}


@media screen and (max-width: 401px) and (min-width: 100px) {
    
   .page-id-5664545 .id-inner-block-interactive::before {
    	top: 49%;
    }
    
    
}


@media screen and (max-width: 392px) and (min-width: 100px) {
    
    .page-id-5663354 .inner-block-interactive::before {
    	top: 44%;
    }

}



@media screen and (max-width: 389px) and (min-width: 100px) {
    
    .page-id-5656983 .id-inner-block-interactive::before,
	.page-id-5673234 .id-inner-block-interactive::before {
    	top: 58%;
    }
    
    
}


@media screen and (max-width: 386px) and (min-width: 100px) {
    
    #masthead .menu-other a.get-matched-now {
    	padding: 5px !important;
    }
	
	#masthead.site-header.header-fixed .get-matched-now span {
		padding: 5px !important;
	}
    
    
}


@media screen and (max-width: 380px) and (min-width: 100px) {
    
    /* #masthead .menu-other > li.social {
    	display: none;
    } */
    
    #masthead .menu-other a.get-matched-now {
    	line-height: 27px;
    	margin: 21px 0 0 0;
    }
    
    #masthead .menu-other > li.search > a .icon {
    	display: none;
    }
    
    #masthead.site-header.header-fixed .get-matched-now {
    	margin: 22px 0 0 0;
    }
    
    
    .testimonials-home .slider.norebro-slider.nav-inset .owl-prev {
    	left: 35% !important;
    }
    
    .testimonials-home .slider.norebro-slider.nav-inset .owl-nav .owl-next {
    	right: 35% !important;
    }
    
    .our-partners-blocks .slider.norebro-slider.nav-inset .owl-prev {
    	left: 35% !important;
    }
    
    .our-partners-blocks .slider.norebro-slider.nav-inset .owl-nav .owl-next {
    	right: 35% !important;
    }
	
	.successor-recommends .wpb_single_image img {
		width: 150px;
	}
	
	.iwant-heading h3{
		font-size: 18px;
	}
	
	.portfolio-gallery .slider {
		height: 180px;
	}
	
	.popup-id-info img {
		width: 180px;
	}
    
    .redbrickDeals .blog-grid footer {
    	font-size: 10px;
    }
    
    .redbrickDeals .blog-grid footer span.redeem-btn a {
    	padding: 6px 9px;
    }
    
    

    
}

@media screen and (max-width: 378px) and (min-width: 100px) {
    
    
    .inner-block-interactive h3.title {
    	padding: 0;
    } 
    
    .page-id-5663354 .inner-block-interactive::before {
    	top: 49%;
    }

}


@media screen and (max-width: 374px) and (min-width: 100px) {
    
    
    #masthead .menu-other > li.social > a {
    	padding: 0 2px;
    }
    
    .header-wrap .hamburger-menu {
    	margin-left: 0px;
    }
    
    header#masthead.site-header .header-wrap {
    	padding: 0px 15px 0 8px;
    }
    
}


@media screen and (max-width: 342px) and (min-width: 100px) {
    
    .page-id-5663354 .inner-block-interactive::before {
    	top: 45%;
    }
    
    .page-id-5663354 .inner-block-interactive h1.title {
    	font-size: 19px !important;
    }

}


@media screen and (max-width: 341px) and (min-width: 100px) {
    .page-id-5664545 .id-inner-block-interactive::before {
    	top: 43%;
    }
    
}


@media screen and (max-width: 330px) and (min-width: 100px) {
    

    
}


@media screen and (max-width: 329px) and (min-width: 100px) {
    
    .page-id-5656983 .id-inner-block-interactive::before,
	.page-id-5673234 .id-inner-block-interactive::before {
    	top: 52%;
    }
    
}










