/*
*========================
* Customize Css to make footer at the bottom of the page
*========================    
*/
html,
body{
	height: 100%;
}
.wrapper{
	position: relative;
	min-height: 100%;
}
.body-content{
	padding-bottom: 300px;
	border-top:1px solid transparent;
}
footer{
	position: absolute!important;
	height: auto!important;
	width: 100%;
	bottom: 0;
	left: 0;
}
img{
	vertical-align: middle;
}


/*
*========================
* Customize Css for new style
*========================    
*/
@media (min-width: 1200px){
	.container-header{
		width: 100%!important;
		padding: 0 30px;
	}
}
@media (min-width: 1650px){
	.container{
		width: 1410px
	}
}
@media (min-width: 1920px){
	.navbar-header svg{
		width: 180px;
	}
	#overlay-menu-hide,
	#icons-navbar{
		transform: scale(1.5);
	}
	.container{
		width: calc(100vw - 400px);
	}
}
@media (min-width: 3000px){
	.container{
		width: 2600px;
	}
}
.row{
	margin:0 -10px;
}
.portfolio-bg{
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin: 0 calc(50% - 50vw);
	height: 100vh;
}
.p-brand,
.p-home{
	padding-top: 20px;
	background: #fff;
	margin: 0 calc(50% - 50vw);
	padding: 50px calc(50vw - 50%);
}
.portfolio-bg video{
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	position: fixed;
}
.relative{
	position: relative;
}
.portfolio-category{
	float: left;
	width: 450px;
	overflow: hidden;
}
.nav-open{
	transform: translateX(0px)!important;
	-webkit-transform: translateX(0px)!important;
	-ms-transform: translateX(0px)!important;
	-moz-transform: translateX(0px)!important;
	-o-transform: translateX(0px)!important;
}
#cheee-logo-svg{
	fill: #CE0037;
	transition: fill 0.6s ease-in-out;
}
.cheee-logo-color-defult{
	fill: #CE0037!important;
}
.cheee-menu-color-defult{
	background: #111!important;
}
.navbar-light .show-overlay .icon-bar{
	transition: background 0.3s ease-in-out;
}
/*
*========================
* Customize Css for Portfolio page
*========================    
*/

