@charset "utf-8";
/* CSS Document By ravisah */
::-moz-selection {
  background: #32b14f;
  color:#fff;
}
::selection {
  background: #32b14f;
  color:#fff;
}
@font-face {
    font-family: 'silver_sideshowregular';
    src: url('../fonts/silvs.woff2') format('woff2'),
         url('../fonts/silvs.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robusta_demoregular';
    src: url('../fonts/robusta_demo.woff2') format('woff2'),
         url('../fonts/robusta_demo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
	font-family: 'Poppins', sans-serif !important;
}
a, a:hover{
	color:#000;
	outline:0 !important;
	text-decoration:none;
}
a:active, a:focus {
   outline:0 !important;
}
p{
	font-size:16px;
	color:#353535;
	line-height:24px;
	padding:10px 0;
	margin-bottom: 6px;
}
img{
	max-width:100%;
}
.top-bar{
	background:#b04d58;
}
.phone, .email{
	font-size:14px;
	font-weight:500;
	display:inline-block;
	line-height: 32px;
	color:#fff;
}
.phone span, .phone img, .email span .email img{
	vertical-align:middle;
}
.phone span, .email span {
	margin-left:4px;
}
.phone img, .email img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	width: 18px;
}
.email{
	margin-left:26px;
}
.oragne-btn, .blue-btn, form button, input[type="button"]{
	display:inline-block;
	background:transparent;
	padding:0px 10px;
	border-radius:4px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:600;
}
.oragne-btn, form button, input[type="button"]{
	border:2px solid #000;
	color:#000;
	margin-right:8px;
}
.blue-btn{
	border:2px solid #29385f;
	color:#29385f;
}
.oragne-btn:hover, .blue-btn:hover, form button:hover, input[type="button"]:hover{
	color:#fff;
	text-decoration:none;
}
.oragne-btn:hover, form button:hover, input[type="button"]:hover{
	background:#000;
}
.blue-btn:hover{
	background:#29385f;
}
.large-btn-orange, .large-btn-blue, form button, input[type="button"]{
	padding: 10px 0;
    font-size: 14px;
	padding-left:16px;
	padding-right:40px;
	margin-top: 20px;
}
.large-btn-orange:after, .large-btn-blue:after, form button:after, input[type="button"]:after{
	content:"";
	position:absolute;
	height:18px;
	width:28px;
}
.large-btn-orange:after, form button:after, input[type="button"]:after{
	background:url(../images/button-orange.png) no-repeat 10px 2px;
}
.large-btn-blue:after{
	background:url(../images/button-blue.png) no-repeat 10px 2px;
}
.large-btn-orange:hover:after, .large-btn-blue:hover:after, form button:hover:after, input[type="button"]:hover:after{
	background:url(../images/button-hover.png) no-repeat 10px 2px;
}
header{
	background:#fff;
    width: 100%;
	border-bottom:1px solid #ddd;
}
.logo-box{
	line-height: 94px;
    position: absolute;
    top: -33px;
    background: #fff;
    z-index: 99;
    text-align: center;
    padding: 16px 0;
    width: 160px;
	border-radius: 0px 0px 40px 40px;
	box-shadow: 0px 0px 6px #c7c7c7;
}
.logo-box img{width:70%;}
.small-menu{
	display:none;
	cursor:pointer;
	margin-top: 10px;
}
.fixed-header{
	position:fixed;
	top:0;
	padding:12px 0;
}
.openings{
	background: #000;
    color: #fff;
    line-height: 75px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 42px;
    margin-left: 30px;
}
.openings:hover{
	text-decoration:none;
	color: #fff;
	background: #ec7b1c;
}
nav, .openings{display:inline-block;}
nav ul{
	margin: 0;
	padding: 0;
	font-size:14px;
	z-index:9999;
	font-weight:500;
}
nav ul li{
	display: inline-block;
    padding: 0 20px;
    line-height: 74px;
    border-left: 1px solid #ddd;
    margin-right: -4px;
}
nav ul li:last-child{border-right: 1px solid #ddd;}
nav ul li a{
	color:#3a3a3a;
	padding:0 6px;
}
nav ul li a:hover{color:#000;text-decoration:none;}
.down-icon{position:relative;}
.active{
	color: #000;
    text-decoration: none;
    line-height: 70px;
    display: block;
	font-weight: 700;
}
.down-icon:after {
    content: '';
    position: absolute;
    background: url(../images/down-icon.png) no-repeat;
    height: 6px;
    width: 8px;
    top: 34px;
}
nav ul li ul{
	display:none;
	position:absolute;
	text-align:left;
	background:#fff;
	padding:16px 0;
	width:250px;
	border-left:2px solid #000;
	left:0;
}
nav ul li ul li{
	display:block;
	margin:0;
	line-height:16px;
	padding:4px 10px;
	font-size:14px;
}
nav ul li ul li a:hover {
	line-height:16px;
	border:0;
}
nav ul li ul li a{
	display:block;
	padding: 4px;
}
nav ul li:hover ul{
	display:block;
}
.banner {
	position:relative;
}
.bx-wrapper{position:relative;}
.bx-controls-direction{display:none !important;}
.bx-pager-item{display:inline-block !important;}
.bx-pager{
	bottom: 50px;
    position: absolute;
    z-index: 99999999;
    text-align: center;
    width: 100%;
}
.bx-pager-item a{
	height:20px !important;
	width:20px !important;
	display:inline-block !important;
	background:#fff !important;
	border:1px solid #ddd !important;
	font-size: 0 !important;
	margin:0 4px;
	border-radius: 3px;
}
.bx-pager-item a.active{
	background:#b04d58 !important;
	line-height: 0 !important;
}
.banner img{
	width:100%;
	margin:0 auto;
	-ms-filter: contrast(110%); 
	-webkit-filter: contrast(110%); 
	filter: contrast(110%);
}
.dotted, .gradient, .black  {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.dotted{
	background: url(../images/dotted-bg.png) repeat;
}
.gradient{
	background:linear-gradient(to right, rgba(27, 212, 250, 0.80), rgba(245, 0, 125, 0.80));
}
.black {
	text-align:left;
	padding-top:14%;
	padding-left:9%;
}
.black h1{
	font-family: 'robusta_demoregular';
	font-size:50px;
	color:#000;
	line-height: 56px;
	margin: 0;
}
.black h2{
	font-size:38px;
	color:#fff;
	font-weight:800;
	line-height:36px;
	margin: 0;
	text-shadow: 1px 1px 4px #969696;
}
.about a:hover, .facilities a:hover {
	text-decoration:none;
}
.about, .facilities, .opening-time, .review{
	padding:80px 0;
	position:relative;
}
.owner h4{
	margin-top:20px;
	margin-bottom:0;
	color:#000;
	font-weight:800;
}
.owner p{
	padding-top: 0;
}
.review::after{
	content: "";
    position: absolute;
    background: url(../images/pen-box.png) no-repeat;
    bottom: 0px;
    right: 10px;
    height: 130px;
    width: 110px;
    animation: jump 2s infinite;
}
.review .bx-pager {
    bottom: -80px;
    position: absolute;
    z-index: 99999999;
    text-align: left;
    width: 100%;
	left: -100px;
}
.review .bx-pager-item a {
    height: 12px !important;
    width: 12px !important;
    display: inline-block !important;
    background: #a2a2a2 !important;
    font-size: 0 !important;
    margin: 0 2px;
	border-radius:50%;
}
.review .bx-pager-item a.active {background: #b04d58 !important;}
.reviewitem{margin-top:40px;}
.reviewitem::before{
	content: "";
    position: absolute;
    background: url(../images/quotation.png) no-repeat;
    top: 0px;
    left: 0px;
    height: 37px;
    width: 46px;
}
.reviewitem p{
	padding-left: 40px;
    padding-top: 40px;
    text-align: left;
}
.reviewitem .person-pic, .reviewitem .person-about{vertical-align:top;display:inline-block;}
.reviewitem .person-pic{
	height: 60px;
    width: 56px;
    border: 1px solid #b04d58;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 10px;
}
.reviewitem .person-pic img{width:100%;min-height:60px;}
.reviewitem .person-about{
	text-align:left;
	padding-top:8px;
}
.review .bx-controls {margin-bottom:60px;}
.person-about .client-name{
	font-size:18px;
	color:#1f1f1f;
	font-weight:600;
}
.person-about .designation-name{
	color:#000;
	font-weight:500;
}
.wd-70 .bx-viewport{overflow: inherit !important;}
.wd-70{width:70%;margin:0 auto;}
.about h3, .review h3, .serviceboxes h3, .innercontent h3{
	color:#b04d58;
	font-weight:700;
}
.aboutimg-text{
	position: absolute;
    bottom: 72px;
    color: #fff;
    width: 70%;
    right: 36px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 0;
}
.padding-top-60{padding-top:60px;}
@keyframes jump {
    0% { transform: translate(0%, 0%); }
    50% { transform: translate(0%, -10%); }
    100% { transform: translate(0%, 0%) ; }
}
.center-heading{
	text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #000;
}
.serviceboxes {
	margin-top: 40px;
    z-index: 99;
    position: relative;
}
.serviceboxes h3 {margin-bottom:40px;}
.box{
	background:#fff;
	text-align:center;
	padding:20px 10px;
	box-shadow:0px 0px 6px #c7c7c7;
	border-bottom:2px solid #000;
	border-radius: 14px 14px 0px 0px;
	margin-bottom:20px;
	min-height: 340px;
}
.box .image-box{
	height:210px;
	background:#ddd;
	margin:0 auto;
	overflow:hidden;
	border-radius:10px;
}
.box .image-box img{
	width:100%;
	min-height:210px;
}
a:hover .box{background:#ffe4e7;}
.box .box-heading{
	font-size:20px;
	font-weight:700;
	color:#b04d58;
	margin-top: 20px;
	line-height:26px;
}
.line-blue{border-bottom:2px solid #b04d58;}
.box p{
	margin-bottom:0;
	font-size:12px;
	padding-bottom: 0;
	line-height: 14px;
	font-weight: 500;
}
.timing-box{
	padding:30px;
	position:relative;
	box-shadow:2px 2px 2px #000;
	box-shadow: 0px 0px 5px #9a9a9a;
}
.timing-box::after {
	content:"";
	position:absolute;
	background: url(../images/yellow-ball.png) no-repeat;
	bottom:-80px;
	right:0px;
	height:170px;
	width:160px;
	animation: jump 2s infinite;
}
.timing-charactor{
	position:absolute;
	top:-120px;
}
.timing-heading, .timing-table{
	display:inline-block;
}
.timing-heading{
	font-size:38px;
	font-weight:700;
	color:#000;
	line-height:40px;
	padding:40px 0;
	padding-left:180px;
}
.timing-table{
	margin-left:100px;
	width: 40%;
	padding:40px 0;
}
.time1, .time2, .time3{
	color:#fff;
	border-radius:150px;
	padding:0;
	font-size:18px;
	font-weight:600;
	padding: 0px 30px;
	margin-bottom:4px;
}
.time1{
	background:#f5007d;
}
.time2{
	background:#000;
}
.time3{
	background:#1bd4fa;
}
.time1 span, .time1 samp, .time2 span, .time2 samp, .time3 span, .time3 samp{
	width: 48%;
	display: inline-block;
	font-family: 'Poppins', sans-serif !important;
	line-height: 42px;
}
.time1 samp, .time2 samp, .time3 samp{
	border-left:1px solid #fff;
	text-align:right;
}
.speaker{
	position:absolute;
}
/* Logo Slider */
#teamslider{width:100%;}
#logoslider .MS-content, #teamslider .MS-content {
  overflow: hidden;
  white-space: nowrap;
}
#logoslider .MS-content .item, #teamslider .MS-content .team {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 25%;
  height:220px;
  box-sizing:border-box;
  text-align:center;
  top: 50px;
}
#teamslider .MS-content .item{height:400px !important;}
#logoslider .MS-content .logo-box, #teamslider .MS-content .team-box{
	box-shadow: 0px 0px 6px #c7c7c7;
	border-radius:6px;
	width:90%;
	box-sizing:border-box;
	background:#fff;
	padding:20px 40px;
	text-align:center;
	margin-left:10px;
}
#teamslider .MS-content .team-box{width:100%;border:0px solid #ddd;padding:0;}
#logoslider .MS-content .logo-box img{width:100%;}
.MS-left, .MS-right{font-size:20px;}
.team-box {text-align:center;}
.team-box .teammember-img {
	width:250px;
	height:290px;
	background:#ddd;
	overflow:hidden;
	box-shadow:0px 0px 6px #6f6f6f;
	margin:0 auto;
	border-radius:6px;
}
.team-box .teammember-img img{
	width:100%;
	min-height:290px;
}
.team-box .post-position{
	background: #fff;
    box-shadow: 0px 0px 2px #6f6f6f;
    width: 210px;
    border-radius: 6px;
    padding: 12px 6px;
    z-index: 999999;
    position: absolute;
    margin: 0 auto;
    margin-top: -30px;
    left: 0;
    right: 0;
}
.team-box .post-position .member-name {
	font-size:18px;
	font-weight:700;
	color:#1f1f1f;
}
.team-box .post-position .member-post {
	margin: 0;
    padding: 0;
    font-size: 14px;
    color: #3a3a3a;
	line-height: 18px;
}
.client-logos{
	padding:20px 0;
}
.owner img{border-radius:6px;}
footer{
	background:#1f1f1f;
	margin-top:80px;
	padding:40px 0;
}
footer p {
	font-size:14px;
	color:#cccccc;
	line-height:18px;
	margin-top:0px;
	margin-bottom: 0;
}
footer p  span{
	color:#fff;
	font-size:16px;
	font-weight:500;
	display:block;
}
footer p a, footer p a:hover{
	color:#fff;
}
footer .footer-heading{
	color:#fff;
	font-weight:600;
	font-size: 30px;
    font-weight: 200;
	font-family: 'robusta_demoregular'
}
footer ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size:14px;
	color:#cccccc;
}
footer ul li{
	line-height:24px;
	margin:12px 0;
}
footer ul li a{
	color:#cccccc;
}
footer ul li a:hover{
	color:#fff;
}
footer .twocollom{
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
footer .left-line{
	border-left:1px solid #292929;
	padding-left:42px;
}
footer .bottom-line{
	border-bottom:1px solid #b9b9b9;
	padding: 30px 0;
}
footer .social-heading{
	margin-bottom:20px;
}
footer .copyright{
	border-top: 1px solid #636363;
    margin-top: 30px;
}
.color-orange{color:#000 !important;}
.footer-media{margin-top:20px;}
.head-media{display:inline-block;margin-left:40px;}
.facebook, .twitter, .linkedin, .whatsapp, .youtube{
	padding:6px 8px;
	color:#fff;
	background:#fff;
	border-radius: 50%;
}
.facebook:hover, .twitter:hover, .linkedin:hover, .whatsapp:hover, .youtube:hover{background:#efefef;}
.inner-page-banner{
	max-height:400px;
	min-height:400px;
	overflow:hidden;
}
.inner-page-banner img {
	min-height:401px;
}
.inner-page-banner .black{
    padding-top: 10%;
}
.inner-page-banner  .black h2 {
	font-size: 50pt;
}
.inner-page{
	padding:40px;
}
.inner-page p:first-child {
	font-size:20px;
	color:#000;
	font-weight:600;
}
.innerbanner{background:#f3f7ff;border-bottom:1px solid #ddd;text-align:center;padding:40px 0;}
.innerbanner h1{font-size:30px;color:#1f1f1f;text-transform:uppercase;font-weight:700;line-height:36px;margin-bottom:0;}
.innercontent{padding:60px 0;}
.innercontent h4 {
    font-size: 20px;
    font-weight: 600;
}
.innercontent .logo-box {
	position: static;
	width: 100%;
	text-align:center;
	padding:20px;
	margin-bottom:20px;
	box-shadow: 0px 0px 6px #c7c7c7;
	border-radius:6px;
}
.innercontent dl, .innercontent ol, .innercontent ul{padding-left:22px;}
.contact-box{
	text-align:center;
	box-shadow: 0px 0px 6px #c7c7c7;
	border-radius:6px;
	padding:20px;
	margin-bottom:20px;
	min-height: 190px;
}
.contact-box .contact-box-h {
	text-transform:uppercase;
	font-size:16px;
	font-weight:700;
	margin: 8px 0;
}
.contact-box .contact-box-c {
	color:#353535;
	font-size:16px;
	font-weight:500;
	line-height:20px;
}
input[type="text"], input[type="number"], input[type="file"], textarea{
	border:1px solid #ddd;
	padding:10px 20px;
	border-radius:4px;
	font-size:14px;
	margin-bottom:8px;
	background: #f4f4ff;
}
textarea{
	height:160px;
}
.contact-from {width:80%;}
.contact-from form input[type="text"], .contact-from form input[type="number"], .contact-from form textarea {
	width:100%;
}
.job-form{border:1px solid #ddd;border-radius:6px;padding:60px;width:50%;margin:0 auto;margin-top:30px;}
.job-form input, .job-form textarea, .job-form label{width:100%;font-size: 14px;}
.job-form button, .job-form input[type="button"]{margin-top:20px;}

/* Media Query */
@media screen and (max-width:1199px){
	.box .image-box{width:100%;}
	.speaker{width:10%;}
	.footer-media .facebook, .footer-media .twitter, .footer-media .instagram{display: inline-block;margin-bottom: 10px;}
	nav ul li{margin: 0 2px;}
	.openings{margin-left: 0px;}
	#teamslider .MS-content .team{width:33.33%;}
}
@media screen and (max-width:992px){
	.small-menu{display:inline-block;margin: 20px 0;width: 35%;filter: sepia(50%) hue-rotate(40deg) saturate(10%);}
	.openings {margin-left: 20px;}
	nav{display:none;position: absolute;width: 200px;right: 12px;text-align:left;background:#fff;padding: 10px 20px;z-index:9999;border-left: 2px solid #000;}
	nav ul li{margin-left: 0px;width:100%;line-height: 34px;position: relative;border-left: 0px solid #ddd;}
	nav ul li:last-child{border-right: 0px solid #ddd;}
	nav ul li ul{position:relative;padding: 0;width: auto;border-left: 0px solid #000;}
	nav ul li ul li{padding: 0;}
	.active{line-height:34px;border-bottom: 0px solid #000;}
	.down-icon::after{right: 0;}
	.trampoline-girl {position: relative;top: 0;}
	.speaker{display:none;}
	.timing-table{width: 70%;margin-left: 180px;padding-top: 0;}
	.timing-heading{padding: 14px 0;padding-left:180px;}
	footer .left-line{padding-left: 20px;}
	#teamslider .MS-content .team{width:50%;}
}
@media screen and (max-width:900px){
	#logoslider .MS-content .item{width: 33.33%;}
	.black h2{font-size: 38px;line-height: 30px;}
	.black h1{font-size: 34px;}
	.job-form{width:80%;padding:30px}
}
@media screen and (max-width:769px){
	footer .left-line {padding-left: 13px;border-left: 0px solid #292929;margin-top: 20px;}
	.timing-charactor{display:none;}
	.timing-heading, .timing-table{padding-left:0;width:100%;}
	.timing-table{margin-left:0;}
	.about .large-btn-orange{margin-bottom:30px;}
	.aboutimg-text{bottom: 10px;right: 48px;}
	.reviewitem{width:100% !important;}
	.wd-70 {width: 100%;}
	#logoslider .MS-content .item{width: 50%;}
	.review .bx-pager{left: 0;}
	.serviceboxes{margin-top: 40px;}
	.bx-pager {bottom: 10px;}
	.black h1{line-height: 30px;}
	.bx-pager-item a{height: 15px !important;width: 15px !important;}
}
@media screen and (max-width:700px){
	.box .image-box {width: 300px;}
}
@media screen and (max-width:540px){
	.head-media{display:none;}
	footer .bottom-line, .about, .serviceboxes, .review, .client-logos, .innercontent{padding: 40px 30px;}
	#teamslider .MS-content .team{width:100%;}
	.job-form{width:100%;padding:20px}
}
@media screen and (max-width:500px){
	.padding-top-60 {padding-top: 110px;}
	.timing-box{box-shadow: 0px 0px 0px #9a9a9a;}
	.opening-time{padding: 0;}
	.inner-page-banner{max-height:160px;min-height:160px;}
	.inner-page-banner img {min-height:161px;}
	.inner-page-banner .black {padding-top: 20%;}
	#logoslider .MS-content .logo-box{width:99%;}
	footer ul{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;}
	.contact-from {width:100%;margin-bottom: 40px;}
	.email{display:none;}
}
@media screen and (max-width:485px){
	.oragne-btn{margin-right: 0px;}
}
@media screen and (max-width:480px){
	.p-r-0{padding-right:0;}
	.p-l-0{padding-left:0;}
	.openings{display:none;}
	.small-menu{padding: 26px 0;}
}
@media screen and (max-width:440px){
	.p-r-0, .p-l-0 {width: 100%;display: inline-table;padding: 0;text-align: center !important;}
	.oragne-btn, .blue-btn{margin:4px 8px;}
	.time1, .time2, .time3{font-size: 14px;}
	#logoslider .MS-content .item{height:130px;}
	.logo-box{width: 150px;}
	.black h2 {font-size: 26px;line-height: 22px;}
	.black h1 {font-size: 26px;line-height: 22px;}
	.box .image-box {width: 100%;}
	.black p{font-size:12px;line-height:10px;}
	.bx-pager {bottom: -30px;}
	nav{z-index: 999999999;}
	footer .bottom-line, .about, .serviceboxes, .review, .client-logos, .innercontent {padding: 40px 10px;}
	.box .image-box {height: 180px;}
	.box .image-box img{min-height: 180px;}
	#logoslider .MS-content .item{width:90%;margin-right:40px;}
	#logoslider .MS-content .item, #teamslider .MS-content .team{height:280px;}
	.innercontent .padding-top-60 {padding-top: 0px;}
	.black h2 {font-size: 20px;line-height: 24px;font-weight:500;}
	.about .padding-top-60{padding-top: 20px;}
	.about img{width:60%;}
}
@media screen and (max-width:362px){
	.small-menu{margin-top: 5px;}
	.activities::before{left: -204px;}
	.timing-box {padding: 20px;}
	.openings{display:none;}
}
@media screen and (max-width:325px){
	.box .image-box{width:100%;}
}



