@charset "utf-8";
* {
    outline: none;
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    box-sizing:border-box;
	
}
body {
    text-decoration: none;
    background:#fff;
    font-family: 'Poppins', sans-serif;
	 font-size:16px;
    color:#505050;
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
@font-face {
    font-family: 'Nikotinus';
    src: url('../fonts/NikotinusDEMO-Regular.eot');
    src: url('../fonts/NikotinusDEMO-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NikotinusDEMO-Regular.woff2') format('woff2'),
        url('../fonts/NikotinusDEMO-Regular.woff') format('woff'),
        url('../fonts/NikotinusDEMO-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Marck Script';
    src: url('../fonts/MarckScript-Regular.eot');
    src: url('../fonts/MarckScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MarckScript-Regular.woff2') format('woff2'),
        url('../fonts/MarckScript-Regular.woff') format('woff'),
        url('../fonts/MarckScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'), url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/Poppins-ExtraLight.woff') format('woff'), url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
.clear {
    clear: both 
}
audio, ::selection {
    background:#00a6ff;
    color: #fff;
}
.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
.effect-shine1:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(255,172,0,1) 30%, #000 50%, rgba(255,172,0,.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine1 {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
input.footer-box::-webkit-input-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.footer-box::-moz-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.footer-box:-ms-input-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.footer-box:-moz-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}

input.enquiry-main-box::-webkit-input-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.enquiry-main-box::-moz-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.enquiry-main-box:-ms-input-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.enquiry-main-box:-moz-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.contact-box::-webkit-input-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.contact-box::-moz-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.contact-box:-ms-input-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
input.contact-box:-moz-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.footer-box::-webkit-input-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.footer-box::-moz-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.footer-box:-ms-input-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.footer-box:-moz-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.enquiry-text::-webkit-input-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.enquiry-text::-moz-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.enquiry-text:-ms-input-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.enquiry-text:-moz-placeholder {
    color:#fff !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.calback-box1::-webkit-input-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.calback-box1::-moz-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.calback-box1:-ms-input-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
textarea.calback-box1:-moz-placeholder {
    color:#666 !important;
    font-size:1em !important;
    opacity:1 !important;
    font-family: 'Poppins', sans-serif;
    text-transform:capitalize;
    font-weight:400;
}
.img-full{
    width: 100%;
    height:auto;
    display: block 
}
.img-responsive {
    max-width: 100%;
    height:auto;
}
.container{
    width:100%;
    padding-left:5%;
    padding-right:5% 
}
.logo1{
    display:none 
}
.banner-wraper{
    width:100%;
    height:auto;
    position:relative;
    z-index:9;
    margin-top:120px;
}
.banner-caption{
    width: auto;
	float:right;
}
.banner-caption-mid{
    font-size:4.375em;
    color:#ca4c43;
    font-family: 'Montserrat';
    letter-spacing:-2px;
	font-weight:700;
	text-transform:uppercase;
}

.caption-sub{
    font-size:3.000em;
    color:#ca4c43;
    font-family: 'Montserrat';
    line-height:1em;
    font-weight:300;
    letter-spacing:2px;
	text-transform:uppercase;
	text-align:left;
}
.readmore{
	width:auto;
	height:auto;
	text-align:right;
	text-transform:uppercase;
	color:#666;
	font-family: 'Montserrat';
	font-size:1em;
}
.readmore a{
	width:auto;
	height:auto;
	text-align:right;
	text-transform:uppercase;
	color:#666;
	font-family: 'Montserrat';
	font-size:1em;
	 -webkit-transition: padding .4s;
   -moz-transition: padding .4s;
   -o-transition: padding .4s;
   transition: padding .4s;
   letter-spacing:-1px;
}
.readmore a:hover{ padding-right:8px;}
.footer-bottom-wraper{
	width:100%;
	height:auto;
	background-color:#ca4c43;
}
.banner-caption p{
    font-family:inherit;
    font-size:1.125em;
    font-weight:400;
    line-height:28px;
    color:#fff;
    width:45%;
    margin:0 auto 
}

.footer-bottom-wrap{
    width:100%;
    height:auto;
}
.footer-wraper{
	width:100%;
	height:auto;
	background-color:#fff;
}
.footer-container{
	width:100%;
	height:auto;
	border-top:1px solid #ccc;
	padding-top:50px;
	padding-bottom:30px;
}
.footer-contents{
	width:25%;
	height:auto;
	float:left;
}
.footer-contents:nth-child(2){
	width:10%;
}
.footer-contents:nth-child(3){
	width:40%;
	padding-right:2.5%;
	padding-left:2%;
}
.footer-social-links {
 padding:0;
 margin:0em 0 0;
 text-align:left;
 float:left;
 padding-top:0.5em;
}
.footer-social-links ul {
 margin:0px;
 padding:0px;
 list-style-type:none;
 width:auto;
}
.footer-social-links ul li {
 list-style:none;
 height:58px;
 width:58px;
 float:left;
 margin-right:10px;
 background-color:#ca4c43;
  border-radius:50%;

}
.footer-social-links ul li a {
 height:58px;
 width:58px;
 display:block;
 text-align: center;
 font-size:1.5em;
 color:#fff;
 line-height:58px;
  border-radius:50%;
}
.footer-social-links ul li a:hover {
 color:#fff;
 font-size:1.5em;
 background-color:#f28e5b;
}
.footer-for-link {
 margin-bottom:1.5em;
}
.footer-icon {
 font-size:1.5em;
 margin-right:5px;
}
.footer-address-container{
	width:100%;
	height:auto;
	padding-bottom:1em;
}
.footer-icon{
	width:10%;
	height:auto;
	float:left;
	text-align:left;
	padding-top:5px;
}

.footer-details{
	width: auto;
	height:auto;
	float:left;
}
.footer-details p{
	width:100%;
	height:auto;
	font-family: 'Montserrat';
	font-size:1em;
	color:#666;
	line-height:26px;
	font-weight:400;
}

.footer-address-container ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
	padding-top:3em;
}
.footer-address-container ul li {
    font-family: 'Montserrat';
	font-size: 1em;
	color:#666;
	line-height:32px;
	font-weight: 400;
	background:url(../images/footer-links.png) no-repeat left center;
	padding-left:15px;
}
.footer-address-container ul li a {
   font-family: 'Montserrat';
	font-size: 1em;
	color:#666;
	line-height: 26px;
	font-weight: 400;
    -webkit-transition:padding .2s;
    -moz-transition:padding .2s;
    -o-transition:padding .2s;
    transition:padding .2s;
	
}
.footer-address-container ul li a:hover {
    font-family:inherit;
    font-size:1em;
    color:rgba(0,0,0, 1);
    padding-left:3px;
    font-weight:400 
}
.footer-title{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'Montserrat';
	font-size:1.500em;
	color:#ca4c43;
	text-transform:uppercase;
	font-weight:700;
	padding-top:0.5em;
}
.footer-form{
	width:100%;
	height:auto;
	padding-top:0.25em;
}
.footer-form-for{
	width:48.5%;
	margin-right:3%;
	margin-bottom:4%;
	float:left;
}
.footer-form-for:nth-child(2n+2){ margin-right:0%;}
.footer-box {
    width: 100%;
    height: 40px;
    border: 1px solid #ca4c43;
	padding-left: 2.5%;
	padding-right: 2.5%;
	line-height: 40px;
	font-weight: normal;
	font-style: normal;
	color:#666;
	font-size: 1em;
	background-color:#fff;
}
.button-submit {
 color:#fff;
 outline:none;
 background:transparent;
 border:none;
 padding:0px 20px;
 line-height:40px;
 position:relative;
 display:inline-block;
 cursor:pointer;
 text-decoration:none;
 overflow:hidden;
 transition:all .5s;
 z-index:1;
 font-family: inherit;
 font-size:1em;
 font-weight:500;
 float:right;
 text-transform:uppercase;
}
.button-submit:before,
.button-submit:after {
 content:'';
 position:absolute;
 left:0;
 top:0;
 right:0;
 bottom:0;
 height:100%;
 background:#f28e5b;
 z-index:-1;
 transform:translate3D(0,-100%,0);
 transition:all .5s;
}
.button-submit:before {
 background:#ca4c43;
 z-index:-2;
 transform:translate3D(0,0,0);
}
.button-submit:hover {
 color:white;
}
.button-submit:hover:after {
 transform:translate3D(0,0,0);
 transition:all .5s;
}
.copy-right {
    width: auto;
    height: auto;
    line-height:44px;
    padding-right: 10px;
    float: left;
    font-family: 'Montserrat';
    font-size:1em;
    font-weight:300;
    color: rgba(255,255,255,1);
}
.designed {
    width:auto;
    height:auto;
    float:right;
}
.designed p {
    width:auto;
    height:auto;
    float:right;
    font-family: 'Montserrat';
    font-size:1em;
    font-weight:300;
    line-height:44px;
    color: rgba(255,255,255,1);
}
.designed p a {
    text-decoration:none;
    font-weight:300;
    font-size:1em;
    color: rgba(255,255,255,1);
}
.designed p a:hover {
    text-decoration:none;
    color:#222;
}
.designed-ido {
    float: right;
    height: auto;
    padding-left: 8px;
    width: auto;
    line-height:44px;
}
.footer-container{
    width:100%;
    height:auto;
    padding-top:2em;
    padding-bottom:2em;
}

.top-wraper{
    width:100%;
    height: auto;
}
.top-container{
    width:100%;
    padding-left:5%;
    padding-right:5%;
}
.tophead{
    width:100%;
    height:40px;
    position:relative;
}
.top-header{
    width:100%;
    height:auto;
    position:relative;
    z-index:99 
}
.top-contact{
    width: auto;
    height:40px;
    float:right;
    clear: both;
    padding-top:10px;
}
.logo-container{
    width:auto;
    height:auto;
    position:absolute;
    left:0;
    top:0;
    padding-top:10px;
}

.menu-container{
    width:100%;
    height: auto;
  /*  display:flex;
    justify-content:center;
    align-items:center;*/
}
.nav{
    /*display:flex;
    justify-content:center;
    align-items:center;*/
	float:right;
	padding-top:1.5em;
}
.logo{
    width:auto;
    height:auto;
    float:left;
	/*margin-left:2em;
	margin-right:2em;*/
	padding-top:0.5em;
}
.effect-shine:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
.effect-shine1:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(255,172,0,1) 30%, #000 50%, rgba(255,172,0,.6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
}
@-webkit-keyframes shine1 {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
.top-quickwraper{
    width:100%;
    height:auto;
    background-color:#ca4c43;
}
.quick-left{
    width:auto;
    height:auto;
    float:left;
    line-height:40px;
    color:#fff;
    font-family: 'Open Sans';
    font-size:1em;
    font-weight:300;
    position: absolute;
    left: 0;
    z-index: 999;
}
.quick-left a{
    line-height:40px;
    color:#fff;
    font-family: 'Montserrat';
    font-size:1em;
    font-weight:300;
}
.header-contact{
    width:auto;
    height:auto;
    float:right;
    position: absolute;
    right: 0;
    z-index: 999;
}
.header-call{
    width:auto;
    height:auto;
    float:left;
    line-height:40px;
    font-family: 'Montserrat';
    font-size:1em;
    font-weight:400;
    margin-left:1em;
    color:#fff;
}
.header-call a{
    line-height:40px;
    font-family: 'Montserrat';
    font-size:1em;
    font-weight:400;
    color:#fff;
}

.welcome-wrap{
	width:100%;
	height:auto;
	background-color:#fff;
	padding-top:3em;
	position:relative;
	padding-bottom:1em;
}
.welcome-bg{
	width:auto;
	height:auto;
	position:absolute;
	right:0;
	bottom:0em;
}
.consulting{
	width:30%;
	height: auto;
	float:left;
	margin-top:-6em;
	z-index:9;
	position:relative;
}

.welcome-subpic{
	width:60%;
	height:auto;
	position:absolute;
	bottom:-20px;
	right:-20px;
}

.welcome-content{
	width:70%;
	height:auto;
	float:left;
	padding-left:5%;
}
 .welcome-title{
	 width:100%;
	 height:auto;
	 text-align:left;
	 font-family: 'Montserrat';
	 font-weight:normal;
	 color:#333;
	 font-size:2.375em;
	 letter-spacing:-2px;
	 line-height:1.2em;
	 position:relative;
	}
	
	 .welcome-title::after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 1px;
    background-color:#ca4c43;;
    position: absolute;
    top: 0.7em;
    left: 6em;
}
 .welcome-title span{
	 font-family: 'Montserrat';
	 font-weight:bold;
	 font-size:1.421em;
	 color:#ca4c43;
	 text-transform:uppercase;
}
.welcome-sub{
	 width:100%;
	 height:auto;
	 text-align:left;
	 font-family: 'Montserrat';
	 color:#666;
	 font-size:1.250em;
	 font-weight:600;
	 margin-top:1.25em;
	 line-height:1.5em;
	}
.welcome-content p{
	width:100%;
	height:auto;
	text-align: justify;
	line-height:28px;
	font-family: 'Montserrat';
	font-size:1em;
	padding-top:0.5em;
	color:#666;
	padding-right:10%;
}
.welcome-logo{
	width:100%;
	height:auto;
	text-align:center;
}

.home-service-wraper{
	width:100%;
	height:auto;
	padding-top:3em;
	padding-bottom:1em;
}
.home-service-subtitle{
	width:100%;
	height:auto;
	text-align: center;
	font-size:2.813em;
	color:#0682c4;
	font-family: 'Montserrat';
	letter-spacing:-1px;
	margin-bottom:0.5em;
	 z-index: 9;
	 position:relative
}
.home-sub-title{
	font-size:1em;
	color:#000;
	font-family: 'Marck Script';
	letter-spacing:-1px;
	 z-index: 99;
	 margin:0 auto;
	 width: max-content;
}
.home-sub-title::after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 1px;
    background-color:#ca4c43;
    margin-bottom: 12px;
    margin-left: 0.5em;
}
.home-sub-title:before {
    content: "";
    display: block;
    width: 2em;
    height: 1px;
    float: left;
   margin: 25px 20px 0 0;
	background-color: #ca4c43;
}

