@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.5px;
	background: url("images/bodybg.jpg") left top no-repeat;
}
a {
	outline: none;
	border: 0px;
}



/* ========== Universal Stylings ========== */
h1,h2,h3,h4,h5{
	position: relative;
	
}
h6{
	position: relative;
}
.bg-primary{
	background-color: #B47F41!important;
}
.bg-dark{
	background-color: #0f0a05!important;
}
.bg-white{
	background-color: #fff;
}
.text-inverse{
	color: #074052;
}
.text-primary{
	color: #B47F41!important;
}
a.text-primary{
	color: #B47F41;
}
a.text-primary:hover{
	color: #916634!important;
	text-decoration: none;
}
.btn{
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	
}
.btn-primary{
	background-color: #B47F41;
	border-color: #B47F41;
}
.btn-primary:hover,.btn-primary:focus{
	background-color: #916634;
	border-color: #916634;
}
.btn-capsul{
	border-radius: 50px;
}
i.box-circle-outline{
	border-color: inherit;
	border-width: 1px;
	border-style:solid;
	border-radius: 50%;
	height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
i.box-circle-solid{
	background-color:#35CBDF;
	border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
}
.text-underline-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:50%;
	margin-left:-50px;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-primary:before{
	content:"";
	position: absolute;
	width:50px;
	height: 4px;
	left:50%;
	margin-left:-25px;
	background:#35CBDF;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-primary:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#35CBDF;
	bottom: -15px;
	border-radius: 10px;
}
.bg-overlay:before{
	content:"";
	background:rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.bg-overlay-primary:before{
	content:"";
	background:rgba(49,31,10,0.5);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.bg-right{
	background:url("https://grafreez.com/wp-content/temp_demos/razor/img/sec-bg-01.jpg");
	background-repeat: no-repeat;
	background-position: top right;
}
.sec-bg-02{
	background:url("https://grafreez.com/wp-content/temp_demos/razor/img/sec-bg-02.jpg");
	background-repeat: no-repeat;
	background-position: top left;	
	background-size: cover;
}
.sec-bg-03{
	background:url("https://grafreez.com/wp-content/temp_demos/razor/img/sec-bg-03.jpg");
	background-repeat: no-repeat;
	background-position: top left;	
	background-size: cover;
}
.sec-bg-04{
	background:url("https://grafreez.com/wp-content/temp_demos/razor/img/sec-bg-04.jpg");
	background-repeat: no-repeat;
	background-position: top left;	
	background-size: cover;
}
.parallax{
	background-attachment: fixed!important;
}
.font-abril{
	font-family: 'Abril Fatface', cursive;
}


/* ========== Page Loading Style ========== */
/*.loaders {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
 }
 .loaders .loader {
      box-sizing: border-box;
      display: flex;
      flex: 0 1 auto;
      flex-direction: column;
      flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 25%;
      max-width: 25%;
      height: 200px;
      align-items: center;
      justify-content: center;
  }
  .loader{display: table;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1200;
  }

.loader-bg{
  background: #0F0A06;
}*/

.loader-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.any h2{ color: #ffb910; font-size: 18px; margin: 0px; padding: 0px; font-family: 'Do Hyeon', sans-serif; }
.any h3{ color: #fff; font-size: 20px; margin: 0px; padding: 0px; font-family: 'Do Hyeon', sans-serif; }


/* ========== Top Navigation ========== */
.top-nav {
    height: 80px;
    transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
}
.top-nav .navbar-nav li .nav-link {
    color: #fff;
    font-size: 16px;
    padding:6px 26px;
    margin:0px 0px 0;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	font-family: 'Do Hyeon', sans-serif;
	letter-spacing: 2px;
}
.top-nav li a.nav-link:hover, .top-nav .nav-item.active a.nav-link{
    color: #fff;
    background-color: #B47F41;
	border-color: #B47F41;
	border-radius: 50px;
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.top-nav .navbar-brand{
	font-size: 28px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.top-nav .search-box li a.nav-link{
	border:1px solid #B47F41;
	padding: 6px 15px;
}
.top-nav.light-header{
	height: 80px;
	background: rgba(0,0,0,0.6);
	box-shadow: 0 0 10px rgba(0,0,0,0.23);
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	z-index: 9999;
}
.top-nav.light-header .navbar-brand{
	color: #fff;
}

.top-nav.light-header .search-box li a.nav-link{
	padding: 6px 15px;
	border:1px solid #fff;
}
.top-nav.light-header .search-box li a.nav-link i{
	color:#fff!important;
}


#banbtm{ margin:0px 0px; background:#f8f4ee; padding:20px 0px 30px 0px;  background: #1e1e1e url("images/banbtm-bg.jpg") left top no-repeat;}
#banbtm h1{ font-size:32px; color:#fcb448; padding:10px 0px 0px 0px; text-transform:uppercase;   font-family: 'Fredoka One', cursive;}

#banbtm p { font-size:20px; color:#c9c9c9; padding:20px 0px 0px 0px;  text-align:justify;  text-align: center; line-height: 32px; font-family: 'Noto Sans Display', sans-serif; font-weight: 700; }








#abt{ margin:0px 0px; background:#f8f4ee; padding:50px 0px;  background: #f8f4ee url("images/abtbg.jpg") left top no-repeat;}
#abt h1{ font-size:28px; color:#313132; padding:20px 0px 0px 0px; text-transform:uppercase;   font-family: 'Fredoka One', cursive;}
#abt h1 span{  color:#fd6500;}
#abt p{ font-size:20px; color:#5e5b5b; padding:20px 0px 0px 0px;  text-align:justify; font-family: 'Noto Sans Display', sans-serif; line-height: 30px; font-weight: 700;}

#trailer{
	background:url("images/trailerbg.jpg") left top no-repeat;
	background-size:cover;
	padding:30px 0px 30px 0px;
}


#trailer h1{ font-size:28px; color:#fff; padding:0px 0px 0px 0px;    font-family: 'Do Hyeon', sans-serif;}
#trailer h2 {  color:#fcb448; text-transform: uppercase; font-size: 15px; margin-top: 30px;  font-weight: 600;}
#trailer p{ font-size:20px; color:#cdcbcb; padding:10px 0px 0px 0px;  text-align:justify;  font-weight: 700; line-height: 32px; font-family: 'Noto Sans Display', sans-serif; }



#tvshow { padding:40px;}

#tvshow img{
box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.19);
-webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.19);
}

#tvshow h1{ font-size:28px; color:#333;  text-transform: uppercase; padding:0px 0px 10px 0px;    font-family: 'Fredoka One', cursive;}
#tvshow h2 {  color: #212529;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 17px; }
#tvshow a:hover{ text-decoration:none; }


#prod{
	background:url("images/moviebg.jpg") left top no-repeat;
	background-size:cover;
	padding:30px 0px 0px 0px;
}

/*#prod img{border:2px solid #fff;
 
  -moz-box-shadow: 5px 5px 5px #1a3b67;
  -webkit-box-shadow: 5px 5px 5px #1a3b67;
  box-shadow: 5px 5px 5px #1a3b67;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius:25px;}*/
  
#prod h1{ font-size:28px; color:#fff; padding:10px 0px 30px 0px; text-transform:uppercase;  font-family: 'Fredoka One', cursive; text-align:center;}
#prod h1 span{  color:#fcb448;}
#prod h2{ font-size:27px; color:#fff; padding:10px 0px 30px 0px;    text-align:center; /*font-family: 'Satisfy', cursive;*/ font-family: 'Kirang Haerang', cursive;}
#prod h2 span{  color:#fcb448;}

#prod a:hover{ text-decoration:none; }


.client h1{ font-size:28px; color:#333;  text-transform: uppercase; padding:0px 0px 0px 0px;    font-family: 'Fredoka One', cursive; text-align: center;}

.footer {
   background:#20232a url("images/foot-bg.jpg") left top no-repeat;
	background-size:cover;
	padding:30px 0px 0px 0px;
    color: #fff;
   
}
.footer h3 {
    color: #c9c9c9;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0px 0;
	text-transform:uppercase;font-family: 'Do Hyeon', sans-serif;
  
}
.footer ul {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #c3c3c3;
}
.footer ul li {
    list-style-type: none;
    font-size: 13px;
    padding-top: 6px;
    color: #f3f3f3;
}
.footer ul li a {
    color: #c9c9c9;
    text-decoration: none;
}
.footer ul li a:hover {
    color: orange;
    text-decoration: none;
}
#footer-bttm {
    padding-top: 14px;
    margin-top: 15px;
	background:#171b22;
}
#footer-bttm p {
    font-size: 12px;
    color: #c9c9c9;
    font-weight: 400;
}
.social{margin-top:16px;}

.social li {
	display: inline; padding: 6px 2px !important;
}
.img-circle {
    border-radius: 50%;
	
}
.image {
	

}
.image img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.image:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#incontent {
    padding: 30px 0px;
}
.incontent h1 {
    font-size: 37px;
    color: #5e5e5e;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: uppercase;
	font-family: 'Fredoka One', cursive;
}



