@import url("/theme/Default/style.css");


@viewport {
  width: device-width;
  zoom: 1;
}

	
body{
	background:#fff  ;
	overflow-x:hidden !important;
	background:url(/theme/webpackage/imgs/poker_btm.jpg) #fff bottom center no-repeat fixed;
	background-size:cover;
	font-size:14px;
	}

#main-table td img {margin:10px}
#main-table td a {color:#f56915;}
	
#theme-contain-template{
background:url(/theme/webpackage/imgs/color-bg.png) top center no-repeat;	
background-size: contain;
}
	
	/*#theme-contain-template{
		background:#fff  ;
	overflow-x:hidden !important;
	background:url(/theme/webpackage/imgs/bg-template.jpg) #fff bottom center no-repeat fixed;
	background-size:cover;
font-size:14px;}*/
	
	
	
/*#theme-contain-template:before{content: "";
    pointer-events: none;
    width: 100%;
    height: 0;
    background-size: cover;
    position: absolute;
    left: 0;
    -webkit-animation: bg-animate 18s -4.5s linear infinite both paused;
    animation: bg-animate 18s -4.5s linear infinite both paused;  }

#theme-contain-template:before{  background-image: url(/theme/webpackage/imgs/about_move_bg.png);
    padding-bottom: 44.27083%;animation-play-state: running;z-index:99999;}
	
	
	@keyframes bg-animate {
    0% {
        opacity: .2;
        transform: scale3d(.6, .6, 1);
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: .1;
        z-index: 1;
        transform: scale3d(2, 2, 1);
    }
}*/
	
	img {
    width: auto;
    max-width: 100%;
}


.back-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
	
	
#page-content{
	font-size:16px;
	color:#fff;
  text-align:justify;
  padding:10px;
}

#theme-title .title {
	text-align:center;color:#fff;
	padding:10px;
	font-size:20px;
	font-weight:bold;
	display:none
	}

#theme-menu{
	float:right;
	}
	
.cmsview{
	padding-top: 60px;
	}
	
.site-content{
	min-height:500px;
	margin-top: -45px;
	}

.navbar {height:65px;}

.navbar-brand img {
	width:120px !important;
	margin-top:-10px; 
	position:relative;
	}

	
.navbar-nav>li>a {
	
  padding-top: 22px;
  padding-bottom: 21px;
  }


.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #333 !important;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #b40404;
  }
  
#sidebar ul li a.dropdown {
    display: inline-block !important;
}

footer{
	color:#999;
	padding:10px 5px;
    text-align:center;
	}


footer .footer-link a img{
	margin-bottom:15px;
	width:120px;
	}

.btn, .btn:hover, .btn:visited, btn:active{
	color:#fff;
	border-color:#666 !important;
	background: #292929 !important;
  background: -moz-linear-gradient(top, black, #3c3c3c 1px, #292929 25px) !important;
  background: -webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929)) !important;
}








/* -----------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.img-logo{
    width: 150px;
}
.navbar-brand img {width:130px; top:10px;}

.navbar-right .btn-info{
	margin-top:14px;
	background:#be0404 !important;
	border-color:#be0404 !important;
	}

.navbar-right .btn-info:hover{
	background:#970303 !important;
	border-color:#970303 !important;
	}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -260px;
    height: 100vh;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #333;
}

#sidebar ul li a{
	font color: #ffffff;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: rgba(0,0,0,0.7);
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.6em;
    display: block;
    text-decoration:none;
    color: #fff;
    transition: all 0.3s;
}

#sidebar ul li a:hover {
    color: #000;
    background: #fff;
}

#sidebar ul li.active > a, 
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #be0404;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar a[aria-expanded="false"]::before, 
#sidebar a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

#sidebar a[aria-expanded="true"]::before {
    content: '\e260';
}

#sidebar ul ul a {
    font-size: 1.4em !important;
    padding-left: 30px !important;
} 

@media (max-width: 767px){

.container-fluid>.navbar-collapse, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container>.navbar-header { margin-right: 0; margin-left: 0;}
.container-fluid>.navbar-header{ margin-top: 15px; }

.navbar-header {
    float: left;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-right{
    float: right;
    margin-right: 15px;
}

.navbar-collapse {
    float: right;
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

}





/*==========home banner CSS Start==========*/
#main-banner h1 {
	margin-top:-20px;
    font-size: 50px;
    color: #ffffff;
    font-weight: 800;
    text-align:center;
}

