body {
    font-family: 'Roboto', sans-serif;
    padding-top: 105px;
}
.container { max-width:1280px; width:100%; }
div.blue-header { background-color: #1b2429; }
.title-wrap h2 { font-size:32px; color:#fff; text-align:center; font-weight:400;  }

p { font-weight:300!important; }  
.header {
	position: fixed;
	margin: 0 auto;
	width: 100%;
	background-color: transparent;
	z-index: 999;
	padding: 20px 0px;
	top:0; 
}
.header .navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255 / 100%);
    font-weight: 300;
}
.header .navbar-light .navbar-nav .active>.nav-link { color: rgb(255 255 255 / 100%); } 
.header nav.navbar.navbar-expand-lg.navbar-light {
    float: right;
}
.header .align-item-wrap {
    align-items: center;
}

.header .container-fluid {
	position: relative;
}
.logo-wrap img { max-width:130px; width:100%; }
.logo-wrap p {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
	padding-top:10px; 
}
.logo-wrap ul {
	margin-bottom: 0px;
	text-align:center; 
	padding-right:0px; 
	padding-left:0px; 
}

.logo-wrap ul li {
	display: block;
	color: #fff;
}
.logo-wrap ul li img {
max-width:250px; 
}


.header.sticky {
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999999;
	transition: all 1s ease-out;
}

.footer-wrap {
	background-color: #13191c;
	padding-top: 20px;
}
.footer-wrap .container {
	max-width: 1510px;
	width: 100%;
}

