/* Last Update : 2017-10-13 */
/* DO NOT EDIT THIS */


@import url('https://fonts.googleapis.com/css?family=Montserrat');


.mainbg{
	background-image: url(bgcont.jpg);
	background-attachment: fixed;
	background-size:  cover;
	height: 350px;
}



.shrink:hover {
-webkit-transform: scale(0.90);
-ms-transform: scale(0.90);
transform: scale(0.90);
}

.shrink {
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;

-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);

}



.bannert {
	color: #fff;
	font-size: 2.0em;
	font-weight: 700;
	line-height: 1;
	text-transform:inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Montserrat', sans-serif;
}

.bannerp {
	color: #fff;
	font-size: 1.6em;
	line-height: 1;
	text-transform:inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Montserrat', sans-serif;
}





.bgcont{
	background-image: url("https://www.newpages2u.com/img/1542168971bgcont.jpg");
	height:auto;
	background-attachment: fixed;
	background-size: cover;
}


.main_cat {
    
    padding: 10px 20px;
    display: inline-block;
    font-size: 1.6em;
    text-align: center;
    border-radius: 8px;
	border: 2px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    width: 120px;
	color:#fff;
}


.blkggt{
	color:#fff;
	font-size: 2em;
}
.blkggm{
	color:#fff;
	font-size: 1.4em;
}


.frame1{
	 height: 100%;
  width: 100%;
  display: inline-block;
 overflow:hidden;
  
 
}

.grow1 {
  
 display: inline-block;
 overflow:hidden;
  -webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
 
.grow1:hover {
 -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}




element {
  
    height: 320px;
}




    .btn-square.black {
border-color: #f1b947 !important;
background-color: #f1b947 !important;
color: #fff !important;
transition: all ease .5s !important;
padding-right: 7.5px !important;
}

.btn-square.black:hover {
border-color: #f1b947 !important;
background-color: #f1b947 !important;
padding: 10px 20px !important;
transition: .25s !important;
}

.btn-square.black:after {
content: "\f061" !important;
font-family: FontAwesome !important;
transition: all ease .5s !important;
position:relative !important;
opacity: 0 !important;
left: -10.5px !important;
}

.btn-square.black:hover:after {
content: "\f061" !important;
font-family: FontAwesome !important;
transition: all ease .5s !important;
opacity: 1 !important;
left: 10.5px !important;
}

.btn-square.white {
border-color: #00153f !important;
background-color: #00153f !important;
color: #fff !important;
transition: all ease .5s !important;
padding-right: 7.5px !important;
/*margin-top: 60px !important;*/
}

.btn-square.white:hover {
border-color: #00153f !important;
background-color: #00153f !important;
padding: 10px 20px !important;
transition: .25s !important;
}

.btn-square.white:after {
content: "\f061" !important;
font-family: FontAwesome !important;
transition: all ease .5s !important;
position:relative !important;
opacity: 0 !important;
left: -10.5px !important;
}

.btn-square.white:hover:after {
content: "\f061" !important;
font-family: FontAwesome !important;
transition: all ease .5s !important;
opacity: 1 !important;
left: 10.5px !important;
}




.banner-item .banner-caption{
	position: absolute;	
}

/* all banner caption */
.banner-item .banner-caption{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

/* banner number start from 0 */
/* banner caption no 1 */
.banner-item .banner-caption.id-0{
}

/* banner caption no 2 */
.banner-item .banner-caption.id-1{
}

@media screen and (max-width: 480px) {
	/* ONLY EDIT IF DIFFERENT WITH DESKTOP */
	/* all banner caption */
	
.bannert {
	color: #fff;
	font-size: 0.7em;
	line-height: 0.5;
	text-transform:inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Montserrat', sans-serif;
}

.bannerp {
	color: #fff;
	font-size: 0.3em;
	line-height: 0.3;
	text-transform:inherit;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	font-family: 'Montserrat', sans-serif;
}

	
	
.main_cat {
	display: inherit !important;
}
	
	
	
	.mainbg{
	background-image: url(bgcont.jpg);
	background-attachment: fixed;
	background-size:  cover;
	height: auto;
}


	
	
	.banner-item .banner-caption{
	}

	/* banner number start from 0 */
	/* banner caption no 1 */
	.banner-item .banner-caption.id-0{
	}

	/* banner caption no 2 */
	.banner-item .banner-caption.id-1{
	}
}