
body
{
    margin: 0 auto;
    padding: 0;
    font-family: 'Didact Gothic' , sans-serif;
    font-size: 16px;
    max-width: 1366px;
    color: #666;
}
a
{
    text-decoration: none !important;
}
p
{
    line-height: 1.7;
}
.rm-padding
{
    padding: 0;
}
.rmr-padding
{
    padding-right: 0;
}
.rml-padding
{
    padding-left: 0;
}
.relative
{
    position: relative;
}

/*-------External Fonts-----------*/


@font-face
{
    font-family: 'GothamBookRegular';
    src: url('../fonts/GothamBookRegular.eot');
    src: url('../fonts/GothamBookRegular.eot') format('embedded-opentype'), url('../fonts/GothamBookRegular.woff2') format('woff2'), url('../fonts/GothamBookRegular.woff') format('woff'), url('../fonts/GothamBookRegular.ttf') format('truetype'), url('../fonts/GothamBookRegular.svg#GothamBookRegular') format('svg');
}
@font-face
{
    font-family: 'GothamLight';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot') format('embedded-opentype'), url('../fonts/GothamLight.woff2') format('woff2'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/GothamLight.svg#GothamLight') format('svg');
}
@font-face
{
    font-family: 'LovelyQuotes';
    src: url('../fonts/LovelyQuotes.eot');
    src: url('../fonts/LovelyQuotes.eot') format('embedded-opentype'), url('../fonts/LovelyQuotes.woff2') format('woff2'), url('../fonts/LovelyQuotes.woff') format('woff'), url('../fonts/LovelyQuotes.ttf') format('truetype'), url('../fonts/LovelyQuotes.svg#LovelyQuotes') format('svg');
}


@font-face
{
    font-family: 'Bikinis-Personal-Use';
    src: url('../fonts/Bikinis-Personal-Use.ttf');
}
/*-------------Menu----------------*/
.navbar-inverse
{
    background-color: transparent;
    border: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    border-radius: 0;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}