.incontent h2 {
    font-size: 26px;
    color: #ff8507;
    font-weight: 600;
    padding-top: 10px;
}
.incontent p {
    font-size: 17px;
    color: #303030;
    font-weight: 700;
    text-align: justify;
	font-family: 'Noto Sans Display', sans-serif;
	
	line-height: 27px;
}
.contact-box{
	/* background:#e2e2e28a;*/
	background:#f4b860;
	 height: 355px;
	 padding:20px;
	 -webkit-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
    box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
	border: solid 1px #ccc;
}

.bbox{ background: #c19100; padding: 20px;  color: #fff;  margin-bottom: 20px;}
.bbox h2 {
    font-size: 25px!important;
    color: #fff !important;
    font-weight: 600;
    padding-top: 0px;
	font-family: 'Do Hyeon', sans-serif;
}


.bbox p {color: #fff;}


.bbox h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding-top: 0px;
	
}
.dc img{
box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.19);
-webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.19);
-moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.19);
}


.dc img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.dc img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}







.dc h3{ padding-top: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;}
.badge{ margin-bottom: 10px; font-size: 16px;}

.badge-light {
    color: #6e5300;
    background-color: #fffdb4;
}
.contact h2 {
    font-size: 17px!important;
    color: #3d3d3d!important;
    font-weight: 600;
    padding-top: 0px!important;
}
.contact a{color: #333!important;}
.contact a:hover{color: #000!important; text-decoration:none;}
.contact p{color: #333!important;}
.custom-button {
   
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.8s ease;
  background: -webkit-linear-gradient(to right, #D39D38, #4DA0B0);
    background: linear-gradient(to right, #ff9800, #ffc107);
}

.custom-button:hover, .custom-button:focus{
	transition: 0.8s ease;
	 letter-spacing: 3px;
	 background: -webkit-linear-gradient(to right, #333, #333);
    background: linear-gradient(to right, #333, #333);
}
.form-box-inner .form-control {
    background: #ffffff8a;
   border: 1px solid #90b2ce;
    box-shadow: none;
}
.form-box-inner .form-control:focus {
    outline:none;
	box-shadow:none;
}
.form-box-inner {
    background: #ffffff8a;
    padding: 15px;
    -webkit-box-shadow: 0px -1px 16px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px -1px 16px 2px rgba(0,0,0,0.1);
    box-shadow: 0px -1px 16px 2px rgb(0 0 0 / 10%);
}


.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}





@media (max-width: 767px){

#navbarSupportedContent {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0!important;
    padding: 30px 0;
}

.navbar-nav:hover{
    color: orange !important;
    background-color: #B47F41 !important;
	border-color: #B47F41;
	border-radius: 50px;
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}



}





.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.btn-warning{
	background: #fd6500 !important;
	color: #fff!important;
	 padding: 5px 30px;
	border: solid 1px #fd6500!important;
}
.btn-warning:hover{
	background: #333 !important;
	color: #fff!important;
	 padding: 5px 30px;
	border: solid 1px #333!important;
}


/* service page css start here*/
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	min-height: 214px;
}

.wrap:hover {
   
    color: #fff!important;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}


@media (max-width: 767px){
	
	.footer h3 {
    margin: 20px 0 0px 0px;
}

.btn-warning {
    margin-bottom: 20px;
}
	
#banbtm p {
    font-size: 18px;
  
    padding: 14px 0px 0px 0px;
  
    line-height: 21px;
  
}	
	
	
	.dc img {margin-bottom: 20px!important;}	
	
	
	
	
}
