@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');
body{  font-family: "Poppins", sans-serif;
}
.container{
max-width:1170px;	
}
.site-header{
	background:#000;
}
.hero-square img{
	border: 5px solid #fff;
	rotate: 5deg;
}
.top-contact a{margin: 0px 15px;
color:#175aff;
}
.top-contact a:hover::after{
  content: '';
  border-bottom: solid 3px #fff;
  transform: scaleX(0);
  transition: transform 750ms ease-in-out;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.login-links .btns a.lgin{
	color:#000;
}
a.nav-link{
	color:#fff !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.main-navigation button {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: background 250ms ease-in-out, transform 150ms ease;
    -webkit-appearance: none; 
}
.site-header .right-login-links .btns a{
	    font-size: 16px;
    position: relative;
}
.whatsappchat {
	background: #468f34;
    position: fixed;
    bottom: 20px;
    left: 10px;
    color: #fff;
    padding: 2px;
    border-radius: 50%;
    font-size: 28px;
    z-index: 99999999999;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 52px;
		animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.covervideo {
    position: relative;
    height: 100%;
    height: 1080px;
}
.hero-banner .hero-text {
    position: absolute;
    top: 2%;
    left: 15px;
    right: 15px;
    margin: auto;
    text-align: center;
	max-width: 1250px;align-content
}
.covervideo video {
   width: 100%;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-banner .item .container{
	position: relative;
    display: flex;
    align-items: center;
}
.hero-banner .item{
	background-size:cover;
	background-repeat:no-repeat;
	height:800px;
	background-position:center;
}
.hero-banner .hero-text h1{
	font-weight:bold;
	text-align:left;
}
.hero-banner .hero-text {
    position: absolute;
    left:10%;
    text-align: left;
    z-index: 99;
    top: 20%;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}
.hero-text p{
color: #fff;
font-size: 18px;
text-align:justify;
max-width:550px;
}
.hero-banner .owl-carousel .owl-controls .owl-dot{
	border-radius:0;
	width:35px;
	height:4px;
}
.show-slides .product-image img{
	border-radius:22px;
}
.ticket-section .ticket-detail  li{
	list-style-type:none;
	text-align:left;
}
ul.abt-list{
	list-style-type:none;
	padding:0;
}
.ticket-modal{
	border-radius:22px;
	background-repeat: no-repeat;
    background-size: cover; 
	border:1px solid #fff;
}
.about-info img{
	border:5px solid #fff;
	rotate: 5deg;
}
.show-image{
	position:relative;
}
.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.show-image:hover .img-overlay {
  height: 100%;
}
.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.btn.btn-primary{
background: #c18527;
color: #fff;
border:0;
border-radius:22px;
box-shadow:1px 1px 8px 2px #0000002b;
font-size:16px;	
margin: 10px;
font-weight:400;
}
.btn.btn-primary:hover{
background: #000;
color: #fff;	
}
.btn.btn-light{
background: #fff;
color: #000 !important;
border:0;
border-radius:12px;
box-shadow:1px 1px 8px 2px #0000002b;
font-size:12px;	
padding:10px 34px;
}
.btn.btn-light:hover{
background: #fff;
color: #000 !important;
}
#products .owl-controls{
	position:absolute;
	bottom:-50px;
}
#products .owl-controls .owl-dot{
	width:50px;
	height:5px;
	border-radius:0px;
}
#products .owl-controls .owl-dot{
border:1px solid red !important;	
}
#products .owl-controls .owl-dot.active{
	background:red !important;
	border:0 !important;
}
.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
.head-title span{
font-weight: 600;
	font-size:18px;
}
.herobannerinner{
	    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 50px 0;
    height: 522px;
}
.herobannerinner .middle-text{
	padding: 125px;
}
/** Accordian Css End **/
@media (min-width:769px){
.site-branding-container{
display: grid;
}
.show-slides .product_info{
	position: absolute;
    bottom: 70px;
    left: 0;
    padding: 0 16px;
}
.show-slides .custom-timings{
	position:absolute;
	bottom:28px;
	left:0;
	 padding: 0 16px;	
}
.show-slides .custom_options{
	position:absolute;
	bottom:0;
	left:0;
	 padding: 0 16px;
}
.site-header  .site-branding-container{
	        grid-template-columns: 250px auto auto;
        gap: 10px;	
}	
.site-header .main-navigation {
        width: 100%;
        text-align: left;
	    margin-top: 0;
}
.site-header .right-login-links .btns a{
	font-size:16px;
	position:relative;
}
.site-header .right-login-links .btns .btn.btn-primary{
		color:#fff;
		border-radius:25px;
}
a.lgin::after{
	content: "";
    border-radius: 2px;
    position: absolute;
    left: 50px;
    bottom: -3px;
    width: 2px;
    height: 28px;
    background-color: #bac1c9;
	}

}
 .site-header .right-login-links .btns a.lgin {
		color:#000;
	}