.navbar-inverse .navbar-brand
{
    
    font-weight:600;
    color: black;
    
    
    font-size: 40px;
    padding: 25px 5px;
    border-radius: 0 0 40px 40px;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover
{
    color: black;
    /*background-color: #3E3C3F;*/
}
.navbar-nav
{
    float: right;
    display: block;
    margin:10px 0;
    margin-left: 20px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-nav > li {
   /* border-right: 2px solid;*/
}
.navbar-inverse .navbar-nav > li > a
{
    color: #3f3f3f;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    position: relative;
    font-size: 14px;
    /*padding-top: 24px;
    padding-bottom: 24px;*/
    font-weight: 800;
    text-align: center;

}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
{
    color: #000;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover
{
    color: #000;
    background-color: transparent;
}

/*-------------Fixed header-------------*/
.fixed-header
{
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}

.fixed-header .navbar-nav > li > a
{
    color: #1C1A25;
}

.fixed-header .navbar-nav > li > a:hover, .fixed-header .navbar-nav > .active > a, .fixed-header .social-block a:hover
{
    color: #e00000;
}

.fixed-header .navbar-nav > li > a:focus .fixed-header .navbar-nav > .active > a, .fixed-header .navbar-nav > .active > a:focus, .fixed-header .navbar-nav > .active > a:hover
{
    color: #fdce0c;
}


/*-------------------------------------*/

.social_icon{
position: absolute;
bottom: 35px;
z-index: 5;
left: 70px;
}
.social_icon a {
  border: 2px solid #545454;
  border-radius: 5px;
  padding: 5px;
    margin: 0px 2px;
    display: inline-block;
}
.social_icon a i{ color: #1d1d1d ;
  width: 20px;
  height: 20px;
  padding: 3px;
/*  font-size: 18px;*/
}
.social_icon .fa-facebook:hover{
  color: #3b5998;
}
.social_icon .fa-instagram:hover{
  color: #e1306c;
}
.social_icon .fa-snapchat-ghost:hover{
  color: #fffc00;
}



/*------------General------------*/
.general_row
{
    display: block;
    margin: 0;
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    letter-spacing: 0;
    background: #000;
}
.main_title
{
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 0 70px;
    font-family: 'Comfortaa' , cursive;
    font-size: 4em;
    color: #b3cbd3;
    text-shadow: 0 5px 3px rgba(0,0,0,.1);
}
/*.main_title::before
{
    content: '';
    position: absolute;
    left: -80px;
    bottom: 0;
    width: 183px;
    height: 2px;
    background: #e00000;
}*/
.pagebanner_row
{
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}
.pagebanner_row img
{
    width: 100%;
}

/*************/
.movie_line{
        color: #9e9e9e;
    float: right;
    font-size: 22px;
    letter-spacing: 0.2px;
}


.mobile_banner
    {
        display:none;
    }
.banner_overlay
{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 450px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(228,229,221,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(228,229,221,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(228,229,221,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6e4e5dd',GradientType=0 );
}
.text_block
{
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: left;
    z-index: 99;
    width: 85%;
}
.text_block h2
{
    display: inline-block;
    font-size: 12em;
    color: #E5BA35;
    letter-spacing: 1px;
    margin: 0;
    font-family: 'LovelyQuotes';
    text-shadow: 0 5px 1px #fff;
}
.text_block p
{
    font-size: 2.5rem;
    text-transform: capitalize;
    color: #3f3f3f;
    display: inline-block;
    margin: 0px;
    letter-spacing: 2px;
}
.ml10
{
    position: relative;
}

.ml10 .text-wrapper
{
    position: relative;
    display: inline-block;
    padding-top: 0em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml10 .letter
{
    display: inline-block;
    line-height: 1.2em;
    transform-origin: 0 0;
}
.down_link
{
    display: block;
    position: absolute;
    z-index: 99;
    bottom: 2%;
    right: 10%;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
    background: url('../images/down.png')no-repeat center;
    background-size: cover;
}
.down_link img
{
    width: 40px;
}
.down_link:hover
{
    transform: rotate(360deg);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}
.down_link:hover img
{
    transform: rotate(-360deg);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}
.pagebanner_row .social-link
{
    display: inline-block;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    bottom: 4%;
    left: 8%;
}
.pagebanner_row .social-link span
{
    display: inline-block;
    margin: 0px;
    color: #3f3f3f;
    font-size: 15px;
    vertical-align:middle
}
.pagebanner_row .social-link a
{
    display: inline-block;
    margin-right: 5px;
    color: #3f3f3f;
    font-size: 18px;
    line-height: 1.9;
    text-align: center;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
    width: 35px;
    height: 35px;
    border: 1px solid #3f3f3f;
    border-radius: 50%;
    vertical-align:middle;
}
.pagebanner_row .social-link a:hover
{   
    background: #fdce0c;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}

/*----------Feedback form----------*/
.feedback-form
{
    display: block;
    overflow: hidden;
    width: 100%;
    /*background: rgba(255, 255, 255, 0.37);*/
    padding: 10px 0;
    min-height:190px;
}
.showfeedback-panel
{
    position: fixed;
    display: none;

    top: 60px;
    z-index: 9999;
    right: 115px;
    width: 300px;
    border-radius:10px;
    background: #f1f1f1;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #b1b1b1,inset 0 0 5px #ddd;
}
.showfeedback-panel::before
{
    content: '';
    position: absolute;
    right: 35px;
    top: -18px;
    border: 8px solid;
    border-color: transparent transparent #F37735 transparent;
}
.feedback-form span
{
    font-size:12px;
    text-transform: uppercase;
    color:#7e7e7e;
    line-height: 2em;
}
.remove-padding
{
    padding:0;
}
.feedback-form .form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 16px 12px;
    margin-bottom:7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cacaca;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    letter-spacing: 0;
}
.feedback-form .form-control:focus {
    border-color: #F8910C;
}
.feedback-form textarea.form-control {
    height: auto;
}
.feedback-form .submit-btn,.feedback-form .clear-btn {
   padding:5px;
}
.feedback-form .submit-btn:hover {
    background: #F8910C;
    color: #fff;
}

/*--------------about--------------*/
.about_row
{
    background: #000;
}
.about_row::before
{
    content:'';
    position:absolute;
    height:100%;
    width:1px;
    background:rgba(0,0,0,.1);
    top:0;
    right:12.5%;
    transform:translate(-50%,0%);
}
.about_content
{
    display: block;
    position: relative;
    width: 100%;
    background: #232323;
    padding: 50px 20px;
    margin: 0px;
    min-height: 250px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.02);
}
.about_content h2
{
    position: relative;
    display: inline-block;
    padding-left: 50px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #b3cbd3;
    margin: 15px 0;
}
.about_content h2::before
{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 40px;
    background: #e00000;
}
.about_content p
{   color: white;
    font-size: 15px;
    padding-left: 50px;
    text-align:justify;
}
/*--------------showcase_row--------------------*/
.showcase_row::before
{
    content:'';
    position:absolute;
    height:100%;
    width:1px;
    background:rgba(0,0,0,.1);
    top:0;
    left:50%;
    transform:translate(-50%,0%);
}
.showcase_row .main_title
{
    color: #b3cbd3;
   
}
.showcase_row .main_title::before
{
    left: auto;
    
}
.showcase_row .showcase_block
{
    display: block;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 10px;
    margin: 0px;
    min-height: 250px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.gallery
{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 306px;
}
.gallery img
{
    width: 100%;
    height: 306px;
    object-fit: cover;
}
.gallery .overlay
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    background: rgba(0,0,0,.5);
}
.gallery .icon
{
    position: absolute;
    z-index: 99;
    right: 10px;
    bottom: 0;
    color: #fdce0c;
    font-size: 2.5em;
    font-family: 'Comfortaa' , cursive;
    text-transform: lowercase;
    opacity: 0;
}
.gallery:hover .overlay, .gallery:hover .icon
{
    opacity: 1;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
}
/*---------------footer---------------*/
.footer_row
{
    background: #1d1d1d;
    overflow: hidden;
    padding: 0;
}
.ft_block
{
    display: block;
    background: #252425;
    padding: 100px 0 100px 100px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.footer_row h2
{
    margin: 0;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    text-align: right;
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.footer_row b
{
    display: inline-block;
    font-size: 2em;
    position: relative;
    color: rgba(255,255,255,.5);
    font-family: 'Comfortaa' , cursive;
    position: relative;
    right: -1px;
    background: #1d1d1d;
    padding: 10px 10px 8px 30px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 200;
    border-radius: 50px 0 0 50px;
}
.footer_row span
{
    display: inline-block;
    font-size: 1em;
    position: relative;
    color: rgba(255,255,255,.5);
    background: #1d1d1d;
    padding: 10px 10px 9px 20px;
    letter-spacing: 3px;
    font-family: 'Comfortaa' , cursive;
    border-radius: 50px 0 0 50px;
}
.footer_row .social-link
{
    display: block;
    margin: 100px 0 0;
    text-align: center;
    overflow: hidden;
}
.footer_row .social-link p{
        border: 2px solid #b3cbd3;
padding:13px;
    
    border-radius: 50%;
    height:60px;
    width:60px;
}
.footer_row .social-link img{
    width: 30px;
}

.footer_row .social-link li{
    list-style: none;
}
.footer_row .social-link li
{
    display: inline-block;
    margin-right: 25px;
    
    font-size: 2em;
    line-height: 1.7;
    text-align: center;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
    text-shadow: 0 5px 2px rgba(0,0,0,.2);
}
.footer_row .social-link li a
{
    color: rgba(255,255,255,.25);
   }
.footer_row .social-link a:last-child
{
    margin-right: 0px;
}
.footer_row .social-link a:hover
{
    text-shadow: 0 -5px 1px rgba(0,0,0,.2);
    color: #b3cbd3;
    transition: all ease-in-out .7s;
    -webkit-transition: all ease-in-out .7s;
}
.mailid
{
    font-size: 14px;
    color: rgba(255,255,255,.4);
    margin: 10px 0 0;
    letter-spacing: 1px;
}
.mailid strong
{
    color: rgba(255,255,255,.4);
    font-weight: 500;
}



.contact_info1 ul {
  margin: 0;
  margin-top: 10px;
  margin-left: 20px;
  padding: 0 0 0 5px;
}
.contact_info1 ul li {
  list-style: none;
  padding: 5px 0;

  display: block;
}
.contact_info1 ul li p {
  position: relative;
 
  margin-bottom: 5px;
  display: block;
  margin-left: 3px;
  font-size: 14px;
}
.contact_info1 ul li p i {
  position: absolute;
  top: 2px;
  left: 125px;
  font-size: 15px;
  color: #fb0103;
  
}
.copyright
{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px;
    margin: 0;
    background: #3E3C3F;
}
.copyright p
{
    margin: 0;
    font-size: 14px;
}
/*---------------Back To Top------------------*/
.cd-top
{
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 5%;
    right: 3%;
    overflow: hidden;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    line-height: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
    padding: 8px 5px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #b3cbd3;
}
.cd-top i
{
    font-size: 20px;
    color:#e00000;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover
{
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible
{
    visibility: visible;
    opacity: 1;
}
.cd-top:hover
{
    background: #b3cbd3;
    border-color: #b3cbd3;
}
.cd-top:hover i
{
    color: #e00000;
}


/****************************************15-3/*/
portfolio_group .pf_block
{
  display: block;
  width: 100%;
  min-height: 250px;
  position: relative;
  margin: 10px 0;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}
.portfolio_group .pf_block img
{
  width: 100%;
  /*   width: 333px; */
  /* height: 250px; */
  margin-bottom: 20px
}

.mrg_gallery{margin:0 0px;}

.mobile_view{
  display: none;
}
/**********************/
#portfolio {  
    margin: 1rem 0;
/*    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;*/
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}
.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.tile:hover { 

}

.scale-anm {
  transform: scale(1);
}



.toolbar .btn {
   font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color:#b3cbd3;
   
    
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: .5rem 1rem;
    margin: 0;
    height: auto;
    border: 1px solid;
    vertical-align: middle;
    -webkit-appearance: none;
    margin-bottom: 25px;

   
    background: transparent;
    border:2px solid #3E3C3F;
   
}

.btn:hover {
  text-decoration: none;
  background: #b3cbd3;
  color: black;
}

.btn:focus {
  outline: none;
  border-color: var(--darken-2);
  box-shadow: 0 0 0 3px var(--darken-3);
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.fil-cat{

 color: #fdce0c;   
}





.img_block {
	display: block;
	position: relative;
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden;
	height: 200px;
	border-radius: 5px
}

.img_block .pic {
	width: 100%;
	height: 200px;
	object-fit: cover
}

.img_block .overlay {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	border-radius: 5px;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	background: rgba(255, 255, 255, .7)
}

.img_block .img_desc {
	position: absolute;
	z-index: 111;
	width: 90%;
	height: auto;
	opacity: 0;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	font-size: 20px;
	color: #310e03;
	padding: 10px
}

.img_block:hover .img_desc,
.img_block:hover .overlay {
	opacity: 1;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out
}
.img_block .pic {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.img_block i {position: absolute;
    z-index: 99;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #1C1A25;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    padding-top: 14px;
    background: rgba(255,255,255,.95);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}
.img_block:hover i {
    top: 50%;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
}


/************************* popup*************/
.css-only-modals {
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	text-align: center;
	white-space: nowrap;
	height: 100%;
}

.css-only-modals:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.css-only-modal-check {
	pointer-events: auto;
}

.css-only-modal-check:checked ~ .css-only-modal {
	opacity: 1;
	pointer-events: auto;
}

.css-only-modal {
	width: 66%;
    background: #FFF;
    z-index: 1;
    display: inline-block;
    position: relative;
    pointer-events: auto;
    padding: 25px;
    text-align: right;
    border-radius: 4px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none;
   /* height: 360px;*/
    padding-top:10px;
}

.css-only-modal h2 {
	text-align: center;
}

.css-only-modal p {
	text-align: left;
	    padding: 0 20px;
}

.css-only-modal-close {
	position: absolute;
    top: 2px;
    right: 13px;
    cursor: pointer;
}

.css-only-modal-check {
	display: none;
}

.css-only-modal-check:checked ~ #screen-shade {
	opacity: 0.5;
	pointer-events: auto;
}

#screen-shade {
	opacity: 0;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	transition: opacity 0.8s;
}

.product_img {
    text-align: center;
    width: 350px;
    display: inline;
    padding: 25px;
    height: 350px;
}


.product_img img
{
     box-shadow: 0px 0px 5px #000;
    border-radius: 5px;
    width: 100%;
    height: auto;}
.dtails {
  
    /*display: inline-block;*/
}
.Poup_Details .block1 h2
{
    color: #525252;
    font-family: Michroma;
    font-weight: normal;
    font-size: 20px;
    color: #303030;
    word-spacing: 4px;
        margin-bottom: 14px;
}
.Poup_Details .block2 h3
{
    font-size: 38px;
    color: #525252;
    font-family: Arial;
        margin-bottom: 11px;
}
.css-only-modal-check:checked ~ #screen-shade {
    opacity: 0.5;
    pointer-events: auto;
}
#screen-shade {
    opacity: 0;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.8s;
}


.requirefieldLbl {
    padding: 0px 8px;
    position: absolute;
    bottom: 10px;
    left: 7px;
    color: #fff !important;
    display: block;
    margin-bottom: -27px;
    z-index: 100;
    background-color: red;
    border-radius: 3px;
    font-size: 1.2rem;
    letter-spacing: 0px;
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,.2);
    animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
    -webkit-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
    -moz-animation: shoReq 250ms cubic-bezier(.22,.93,.03,1.27);
    transform-origin: left top;
    font-family: 'Kanit', sans-serif;
}