.video-frame{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video-frame iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.portfolio-page{
	position: relative;
	/*padding: 0 100px;*/
}
.portfolio-page:after{
	content: " ";
	display: table;
	clear: both;
}
.portfolio-nav{
	position: relative;
	top: 25px;
	z-index: 1100;
	overflow: hidden;
	height: 52px;
	float: left;
}
@media(max-width: 1440px){
	.portfolio-nav{
		padding: 50px 0;
	}
}
.portfolio-nav ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
	width: 100%;
	float: left;
	transition: all 0.5s ease-in-out;
	transform: translateX(-410px);
	-webkit-transform:translateX(-410px);
	-ms-transform: translateX(-410px);
	-moz-transform: translateX(-410px);
	-o-transform: translateX(-410px);
}
.portfolio-nav ul li{
	padding: 5px 20px 5px 0px;
	line-height: 1.5em;
	float: left;
}
.portfolio-nav ul li a.current{
	color: rgb(214,33,70);
}
.portfolio-category a{
	font-size: 16px;
	/*font-weight: 600;*/
}
.portfolio-panel{
	position: relative;
	float: left;
	width: 100%;
}
.portfolio-panel h1{
	font-size: 22px;
	line-height: 1.5em;
	padding-top: 10px;
	font-weight: 600;
}
.portfolio-panel p{
	font-size: 13px;
	line-height: 1.5em;
	padding: 8px 0;
	margin: 0;
}
.p-item-div{
	padding: 10px;
}
.p-item-div img{
	width: 100%;
	display: block;
}
.p-item-div a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.div-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	overflow: hidden;
	background: rgba(255,255,255,0.75);
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.p-item-div>a:hover .div-mask{
	opacity: 1;
}
.p-item-div .div-mask h2{
	position: absolute;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	top: 50%;
	width: 100%;
	line-height: 1.5em;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 20px;
}
.p-item-div .div-mask h2 .mask-category{
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: normal;
}
.mobile-subnav{
    display: block;
    /* height: 50px; */
    font-size: 16px;
    /*font-weight: 600;*/
    /* padding: 10px 0 5px; */
    line-height: 32px;
    /* border-bottom: 2px solid #aaa; */
    cursor: pointer;
    position: relative;
    float: left;
    padding-right: 20px;
    color: #000;
}
.mobile-subnav i{
	position: absolute;
	display: block;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.mobile-subnav.open i{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-item{
	padding: 0 0 15px;
	max-width: 1300px;
	margin: 0 auto;
}
.portfolio-item + .portfolio-item{
	padding-top: 15px;
}
h1.no-portfolio{
	font-weight: 400;
	text-align: center;
}
h1.no-portfolio span{
	color: #e9004b;
}

.load-more-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 44px;
    border: none;
    background: transparent;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.load-more-btn:hover {
    color: #333;
}
@media(min-width: 768px){
	.portfolio-featured{
		display: block!important;
	}
	.portfolio-category{
		display: block!important;
	}
	
}
@media(max-width: 1366px){

	.portfolio-bg video{
		height: 75vh;
	}
	.portfolio-bg{
		height: 75vh;
	    background-size: cover;
	    background-attachment: unset;
	}
}

@media(max-width: 991px){
	/*.portfolio-nav{
		width: 25%;
	}*/
	/*.portfolio-panel{
		width: 75%;
	}*/
	.portfolio-bg video{
		height: 50vh;
	}
	.portfolio-bg{
		height: 50vh;
	   	background-size: cover;
	    background-attachment: unset;
	}
}

@media(max-width: 767px){

	.portfolio-bg video{
		height: 50vh;
	}
	.portfolio-bg{
		height: 50vh;
	    background-size: cover;
	    background-attachment: unset;
	}
	.portfolio-page{
		position: relative;
		/*padding: 100px 0 100px;*/
	}
	.portfolio-nav{
		float: none;
		width: 100%;
		padding: 50px 0 20px 0;
		height: unset;
	}
	.portfolio-panel{
		float: none;
		width: 100%;
	}
/*	.portfolio-panel{
		padding-top: 70px;
	}*/
	.mobile-subnav{
		display: block;
		float: unset;
	}
	.portfolio-featured{
		display: none;
	}
	.portfolio-category{
		/*display: none;*/
	}
	.portfolio-featured.in{
		display: block;
	}
	.portfolio-category.in{
		display: block;
	}
	.portfolio-nav ul{
		margin-bottom: 0;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-o-transform: translateX(0px);
		height: 0;
	}
	.portfolio-nav ul li{
		float: unset;
		padding: 0px 0px 5px 10px;
	}
	.nav-open{
		height: 160px!important;
	}
	.load-more-btn{
		font-size: 24px;
	}
}

/*
*========================
* Customize Css for contact us page
*========================    
*/
#contact-form ul{
	margin-bottom: 10px;
}
#contact-form ul li{
	font-weight: 600;
	font-size: 13px;
}

/*
*========================
* Customize Css for Homepage
*========================    
*/
.home-bg{
	margin-top: 40px;
	height: 1200px;
	background: url(../img/cheee-bg.png) 50% 50% no-repeat;
	background-size: 1920px 1200px;
}

.phone-img{
	margin-top: 100px;
	display: none;
}

.open-svg{
	background-color: #b3b1b1;
	width: 802px;
	height: 450px;
	position: absolute;
	background-size: 800px 450px;
	left: 49.9%;
	top:249px;
	margin-left: -400px;
}

.home-svg{
	background-color: black;
	width: 800px;
	height: 450px;
	position: absolute;
	background:url(../img/cheee-bg-points.png) 50% 50% no-repeat;
	background-size: 800px 450px;
	left: 50%;
	top:249px;
	margin-left: -400px;
	display: none;
}