#about_big {
    z-index:-1;
    font-family: 'Montserrat';
    font-size:1.867em;
    color:#ebebeb;
    overflow: hidden;
    padding: 0;
    bottom: -32%;
    left: 0;
    position: absolute;
	right:0;
	 font-weight:700;
}

.box-group{
     text-align: center;
     overflow: hidden;
     position: relative;
}
 .box-group img{
     width: 100%;
     height: 100%;
     transform: scale3d(1, 1, 1);
     transition: all 0.3s ease 0s;
     display:block;
}
 .box-group:hover img{
     transform: scale3d(1.15, 1.15, 1);
}
 .box-group .box-content{
     width: 100%;
     height: 100%;
     background-color: rgba(0,0,0,0.6);
     padding-top: 35%;
     color: #fff;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     z-index: 2;
     transition: all 0.3s ease 0s;
}
 .box-group:hover .box-content{
     opacity: 1;
}
 .box-group .box-content:before, .box-group .box-content:after{
     content: "";
     position: absolute;
     top: 15px;
     left: 15px;
     bottom: 15px;
     right: 15px;
     border: 1px solid rgba(255, 255, 255, 0.7);
     opacity: 0;
     z-index: -1;
     transform: scale(1.5);
     transition: all 0.6s ease 0.2s;
}
 .box-group .box-content:before{
     border-top: none;
     border-bottom: none;
     left: 30px;
     right: 30px;
}
 .box-group .box-content:after{
     border-left: none;
     border-right: none;
     top: 30px;
     bottom: 30px;
}
 .box-group:hover .box-content:before, .box-group:hover .box-content:after{
     opacity: 1;
     transform: scale(1);
}
 .box-group .content-inner{
     opacity: 0;
     transform: scale(0);
     transition: all 0.3s ease 0s;
}
 .box-group:hover .content-inner{
     opacity: 1;
     transform: scale(1);
}
 .box-group .title{
     font-size: 22px;
     font-weight: 700;
     color: #00fff2;
     letter-spacing: 1px;
     text-transform: uppercase;
     margin: 0 0 10px;
}
 .box-group .post{
     display: block;
     font-size: 15px;
     font-weight: 600;
     font-style: italic;
     margin-bottom: 15px;
}
 
 .home-products{
     width:100%;
     height:auto;
     float:left;
}
 .home-products:nth-child(4n+4){
     margin-right:0%;
}
 .box-group-icon {
     position: absolute;
     bottom:2em;
     left: 0px;
     color: rgba(255,255,255,1) !important;
     font-size: 1.25em;
     font-family: 'Montserrat';
     text-transform: uppercase;
     width:100%;
     text-align:center;
	 z-index:2;
	 font-weight:500;
}
.sliding-bg{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	bottom:-3px;
	z-index:99;
}
/*a:hover .sliding-bg{
     display:none !important;
}*/
 a:hover .box-group-icon{
     display:none !important;
}
 .group-link{
     position: absolute;
     top: 0;
     bottom: 0;
     margin: auto;
     height: 60px;
     left: 0;
     right: 0;
}
.box-group .icon{
    list-style: none;
    padding: 0;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
	bottom:0;
	right:0;
	margin:auto;
}
.box-group:hover .icon{
    left: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}