.social-icon i {
	width: 30px;
	height: 30px;
	border: 1px solid #4c5d66;
	background-color: #4c5d66;
	text-align: center;
	border-radius: 50%;
	line-height: 27px;
	color: #13191c;
}
.social-icon ul {
	text-align: center;
	text-align: center;
	margin: 0 auto;
}
.footer-wrap .social-icon ul li {
	display: inline-block;
	padding-right: 35px;
}
.footer-wrap .social-icon ul li:last-child {
	display: inline-block;
	padding-right: 0px;
}
.footer-wrap ul {
	padding-left: 0px;
}
.footer-wrap li {
	list-style: none;
	color: #fff;
}
.copyright {
	background-color: #1b2429;
	padding: 25px 0px;
	margin-top: 40px;
}
.copyright p {
	color: #475962;
	text-align: center;
	width: 100%;
	font-size: 15px;
	margin-bottom: 10px;
}
.copyright ul {
	text-align: center;
	margin-bottom: 0px;
}
.copyright ul li {
	color: #475962;
	display: inline-block;
	font-size: 15px;
	padding-right: 15px;
	font-weight: 500;
	border-right: 3px solid #475962;
	padding-left: 15px;
	text-decoration: underline;
}
.copyright ul li a { color: #475962; }
.copyright ul li:last-child {
	padding-right: 0px;
	border-right: 0px solid #475962;
}


/*kitchen-details page start css here*/
.kitchen-header h1 { color: #ffffff;}
.kitchen-header{ background-color:#13191c; padding-bottom:50px; text-align:center; padding-top: 80px; }
.kitchen-header  .title-wrap { text-align:center; width:100%; }
.kitchen-header .title-wrap h2 { padding: 80px 10px 20px 10px; text-transform: uppercase; font-weight: 400; }
.kitchen-header  p { color:#fff;    }




/**=====================oou-template-start-here=====================**/
.our-template-wrap  {  background-color:#13191c; }
.our-template-wrap ul li {
    
    display: inline-block;
    max-width: 50%;
    width: 100%;
    padding: 0px 5px;
	padding-bottom:10px; 
}
.our-template-wrap ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
	width:100%; 
}

.contest-rules-page {
	background: #13191c;
}

.page-title {
	color: #ffffff;
	text-align: center;
}

.our-contest-wrap .our-template-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.our-contest-wrap .our-template-inner h2,
.our-contest-wrap .our-template-inner ul,
.our-contest-wrap .our-template-inner p {
	color: #FFFFFF
}

.our-template-wrap ul li .our-template-inner { position:relative; height:100%; }
.our-template-wrap ul li .content-wrap {
    position: absolute;
    bottom: 40px;
    right: 10px;
    z-index: 999;
    text-align: right;
}
.our-template-wrap ul li .content-wrap h2 {
    font-weight: 200;
    color: #fff;
    z-index: 999;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.our-template-wrap ul li:hover .overlay-wrap { display: block; }
.our-template-wrap .overlay-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 51;
    width: 100%;
    height: 100%;
}
.our-template-wrap ul li .our-template-inner img {
    max-width: 100%;
    height: 500px;
    width: 100%;
	object-fit: cover;
}

.living-inner .title-wrap h2 {
    padding: 40px 10px 20px 10px;
    text-transform: uppercase;
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 500;
}
.living-inner .title-wrap {
    text-align: center;
    width: 100%;
}
.full-width img {
    width: 100%;
    margin: 50px 0px;
}
.title-wrap h2 {
    font-size: 32px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.living-inner p {
    color: #fff;
    /* margin-bottom: 50px; */
    text-align: center;
}
.living-inner {
    background-color: #13191c;
}
.demo-inner-page {
    padding: 50px 10px;
        padding-bottom: 50px;
    padding-bottom: 0px;
}
.demo-wrap {
    background-color: #13191c;
    padding-bottom: 50px;
} 
.product-slider-wrap h2 {
    font-size: 50px;
    color: #4c5d66;
    font-weight: 300;
}
.product-slider-wrap {
    background-color: #13191c;
    padding-bottom: 50px;
}
.product-slider-wrap .row {
    padding: 0px 50px;
}
.demo-wrap .row {
    padding: 0px 50px;
}
.login-form { height:100vh; }
.our-contest-wrap { padding-top:50px; }
.our-contest-wrap .row { padding-bottom:50px; }
.our-banner-wrap {display: none;}
.our-banner-wrap  img {  height: 400px;
    width: 100%;
    object-fit: cover; }
	.our-banner-wrap  { position:relative; }
.our-banner-wrap h2 { color: #fff;
    font-size: 46px; }
	.post-heading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.our-template-inner img { width:100%; }
.our-template-inner ul { padding-left:15px; }
* Regiter Form */
.register {
    background-color: #13191c;
    padding-bottom: 50px;
    text-align: center;
    padding-top: 80px;
}
.reg-wrapper {
    max-width: 412px;
    margin: 0 auto;
    background-color: #f3f3f3;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    text-align: left;
}
.reg-wrapper.listing {
    max-width: 100%;
}
.reg-form {
    padding: 15px;
}
.reg-header {
    padding: 10px;
    background-color: #1b2429;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.settings-label {
    display: flex;
}
.settings-label a {
    font-size: 80%;
}
.reg-btn {
    background-color: #1b2429;
    border-color: #1b2429;
    color: #fff;
}
.reg-btn:hover {
    background-color: #1b2429;
    border-color: #1b2429;
    color: #fff;
    opacity: .8;
}
.reg-form a {
    display: block;
    padding-top: 10px;
    color: #1b2429;
}
.other-photo button {
    position: absolute;
    right: 30px;
    top: 65px;
    border: none;
    background: rgb(221 221 221 / 75%);
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: red;
    border-radius: 100%;
    opacity: 0;
    border: 1px solid red;
    z-index: 99;
}
.other-photo:hover button {
    opacity: 1;
}
.cover-photo button, .cover-photo .btn {
    margin-left: 5px;
    background: rgb(221 221 221 / 75%);
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 4px;
}
.img-white {
    filter: invert(1);
}
.banner-btn {
    position: absolute;
    right: 15px;
    bottom: -23px;
    z-index: 99;
}

button#upload_widget {
    background-color: #efefef;
    color: black;
    padding: 8px 10px;
    line-height: 1;
}
app-create-project, app-kitchen-detail, .main-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
app-footer {
    margin-top: auto;
}
/* End Register Form */
@media only screen and (max-width: 1500px) and (min-width: 1200px)  { 
.our-template-wrap ul li .our-template-inner img {
    max-width: 100%;
    height: 419px;
    width: 100%;
    object-fit: cover;
}
.full-width img {
    width: 100%;
    margin: 30px 0px;
}
.product-slider-wrap h2 {
    font-size: 42px;
} 
}

@media only screen and (max-width: 1199px) and (min-width: 768px)   {
	.our-template-wrap ul li .our-template-inner img {
    max-width: 100%;
    height: 295px;
    width: 100%;
    object-fit: cover;
}
.our-template-wrap ul li .content-wrap h2 {
    font-size: 26px;
}
.our-template-wrap ul li .content-wrap {
    bottom: 30px;
}
.full-width img {
    width: 100%;
    margin: 30px 0px;
}
.product-slider-wrap h2 {
    font-size: 38px;
}
}


@media only screen and (max-width: 991px) and (min-width: 768px)  {
	.login-form { height:auto; }
}
@media screen and (max-width: 991px) { 
.header nav.navbar.navbar-expand-lg.navbar-light {
    float: right;
    width: 100%;
    justify-content: flex-end;
}
.navbar-light .navbar-toggler {
    margin-top: -100px;
}
.logo-wrap.desktop-number {
    width: 100%;
    max-width: 100%;
    display: inherit;
    flex: inherit;
}
.nav-wrap {
	   width: 100%;
    max-width: 100%;
    display: inherit;
    flex: inherit;
}
}
@media screen and (max-width: 767px) {
	.our-contest-wrap .our-template-inner {
		padding: 0 20px;
	}
	.mob-margin {
		margin-top: 50px;
	}
	.our-template-wrap ul li {
    display:block;
    max-width: 100%;
    width: 100%;
}
.our-template-wrap ul li .our-template-inner img {
    height: 286px;
}
.our-template-wrap ul li .content-wrap h2 {
    font-size: 22px;
}
.our-template-wrap ul li .content-wrap {
    bottom: 20px;
}
.full-width img {
    width: 100%;
    margin: 30px 0px;
}
.banner-btn {
    right: auto;
    left: auto;
}
.product-slider-wrap h2 {
    font-size: 32px;
    color: #4c5d66;
    font-weight: 300;
}
.login-form { height:auto; }
.header nav.navbar.navbar-expand-lg.navbar-light {
    float: right;
    width: 100%;
    justify-content: flex-end;
}
.navbar-light .navbar-toggler {
    margin-top: -100px;
}
.logo-wrap.desktop-number {
    width: 100%;
    max-width: 100%;
    display: inherit;
    flex: inherit;
}
.nav-wrap {
	   width: 100%;
    max-width: 100%;
    display: inherit;
    flex: inherit;
}
.header.sticky {
    background-color: #1b2429;
}

.cover-photo button, .cover-photo .btn {
    padding: 6px;
    }
.banner-btn {
    bottom: -19px;
}
}

/******custom form css********/



.form-wrap {padding: 130px 0 50px; background:#14191d;   }
.auth-form {background: #30383c; border-radius:0;   }
.auth-form label {  color: #fff;  }
.auth-form .new-account p {color: #8aa8cd; }
.auth-form .new-account p a.text-primary {color: #00769a !important; }
.auth-form .btn-success{background:#babd15 !important; border-color:#babd15;  }
.auth-form .card-header{background: #00769a;color: #fff; border-radius:0; }
.auth-form .card-body {border: 3px solid #394246;border-top: 0; }
.blue-header {background-color: #1b2429; padding:15px;  }
.auth-form a { color: #fff;  }

.auth-form .form-group-inner {
	display: flex;
    align-items: flex-start;
}

.auth-form .form-group-inner input {
	display: flex;
    align-items: flex-start;
	margin: 6px 4px 0 0;
}

.auth-form .form-group-inner label {
	margin: 2px 0 0 5px;
}

.auth-form .form-control-2 {
    display: block;
    color: #fff;
    border: 1px solid #505b60;
    width: 100%;
    padding: 4px;
    border-radius: 0.25rem;
    cursor: pointer;
}
.auth-form .form-control {
    background: #434b4e;
    border: none;
    color: #8aa8cd;
}
			
.img-box {
    display: inline-block;
    border: 1px solid #999;
    position: relative;
    margin-right: 12px;
}

span.img-box a {
    position: absolute;
    right: -10px;
    top: -10px;
    color: red;
    font-size: 20px;
    /* background: #fff; */
}