#main-banner h1 span {
    display: block;
}

#main-banner p{
	color:#fff;
	text-align:center;
}

.main-banner {
    position: relative;
    padding-top: 100px;
    margin-bottom: 180px;
    background-attachment: fixed;
}

.banner-content {
    text-align: center;
    padding: 0 50px;
}

.banner-logo {
    margin-bottom: 40px;
}

.banner-logo img {
    width: 253px;
    height: auto;
}

.banner-img-box {
    text-align: center;
    margin-top: 40px;
    margin-bottom: -150px;
}

.banner-img {
    position: relative;
    display: inline-block;
}

.banner-img img {
    width: 90%;
    height: auto;
    position: relative;
    z-index: 0;
}

.banner-img-shape {
    position: absolute;
    width: 30%;
    height: 30%;
    background-position: top center;
    border-radius: 10px;
    box-shadow: 2px 2px 60px rgba(0,0,0,0.2);
    z-index: 1;
}

.banner-img-shape.shape1 {
    top: 95px;
    left: -64px;
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}

.banner-img-shape.shape2 {
    top: -58px;
    right: -49px;
    -webkit-animation: movedelement2 10s linear infinite;
    animation: movedelement2 10s linear infinite;
}

.banner-img-shape.shape3 {
    top: 185px;
    right: -124px;
    -webkit-animation: movedelement3 8s linear infinite;
    animation: movedelement3 8s linear infinite;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
/*==========home Banner CSS End==========*/




/*==========Perfect Demos CSS Start==========*/
.main-demos {
    position: relative;
    padding: 91px 0 120px 0;
}

.main-demos h2 {text-align:center;font-weight:bold;font-size:30px;}
.main-demos h3 {text-align:center;font-weight:bold;margin:40px auto;font-size:30px;}

.center-title {
    text-align: center;
    margin-bottom: 45px;
}

.center-title p {
    display: block;
    width: 600px;
    max-width: 100%;
    margin: auto;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}



.demos-list {
    margin-bottom: -47px;
}

.demo-box {
    position: relative;
    text-align: center;
    margin-bottom: 47px;
}

.demo-img {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    box-shadow: 2px 2px 60px rgba(0,0,0,0.1);
    position: relative;
    background-size: 100%;
    background-position: top center;
    transition: 2s ease-in-out;
    overflow: hidden;
    margin-bottom: 22px;
    background-color:#191919;
}

.demo-img2 {
    width: 100%;
    height: 290px;
    border-radius: 10px;
    box-shadow: 2px 2px 60px rgba(0,0,0,0.1);
    position: relative;
    background-size: 100%;
    background-position: top center;
    transition: 2s ease-in-out;
    overflow: hidden;
    margin-bottom: 22px;
    background-color:#191919;
}

.demo-img:hover , .demo-img2:hover{
    background-position: bottom center;
}

.demo-img:before, .demo-img2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #010f2e;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
}

.demo-img:hover:before ,.demo-img2:hover:before{
    opacity: 0.5;
}

.demo-img a, .demo-img2 a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 1;
}

.demo-img:hover a , .demo-img2:hover a{
    opacity: 1;
}



/*view button*/
.sec-btn {
    width: 210px;
    height: 60px;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 5px;
    background: linear-gradient(to right, #f56915, #f0a80e);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.5s;
}

.sec-btn:hover {
    color: #ffffff;
}

.sec-btn:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #f56915, #f0a80e);
    transition: 0.3s;
    z-index: 0;
}

.sec-btn:hover:before {
    top: 0;
}

.sec-btn span {
    position: relative;
    z-index: 1;
}

.sec-btn span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.demo-set .subtitle {
    margin: -30px auto 50px;
    text-align: center;
    color: #838383;
}
	
.demo-set .set-link {
	margin:20px auto 30px;
	text-align:center;
	}
	