.box-group .icon li{ display: inline-block; }
a .box-group .icon li {
    width:40px;
    height:40px;
    line-height:40px;
    background:#ca4c43;
    font-size:18px;
    color: #fff;
    transition: all 0.5s ease 0s;
	 position: absolute;
    top:0;
    left:0;
	bottom:0;
	right:0;
	margin:auto;
	border-radius:50%;
	
}
#home-timing-wrap{
	width:100%;
	margin-top:1em;
	height: auto;
	padding-top:6em;
	padding-bottom:5em;
	position:relative;
}
.timing-wraper{
	width:100%;
	height:25px;
	position:absolute;
	bottom:-2px;
	left:0;
	background:url(../images/slidingbg.png) repeat-x;
}
 section.module:last-child {
     margin-bottom:0;
}
 section.module p:last-child {
     margin-bottom:0;
}
 section.module.content {
     padding:40px 0;
}
 section.module.parallax {
     height:auto;
     background-position:50% 50%;
     background-repeat:no-repeat;
     background-attachment:fixed;
     -webkit-background-size:cover;
     -moz-background-size:cover;
     -o-background-size:cover;
     background-size:cover;
     background-color:#000;
}
 section.module.parallax-1 {
     background-image: url(../images/timing-bg.webp);
}
.weakdays{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
}
.days-container{
	width:10em;
	height:10em;
	border-radius:50%;
	background-color:rgba(242,142,91,0.5);
	float:left;
	margin-left:0.1em;
	margin-right:0.1em;
	padding:0.6em;
	
}
.days-wrap{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:rgba(242,142,91,1);
	border-radius:50%;
}
.sat-wraper{background-color:rgba(228,50,43,0.5) !important;}
.sat{background-color:rgba(228,50,43,0.5) !important;}

.sun-wraper{background-color:rgba(202,76,67,0.5);}
.sun{background-color:rgba(202,76,67,0.5);}



.days-container-inner{
	width:100%;
	height:auto;
}
.daysname{
	width:100%;
	height:auto;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Montserrat';
	font-size:2em;
	letter-spacing:-1px;
}
.days-border{
	width:60%;
	height:1px;
	background-color:#fff;
	margin:0 auto;
	margin-top:0.15em;
	margin-bottom:0.15em;
	line-height:1em;
}
.days-timing{
	width:100%;
	height:auto;
	text-align:center;
	color:#fff;
	font-size:0.875em;
	font-weight:700;
	font-family: 'Montserrat';
}
.appointment-wrap{
	width:100%;
	height:auto;
	text-align:center;
	padding-top:3em;
	display:flex;
	justify-content:center;
}
.appointment{
	font-size:1.25em;
	font-weight:500;
	font-family: 'Montserrat';
	color:#fff;
	padding-bottom:0.5em;
	border-bottom:1px solid rgba(255,255,255,0.5);
	text-transform:uppercase;
}

.appointment a{
	width:auto;
	height:auto;
	color:#fff;
	font-family: 'Montserrat';
	font-size:1em;
	 -webkit-transition: padding .4s;
   -moz-transition: padding .4s;
   -o-transition: padding .4s;
   transition: padding .4s;
   letter-spacing:-1px;
}
.appointment a:hover{ padding-left:5px;}