.site-header .right-login-links .btns a{
	font-size:16px;
	position:relative;
}
.btn.btn-demo{
	background:transparent;
	color:#000;
	border:1px solid #333e6b;
	border-radius:25px;
	margin-left:16px;
	font-size:14px;
	}
.btn.btn-demo:hover{
	background:#34356b;
	color:#fff !important;
	transition:all .3s ease;
	}
body.page-id-1188  .site-header .right-login-links{
display:block;	
}

.socialicons a{
display: inline-block;
    width: 32px;
    height: 32px;
    margin:0 5px;
    border-radius: 17px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
/* 	background:#34356b; */
}
.socialicons a:hover{
	background:#aaabaf;
}
.iconlist a{text-transform:lowercase;}
.copyrite p{color: #fff; display:none;
text-align:center;}
.menu li a{font-weight:400;
text-transform: uppercase;}
.iconlist i{ width: 32px;
    height: 32px;
        margin: 4px 5px;
    border-radius: 17px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
	background:#549713;
	display: inline-block;}
.iconlist i:hover{
	background:#2247b2;
}
.widget a:hover{color: #cf4326;}
h2.widget-title {
font-weight: 500;
    font-size: 21px;}
.btn.btn-org{
background: #cf4326;
color: #fff;
border:0;
border-radius:5px;
font-size:16px;	
font-weight:400;
height:43px; 
line-height:12px;
}
.btn.btn-secondary{
	    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    letter-spacing: 2px;
    font-size: 12px;
    background-color: #ff9800;
    color: #fff;
    border-radius: 70px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: .4s cubic-bezier(0,0,.3642,1);
    transition: .4s cubic-bezier(0,0,.3642,1);
}
.btn.btn-secondary:hover{background:#000;}
.btn.btn-explore{
	background:#fff;
	color:#175aff;
	border-radius:35px;
	font-size: 14px;
    font-weight: 500;
}
.btn.btn-explore:hover{
background: transparent;
	border:1px solid #fff;
	color:#fff;
}
.hero-banner{
position:relative;	
}
.hero-banner .sma-img{
position: absolute;
    bottom: -3px;
}
.pr-md-0, .px-md-0{padding-right:0 !important;}
.hero-banner h1{
margin: 0 0 22px;
    font-size: 50px;
    color: #fff;
    line-height: 55px;
	font-weight:400;
    }
.hero-banner .hero-text{
    color: #000;
    padding:110px 0;
	
}
.hero-banner .hero-text h1 span{color:#cf4326;text-transform: unset;}
.section{padding: 70px 0;}
.clearfix{clear: both;}
.suport-content{
	max-width:700px;
	    text-align: center;
    margin: auto;
}
.bg-grey{
	background: #f8f8f8;
}
.bg-secondary{
	background: #34356b;
}
/** Play Button Frames **/
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
 position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -15px;
    bottom: -15px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/** End Play Buttons Frames **/
ul.checklist{list-style-type:none;
padding:0;
margin:0;}
ul.checklist li span{font-family: "Sora", sans-serif;
font-size:16px;}
.checklist li.fa{display:block;
line-height:1.5;}
button, input, select, optgroup, textarea{color: #fff !important;}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus{outline: none !important;}
/* Responsive */
@media (max-width:768px){
.site-logo{width:120px;}
.covervideo{
		height:227px;
}
.navbar-toggler-icon {
        display: inline-block;
        height: 1.4em;
		border: 1px solid #fff;
        border-radius: 6px;
	margin-top:30px;
}
.product_box .product_info h3{
		font-size:16px;
}
.show-slides .product_info{
	position: absolute;
    bottom: 70px;
    left: 0;
    padding: 0 16px;
}
.show-slides .custom-timings{
	position:absolute;
	bottom:28px;
	left:0;
	 padding: 0 16px;	
}
.show-slides .custom_options{
	position:absolute;
	bottom:0;
	left:0;
	 padding: 0 16px;
}
#products .owl-controls{
		display:none;
}
.right-login-links{
		display:none;
}
.business-man{display:none;}
.icon{width:40% !important;}
.trst-icons .icon img{
    background: #34356b;
    border-radius: 30px;
    padding: 12px;
}
	.trs-icon{width:50%;}
	.success-icons .trs-icon img{
		border-radius: 60px;
    padding: 12px;
	}
	.success-icons{display:flex;}
	.trs-text{
		margin-left: 12px;
    margin-top: 0px;
	}
.plan-btn{
		text-align:center;
		margin:auto;
}
.herobannerinner{
		height: 100% !important;
}
.herobannerinner .middle-text{
		padding:0px 80px 0px 80px;
}
}
.plans-section{
	background: rgb(249 249 249);
    padding: 12px 10px;
    border-radius: 25px;
}
.plans-section .head span{
	    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
	color:#000;
	letter-spacing:2px;
}
.plans-section .head p{
	    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.plans-section .tile{
	background:#272869;
	color:#fff;
	border-radius:10px;
	padding:10px 0px;
	max-width:65%;
	margin:auto;
	margin-top:15px;
}
.plans-section .tile p{
	font-size:12px;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
@keyframes slide-in-anim {
	20% {
		opacity: 0;
	}
	60% {
		transform: translateX(-45%);
	}
	75% {
		transform: translateX(-45%);
	}
	100% {
		opacity: 1;
		transform: translateX(-45%);
	}
}



/*# sourceMappingURL=bootstrap.min.css.map */

.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.owl-carousel .owl-animated-in{z-index:0;}
.owl-carousel .owl-animated-out{z-index:1;}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-loaded{display:block;}
.owl-carousel.owl-loading{opacity:0;display:block;}
.owl-carousel.owl-hidden{opacity:0;}
.owl-carousel .owl-refresh .owl-item{display:none;}
.owl-carousel .owl-controls{
position:absolute;
bottom:25px;
width:100%;
text-align:center;
/* 	display: none; */
}
.owl-carousel .owl-controls .owl-dot{
width:12px;
height:12px;
border-radius:50%;
border:1px solid #fff;
display:inline-block;
margin:0 5px;
}
.btn.btn-contact{background: #175aff;
    color: #fff;
    border: 0;
    border-radius: 0px;
    font-size: 16px;
    padding: 8px;
	letter-spacing: 1px;
}
.owl-carousel .owl-controls .owl-dot.active{
background:#aaabaf;
border:1px solid #fff;
}
.head-title.started h3{font-size:37px;}
.head-title.started p{font-size:15px;}
.owl-carousel .owl-controls {}
.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;height:auto;}
.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto;}
.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}
.owl-carousel.owl-rtl{direction:rtl;}
.owl-carousel.owl-rtl .owl-item{float:right;}
.no-js .owl-carousel{display:block;}
.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-item img{transform-style:preserve-3d;}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000;}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url("owl.video.play.png") no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease;}
.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3, 1.3);-moz-transition:scale(1.3, 1.3);-ms-transition:scale(1.3, 1.3);-o-transition:scale(1.3, 1.3);transition:scale(1.3, 1.3);}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon{display:none;}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease;}
.owl-carousel .owl-video-frame{position:relative;z-index:1;}
.bg-secondary{background-color:#34356b!important;margin-right:0px !important;}
.about-p{
	text-align:justify;
font-size:18px;
line-height:25px;
}
@keyframes shade {
	0% {
		box-shadow: 0 0 0 0 rgb(209 209 209 / 50%);
	}
	80% {
		box-shadow: 0 0 0 14px rgb(255 255 255 / 5%);
	}
}
.btn.btn-border{
	border: 1px solid #ffffff;
    border-radius: 0;
    max-width: 335px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 17px;
    height: 44px;
    line-height: 44px;
    min-width: 280px;
	color:#ffffff;
}