.demo-set .set-link a {
color:#333;}

.view-more a{
	width:180px;;
	text-align:center;
	margin:30px auto;
	text-decoration:none;
	display:block;
	border-radius:30px;
padding:10px;
color:#fff;
background: linear-gradient(to right, #f56915, #f0a80e);}

.view-more:hover a{
background: linear-gradient(to right, #000, #333);}


/*==========Perfect Demos CSS End==========*/






/*==========Pricing Start==========*/
#pricing {margin-top:220px;}
#pricing .col-md-3 {background:#ccc;border:#ccc solid 1px;padding:0px;}


/*table title*/
.title { clear:both;text-align:center;}
.title ul {margin:0px; padding:0px; list-style:none;height:auto; }
.title ul li{display:inline-block;;margin:0px;float:left;width:100%;background:linear-gradient(to right, #f56915, #f0a80e);padding:10px;border-bottom:transparent 1px solid;}


/*table stripe content*/
/*.stripe { clear:both;text-align:center;}
.stripe ul {margin:0px; padding:0px; list-style:none;height:auto; }
.stripe ul li{display:inline-block;margin:0px;float:left;width:100%;background:#fff;padding:10px;border-bottom:#cccccc 1px solid;}
.stripe ul li:nth-child(even) {background:#f7f7f7;}
.stripe ul li.black{background:#333;border-bottom:#333 1px solid;}



/*#pricing-table{width:90%; text-align:center; margin:auto;background:#fff;}
#pricing-table tr td{padding:10px;border-left: #ddd solid 1px;}
#pricing-table tr td img{width:70px;display:block;margin:auto;text-align:center;}
#pricing-table tr:nth-child(even){background-color:#f3f2f3;}
#pricing-table tr.bg-white {background:#fff;color:#2cbdfa;font-size:15px;}
#pricing-table tr.bg-blank td{background:#fff;} 
#pricing-table tr td.bg-blue{text-align:left;color:#fff;background:#2cbdfa;} 
.table>tbody>tr>td {border-top: none;}
.table th:first-child,.table td:first-child {position: sticky;left: 0;background: linear-gradient(to right, #f56915, #f0a80e);color: #fff;padding-left:3% !important}
.package {height:120px;}*/





.table-scroll {position: relative;width:100%;z-index: 1; margin: auto;overflow: auto;height: auto;}
.table-scroll table { width: 100%;margin: auto;border-collapse: separate;border-spacing: 0;}
.table-wrap { position: relative;}
.table-scroll td .package {min-height:135px;}
.table-scroll td {padding: 10px;border: 1px solid #eee;background: #fff;vertical-align: top;text-align:center}
.table-scroll td .subtitle {font-size:16px;margin:-10px auto 10px;}
.table-scroll td h3, .table-scroll td .price {font-weight:bold;}
.table-scroll tr td.blue img{top:-30px;z-index:999;position:absolute;}
.table-scroll tr td.blue{background-color: #63a4ff;background-image: linear-gradient(to right, #63a4ff , #83eaf1 );color:#fff;position:relative}
.table-scroll tr td.red{background-color: #feae96;background-image: linear-gradient(to right,  #fe0944 ,#feae96 );color:#fff}
.table-scroll tr td.green{background-color: #0499f2;background-image: linear-gradient(to right, #0499f2 , #26f596 );color:#fff}
.table-scroll tr.grey td{background-color:#f3f2f3;}
.table-scroll tr:hover td{background-color:#f3f2f3;}
.table-scroll tr.black td{background-color:#333;color:#fff}
.table-scroll th:first-child {color:#fff;position: -webkit-sticky;position: sticky;left: 0;z-index: 2;
	background: linear-gradient(to right, #f56915, #f0a80e);padding:10px 3%;min-width:150px;}
.table-scroll .red-text {color:red}

.table-scroll .package h3 {}
.table-scroll .package p {margin-top:-8px;}
.table-scroll .package .price {font-size:28px;font-size:bold}
.table-scroll .package .price span {font-size:15px;}

.tnc {margin:50px auto 30px;}
.tnc h5{font-weight:bold;background:#333;padding:10px;color:#fff;border-bottom:#f56915 solid 3px;}
.accordion a:active {#fff}


/*==========Pricing End==========*/




/*============addon==============*/
/*#addon .wrap{border:#3c3c3c solid 3px;text-align:center;border-radius:10px;margin:auto;margin-bottom:20px;background:#fff;}*/
#addon h2 {text-align:center;font-weight:bold;font-sizeL50px;margin-bottom:30px;}
#addon .col-md-3 .wrap{background:#fff;padding:10px;text-align:center;border-radius:10px;min-height:80px;margin-bottom:25px;
	box-shadow:rgba(149,157,165,0.2)0px 8px 24px;}
#addon .col-md-3 .title {/*background:-webkit-gradient(linear, left top, left 25, from(black), color-stop(4%, #3c3c3c), to(#292929)) !important;
	color:#fff;*/}
#addon .col-md-3 .info {padding:5px 0px;}
#addon .col-md-3 .info span {font-size:8px;display:block;}
/*============end addon==============*/

#addon .col-xs-4 {}
#addon .col-xs-4 .glyphicon {color: linear-gradient(to right, #f56915, #f0a80e);}
#addon .col-xs-8 {}



    .gra_icon h3{
    	font-size: 40px;  
    	background:-moz-linear-gradient(to right, #f56915, #f0a80e); 
        background: -webkit-linear-gradient(to right, #f56915, #f0a80e); 
        background: linear-gradient(to right, #f56915, #f0a80e);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
       -webkit-text-fill-color:transparent;
       }

.gra_icon h3 .fa {
  display: inline;margin-top:-15px;display:block;
}


#list2 { clear:both;text-align:center;margin-bottom:20px;}
#list2 ul {margin:0px; padding:10px; list-style:none;min-height:90px; background:#fff;box-shadow:rgba(149,157,165,0.2)0px 8px 24px;border-radius:10px;}
#list2 ul li{display:inline-block;padding:5px;margin:0px;float:left;width:30%;}
#list2 ul li:last-child{display:inline-block;padding:5px;margin:0px;float:left;width:70%;}





/*==========Bubbles Animation CSS Start==========*/
.bubbles_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    overflow: hidden;
    pointer-events: none;
}

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 20%
    }
    to {
        margin-top: -30%
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0
    }
    to {
        margin-left: 25px
    }
}

.x1 {
    -webkit-animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 6%;
    top: 45%;
    background: #f56915;
}

.x2 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 5%;
    top: 80%;
    background: #f0a80e;
}

.x3 {
    -webkit-animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 10%;
    top: 40%;
    background: #ff0000;
}

.x4 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 20%;
    top: 0;
    background: #73f765;
}

.x5 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 30%;
    top: 50%;
    background: #66d6ff;
}

.x6 {
    -webkit-animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 50%;
    top: 0;
    background: #bf3c80;
}

.x7 {
    -webkit-animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 65%;
    top: 70%;
    background: #73f765;
}

.x8 {
    -webkit-animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    left: 80%;
    top: 10%;
    background: #ffb62b;
}

.x9 {
    -webkit-animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    left: 90%;
    top: 50%;
    background: #c74889;
}

.x10 {
    -webkit-animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    left: 80%;
    top: 80%;
    background: #66d6ff;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    box-shadow: none;
    width: 5px;
    height: 5px;
}
/*==========Bubbles Animation CSS End==========*/

















@media all 
and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) 
and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (min-resolution: 192dpi) 
and (max-width: 1024px), only screen and (min-resolution: 2dppx) 
and (max-width: 1024px) {
	#theme-frame{
		width:99%;
	}
	#theme-frame-panel{ display:block; width:100%;}
	.themetbl .cellbox { list-style:none; display:table; padding:0px; margin:0px; width:90%; height:100%; min-height:350px;}
	.themetbl .cellbox > li {display:block; vertical-align:top; }
	.themetbl .cellbox li#theme-content { padding:5px 10px; text-align:justify; width:100%; height:100%; }
	.themetbl .cellbox li#theme-frame-panel {width:200px; padding:10px 0px 10px 10px; background:#efefef;  width:100%; height:100%;  display:inline-block;}


.panel-default>.panel-heading .col-sm-8{text-align:left;}

.col-sm-12 {padding:0px 0px 0px 2.5%;}
.col-sm-3 {width:25% !important;float:left;}
.col-sm-4 {padding:0px !important;}



.banner-img-shape.shape3 {
    top: 135px;
    right: 10px;
}

.banner-img-shape.shape2 {
    top: -18px;
    right: 30px;
}

.banner-img-shape.shape1 {
    top: 65px;
    left: -40px;
}

#pricing {margin-top:200px;}



@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
         -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
         -webkit-transform: translate(0);
        transform: translate(0);
    }
    75% {
          -webkit-transform: translate(0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

}




@media only screen and (max-width: 700px) {
.col-md-3, .col-md-2{width: 50%;float: left;}
.col-xs-6 {width:100%;}
.table-scroll h2 (font-size:20px;)



}

















.center-title h2, #theme-contain-template h3, .center-title p, .demo-box p, .demo-set .set-link a, .set-link {color:#fff;}



    body {
        background: url(/data/1941/uploads/download.webp) top center no-repeat fixed, #000000c2;
        background-size: cover;
        background-blend-mode: darken;
    }
    .site-content {
        min-height: 100vh;
        margin-top: 0px;
    }
    .navbar-inverse {
        background-color: transparent;
        border-color: transparent;
    }

    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
        background: linear-gradient(to right, #1635cf, #0042ff);
        transition: all 0.8s;
    }
    .navbar-nav>li {
        padding: 5px;
    }
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
    width: fit-content;
    text-align: center;
    margin: unset;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 15px;
    color: #fff;
    background: unset;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.navbar-nav>li>a:hover {
    background: linear-gradient(to right, #1635cf, #0042ff);
}

    .marquee {
        width: 100%;
        grid-column-gap: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        display: flex;
        overflow: hidden;
    }

    .marquee-content {
        min-width: 100%;
        grid-column-gap: 1rem;
        flex: none;
        justify-content: space-around;
        display: flex;
    }

    .text-block {
        text-transform: uppercase;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 9vw;
        font-weight: 600;
        line-height: 1;
        color: #f8f8f9;
        -webkit-text-fill-color: #ffffff;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #ffffff;
        padding: 0 10px;
    }
    @keyframes scroll {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(calc(-100% - 1rem));
        }
    }

    .scroll {
        animation: scroll 15s linear infinite;
    }

    .reverse {
        animation-direction: reverse;
    }
    .banner-new {
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .banner-img img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
    }
.banner-txt {
    text-align: center;
    width: 100%;
    padding-top: 8em;
}
.banner-txt h1 {
    font-size: 6em;
    font-weight: 900;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 80px;
    letter-spacing: -3px;
    color: #e5e5e5;
    width: fit-content;
    text-align: center;
    margin: auto;
    transform-origin: center top;
}

    .banner-txt p {
        font-size: 1.5em;
        padding: 17px 0;
        letter-spacing: 0px;
        font-family: "Plus Jakarta Sans";
        letter-spacing: 0px;
        color: #e5e5e5; transform-origin: center top
    }
.view-more {
    width: fit-content;
    transform-origin: center top;
    margin: auto;
}
    .view-more a {
        width: fit-content;
        text-align: center;
        margin: unset;
        text-decoration: none;
        display: block;
        border-radius: 10px;
        padding: 15px 30px;
        font-size: 15px;
        color: #fff;
        background: linear-gradient(to right, #1635cf, #0042ff);
        font-family: "Plus Jakarta Sans", sans-serif;
    }
    .view-more:hover a {
        background: linear-gradient(to right, #1635cf, #0042ff);
    }
.banner-img-box {
    margin: 160px 0 130px;
}
.banner-img {

  position: relative;
  transform-style: preserve-3d;
  transform: perspective(5000px) rotateY(var(--rotateX)) rotateX(var(--rotateY));

}
    #pricing {
        margin-top: 120px;
        margin-bottom: 120px;
    }
    .table-scroll {
        position: relative;
        width: 100%;
        z-index: 1;
        margin: auto;
        overflow: hidden;
        height: auto;
        border-radius: 20px;
    }

    .table-scroll table {
        width: 100%;
        margin: auto;
        font-family: "Plus Jakarta Sans", sans-serif;
    }
    .table-scroll tr td {
        border: unset;
        padding: 20px;
        background-color: #242424;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
    }
    .table-scroll tr.grey td {
        background-color: #242424;
    }
    .table-scroll tr:hover td {
        background-color: #464646;
    }
tr .view-more {
    margin: auto;
}
    tr .view-more a {
        margin: auto;
        color: #fff !important;
    }
.table-scroll tr:first-child td {
    background: linear-gradient(180deg, #0043ff, #0f9ef1);
}
.table-scroll tr td.blue {
    background-color: #12ed2d;
    background-image: linear-gradient(to right, #c7eb00, #00a314) !important;
    color: #000;
    position: relative;
}
    .table-scroll tr.black td {
        background: linear-gradient(90deg, #1636d0, #0042ff);
        color: #fff;
    }
.table-scroll td .package {
    min-height: unset;
}
    #main-table tr.grey td a {
        color: #ffffff;
        display: block;
        background: #242424b8;
        padding: 20px 0;
        border-radius: 20px;
    }
    #main-table td img {
        margin: 10px;
        padding: 0 20px;
        width: 300px;
    }
    .table-scroll h2.text-left {
        margin: 5px 0;
        font-size: 25px;
    }
    .table-scroll .package h3,
    .table-scroll td .subtitle {
        margin: 10px;
    }

    .mf-cursor.-text .mf-cursor-text,
    .mf-cursor.-icon .mf-cursor-text {
        opacity: 1;
        color: #000;
    }

    .mf-cursor-media {
        position: absolute;
        width: 500px;
        height: 500px;
        margin: -250px 0 0 -250px;
    }
    .-text .mf-cursor-media {
        position: absolute;
        width: 700px;
        height: 700px;
        margin: -100px 0 0 -100px;
    }
    .mf-cursor.-media .mf-cursor-media-box {
        transform: scale(0.15) !important;
    }
    .mf-cursor {
        color: #ffffff;
        mix-blend-mode: exclusion;
        z-index: 9999 !important;
    }
.add-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    gap: 20px;
    padding: 60px;
    background: linear-gradient(90deg, #000000ba, #282828f2);
    border-radius: 20px;
    position: relative;
}

.add-box {
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex: 1 0 22%;
    padding: 20px;
    aspect-ratio: 1 / 1;
    border: 1px solid #1436d3;
    color: #fff;
    transition: all 0.5s;
    border-radius: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
    .add-box:hover {
        background: #1436d3;
        transition: all 0.5s;
        box-shadow: 0px 3px 187.5px 7.5px rgb(100 255 21 / 45%);
    }

.add-box .gra_icon h3 {
    background: linear-gradient(to right, #caff28, #199b09);
    -webkit-text-fill-color: transparent;
    background-clip: text;        transition: all 0.5s;
}
    .add-box:hover .gra_icon h3 {
        background: #fff;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        transition: all 0.5s;
    }
    #addon h2 {
        text-align: center;
        font-weight: bold;
        margin-bottom: 80px;
        color: #fff;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }
    .info {
        font-size: 20px;
    }
#addon .banner-txt {
    padding-bottom: 3em;
    padding-top: 1em;
}

.banner-img-shape::before,
.banner-img-shape::after {
  content: "";
  position: absolute;
  border-radius: inherit;
}
.banner-img-shape::before {
    inset: -1.25rem;
    border-radius: inherit;
    background: black;
    z-index: 0;
    transform: translateZ(-28px);
    filter: blur(15px);
    opacity: 0.5;
}

.banner-img-shape::after {
    z-index: -2;
    inset: -1rem;
    background: linear-gradient(-45deg, #01acfe, #1436d4);
    transform: translateZ(-42px);
}
.banner-img-shape.shape1 {
    animation: unset;
    transform: translateZ(80px);
}
.banner-img-shape.shape2 {
    animation: unset;
    transform: translateZ(60px);
}
.banner-img-shape.shape3 {
    animation: unset;
    transform: translateZ(70px);
}


div#addon {
    position: relative;
}
.rotatetxt {
    width: 15%;
}
.rotatetxt svg {
    width: 100%;
    margin: auto;
    fill: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 7px solid #caff28;
    border-radius: 50%;
    background: #121212;
}
.tnc {
    padding: 110px auto 150px;
    color: #a9a9a9;
    font-family: 'Plus Jakarta Sans';
}
.tnc h5 {
    font-weight: bold;
    background: linear-gradient(0deg, black, transparent);
    padding: 10px;
    color: #ffa500;
    border-bottom: #3686ff solid 3px;
}
.add-box .rotatetxt{
width:100%;
}
.add-box:last-child {
    border: unset;
}
















    @media screen and (max-width: 600px) {
.navbar-right .btn-info {
    background: #caff28 !important;
    border-color: #be040400 !important;
    aspect-ratio: 1 / 1;
}
i.glyphicon.glyphicon-align-left {
    color: #0141fd;
}
.nav-head span {
    font-size: 0;
}
.banner-txt {
    padding-top: 2em;
}
.banner-img-box {
    margin: 100px 0 0px;
}
#pricing {
    margin-top: 0px;
    margin-bottom: 0px;
}
#addon .banner-txt h1 {
    text-align: center;
    width: unset;
}
#addon .banner-txt {
    padding-bottom: 3em;
    padding-top: 5em;
}
.add-list {
    gap: 10px;
    padding: 20px;
}
.add-box {
   flex: 1 0 48%;
}
.newterms .banner-txt h1 {
    font-size: 3em;
}




}