.video-gallery{
	width:45%;
	height:auto;
	float:left;
}
.video-container{
	width:49%;
	height:auto;
	float:left;
	margin-right:2%;
	margin-top:1%;
	margin-bottom:1%;
}
.video-container:nth-child(2n+2){ margin-right:0%;}
.box{
     overflow: hidden;
    /* box-shadow: 0 0 3px rgba(0,0,0,0.3);
     */
     position: relative;
     cursor:pointer;
}
 .box img{
     width: 100%;
     height: auto;
     transform: scale(1);
     transition: all 0.5s ease 0s;
}
 .box:hover img{
     transform: scale(1.1);
}
 .box .box-content{
     width: 100%;
     height: 100%;
     background: rgba(0,0,0,0.6);
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     transform: rotateY(180deg) scale(0.5);
     transition: all 0.45s ease-out 0s;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .box:hover .box-content{
     opacity: 1;
     transform: rotateY(0deg) scale(1);
}
 .box .box-content:before{
     content: "";
     width: 90%;
     height: 90%;
    /* border: 1px solid #fff;
     */
     position: absolute;
     top: 5%;
     left: 5%;
}
 .box .icon{
     display: inline-block;
     padding: 0;
     margin: 0;
     list-style: none;
     position: relative;
    /*top: 40%;
     */
}
 .box .icon li{
     display: inline-block;
}
 .box .icon li a{
     display: block;
     width: 50px;
     height: 50px;
     line-height: 50px;
     border-radius: 50%;
     background: #fff;
     font-size: 18px;
     transition: all 0.5s ease 0s;
     color: #fff;
}
 .box .icon li a:hover{
     background:#45bf9e;
     color: #fff;
}
 .box .content{
     padding: 10px;
     text-align: left;
     position: absolute;
     bottom: 5%;
     left: 5%;
}
 .box .title{
     font-size: 20px;
     font-weight: bold;
     color: #fff;
     text-transform: uppercase;
     margin: 0 0 5px;
}
 .box .post{
     display: block;
     font-size: 14px;
     color: #fff;
}
 .play{
     width:30px;
     height:20px;
     display:block;
     position:absolute;
     margin:auto;
     left:0;
     right:0;
     bottom:0;
     top:0;
}
 .download-for {
     width: 40px;
     height: 40px;
    /* border: 1px solid #ccc;*/
     border-radius: 50%;
     display: flex;
     justify-content: center;
     color: #2c92d2;
     align-items: center !important;
     line-height: 40px;
     margin-bottom: 10px;
     position: absolute;
     margin: auto;
     left: 0;
     top: 0;
     bottom: 0;
     right: 0;
     /*background-color: #fff;*/
     font-size: 20px;
}

.download-for1{ background-color:#fff;}
.location-home{
	width:55%;
	height:100%;
	display:block;
	padding-left:5%;
	float:left;
	
}
.bottom-logo{
	width:100%;
	text-align:center;
}
.bottom-logo img{ max-width:75%;}
.home-gallery-container{
	width:100%;
	height:auto;
	margin-top:0.5em;
}
.home-gallery-left{
	width:29%;
	height:auto;
	float:left;
}
.gallery-left-home{
	width:100%;
	height:auto;
	margin-bottom:1em;
}
.home-gallery-right{
	width:70%;
	padding-left:1%;
	float:left;
}
.gallery-right-left{
	width:49.25%;
	height:auto;
	float:left;
	margin-right:1.5%;
}
.gallery-right-left:nth-child(2){ margin-right:0%;}
.gallery-bg{
	width:auto;
	height:auto;
	position:absolute;
	right:0;
	bottom:2em;
}
.header-social{
	width:auto;
	height:auto;
	float:left;
	background-color:#f64a60;
	margin-left:1em;
}
.header-social ul {
 margin:0px;
 padding:0px;
 list-style-type:none;
 width:auto;
}
.header-social ul li {
 list-style:none;
 height:40px;
 width:40px;
 float:left;
 border-left:1px solid rgba(255,255,255,0.1)
 

}
.header-social ul li a {
 height:40px;
 width:40px;
 display:block;
 text-align: center;
 font-size:1em;
 color:#fff;
 line-height:40px;
}
.header-social ul li a:hover {
 color:#fff;
 font-size:1em;
 background-color:#f28e5b;
}
/*************************************************** S ABOUT US ***************************************************/
.inner-subtitle{
	width:100%;
	height:auto;
	text-align: left;
	font-size:2.813em;
	color:#0682c4;
	font-family: 'Montserrat';
	letter-spacing:-1px;
	margin-bottom:0.5em;
	 z-index: 9;
	 position:relative
}
.inner-title-for{
	font-size:1em;
	color:#000;
	font-family: 'Marck Script';
	letter-spacing:-1px;
	 z-index: 99;
	 width: auto;
}
.inner-title-for::after {
    content: "";
    display: inline-block;
    width: 2em;
    height: 1px;
    background-color:#ca4c43;
    margin-bottom: 12px;
    margin-left: 0.5em;
}
.inner-title-for:before {
    content: "";
    display: block;
    width: 2em;
    height: 1px;
    float: left;
   margin: 25px 20px 0 0;
	background-color: #ca4c43;
}

#inner_big {
    z-index:-1;
    font-family: 'Montserrat';
    font-size:1.867em;
    color:#ebebeb;
    overflow: hidden;
    padding: 0;
    bottom: -32%;
    left:0.75em;
    position: absolute;
	right:0;
	 font-weight:700;
}


.about-pics{
    width: 35%;
    height: auto;
    float: left;
    margin-top: -6em;
    z-index: 9;
    position: relative;
}
.about-content {
    width: 65%;
    height: auto;
    float: left;
    padding-right: 5%;
	padding-top:3em;
}


.about-content p {
    width: 100%;
    height: auto;
    text-align: justify;
    line-height: 28px;
    font-family: 'Montserrat';
    font-size: 1em;
    padding-top: 0.5em;
    color: #666;
}
.about-for{
	width:100%;
	height:auto;
	background-color:#fff;
	padding-top:5em;
	padding-bottom:2em;
	margin-bottom:5em;
	margin-top:2em;
}
.about-for-container{
	width:100%;
	height:auto;
	position:relative;
	display:flex;
	align-items:center;
	}
.abouth-artist{
	width:40%;
	height:auto;
	float:left;
	z-index:9;
	padding-left:5%
}
.abouth-artist img{ border-bottom:5px solid #fff;}
.artist-details{
	width:60%;
	height:auto;
	float:left;
	padding-left:5%;
	z-index:9;
}
.artist-details p {
    width: 100%;
    height: auto;
    text-align: justify;
    line-height: 28px;
    font-family: 'Montserrat';
    font-size: 1em;
    padding-top: 0.5em;
    color: #fff;
	padding-right:10%;
}
.about-bg {
  width:100%;
  height:90%;
  background-color:#ca4c43;
  -ms-transform: skewY(-8deg); /* IE 9 */
  transform: skewY(-8deg);
  position:absolute;
  left:0;
  bottom:3.5em;
}
.name-artist{
	width:100%;
	height:auto;
	text-align:left;
	color:#fff;
	font-size:1.750em;
	font-weight:600;
}
.artist-designation{
	width:100%;
	height:auto;
	text-align:left;
	color:#fff;
	font-size:1.250em;
	font-weight:500;
	margin-bottom:0.5em;
}
.inner-caption-wrap{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	
	
}
.banner-caption-inner{
	width: auto;
	height:auto;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background-color:#f00;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:auto;
}
.inner-caption{ width:100%; height:auto;}
.innercaption-title{
	width:100%;
	text-align:center;
	color:#333;
	font-size:3.438em;
	 font-family: 'Nikotinus';
	
}
.bred-inner {
 width: auto;
 float:left;
}

.bred-home {
 width:auto;
 height:auto;
 float:left;
 font-family: 'Montserrat';
 font-size:1em;
 color:#666;
 line-height:30px;
 letter-spacing:-1px;
}
.bred-home a {
 width:auto;
 height:28px;
 float:left;
 font-family: 'Montserrat';
 font-size:1em;
 font-weight:400;
 color:#333;
 display:flex;
 align-items:center;
}
.bred-home a:hover {
 width:auto;
 height:28px;
 float:left;
 font-family: 'Montserrat';
 font-size:1em;
 font-weight:400;
 color:#000;
 line-height:28px;
}
.bred-arrow {
width: auto;
height: auto;
float: left;
font-family: 'Montserrat';
font-size: 0.75em;
font-weight: 300;
color:#666;
line-height: 30px;
padding-left: 0.5em;
padding-right: 0.5em;
}
.bred-next {
 width:auto;
 height:auto;
 float:left;
 font-family: 'Montserrat';
 font-size:1em;
 color:#ca4c43;
 line-height:30px;
 letter-spacing:-1px;
 font-weight:400;
}
/*************************************************** S ABOUT US ***************************************************/
.temp{
	width:100%;
	height:auto;
}

/*************************************************** S GALLERY ***************************************************/
.gallery-wraper{
	width:100%;
	height:auto;
	display: -ms-flexbox; /* IE10 */
  	display: flex;
  	-ms-flex-wrap: wrap; /* IE10 */
  	flex-wrap: wrap;
	
}



.gallery-wraper {
  background-color: #f2f2f2;
  padding: 10px;
  max-width:100%;
  margin: 0 auto;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap; /* Shorthand – you could use ‘flex-direction: column’ and ‘flex-wrap: wrap’ instead */
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.gallery-container {
  background-color: orange;
  height: 150px;
  width: 31%;
  margin: 1%;
  padding: 10px;
  float:left;
}

.gallery-container:nth-child(2) {
  background-color: pink;
  height: 250px;
}

.gallery-container:nth-child(3) {
  height: 190px;
}

.gallery-container:nth-child(4) {
  background-color: aqua;
  height: 220px;
}


.box-gallery{overflow:hidden;position:relative;cursor:pointer;}.box-gallery img{width:100%;height:auto;transform:scale(1);transition:all 0.5s ease 0s;}.box-gallery:hover img{transform:scale(1.1);}.box-gallery .box-content{width:100%;height:100%;background:rgba(0,0,0,0.6);text-align:center;position:absolute;top:0;left:0;opacity:0;transform:rotateY(180deg) scale(0.5);transition:all 0.45s ease-out 0s;display:flex;align-items:center;justify-content:center;}.box-gallery:hover .box-content{opacity:1;transform:rotateY(0deg) scale(1);}.box-gallery .box-content:before{content:"";width:90%;height:90%;position:absolute;top:5%;left:5%;}.box-gallery .icon{display:inline-block;padding:0;margin:0;list-style:none;position:relative;}.box-gallery .icon li{display:inline-block;}.box-gallery .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;background:#fff;font-size:15px;color:#0082c8;transition:all 0.5s ease 0s;}.box-gallery .icon li a:hover{ background:#ca4c43;;color:#fff;}.box-gallery .icon li a{ background:#ca4c43;color:#fff;}.box-gallery .content{padding:10px;text-align:left;position:absolute;bottom:5%;left:5%;}.box-gallery .title{font-size:20px;font-weight:bold;color:#fff;text-transform:uppercase;margin:0 0 5px;}.box-gallery .post{display:block;font-size:18px;color:#fff;}


#blog-landing {
position: relative;
max-width: 100%;
width: 100%;
}

.white-panel {
position: absolute;
background: white;
}



/*************************************************** E GALLERY ***************************************************/

/*************************************************** S SERVICES ***************************************************/
.service-name{
	width:100%;
	height:auto;
	display:flex;
	justify-content:center;
	position:absolute;
	left:0;
	bottom:-1em;
	z-index:9;
}

.service-name-for{
	width:auto;
	height:auto;
	background-color:#ca4c43;
font-family: 'Montserrat';
 font-size:1.375em;
 font-weight:700;
 color:#fff;
 text-transform:uppercase;
 padding:0.5em 1.5em
}



/* Popup box BEGIN */
.hover_bkgr_fricc{
    background:rgba(0,0,0,.7);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
	left:0;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 3em 5em;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
	display:flex;
	align-items:center;
	justify-content:center
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
/* Popup box BEGIN */

.hover_bkgr_fricc p{
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 28px;
	font-family: 'Montserrat';
	font-size: 1em;
	padding-top: 0.5em;
	color:#666;
}


.popup-title {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 1.500em;
    color: #ca4c43;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0.5em;
}




/*************************************************** E SERVICES ***************************************************/

/*************************************************** S CONTACT US ***************************************************/
.contact-wrap{
	width:100%;
	height:auto;
	padding-top:2em;
	padding-bottom:2em;
	display:flex;
	justify-content:center;
	
}
.contact-container{
	width: auto;
	height: auto;
	text-align:center;
	margin:1em 1em;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 2em 1.5em;
  min-width: 35%;
}
.contact-container:nth-child(3){ margin-right:0%;}
.contact-icon{
	width:100%;
	height:auto;
	text-align:center;
	padding-bottom:0.5em;
}
.contact-title{
	width:100%;
	height:auto;
	text-align:center;
	font-family: 'Montserrat';
 	font-size:1.375em;
 	font-weight:700;
 	color:#666;
	margin-bottom:0.5em;
}
.contact-container p{
	width:100%;
	height:auto;
	text-align:center;
	line-height:26px;
	font-family: 'Montserrat';
 	font-size:1em;
	color:#666;
	
}
.contact-container-wrap{
	width:100%;
	height:auto;
	padding-left:5%;
	padding-top:2em;
	margin-bottom:5em;
	display: flex;
    align-items:flex-end;
}
.contact-enquiry-container{
	width:35%;
	height:auto;
	float:left;
	background-color:#ca4c43;
	padding:5%;
}
.contact-location{
	width:65%;
	height:auto;
	float:left;
}
.contact-enquiry-title{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'Montserrat';
 	font-size:2.250em;
	color:#fff;
	font-weight:400;
}
.contact-enquiry-container p{
	width:100%;
	height:auto;
	text-align:left;
	font-family: 'Montserrat';
 	font-size:1em;
	color:#fff;
	font-weight:400;
	line-height:28px;
}
.enquiry-container{
	width:100%;
	height:auto;
	padding-top:2em;
}
.contact-enquiry-box {
    width:100%;
    height: auto;
    float: left;
    margin-bottom:0.75em;
	margin-top:0.75em;
}
.enquiry-main-box {
    width: 100%;
    height: auto;
    font-family: inherit;
    font-size: 1em;
    color: #fff;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	border-bottom: 1px solid #fff;
	line-height: 35px;
	background-color:transparent;
}

.enquiry-text {
    width: 100%;
    height: 70px;
    font-family: inherit;
    font-size: 1em;
    color: #fff !important;
	border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
	border-bottom: 1px solid #fff;
	line-height: 24px;
	background-color: transparent;
}

.buttonfx-submit{
    color:#ca4c43;
    outline:none;
    background:transparent;
    border:none;
    padding:0px 30px;
    text-transform: uppercase;
    line-height:40px;
    position:relative;
    display:inline-block;
    cursor:pointer;
    text-decoration:none;
    overflow:hidden;
    transition:all .5s;
    z-index:1;
    font-family:'Poppins', sans-serif;
    font-size:1em;
    font-weight:500;
}
 .buttonfx-submit:before, .buttonfx-submit:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    height:100%;
    background:#eca001;
    z-index:-1;
    transform:translate3D(0,-100%,0);
    transition:all .5s;
}
 .buttonfx-submit:before{
    background:#fff;
    z-index:-2;
    transform:translate3D(0,0,0);
}
 .buttonfx-submit:hover{
    color:white;
}
 .buttonfx-submit:hover:after{
    transform:translate3D(0,0,0);
    transition:all .5s;
}


.contact-social-links {
 padding:0;
 margin:0em 0 0;
 text-align:left;
 float:left;
}
.contact-social-links ul {
 margin:0px;
 padding:0px;
 list-style-type:none;
 width:auto;
}
.contact-social-links ul li {
 list-style:none;
 height:40px;
 width:40px;
 float:left;
 margin-right:10px;
 background-color:#fff;
  border-radius:50%;

}
.contact-social-links ul li a {
 height:40px;
 width:40px;
 display:block;
 text-align: center;
 font-size:1.15em;
 color:#ca4c43;
 line-height:40px;
  border-radius:50%;
}
.contact-social-links ul li a:hover {
 color:#fff;
 font-size:1.15em;
 background-color:#f28e5b;
}

/*************************************************** E CONTACT US ***************************************************/


.inner-for{ margin-top:3.5em;}
.inner-wraper{ margin-bottom:0em;}

/*************************************************** S TESTIMONIALS ***************************************************/

.testimonial-wrap{
	width:100%;
	height:auto;
	padding-top:5em;
}
.testomonial-container{
	width:100%;
	height:auto;
	position:relative;
	padding-top:115px;
	padding-bottom:70px;
	background-color:#f7f7f7;
}
.testimonial-name{
	width:100%;
	height:auto;
	text-align:center;
	color:#333;
	font-family: 'Montserrat';
 	font-size:1.50em;
	font-weight:700;
	margin-bottom:1em;
}

/*.testimonial-place{
	width:100%;
	height:auto;
	text-align:center;
	color:#333;
	font-family: 'Montserrat';
 	font-size:1.50em;
	margin-bottom:1em;
	display:flex;
	justify-content:center;
}

.place{
	font-size:0.65em;
	color:#666;
	font-weight:500;
	width: max-content;
}
.place::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1px;
    background-color:#666;
    margin-bottom: 5px;
    margin-left: 6px;
}
.place::before {
    content: "";
    display: block;
    width: 1em;
    height: 1px;
    float: left;
    margin:12px 6px 0 0;
    background-color: #666;
}*/
.testimonials{
	width:100%;
	height:auto;
	padding:0px 2em; 
}
.testimonials p{
	width:100%;
	height:auto;
	text-align:center;
	font-family: 'Montserrat';
 	font-size:1em;
	font-weight:400;
	color:#666;
	line-height:26px;
}
.testimonials p:before {
    content: "";
    display: block;
    background: url(../images/testimonial-quote.png) no-repeat;
    width: 25px;
    height: 20px;
    float: left;
    margin: 0 0px 0 0;
}
.testimonials p:after {
    content: "";
    display: inline-block;
     background: url(../images/testimonial-quote1.png) no-repeat;
    width: 25px;
    height:20px;
	margin-left:10px;
}



.testimonial-pics{
	width:10em;
	height:10em;
	background-color:#ccc;
	border-radius:50%;
	position:absolute;
	left:0;
	right:0;
	top:-5em;
	margin:auto;
	overflow:hidden;
}
.testimonial-pics img{
	width:100%;
	height:auto;
	border-radius:50%;
	display:block;
}
.video-testimonials{
	width:100%;
	height:auto;
	margin-top:3em;
	margin-bottom:5em;
}
.testimonial-title {
    width: 100%;
    height: auto;
    text-align: left;
    font-family: 'Marck Script';
    font-size: 2.500em;
    color: #333;
    font-weight: 700;
    padding-top: 0.5em;
	margin-bottom:0.5em;
}
.video-testimonial-container{
	width:100%;
	height:auto;
	padding:0px 3em;
}

.google-reviews{
	width:auto;
	height:auto;
	float:right;
	padding-top:1em;
	padding-bottom:1em;
}
.review-google{
	width:100%;
	text-align:left;
	line-height:12px
}
.google-star{
	width:auto;
	height:auto;
	float:left;
	margin-left:5px;
	font-family: 'Montserrat';
    font-size:1em;
    color: #1a0dab;
    font-weight: 500;
}
.google-star a{
	font-family: 'Montserrat';
    font-size:1em;
    color: #1a0dab;
    font-weight: 500;
	line-height:18px;
}
.google-star a:hover{
	font-family: 'Montserrat';
    font-size:1em;
    color: #1a0dab;
    font-weight: 500;
	text-decoration:underline;
}

/*************************************************** E TESTIMONIALS ***************************************************/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom: 55px;
	right: 20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.footer-contents:nth-child(3){ padding-left:3em;}
.bredcum-wrap{
	width:100%; height:auto; padding-top:1em; padding-bottom:1em;
}
.trigger_popup_fricc{ margin:0px; font-size:inherit; position:relative;}

/*video gallery-feb9*/


.video-gallery-wrap{
	width:100%;
	height:auto;
	background-color:#fff;
	padding-top:3em;
	
	padding-bottom:3em;
}


.video-gallerycont {
    width: 32%;    
	height: auto;		
    margin-right: 2%;
    float: left;padding-top:2%;
	
}
.video-gallerycont:nth-child(3n+3){ margin-right:0%;}
.video-gallerycontainer{
	width: 100%;height: auto;
} 
/*video gallery-feb9*/
.map{ width:49%; height:auto; float:left; margin-right:2%;}
.map:nth-child(2){ float:right; margin-right:0px;}

@media (min-width: 1023px) and (max-width: 1279px) {
    body {
        font-size:13px !important;
    }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
    }
	.welcome-bg{ width:6%;}
	.gallery-bg{ width:15%;}
    
}

@media (min-width: 1280px) and (max-width: 1359px) {
    body {
        font-size:14px !important;
    }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
    }
	.welcome-bg{ width:7%;}
	.gallery-bg{ width:17%;}
   
}
@media (min-width: 1360px) and (max-width: 1399px) {
    body {
        font-size:14px !important;
    }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
    }
	.welcome-bg{ width:8%;}
	.gallery-bg{ width:20%;}
    
}
@media (min-width: 1400px) and (max-width: 1441px) {
    .container{
        width:100%;
        padding-left:5%;
        padding-right:5% 
    }
}
@media (min-width: 1441px) and (max-width: 1599px) {
    .container{
        width:100%;
        padding-left:5%;
        padding-right:5% 
    }
}
@media (min-width:1600px){
    .container{
        width:100%;
        padding-left:5%;
        padding-right:5% 
    }
	

}
.desk-content{ display:block}
.mob-content{ display:none}
.mob-logo{width: auto;float:left;padding-top:0.5em; padding-bottom:0.5em;}

