@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&amp;family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;display=swap');

/***
font-family: 'Montserrat', sans-serif;
font-family: 'Work Sans', sans-serif; 
**/
@font-face {
    font-family: 'Tuesday Night';
    src: url('TuesdayNight-Regular.woff2') format('woff2'),
        url('TuesdayNight-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body, html {
 
color: #333;
font-family: 'Poppins', sans-serif;
margin: 0;
 
}
a {
    text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
    color: #222;
    display: inline-block;
}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
a:focus{outline:none;}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: none;
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
p{/* font-family: 'Poppins', sans-serif; */}
input, button, a{outline:none;}

	textarea,
	select,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
      
}
 

p, pre {
    margin: .6em 0;
}
a {
    color: #333;
    
} 
.mar0{margin:0;}
.padd0{padding:0;}

.top-header{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	background: #f4f4f4;
} 
.top-header .left-widget{} 
.top-header .left-widget a{
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    color: #000;
} 
.top-header .left-widget a i{
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 3px;
} 
.top-header .right-widget{
    text-align: right;
} 
.top-header .right-widget a{
    display: inline-block;
    padding: 0 5px;
    background: #ccd7d1;
    height: 25px;
    width: 25px;
    color: #01371d;
    padding-top: 5px;
    text-align: center;
    border-radius: 2px;
} 

/*** HEADER ***/
header{
    padding: 10px 0;
    /* box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%); */
    background: #000;
    position: relative;
    z-index: 9;
}
header .logo-widget{}
header .logo-widget a{
    position: absolute;
}
header .logo-widget a img{
    width: 140px;
    max-width:100%;
}