.home-bg-content{
	width: 44%;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -22%;
	text-align: center;
}
.home-desk-bg{
	width: 100%;
	height: 22.8%;
	max-height: 172.81px;
	background-color: #dbd9d6;
	position: absolute;
	bottom: 8px;
}
.animation-desc{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-m-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 10px 15px 0;
	/*display: none;*/
}
.animation-desc h1{
	font-size: 22px;
	line-height: 1.8em;
	color: #56565a;
	padding-bottom: 25px;
	min-height: 64px;
}
.animation-desc h2{
	font-size: 14px;
	line-height: 1.8em;
	color: #777;
	font-weight: 200;
	padding-bottom: 25px;
}
.animation-desc h2 strong{
	font-weight: 400;
	color: #56565a;
}
.animation-desc h2 span{
	display: block;
}
.animation-desc a{
	width: 260px;
	height: 40px;
	display: block;
	background: #77777b;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	color: #ededed;
	font-weight: 100;
	margin: 0 auto;
}
.animation-replay,
.animation-replay path,
.animation-replay rect{
	cursor: pointer;
}
.animation-replay:hover path{
	fill:black;
}
.animation-replay:hover rect{
	stroke:red;
}
.home-featured a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.home-portlio {
	margin-top:20px;
}
.home-featured a:hover .featured-caption{
	opacity: 1;
}
.featured-caption{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	padding: 20px;
	z-index: 3;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	-webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	   -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	     -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.featured-caption h3{
	font-size: 32px;
	color: 111;
	display: block;
	position: absolute;
	font-weight: bold;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 90%;
}

.featured-caption h3 .featured-hove-category{
	font-size: 22px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: normal;
}


.checkbox-btn .form-group{
	width: 33.33%;
	display: inline-block;
	float: left;
}
.checkbox-btn input[type=checkbox]+label span:before {
    opacity: 0;
    border-radius: 100px;
    content: " ";
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    background: #CE0037;
    width: 8px;
    height: 8px;
}
.ui-widget-header{
	background: #CE0037;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #333;
	background: #333;
	font-weight: normal;
	color: #ffffff;
}
.checkbox-btn label{
	cursor: pointer;
}
.checkbox-btn input[type=checkbox] {
    display: none;
}
.checkbox-btn input[type=checkbox]:checked+label span:before {
    opacity: 1;
}
.checkbox-btn input[type=checkbox]+label span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 100px;
    border: 1px solid #b3b3b3;
    position: relative;
    margin-right: 20px;
    vertical-align: middle;
}


#submit-btn{
	margin-bottom: 30px;
}

/*@media (max-width: 1800px){
	.featured-caption h3{
		font-size: 26px;
		letter-spacing: 1px;
	}
	.featured-caption h3 .featured-hove-category{
		font-size: 20px;
	}
}*/
@media (max-width: 1800px){
	.p-item-div .div-mask h2,
	.featured-caption h3{
		letter-spacing: 1px;
		font-size: 22px;
	}
	.p-item-div .div-mask h2 .mask-category,
	.featured-caption h3 .featured-hove-category{
		font-size: 18px;
	}
}


@media (max-width: 1199px){
	.animation-desc h1{
		font-size: 20px;
	    line-height: 1.8em;
	    color: #56565a;
	    padding-bottom: 18px;
	    min-height: 54px;
	}
	.animation-desc h2 span{
		display: inline;
	}
}

@media (max-width: 991px){
	.animation-desc h1{
		font-size: 18px;
	    line-height: 1.5em;
	    color: #56565a;
	    padding-bottom: 18px;
	    min-height: 45px;
	}
	.p-item-div .div-mask h2,
	.featured-caption h3{
		font-size: 18px;
	}
	.p-item-div .div-mask h2 .mask-category,
	.featured-caption h3 .featured-hove-category{
		font-size: 14px;
	}
	.checkbox-btn .form-group{
		width: 50%;
	}
}
@media (max-width: 767px){

	.home-test-bg{
		display: none!important;
	}
	
	.home-bg-content{
		display: none;
	}

	.phone-img{
		display: block;
	}
	.p-item-div .div-mask h2,
	.featured-caption h3{
		font-size: 22px;
	}
	.p-item-div .div-mask h2 .mask-category,
	.featured-caption h3 .featured-hove-category{
		font-size: 16px;
	}

}

@media (max-width: 529px){
	.portfolio-bg{
		background-attachment: unset;
		background-size: cover!important;
	}
    .p-home td,
    .p-home th{
        width: 100%!important;
        display: block!important;
    }
}