@media (max-width:420px) {
	body {font-size:14px !important; }
	.container{width:100%; padding-left:3%;padding-right:3% }
	.top-container{ width:100%; padding-left:1%; padding-right:1%;}
	.footer-contents{ width:100%;}
	.footer-contents:nth-child(2){ width:100%; padding-right:0%;}
	.footer-contents:nth-child(3){ width:100%; padding-right:0%; padding-left:0%;}
	.copy-right{ width:100%; text-align:center; line-height:32px;}
	.designed{ width:177px; float:none; margin:0 auto;}
	.designed p{ line-height:32px;}
	.location-home{ width:100%; padding-left:0%;}
	.video-gallery{ width:100%; margin-bottom:1em;}
	.home-gallery-left{ display:none;}
	.home-gallery-right{ width:100%; padding-left:0%;}
	.gallery-left-home{ margin-bottom:0.45em;}
	.consulting{ display:none;}
	.welcome-bg{ display:none;}
	.welcome-content{ width:100%; padding-left:0%;}
	.welcome-content p{ padding-right:0%; text-align:center;}
	.quick-left{ display:none;}
	.weakdays{ width:100%; display:inherit;}
	.header-social{ display:none;}
	.header-contact{ width:100%; display:flex; justify-content: center;}
	.banner-caption{ font-size:8px;}
	.readmore a{ font-size:1.25em; letter-spacing:0px;}
	.menu-container{ height:auto; display:inherit;}
	.nav{ display:inherit;}
	.desk-content{ display: none}
	.mob-content{ display: block}
	.sexy-menu.detached .logo1{ display:none !important}
	.welcome-sub{ text-align:center;}
	.sexy-menu.detached{ background-color:#fff !important}
	
	
	.about-content{ width:100%; padding-top:0px}
	.about-pics{ display:none;}
	.about-for-container{display:grid;}
	.innercaption-title{ display:none;}
	.banner-wraper{ margin-top:115px;}
	.contact-container{ width:100%; height:auto; margin-bottom:0.5em; padding:1em 0em;}
	.contact-container-wrap{ display:inherit;padding-left:3%;padding-right:3%}
	.contact-enquiry-container{ width:100%;}
	.contact-location{ width:100%;}
	.artist-details{ width:100%; padding-left:5%; background-color:#ca4c43; padding-bottom:5%;}
	.artist-details p{ padding-right:5%; text-align:left}
	.abouth-artist{ width:50%;}
	.inner-subtitle{ font-size:2.15em;}
	.white-panel1 { padding-right:0em !important;  padding-bottom:3em!important; padding-left:0em !important; margin-bottom:3em !important }
	.white-panel{padding:0px;}
	.trigger_popup_fricc{ margin:0px; font-size:inherit; position:relative;}
	.hover_bkgr_fricc > div { padding: 0.5em 0.5em; width:80%;}
	.home-service-subtitle{ font-size:2em;}
	.inner-for{ margin-top:0.5em;}
	.days-container {width: 11em; height:11em;}
	.caption-sub{ font-size:2em;}
	.banner-caption-mid{ font-size:3.35em;}
	.welcome-title{ font-size:2em;}
	.nav{ width:100%;}
	.float {bottom: 90px; right: 2%;}
	.footer-address-container ul li{ width:50%; float:left; text-align:left; padding-left:5%}
	.footer-address-container ul{ padding-top:0em;}
	.sexy-menu.detached .nav > li { padding-top: 0em !important;padding-bottom: 0em !important;}

    .video-gallerycont {    width: 100%;}
    .contact-wrap{ display:inherit;}
	.contact-container{ margin:1em 0em;}
}
@media (min-width:421px) and (max-width:460px){
	body {font-size:14px !important; }
	.container{width:100%; padding-left:3%;padding-right:3% }
	.top-container{ width:100%; padding-left:1%; padding-right:1%;}
	.footer-contents{ width:100%;}
	.footer-contents:nth-child(2){ width:100%; padding-right:0%;}
	.footer-contents:nth-child(3){ width:100%; padding-right:0%; padding-left:0%;}
	.copy-right{ width:100%; text-align:center; line-height:32px;}
	.designed{ width:177px; float:none; margin:0 auto;}
	.designed p{ line-height:32px;}
	.location-home{ width:100%; padding-left:0%;}
	.video-gallery{ width:100%; margin-bottom:1em;}
	.home-gallery-left{ display:none;}
	.home-gallery-right{ width:100%; padding-left:0%;}
	.gallery-left-home{ margin-bottom:0.45em;}
	.consulting{ display:none;}
	.welcome-bg{ display:none;}
	.welcome-content{ width:100%; padding-left:0%;}
	.welcome-content p{ padding-right:0%; text-align:center;}
	.quick-left{ display:none;}
	.weakdays{ width:100%; display:inherit;}
	.header-social{ display: block;}
	.header-contact{ width:100%; display:flex; justify-content: center;}
	.banner-caption{ font-size:10px;}
	.readmore a{ font-size:1.25em; letter-spacing:0px;}
	.menu-container{ height:auto; display:inherit;}
	.nav{ display:inherit;}
	.desk-content{ display: none}
	.mob-content{ display: block}
	.sexy-menu.detached .logo1{ display:none !important}
	.welcome-sub{ text-align:center;}
	.days-container {width: 9em; height: 9em;}
	.days-timing{ font-weight:500;}
	.sexy-menu.detached{ background-color:#fff !important}
	
	
	.about-content{ width:100%; padding-top:0px}
	.about-pics{ display:none;}
	.about-for-container{display:grid;}
	.innercaption-title{ display:none;}
	.banner-wraper{ margin-top:115px;}
	.contact-container{ width:100%; height:auto; margin-bottom:0.5em; padding:1em 0em;}
	.contact-container-wrap{ display:inherit;padding-left:3%;padding-right:3%}
	.contact-enquiry-container{ width:100%;}
	.contact-location{ width:100%;}
	.artist-details{ width:100%; padding-left:5%; background-color:#ca4c43; padding-bottom:5%;}
	.artist-details p{ padding-right:5%; text-align:left}
	.abouth-artist{ width:50%;}
	.inner-subtitle{ font-size:2.15em;}
	.white-panel1 { padding-right:0em !important;  padding-bottom:3em!important; padding-left:0em !important; margin-bottom:3em !important }
	.white-panel{padding:0px;}
	.trigger_popup_fricc{ margin:0px; font-size:inherit; position:relative;}
	.hover_bkgr_fricc > div { padding: 0.5em 0.5em; width:80%;}
	.home-service-subtitle{ font-size:2em;}
	.inner-for{ margin-top:0.5em;}
	.nav{ width:100%;}
	.float {bottom: 90px; right: 2%;}
	.footer-address-container ul li{ width:50%; float:left; text-align:left; padding-left:5%}
	.footer-address-container ul{ padding-top:0em;}
	.sexy-menu.detached .nav > li { padding-top: 0em !important;padding-bottom: 0em !important;}

    .video-gallerycont {    width: 100%;}
    .contact-wrap{ display:inherit;}
	.contact-container{ margin:1em 0em;}
}
@media (min-width:461px) and (max-width:560px){
	body {font-size:14px !important; }
	.container{width:100%; padding-left:3%;padding-right:3% }
	.top-container{ width:100%; padding-left:1%; padding-right:1%;}
	.footer-contents{ width:100%;}
	.footer-contents:nth-child(2){ width:100%; padding-right:0%;}
	.footer-contents:nth-child(3){ width:100%; padding-right:0%; padding-left:0%;}
	.copy-right{ width:100%; text-align:center; line-height:32px;}
	.designed{ width:177px; float:none; margin:0 auto;}
	.designed p{ line-height:32px;}
	.location-home{ width:100%; padding-left:0%;}
	.video-gallery{ width:100%; margin-bottom:1em;}
	.home-gallery-left{ display:none;}
	.home-gallery-right{ width:100%; padding-left:0%;}
	.gallery-left-home{ margin-bottom:0.45em;}
	.consulting{ display:none;}
	.welcome-bg{ display:none;}
	.welcome-content{ width:100%; padding-left:0%;}
	.welcome-content p{ padding-right:0%; text-align:center;}
	.quick-left{ display:none;}
	.weakdays{ width:100%; display:inherit;}
	.header-social{ display: block;}
	.header-contact{ width:100%; display:flex; justify-content: center;}
	.banner-caption{ font-size:10px;}
	.readmore a{ font-size:1.25em; letter-spacing:0px;}
	.menu-container{ height:auto; display:inherit;}
	.nav{ display:inherit;}
	.desk-content{ display: none}
	.mob-content{ display: block}
	.sexy-menu.detached .logo1{ display:none !important}
	.welcome-sub{ text-align:center;}
	.days-container {width: 10em; height:10em;}
	.days-timing{ font-weight:500;}
	.sexy-menu.detached{ background-color:#fff !important}
	
	
	.about-content{ width:100%; padding-top:0px}
	.about-pics{ display:none;}
	.about-for-container{display:grid;}
	.innercaption-title{ display:none;}
	.banner-wraper{ margin-top:115px;}
	.contact-container{ width:100%; height:auto; margin-bottom:0.5em; padding:1em 0em;}
	.contact-container-wrap{ display:inherit;padding-left:3%;padding-right:3%}
	.contact-enquiry-container{ width:100%;}
	.contact-location{ width:100%;}
	.artist-details{ width:100%; padding-left:5%; background-color:#ca4c43; padding-bottom:5%;}
	.artist-details p{ padding-right:5%; text-align:left}
	.abouth-artist{ width:50%;}
	.inner-subtitle{ font-size:2.15em;}
	.white-panel1 { padding-right:0em !important;  padding-bottom:3em!important; padding-left:0em !important; margin-bottom:3em !important }
	.white-panel{padding:0px;}
	.trigger_popup_fricc{ margin:0px; font-size:inherit; position:relative;}
	.hover_bkgr_fricc > div { padding: 0.5em 0.5em; width:80%;}
	.home-service-subtitle{ font-size:2em;}
	.inner-for{ margin-top:0.5em;}
	.nav{ width:100%;}
	.float {bottom: 90px; right: 2%;}
	.footer-address-container ul li{ width:50%; float:left; text-align:left; padding-left:5%}
	.footer-address-container ul{ padding-top:0em;}
	.sexy-menu.detached .nav > li { padding-top: 0em !important;padding-bottom: 0em !important;}
	.contact-wrap{ display:inherit;}
	.contact-container{ margin:1em 0em;}

   
}
@media (min-width:561px) and (max-width:680px){
	body {font-size:14px !important; }
	.container{width:100%; padding-left:3%;padding-right:3% }
	.top-container{ width:100%; padding-left:1%; padding-right:1%;}
	.footer-contents{ width:50%;}
	.footer-contents:nth-child(2){ width:50%; padding-right:0%;}
	.footer-contents:nth-child(3){ width:100%; padding-right:0%; padding-left:0%;}
	.copy-right{ line-height:32px;}
	.designed p{ line-height:32px;}
	.location-home{ width:100%; padding-left:0%;}
	.video-gallery{ width:100%; margin-bottom:1em;}
	.home-gallery-left{ display:none;}
	.home-gallery-right{ width:100%; padding-left:0%;}
	.gallery-left-home{ margin-bottom:0.45em;}
	.consulting{ display:none;}
	.welcome-bg{ display:none;}
	.welcome-content{ width:100%; padding-left:0%;}
	.welcome-content p{ padding-right:0%; text-align:center;}
	.quick-left{ display:none;}
	.weakdays{ width:100%; display:inherit;}
	.header-social{ display: block;}
	.header-contact{ width:100%; display:flex; justify-content: center;}
	.banner-caption{ font-size:10px;}
	.readmore a{ font-size:1.25em; letter-spacing:0px;}
	.menu-container{ height:auto; display:inherit;}
	.nav{ display:inherit;}
	.desk-content{ display: none}
	.mob-content{ display: block}
	.sexy-menu.detached .logo1{ display:none !important}
	.welcome-sub{ text-align:center;}
	.days-container {width: 9em; height:9em;}
	.days-timing{ font-weight:500;}
	.sexy-menu.detached{ background-color:#fff !important}
	.footer-icon{ width:10%; padding-top:0px;}
	.footer-address-container{ width:100%; float:left;}
	
	
	.about-content{ width:100%; padding-top:0px}
	.about-pics{ display:none;}
	.about-for-container{display:grid;}
	.innercaption-title{ display:none;}
	.banner-wraper{ margin-top:115px;}
	.contact-container{ width:100%; height:auto; margin-bottom:0.5em; padding:1em 0em;}
	.contact-container-wrap{ display:inherit;padding-left:3%;padding-right:3%}
	.contact-enquiry-container{ width:100%;}
	.contact-location{ width:100%;}
	.artist-details{ width:100%; padding-left:5%; background-color:#ca4c43; padding-bottom:5%;}
	.artist-details p{ padding-right:5%; text-align:left}
	.abouth-artist{ width:50%;}
	.inner-subtitle{ font-size:2.15em;}
	.white-panel1 { padding-right:0em !important;  padding-bottom:3em!important; padding-left:0em !important; margin-bottom:3em !important }
	.white-panel{padding:0px;}
	.trigger_popup_fricc{ margin:0px; font-size:inherit; position:relative;}
	.hover_bkgr_fricc > div { padding: 0.5em 0.5em; width:80%;}
	.home-service-subtitle{ font-size:2em;}
	.inner-for{ margin-top:0.5em;}
	.nav{ width:100%;}
	.float {bottom: 90px; right: 2%;}
	.footer-address-container ul li{ width:100%;  text-align:left; padding-left:5%}
	.footer-address-container ul{ padding-top:1.5em;}
	.sexy-menu.detached .nav > li { padding-top: 0em !important;padding-bottom: 0em !important;}
	.contact-wrap{ display:inherit;}
	.contact-container{ margin:1em 0em;}

    
}
@media (min-width:681px) and (max-width: 768px){
	
	body {font-size:14px !important; }
	.container{width:100%; padding-left:3%;padding-right:3% }
	.top-container{ width:100%; padding-left:1%; padding-right:1%;}
	.footer-contents{ width:50%;}
	.footer-contents:nth-child(2){ width:50%; padding-right:0%;}
	.footer-contents:nth-child(3){ width:100%; padding-right:0%; padding-left:0%;}
	.copy-right{ line-height:32px;}
	.designed p{ line-height:32px;}
	.location-home{ width:100%; padding-left:0%;}
	.video-gallery{ width:100%; margin-bottom:1em;}
	.home-gallery-left{ display:none;}
	.home-gallery-right{ width:100%; padding-left:0%;}
	.gallery-left-home{ margin-bottom:0.45em;}
	.consulting{ display:none;}
	.welcome-bg{ display:none;}
	.welcome-content{ width:100%; padding-left:0%;}
	.welcome-content p{ padding-right:0%; text-align:center;}
	.quick-left{ display:none;}
	.weakdays{ width:100%; display:inherit;}
	.header-social{ display: block;}
	.header-contact{ width:100%; display:flex; justify-content: center;}
	.banner-caption{ font-size:10px;}
	.readmore a{ font-size:1.25em; letter-spacing:0px;}
	.menu-container{ height:auto; display:inherit;}
	.nav{ display:inherit;}
	.desk-content{ display: none}
	.mob-content{ display: block}
	.sexy-menu.detached .logo1{ display:none !important}
	.welcome-sub{ text-align:center;}
	.days-container {width: 9em; height:9em;}
	.days-timing{ font-weight:500;}
	.sexy-menu.detached{ background-color:#fff !important}
	.footer-icon{ width:10%; padding-top:0px;}
	.footer-address-container{ width:50%; float:left; min-height:70px;}
	
	
	.about-content{ width:100%; padding-top:0px}
	.about-pics{ display:none;}
	.about-for-container{display:grid;}
	.innercaption-title{ display:none;}
	.banner-wraper{ margin-top:115px;}
	.contact-container{ width:100%; height:auto; margin-bottom:0.5em; padding:1em 0em;}
	.contact-container-wrap{ display:inherit;padding-left:3%;padding-right:3%}
	.contact-enquiry-container{ width:100%;}
	.contact-location{ width:100%;}
	.artist-details{ width:100%; padding-left:5%; background-color:#ca4c43; padding-bottom:5%;}
	.artist-details p{ padding-right:5%; text-align:left}
	.abouth-artist{ width:50%;}
	.inner-subtitle{ font-size:2.15em;}
	.white-panel1 { padding-right:0em !important;  padding-bottom:3em!important; padding-left:0em !important; margin-bottom:3em !important }
	.white-panel{padding:0px;}
	.trigger_popup_fricc{ margin:0px; font-size:inherit; position:relative;}
	.hover_bkgr_fricc > div { padding: 0.5em 0.5em; width:80%;}
	.home-service-subtitle{ font-size:2em;}
	.inner-for{ margin-top:0.5em;}
	.service-name-for{font-size:1.15em;}
	.nav{ width:100%;}
	.float {bottom: 90px; right: 2%;}
	.footer-address-container ul li{ width:100%;  text-align:left; padding-left:5%}
	.footer-address-container ul{ padding-top:1.5em;}
	.sexy-menu.detached .nav > li { padding-top: 0em !important;padding-bottom: 0em !important;}

  
}
@media (min-width:769px) and (max-width:991px){
	body {font-size:14px !important; }
	.container{width:100%; padding-left:3%;padding-right:3% }
	.top-container{ width:100%; padding-left:1%; padding-right:1%;}
	.footer-contents{ width:50%;}
	.footer-contents:nth-child(2){ width:50%; padding-right:0%;}
	.footer-contents:nth-child(3){ width:100%; padding-right:0%; padding-left:0%;}
	.copy-right{ line-height:32px;}
	.designed p{ line-height:32px;}
	.location-home{ width:100%; padding-left:0%;}
	.video-gallery{ width:100%; margin-bottom:1em;}
	.home-gallery-left{ display:none;}
	.home-gallery-right{ width:100%; padding-left:0%;}
	.gallery-left-home{ margin-bottom:0.45em;}
	.consulting{ display:none;}
	.welcome-bg{ display:none;}
	.welcome-content{ width:100%; padding-left:0%;}
	.welcome-content p{ padding-right:0%; text-align:center;}
	.quick-left{ display:none;}
	.weakdays{ width:100%; display:inherit;}
	.header-social{ display: block;}
	.header-contact{ width:100%; display:flex; justify-content: center;}
	.banner-caption{ font-size:10px;}
	.readmore a{ font-size:1.25em; letter-spacing:0px;}
	.menu-container{ height:auto; display:inherit;}
	.nav{ display:inherit;}
	.desk-content{ display: none}
	.mob-content{ display: block}
	.sexy-menu.detached .logo1{ display:none !important}
	.welcome-sub{ text-align:center;}
	.days-container {width: 10em; height:10em;}
	.days-timing{ font-weight:500;}
	.sexy-menu.detached{ background-color:#fff !important}
	.footer-icon{ width:10%; padding-top:0px;}
	.footer-address-container{ width:50%; float:left; min-height:70px;}
	
	.about-content{ width:100%; padding-top:0px}
	.about-pics{ display:none;}
	.about-for-container{display:grid;}
	.innercaption-title{ display:none;}
	.banner-wraper{ margin-top:115px;}
	.contact-container{ width:100%; height:auto; margin-bottom:0.5em; padding:1em 0em;}
	.contact-container-wrap{ display:inherit;padding-left:3%;padding-right:3%}
	.contact-enquiry-container{ width:100%;}
	.contact-location{ width:100%;}
	.artist-details{ width:100%; padding-left:5%; background-color:#ca4c43; padding-bottom:5%;}
	.artist-details p{ padding-right:5%; text-align:left}
	.abouth-artist{ width:50%;}
	.inner-subtitle{ font-size:2.15em;}
	.white-panel1 { padding-right:0em !important;  padding-bottom:3em!important; padding-left:0em !important; margin-bottom:3em !important }
	.white-panel{padding:0px;}
	.trigger_popup_fricc{ margin:0px; font-size:inherit; position:relative;}
	.hover_bkgr_fricc > div { padding: 0.5em 0.5em; width:80%;}
	.home-service-subtitle{ font-size:2em;}
	.inner-for{ margin-top:0.5em;}
.service-name-for{font-size:1.15em;}
.nav{ width:100%;}
.float {bottom: 90px; right: 2%;}
	.footer-address-container ul li{ width:100%;  text-align:left; padding-left:5%}
	.footer-address-container ul{ padding-top:1.5em;}
	.sexy-menu.detached .nav > li { padding-top: 0em !important;padding-bottom: 0em !important;}
   
}
@media (min-width:992px) and (max-width:1199px){
	.service-name-for{font-size:1.15em;}
	.artist-details{ background-color:#ca4c43; padding-bottom:1em;}
    
}
@media (max-width:992px) {
.nav {
    list-style: none;
    background: none !important;
    position: absolute;
    width: auto !important;
    right: 0;
    top: 60px;
}
.map{ width:100%; margin-right:0%; margin-top:1em;}
}