header .main-menu-widget{
    text-align: right;
}
header .main-menu-widget > ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: inline-block;
}
header .main-menu-widget > ul > li{
    display: inline-block;
    padding: 29px 10px;
    position: relative;
}
header .main-menu-widget > ul > li > a{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1;
}
header .main-menu-widget > ul > li:hover > a{color:#e9bc2a;}
header .main-menu-widget > ul > li > a > i{}
header .main-menu-widget > ul > li > ul{
    border: none;
    top: 100%;
    left: 0;
    list-style: none;
    z-index: -1;
    opacity: 0;
    width: auto;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    background: #e9bc2a;
    min-width: 250px;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 0;
    padding-top: 15px;
    text-align: left;
    }
header .main-menu-widget > ul > li:hover > ul{opacity: 1;
    visibility: visible;
    margin-top: 0;
    z-index: 99;}
header .main-menu-widget > ul > li > ul > li{
    padding: 0px 10px;
    font-size: 14px;
    padding-bottom: 10px;
}	
header .main-menu-widget > ul > li > ul > li > a{
    display: block;
    padding: 1px 10px;
    /* background: #eee; */
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1;
}	
header .main-menu-widget > ul > li > ul > li > a:hover{color:#000;}
header .book-btn{
    padding-top: 15px;
    text-align: right;
}

header .book-btn a{
    display: inline-block;
    background-color: #e9bc2a;
    color: #fff;
    position: relative;
    padding: 15px 25px;
    font-size: 15px;
    padding-right: 60px;
    font-weight: 500;
    border: none;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50px;
    text-transform: uppercase;
    }
    
header .book-btn a i{
    position: absolute;
    /* left: 0; */
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #076ca4;
    font-size: 38px;
    color: #ffffff;
    font-size: 18px;
    right: 24px;
    }
/**** SLIDER ****/
.main-banner{}
.main-banner img{width:100%;}

/**** EMERGENCY ****/
.emergency-widget{
    margin-top: -45px;
    /* min-height: 150px; */
    padding-bottom: 30px;
    background: #000;
}
.emergency-widget .innerbox-widget-grid{
    padding: 4em;
    border-radius: 15px;
    min-height: 95px;
    background-image: url(../../image/bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #e9bc2a;
}
 
.emergency-widget .innerbox-widget-grid .grid-box{}
.emergency-widget .innerbox-widget-grid .grid-box .iconbox{
    position: absolute;
}
.emergency-widget .innerbox-widget-grid .grid-box .iconbox i{
    font-size: 45px;
    color: #000000;
}
.emergency-widget .innerbox-widget-grid .detbox{
    display: block;
    padding-left: 60px;
}
.emergency-widget .innerbox-widget-grid .detbox .detbox-head{
    color: #000000;
    display: block;
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 1px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.emergency-widget .innerbox-widget-grid .detbox .detbox-text{
    display: block;
    color: #000000;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}
.widget-about-box{
    padding-bottom: 70px;
    padding-top: 25px;
    background: #000;
}
.widget-about-box .box-left{
    padding: 0;
    padding-top: 40px;
}
.widget-about-box .box-left img{width:100%;}
.widget-about-box .box-right{padding-top: 60px;padding-left: 6em;}
.subhead{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background-color: #e9bc2a66;
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    padding: 10px 20px;
    border-radius: 50px;
    }
.subhead i {
    color: #ffffff;
    margin-right: 5px;
    font-size: 14px;
}
.widget-about-box .box-right .head{
	font-size: 4em;
	font-weight: 300;
	color: #e9bc2a;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	}
	.widget-about-box .box-right p{font-size: 18px;font-family: 'Roboto', sans-serif;color: #ffffff;text-align: justify;}
	
	.widget-about-box .box-right .readmore{
    display: inline-block;
    margin-top: 0px;
    background: #e9bc2a;
    padding: 12px 25px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    border-radius: 25px;
    letter-spacing: 1;
    font-weight: 700;
    box-shadow: 0 15px 35px rgb(1 55 29 / 34%);
    font-family: 'Roboto', sans-serif;
    }
.widget-expertise{padding: 5em 0;background: #161616;}	
.widget-expertise h3{
    font-size: 4em;
    font-weight: 300;
    color: #e9bc2a;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    }
	
.widget-expertise .left-box{}	
.widget-expertise .left-box .expertise-box{
    border-radius: 10px;
    box-shadow: 0 0 20px 0 hsl(0deg 0% 87% / 65%);
    padding: 25px;
    margin-bottom: 30px;
    background: #fff;
    }	
.widget-expertise .left-box .expertise-box .icon{
    display: block;
    color: #01371d;
    background-color: #01371d2b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
    font-size: 28px;
    margin-bottom: 5px;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    }	
.widget-expertise .left-box .expertise-box .icon i{}	
.widget-expertise .left-box .expertise-box .exper-text{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    display: block;
    }	
.widget-expertise .left-box .expertise-box .exper-det{
    font-size: 18px;
}	
	
.widget-expertise .expertise-widget{position: relative;}	
.widget-expertise .expertise-widget:before{
    position: absolute;
    content: "";
    top: -10px;
    left: 70px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    -webkit-animation: a-one 5s linear infinite;
    -moz-animation: a-one 5s linear infinite;
    animation: a-one 5s linear infinite;
    background-color: #01371d;
    }	
.widget-expertise .expertise-widget:after{
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    width: 430px;
    height: 380px;
    z-index: -1;
    border-radius: 10px;
    -webkit-animation: a-two 5s linear infinite;
    -moz-animation: a-two 5s linear infinite;
    animation: a-two 5s linear infinite;
    background-color: #01371d;
    }	
.widget-expertise .expertise-widget img{
    max-width:100%;
    z-index: 1;
    -webkit-animation: a-seven 10s linear infinite;
    -moz-animation: a-seven 10s linear infinite;
    animation: a-seven 10s linear infinite;
    width: 100%;
    border-radius: 15px;
    }	
	@-webkit-keyframes a-one{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(-20px,-20px);transform:translate(-20px,-20px)}to{-webkit-transform:translate(0);transform:translate(0)}}
@-moz-keyframes a-one{0%{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(-20px,-20px);-moz-transform:translate(-20px,-20px);transform:translate(-20px,-20px)}to{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0)}}
@keyframes a-one{0%{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(-20px,-20px);-moz-transform:translate(-20px,-20px);transform:translate(-20px,-20px)}to{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0)}}
@-webkit-keyframes a-two{0%{-webkit-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(20px,20px);transform:translate(20px,20px)}to{-webkit-transform:translate(0);transform:translate(0)}}
@-moz-keyframes a-two{0%{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(20px,20px);-moz-transform:translate(20px,20px);transform:translate(20px,20px)}to{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0)}}
@keyframes a-two{0%{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0)}50%{-webkit-transform:translate(20px,20px);-moz-transform:translate(20px,20px);transform:translate(20px,20px)}to{-webkit-transform:translate(0);-moz-transform:translate(0);transform:translate(0)}}
@-webkit-keyframes a-seven{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes a-seven{0%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@keyframes a-seven{0%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}



/* VIDEO WIDGET */
.widget-introduction{
    background-image: url(../../image/videobg.html);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 450px;
    text-align: center;
    padding-top: 9em;
    /* padding-bottom: 5em; */
    }
.widget-introduction button{
    width: 70px;
    height: 70px;
    background: #ffffff5e;
    border: none;
    padding-left: 13px;
    text-align: center;
    border-radius: 50%;
}	
.widget-introduction button i{
    font-size: 32px;
    color: #fff;
}	
.widget-introduction .video-det{}	
.widget-introduction .video-det h3{
    font-size: 3em;
    font-weight: 700;
    color: #fff;
}	
.widget-introduction .video-det p{
    color: #fff;
    font-size: 18px;
    padding: 0 9em;
}	

/* BLOG */
.blog-widget{
    padding: 5em 0;
    background: #000000;
    }
.blog-widget .head{
    font-size: 4em;
    font-weight: 300;
    color: #e9bc2a;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    }
.blog-widget .blogitem{
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    /* box-shadow: 0 0 20px 0 hsl(0deg 0% 87% / 42%); */
    }	
.blog-widget .blogitem .blog-top{
    border-radius: 6px;
}	
.blog-widget .blogitem .blog-top img{width:100%;border-radius: 0;}	
.blog-widget .blogitem .blog-bottom{padding: 25px 30px;background: #181818;}	
.blog-widget .blogitem .blog-bottom h3{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-top: 15px;
    line-height: 25px;
}
.blog-widget .blogitem .blog-bottom h3 a{color: #fff;font-family: 'Oswald', sans-serif;text-transform: uppercase;font-weight: 400;font-size: 22px;}
.blog-widget .blogitem .blog-bottom p{
    color: #989898;
    margin-bottom: 0;
    padding-bottom: 20px;
    line-height: 25px;
    }
	.blog-widget .blogitem .blog-bottom ul{
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid #01371d1c;
    }
	.blog-widget .blogitem .blog-bottom ul li{
    display: inline-block;
    list-style-type: none;
    color: #e9bc2a;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1;
    font-family: 'Oswald', sans-serif;
    }
	.blog-widget .blogitem .blog-bottom ul li a{
    display: block;
    color: #e9bc2a;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1;
    }
	.blog-widget .blogitem .blog-bottom ul li a i{
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 2px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    left: 5px;
    }
	.blog-widget .blogitem .blog-bottom ul li:last-child {
    float: right;
    padding-top: 2px;
    }
.blog-widget .blogitem:hover .blog-bottom{background:#fff;}
.blog-widget .blogitem:hover .blog-bottom h3 a{color: #e9bc2a;}
/* FOOTER */
footer {
    background-image: url(../../image/bg.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000000;
    position: relative;
    padding:30px 0;
    padding-bottom: 20px;
}
footer .footeritem{margin-bottom: 30px;}	
footer .footeritem .footercontact{}	
footer .footeritem .footercontact h3{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    }	
footer .footeritem .footercontact ul{
    padding: 0;
    list-style: none;
}	
footer .footeritem .footercontact ul li{
    list-style-type: none;
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding-left: 55px;
    position: relative;
    margin-bottom: 18px;
    letter-spacing: 1px;
    padding-top: 12px;
    }	
footer .footeritem .footercontact ul li i{
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 42px;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    }	
footer .footeritem .footercontact ul li a{display: block;
    color: #fff;
    margin-bottom: 7px;}	
footer .footeritem  h5{
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}	
footer .footeritem  .socialicon{
    padding-top: 6px;
    display: inline-block;
    width: 35px;
    height: 35px;
    /* background: #000; */
    text-align: CENTER;
}	
footer .footeritem  .socialicon i{
    font-size: 24px;
    color: #fff;
}	
footer .footeritem .footerquick{}	
footer .footeritem .footerquick h3{
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    }	
footer .footeritem .footerquick ul{margin: 0;
    padding: 0; list-style:none;}	
footer .footeritem .footerquick ul li{
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    }	
footer .footeritem .footerquick ul li a{
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    }	
footer .footertext{    font-size: 18px;
    color: #fff;
    text-align: justify;}	
footer .copyright{
    text-align: CENTER;
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}	
footer .copyright p{
    color: #fff;
    margin: 0;
    letter-spacing: 1;
}	
footer .copyright p a{
    color: #fff;
}	
/* APPOINTMENT */
.widget-bookappointment{
    /* background-size: cover; */
    /* background-position: 50%; */
    /* background-repeat: no-repeat; */
    /* background-image: url(../../image/appointmentbg.jpg); */
    padding: 0;
    background: #e9bc2a;
    }
.widget-bookappointment .innerbox-appointment{
	max-width: 770px;
	/* margin-left: auto; */
	margin-right: auto;
	background-color: #c29b1c;
	padding: 80px 100px;
	border-radius: 0;
	/* background-image: url(../../image/shape.jpg); */
	}

.widget-bookappointment .innerbox-appointment h2 {
    color: #ffffff;
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 1px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}	
.widget-bookappointment .innerbox-appointment span {
    display: block;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: 'Oswald', sans-serif;
    /* text-transform: uppercase; */
}
.widget-bookappointment .innerbox-appointment .labelicon{
    padding-left: 60px;
    padding-bottom: 30px;
}
.widget-bookappointment .innerbox-appointment .labelicon i{
    position: absolute;
    left: 0;
    font-size: 52px;
    color: #ffffff;
}
.widget-bookappointment .innerbox-appointment .labelicon label{
    display: block;
    text-transform: uppercase;
    letter-spacing: 1;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.widget-bookappointment .innerbox-appointment .labelicon input[type='text'],.widget-bookappointment .innerbox-appointment .labelicon input[type='email'],.widget-bookappointment .innerbox-appointment .labelicon textarea{
    border: none;
    border-bottom: 2px solid #ffffff;
    padding: 5px 3px;
    background: none;
    width: 100%;
    outline:none;
    color: #fff;
}
.widget-bookappointment .innerbox-appointment .labelicon select{width: 100%;
    padding: 3px 5px;
    border: none;
    background: none;
     border-bottom: 1px solid #1a4b3478;
    outline: none;
}
.widget-bookappointment .innerbox-appointment .labelicon button{
    padding: 10px 50px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    background: #ffffff;
    color: #c29b1c;
    font-weight: 600;
}
/* TEAM WIDGET */
.team-widget{padding:50px 0; background:#fff;}
.team-widget .head{font-size: 4em;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;}
.team-widget .teamitem{margin-bottom: 30px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 20px 0 #ddd;
    border-radius: 10px;}	
.team-widget .teamitem .teamtop{position: relative;
    border-radius: 10px;}
.team-widget .teamitem .teamtop img{    width: 100%;
    border-radius: 10px;}	
.team-widget .teamitem .teambottom{padding-top: 25px;
    padding-bottom: 25px;}	
.team-widget .teamitem .teambottom h3{
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}	
.team-widget .teamitem .teambottom span{
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
}	

/* BREADCRUMB */
.breadcrumb-widget{
    background: #e9bc2a;
    padding: 40px 0;
    text-align: center;
}
.breadcrumb-widget h3{
    margin: 0;
    text-align: CENTER;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1;
    font-size: 2.5em;
    color: #f1f3f4;
    font-family: 'Oswald', sans-serif;
}
.breadcrumb-widget ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.breadcrumb-widget ul li{
    display: inline-block;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Oswald', sans-serif;
}
.breadcrumb-widget ul li a{
    padding-right: 20px;
    color: #000000;
    position:relative;
    text-transform: uppercase;
}
.breadcrumb-widget ul li a:before{content:"\f105";font: normal normal normal 14px/1 FontAwesome;right: 5px;position: absolute;top: 3px;}
/* TESTIMONIAL */
.testimonial-widget{padding:50px 0;background: #ffffff1f;background-image: url(../../image/testbg.png);}
.testimonial-widget .head{
    font-size: 4em;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    }
.testimonial-widget .single-review-item{
    background: none;
    padding: 55px 30px 35px;
    border-radius: 30px;
    position: relative;
    margin-top: 35px;
    -webkit-transition: .6s;
    transition: .6s;
    min-height: 260px;
    margin-bottom: 20px;
    border: 5px solid #e9bc2a;
    text-align: center;
    }	
.testimonial-widget .single-review-item .icon{
    position: absolute;
    top: -35px;
    left: 30px;
    z-index: 1;
    
    }
.testimonial-widget .single-review-item .icon i{
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 60px;
    background-color: #2c2c2c;
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    box-shadow: 0px 20px 35px rgb(26 75 52 / 15%);
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    border-radius: 50%;
    -webkit-transition: .6s;
    transition: .6s;
    border: 5px solid #e9bc2a;
    }
.testimonial-widget .single-review-item figure{width:100px;display: inline-block;}    
.testimonial-widget .single-review-item figure img{width:100%;border-radius: 50%;border: 5px solid #ffffff4a;}    
    
.testimonial-widget .single-review-item p{
    font-size: 24px;
    margin-bottom: 0;
    font-style: italic;
    text-align: left;
    min-height: 105px;
    /* overflow: auto; */
    text-align: CENTER;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin: 0;
    }	
.testimonial-widget .single-review-item .review-info{
    position: relative;
    margin-top: 10px;
    padding-left: 60px;
    text-align: left;
    }	
.testimonial-widget .single-review-item .review-info .sp-icon{
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 25px;
    font-weight: bold;
    background: #e9bc2a;
    text-align: center;
    padding-top: 8px;
    color: #ffffff;
    border-radius: 50%;
}	
.testimonial-widget .single-review-item .review-info .text{
    display: block;
    padding-top: 1px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}	
.testimonial-widget .single-review-item .review-info .type{
    display: block;
    text-transform: uppercase;
    letter-spacing: 1;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}	
/* PAGE CONTENT */
.content-widget{padding:30px 0; background:#fff;}
.content-widget{}
.maparea{ padding:0;}
.maparea iframe{width:100%;border:none;border-radius: 15px;margin-top: 15px;}

.contact-area{
    padding-left: 15px;
    padding-top: 25px;
}

.contact-area h3{
    margin: 0;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: CENTER;
    color: #000;
}
.contact-area h5{
    text-align: center;
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    }
.contact-area form{
    display: inline-block;
    width: 100%;
}
.contact-area form label{
    display: block;
}
.contact-area form label span{
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e9bc2a;
}
.contact-area form label input[type='text'], .contact-area form label input[type='email'],.contact-area form label textarea{
    display: block;
    width: 100%;
    border: 2px solid #e9bc2a;
    padding: 13px;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: none;
    background: none;
}
.contact-area form button{
    display: inline-block;
    padding: 10px 40px;
    text-transform: uppercase;
    background: #e9bc2a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    font-weight: 600;
    border-radius: 3px;
    }
/** GALLERY **/
.gridgallery{padding:30px;background: #000;}	
 	
.gridgallery .titlehead-panel{margin-bottom: 45px;padding-top: 30px;}
.gridgallery .titlehead-panel .subhead{
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    background-color: #e9bc2a;
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    padding: 10px 20px;
    border-radius: 50px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1;
    }
.gridgallery .titlehead-panel .subhead i{
    color: #000000;
    margin-right: 5px;
    font-size: 14px;
    }
.gridgallery .titlehead-panel h2{
    font-size: 48px;
    margin-top: 22px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 800;
    }
.gridgallery .listgrid{}	
.gridgallery .listgrid .innerbox{
    padding: 0 10px;
    padding-bottom: 20px;
}
.gridgallery .listgrid figure {
    max-height: 265px;
    overflow: hidden;
}	
.gridgallery .listgrid figure img{
    max-width: 100%;
    /* border-radius: 15px; */
}
.gridgallery .listgrid h3{
    margin: 0;
    text-align: CENTER;
    font-size: 18px;
    padding: 15px 0;
    background: #fff;
    text-transform: uppercase;
    color: #000;
}		
.servicesbox{
    padding: 0 10px;
}
.servicesbox .itembox{
    background: #000000;
    top: 0;
    transition: top ease 0.5s;
    position: relative;
}
.servicesbox .itembox:hover{top:-20px; background:#fff;}
.servicesbox .itembox figure{}
.servicesbox .itembox figure img{
    width: 100%;
}
.servicesbox .itembox h3{
    margin: 0;
    text-align: CENTER;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
    margin-top: 25px;
    color: #e9bc2a;
    letter-spacing: 1;
}
.servicesbox .itembox p{
    padding: 0 40px;
    padding-bottom: 35px;
    text-align: center;
    font-size: 19px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: .2px;
}
.servicesbox .itembox:hover p{color:#000;}


/* PORTFOLIO */
.widget-portfolio{background:#000; padding:5em 0;}
.widget-portfolio .head{
	font-size: 4em;
	font-weight: 300;
	color: #e9bc2a;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	}
.widget-portfolio .right-box{
    text-align: right;
    padding-top: 10px;
}
.widget-portfolio .right-box ul{
    padding: 0;
    list-style: none;
    display: inline-block;
}
.widget-portfolio .right-box ul li{
    display: inline-block;
    padding: 0px 3px;
}
.widget-portfolio .right-box ul li a{
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    letter-spacing: 0.3;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    background: #313131;
    border-radius: 30px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.widget-portfolio .right-box ul li a.active{
    background: #e9bc2a;
}

.widget-portfolio .portfolio-grid{
    padding-top: 20px;
}
.widget-portfolio .portfolio-grid .innerbox{
    padding: 0 5px;
    margin-bottom: 10px;
}
.widget-portfolio .portfolio-grid .innerbox figure{
    position: relative;
}
.widget-portfolio .portfolio-grid .innerbox figure img{width:100%;border-radius: 0;filter: grayscale(100%);}
.widget-portfolio .portfolio-grid .innerbox figure:before{content:""; position:absolute;}
.widget-portfolio .portfolio-grid .innerbox figure:hover img{filter: grayscale(0);}

.widget-bookappointment .mapbox{
    background: #fff;
    margin-left: -50px;
    padding: 20px;
    top: 8em;
    width: 36%;
}
.widget-bookappointment .mapbox .innermap{}
.widget-bookappointment .mapbox .innermap iframe{
    width: 100%;
    height: 400px;
}

/* SLICK SLIDER */
.expertiseslides .slick-prev{
    right: 80px;
    top: -70px;
    left: inherit;
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: #282828;
    }
.expertiseslides .slick-next{
    right: 25px;
    top: -70px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: #282828;
    }
.expertiseslides .slick-prev:hover, .expertiseslides .slick-next:hover{background: #e9bc2a;}	

/* PAGE DATA */
.page-widget{
    padding: 30px 0;
    background: #000;
}
.page-widget .faqlist{}
.page-widget .faqlist h3{
    margin: 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    background: #1f1e1d;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.page-widget .faqlist p{
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
    margin-bottom: 20px;
}
.page-widget .faqlist ul{
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    /* color: #fff; */
}
.page-widget .faqlist ul li{
    font-size: 18px;
    color: #ffffff;
}
 
.page-widget .aboutpage{}
.page-widget .aboutpage img{max-width:100%;}
.page-widget .aboutpage .box-left{}

.page-widget .aboutpage .box-left img{width:100%;}
.page-widget .aboutpage .box-right{}
.page-widget .aboutpage .box-right h3.head{font-size: 4em;
    font-weight: 300;
    color: #e9bc2a;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;}
.page-widget .aboutpage p{
    font-size: 18px;
    color: #ffffff;
    text-align: justify;
}
.page-widget .grid-figure{/* filter: grayscale(100%); */}
.page-widget .grid-figure img{width:100%}
.page-widget .grid-figure:hover{filter: grayscale(0%);}

/* termsandcondition */
.testimonial-page{}
.testimonial-page h3{ margin: 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    background: #1f1e1d;
    padding: 10px 15px;
    margin-bottom: 15px;}
.testimonial-page p{ margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
    color: #969696;
    margin-bottom: 20px;}
/* SERVICES PAGE */
.signature-page{}
.signature-page .signature-inner{}
.signature-page .signature-inner .tagline-box{
    text-align: center;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    color: #e9bc2a;
}
.signature-page .signature-inner h3{
    margin: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
    color: #e9bc2a;
    position: relative;
    font-weight: 200;
    letter-spacing: 1px;
}
.signature-page .signature-inner p{
    font-size: 18px;
    color: #ffffff;
    text-align: justify;
}
.signature-page .signature-inner h3 span{
    font-size: 30px;
    position: relative;
    top: 0;
    color: #ffffff;
}
.signature-page .signature-inner ul{    padding: 0;
    list-style: none;
    margin-bottom: 20px;}
.signature-page .signature-inner ul li{
    font-size: 18px;
    color: #ffffff;
    }
.signature-page .gridbanner{}
.signature-page .mobgrid{
    display: none;
}

.signature-page .subhead-occasion {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 1px;
    margin-top: 30px;
}
.signature-page .subhead-occasion span {
    display: inline-block;
    font-family: 'Tuesday Night';
    text-transform: capitalize;
    font-size: 41px;
    color: #e9bc2a;
}

.signature-page .grid-banner figure{
    padding: 15px;
    background: #ffffff24;
    /* filter: grayscale(100%); */
    margin-top: 15px;
}
.signature-page .grid-banner figure:hover{	filter: grayscale(0%);}
.signature-page .grid-banner figure img{width:100%;}












.occasion-page .gridbanner figure {
    padding: 15px;
    background: #ffffff24;
    /* filter: grayscale(100%); */
    margin-top: 15px;
}
.bookbtn{    display: inline-block;
    padding: 8px 30px;
    margin-top: 15px;
    border: 2px solid #e9bc2a;
    text-transform: uppercase;
    color: #e9bc2a;
    font-weight: 600;
    letter-spacing: 3px;
}

.bookbtn:hover{color:#fff; border-color:#fff; }
/* OCCASION */
.occasion-page{}
.occasion-page .occasion-inner{}

.occasion-page .occasion-inner .tagline-box{
    text-align: center;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    color: #e9bc2a;
}
.occasion-page .occasion-inner h3, .signature-page  h3{
    margin: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
    color: #e9bc2a;
    position: relative;
    font-weight: 200;
    letter-spacing: 1px;
}
.occasion-page .occasion-inner p{
    font-size: 18px;
    color: #ffffff;
    text-align: justify;
}
.occasion-page .occasion-inner h3 span{
    font-size: 3em;
    position: absolute;
    top: -40px;
    color: #3c3c3c;
}
.occasion-page .occasion-inner .subhead-occasion{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 1px;
    margin-top: 30px;
}
.occasion-page .occasion-inner .subhead-occasion span{
    display: inline-block;
    font-family: 'Tuesday Night';
    text-transform: capitalize;
    font-size: 41px;
    color: #e9bc2a;
}




.occasion-page .pricingbox{
    padding-top: 20px;
}
.occasion-page .pricingbox .innerpricebox{
    background: #89898924;
    padding: 0;
}
.occasion-page .pricingbox .innerpricebox figure{/* filter: grayscale(100%); */}
.occasion-page .pricingbox .innerpricebox figure img{width:100%;}
.occasion-page .pricingbox .innerpricebox:hover figure{filter: grayscale(0%);}
.occasion-page .pricingbox .innerpricebox .subinnerbox{
    padding: 20px 25px 20px 25px;
    min-height: 221px;
}
.occasion-page .pricingbox .innerpricebox .subinnerbox h4{
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}
.occasion-page .pricingbox .innerpricebox  .subinnerbox  ul{
    padding: 0;
    list-style: none;
}
.occasion-page .pricingbox .innerpricebox  .subinnerbox  ul li{
    font-size: 16px;
    color: #e9bc2a;
    position: relative;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
}
.occasion-page .pricingbox .innerpricebox  .subinnerbox ul li:before{content:"\f058";position:absolute;font: normal normal normal 14px/1 FontAwesome;left: 0;top: 3px;}
.occasion-page .pricingbox .innerpricebox  .subinnerbox a{
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1;
    font-family: 'Oswald', sans-serif;
}
.occasion-page .occasion-inner figure{
    padding: 15px;
    background: #ffffff24;
    /* filter: grayscale(100%); */
    margin-top: 15px;
}
.occasion-page .occasion-inner figure:hover{	filter: grayscale(0%);}
.occasion-page .occasion-inner figure img{width:100%;}

/* BRIDAL MAKEUP */

.bridal-page{}
.bridal-page .bridal-inner{}
.bridal-page .bridal-inner .dividerbridal{
    max-width: 90%;
}
.bridal-page .bridal-inner .tagline-box{
    text-align: center;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    color: #e9bc2a;
    margin-bottom: 20px;
    }
.bridal-page .bridal-inner .featured-head{
    color: #e9bc2a;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.bridal-page .bridal-inner p{
    font-size: 18px;
    color: #ffffff;
    text-align: justify;
    }
.bridal-page .bridal-inner h3{margin: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-top: 20px;
    color: #e9bc2a;
    position: relative;
    font-weight: 200;
    letter-spacing: 1px;}
.bridal-page .grid-banner{
    padding-bottom: 20px;
}

.bridal-page .grid-banner figure{/* filter: grayscale(100%); */padding: 15px;background: #ffffff24;}
.bridal-page .grid-banner:hover figure{filter: grayscale(0%);}
.bridal-page .grid-banner figure img{width:100%;}

.bridal-page h4.subhead-bridal{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 1px;
}
.bridal-page h4.subhead-bridal span{
    display: inline-block;
    font-family:'Tuesday Night';
    text-transform: capitalize;
    font-size: 41px;
    color: #e9bc2a;
}

.bridal-page .box-widget, .occasion-page .box-widget, .signature-page .box-widget{
    padding: 30px;
    margin-top: 15px;
    border: 1px solid #e9bc2a;
    min-height: 140px;
}
.bridal-page .box-widget h3, .occasion-page .box-widget h3, .signature-page .box-widget h3{
    margin: 0;
    letter-spacing: 4px;
    font-weight: 500;
    padding-bottom: 5px;
}
.bridal-page .box-widget h4, .occasion-page .box-widget h4, .signature-page .box-widget h4{
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.bridal-page .box-widget a{
    display: inline-block;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 5px 30px;
    background: #e9bc2a;
    color: #000;
    letter-spacing: 2px;
    font-weight: 700;
}
.bridal-page .bridal-grid{
    padding: 0;
    padding-top: 25px;
}
.bridal-page  ul{padding: 0;
    list-style: none;}
.bridal-page  ul li{
    font-size: 16px;
    color: #ffffff;
    position: relative;
    padding-left: 20px;
    /* font-family: 'Roboto', sans-serif; */
    }
.bridal-page  ul li:before{content:"\f058";position:absolute;font: normal normal normal 14px/1 FontAwesome;left: 0;top: 3px;color: #e9bc2a;}

.bridal-page .bridallist{padding:15px 0;}
.bridal-page .bridallist ul{}
.bridal-page .bridallist ul li{float:left; padding-right:15px;}

.bridal-page .newpagelink{
    text-align: left;
    margin-bottom: 20px;
} 
.bridal-page .newpagelink a{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    position:relative;
    padding-left: 20px;
} 
.bridal-page .newpagelink a:before{content:"\f058";position:absolute;font: normal normal normal 14px/1 FontAwesome;left: 0;top: 5px;color: #e9bc2a;}
.bridal-page .newpagelink a:hover{color: #e9bc2a;}

/* ACADEMY PAGE */
.academy-page{}
.academy-page .academy-inner.box1{padding-top: 11%;}
.academy-page .academy-inner.box2{padding-top: 6%;}
.academy-page .academy-inner{/* background: #fff; */}
.academy-page .academy-inner h3{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    margin: 0;
}
.academy-page .academy-inner span{
    font-family: 'Tuesday Night';
    text-transform: capitalize;
    font-size: 42px;
    color: #e9bc2a;
}
.academy-page .academy-inner figure{
    padding: 15px;
    background: #ffffff17;
    /* filter: grayscale(100%); */
    margin-bottom: 25px;
}
.academy-page .academy-inner figure img{width:100%;}
.academy-page .academy-inner p{
    font-size: 18px;
    text-align: justify;
    color: #fff;
}
.academy-page .academy-inner h4{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 1;
}
.academy-page .academy-inner h4 span{}
.academy-page .academy-inner ul{padding: 0;
    list-style: none; }
.academy-page .academy-inner ul li{
    font-size: 18px;
    color: #ffffff;
    position: relative;
    padding-left: 20px;
    }
 
.academy-page .academy-inner  ul li:before{content:"\f058";position:absolute;font: normal normal normal 14px/1 FontAwesome;left: 0;top: 3px;color: #e9bc2a;}

.academy-page .academy-inner .featured-head {
    color: #e9bc2a;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.academy-page .box-pricing{
    border: 2px solid #e9bc2a;
    padding: 25px;
    margin-bottom: 20px;
}
.academy-page .box-pricing .innerbox-data{
    padding: 0;
}
.academy-page .box-pricing .innerbox-data h3{
    margin: 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #e9bc2a;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.academy-page .box-pricing .innerbox-data ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.academy-page .box-pricing .innerbox-data ul li{
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    position:relative;
    padding-top: 5px;
    padding-left: 20px;
    /* font-size: 14px; */
    font-family: 'Oswald', sans-serif;
}
.academy-page .box-pricing .innerbox-data  ul li:before{content:"\f058";position:absolute;font: normal normal normal 14px/1 FontAwesome;left: 0;top: 15px;color: #e9bc2a;}
.academy-page .box-pricing .innerbox-data ul li span{
    position: absolute;
    right: 0;
    font-weight: 600;
    color: #e9bc2a;
}
.academy-page .box-pricing .innerbox-data .bookseatbtn{
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 25px;
    font-weight: 600;
    color: #fff;
    background: no-repeat;
}
.academy-page .academy-inner .tagline-box{
    text-align: center;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 22px;
    color: #e9bc2a;
}
.gg-box img.actgrid{display:block;     animation: animate .2s linear;}

/** TESTIMONIAL SLICK */

.testmonial-slide .slick-prev{
    right: 80px;
    top: -70px;
    left: inherit;
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: #4e4e4e;
    }
.testmonial-slide .slick-next{
    right: 25px;
    top: -70px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    background: #4e4e4e;
    }
.testmonial-slide .slick-prev:hover, .testmonial-slide .slick-next:hover{background: #e9bc2a;}	

.bridal-page .grid-banner.mobgrid{display:none;} 
.occasion-page .grid-banner.mobgrid{display:none;} 
.bridal-page .third-head{
    margin: 0 !important;
    margin-bottom: 10px !important;
    letter-spacing: 1px !important;
} 




/* PARTY PAGE */
.occasion-page  .inclusive  ul{padding: 0;
    list-style: none;}
.occasion-page  .inclusive   ul li{
    font-size: 16px;
    color: #ffffff;
    position: relative;
    padding-left: 20px;
    /* font-family: 'Roboto', sans-serif; */
    }
.occasion-page  .inclusive ul li:before{content:"\f058";position:absolute;font: normal normal normal 14px/1 FontAwesome;left: 0;top: 3px;color: #e9bc2a;}

/* INSTAGRAM */
    .instagramupdate{padding:30px 0;background: #181818;}
	#instafeed-container{    width: 100%;
    height: 205px;
    overflow: overlay;
    display: -webkit-box;}
	 #instafeed-container a{display: block;
    width: 20%;
    
    max-height: 200px;
    overflow: hidden;
     
 
    padding: 0px 2.5px;
    text-align: center;}
		#instafeed-container a img{ 
		    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
		}
#instafeed-container::-webkit-scrollbar {
    width: 2px;
}
#instafeed-container::-webkit-scrollbar-track {
}
#instafeed-container::-webkit-scrollbar-thumb {
}
.instagramupdate h3{
    font-size: 4em;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
    } 
    .instagramupdate span {
    display: block;
    margin-bottom: 14px;
}
    .instagramupdate span a{
    font-size: 20px;
    color: #fff;
}
.signature-page .box-widget{min-height: 115px;}


/* BOOKSEAT */
.bookseat{
    padding: 30px;
    background: #000;
}
.bookseat .bookcourse{
    margin: 0 auto;
    float: none;
    display: flow-root;
    clear: both;
}
.bookseat .bookcourse .innerbox{}
.bookseat .bookcourse .innerbox label{
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1;
}
.bookseat .bookcourse .innerbox input[type='text'],.bookseat .bookcourse .innerbox select, .bookseat .bookcourse .innerbox textarea{
    width: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 8px;
    background: #3e3e3e;
    color: #fff;
    outline: none;
    border-radius: 2px;
}
.bookseat .bookcourse .innerbox button{
    display: block;
    padding: 10px 50px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 2px;
    background: #e9bc2a;
    width: 100%;
    color: #000000;
    font-weight: 600;
}




