@font-face {
    font-family: 'Montserrat-Regular';
    src:url(../fonts/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Oxygen-Regular';
    src:url(../fonts/Oxygen-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans', sans-serif;
    src:url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
html,body{
	background:#fff;
	font-family: 'Open Sans';
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;

}
.navbar-dark .navbar-nav .nav-link{
    color:#fff;
    overflow: hidden;
}
.dropdown{
    margin:0 !important;
}
.btn-success {
    color: #fff;
    background-color: #2eb62c !important;
    border-color: #2eb62c !important;
}

.btn-danger {
    color: #fff;
    background-color: #DC1C13 !important;
    border-color: #DC1C13 !important;
}

ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Open Sans';
}
/*----*/
.logo {
  float: left;
}
.w3layouts-login{
	float:right;
	margin-top: 8px;
}
/*--header--*/
header{
    background-color: #000000;
    /*padding: 15px 0;*/
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0 40px 100px rgba(255, 255, 255, 0.2);
}
.w3layouts-main-content {
    padding:80px 0;
}
.navbar{
    margin-bottom: 0;
}
#bs-example-navbar-collapse-1{
    background: none repeat scroll 0 0 #000;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    font-size:13px;
}
.logo h1{
	font-size:2em;
	text-align: center;
    margin: 0em 0 0;
}
.logo h1 a{
	text-decoration: none;
	color:#fff905;
}

.right-icons li{
	display: inline-block;
}
.w3layouts-login a{
    display: block;
    letter-spacing: 2px;
    font-size: 13px;
    color: #fff905;
    text-decoration: none;
    margin: 0 0.3em;
}
a.play-icon.popup-with-zoom-anim {
  	color: #000000;
  	font-size: 1em;
}
i.glyphicon.glyphicon-menu-hamburger {
  font-size: 1em;
  color: #fff;
}
/*--//header--*/
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
	  position: relative;
	  list-style: none;
	  overflow: hidden;
	  width: 100%;
	  padding: 0;
	  margin: 0;
}
.rslides li {
	  -webkit-backface-visibility: hidden;
	  position: absolute;
	  display: none;
	  width: 100%;
	  left: 0;
	  top: 0;
}
.rslides li:first-child {
	  position: relative;
	  display: block;
	  float: left;
}
.rslides img {
	  display: block;
	  height: auto;
	  float: left;
	  width: 100%;
	  border: 0;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	background: #fff;
	border-radius:50px;
}
.callbacks_here a:after{
	background:#fff905;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14%;
  	z-index: 999;
  	right: 10%;
}
.caption{
	position: absolute;
	top: 43%;
  	left: 13%;
}
.caption h3{
    color: #fff;
    font-size: 48px;
    display: inline-block;
    padding: 0 0 0.3em;
    font-weight: 400;
    letter-spacing: 2px;
}
.caption h3 span{
	border-bottom: 2px solid #1cebe1;
    padding-bottom: 5px;
}
.caption p{
    margin: 0.8em 0em 0;
}
.caption p a{
	color: #fff;
    font-size: 17px;
    margin: 0.8em 0em 0;
    letter-spacing: 2px;
    text-decoration: none;
}
.caption p a:hover {
    color: #1cebe1;
}
.banner1{
	background: url(../images/2.jpg);
	background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    min-height: 700px;
    background-size: 100% 100%;
}
.banner2{
	background: url(../images/4.jpg);
	background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    min-height: 700px;
    background-size: 100% 81%;
}
.banner3{
	background: url(../images/5.jpg);
	background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    min-height: 700px;
    background-size: 100% 81%;
}
.banner4{
	background: url(../images/1.jpg);
	background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    min-height: 700px;
    background-size: 100% 81%;
}
/*--content--*/
 /*----*/
/*.content-grid h3{*/
/*	text-align:center;*/
/*	color: #fff;*/
/*  	font-size: 3em;*/
/* 	padding: 0 0 1.3em;*/
/*}*/
/*.content-grid h3:after,.content-grid h3:before{*/
/*	width: 200px;*/
/*	height: 1px;*/
/*	display: inline-block;*/
/*	vertical-align: middle;*/
/*	content:"";*/
/*	background:#fff;*/
/*	margin: 0 1%;*/
/*}*/
/*.content-grid{*/
/*	background: url(../images/back1.jpg);*/
/*	width:100%;*/
/*	min-height: 500px;*/
/*	background-size: cover;*/
/*	-webkit-background-size: cover;*/
/*  	-moz-background-size: cover;*/
/*  	-o-background-size: cover;*/
/*	 padding: 4em 0 5em;*/
/*}*/
.most-1 {
   background-color: #fff;
   color: #000;
   padding: 1em;
}
.most-1 h5{
   	font-size: 1.2em;
  	color: #27DA93;
  	padding: 0em 0 0.3em;
}
.most-1 h5 a{
   	text-decoration:none;
  	color: #27DA93;
}
.most-1 h5 a:hover{
  	color: #000;
}
.most-1 p{
   font-size:0.9em;
   color: #000;
}
span.four {
  background-color: #27DA93;
  font-size: 1em;
  color: #FFF;
  display: block;
  padding: 0.5em;
  position: absolute;
  top: 32%;
  right: 15px;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
/*--services--*/
.service-top h3{
	text-align:center;
	color: #000;
  	font-size: 3em;
  	padding: 0 0 0.3em;
}
.service-top h3:after,.service-top h3:before{
	width: 200px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	margin: 0 1%;
}
.service-top p{
	color: #a3a3a3;
  	font-size: 0.9em;
  	line-height: 2em;
  	text-align:center;
}
.services{
  	padding: 5em 0 3em;
}
.service-top {
  	padding: 0em 0 4em;
}
.ser-top{
	float:right;
	width:77%;
}
.ser-top h4{
	font-size: 1.4em;
	text-transform: uppercase;
	color:#27da93 ;
}
.ser-top p{
	color:#a3a3a3;
	font-size: 0.9em;
	line-height:2em;
	margin:0.5em 0 0em;
}
.ser-grid{
	float:left;
}
.services-grid {
  	margin: 0em 0 2em;
}

.hi-icon {
	display: inline-block;
	cursor: pointer;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color:#8e8e8e;
  	border:3px solid #27da93;
  	line-height: 4.5em;
  	font-size: 1em;
}

.hi-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-size: 1.7em;
	display: block;
}

/* Effect 8 */
.ser-grid .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}
.ser-grid .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.ser-grid .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color:#8e8e8e;
	  text-decoration: none;
}

.ser-grid .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #8e8e8e, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
/*--phone--*/
.phone-text h4{
	color:#000;
	font-size:3em;	
}
.text-1 h5{
	color: #000;
  	font-size: 1.3em;
  	margin: 0.8em 0;
}
.text-1 p {
  	color: #a3a3a3;
  	font-size: 0.9em;
  	line-height: 2em;
  	width:70%;
}
.phone {
  	padding: 5em 0;
}
.phone img{
  	margin: 0 auto;
}
/*--//phone--*/
/*--project--*/
.project-grid-top {
  	border: 1px solid #AEAEAE;
}
.col-md1 {
  	padding: 1.5em;
  	background: #fff;
}
.col-md3 {
  	float: left;
}
.col-md4 {
  	float: left;
    margin-left: 8%;
}
.col-md4 strong {
  	font-size: 1em;
  	display: block;
  	color: #000;
}
.col-md4 small {
  	font-size: 0.7em;
  	color: #A3A3A3;
}
.col-md1 p{
	 font-size: 0.8em;
  	display: block;
  	color: #A3A3A3;
    margin: 0 0 0.4em;
}
p.cost {
  color: #000;
}
/*.col-md1 span{*/
/*	background: url(../images/star1.png) 0px 0px no-repeat;*/
/*	display: block;*/
/*	width:40px;*/
/*	height: 40px;*/
/*	color: #fff;*/
/*  	font-size: 0.8em;*/
/*  	text-align: center;*/
/*  	line-height: 3.3em;*/
/*}*/
.col-md2 {
  	padding: 0 0 1em;
}
a.more{
	text-decoration: none;
	font-size: 0.9em;
	border: 1px solid #27da93;
	color:#27da93;
	padding: 0.3em 0.7em;
	display:inline-block;
	margin: 1em 0 0;
}
a.more:hover{
	color:#fff;
}
.project-top {
  	padding: 2em 0 0;
}
.project h3{
	text-align:center;
	color: #000;
  	font-size: 3em;
  	padding: 0 0 0.3em;
}
.project h3:after,.project h3:before{
	width: 200px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	margin: 0 1%;
}
.project {
  	padding: 5em 0;
    background-color: #F7F7F7;
}
/*--//project--*/
/*--offers--*/
.w3-offers {
  background: url(../images/offer-bg.jpg) no-repeat center;
  width: 100%;
  min-height: 250px;
  display: block;
  background-size: cover;
    background-attachment: fixed;
}
.w3-agile-offers{
	background:rgb(31, 234, 224);
	padding:2em;
	width:35%;
	margin:5em auto 0;
	float:right;
}
.w3-agile-offers h3{
	text-transform:uppercase;
	font-size:2.7em;
	color:#fff;	
}
.w3-agile-offers p{
	font-size: 0.9em;
  	margin: 0.5em 0 0em;
  	line-height:2em;
  	color:#fff;
}
a.more-in{
	text-decoration: none;
	font-size: 0.9em;
	border: 1px solid #fff;
	color:#fff;
	padding: 0.3em 0.7em;
	display:inline-block;
	margin: 1em 0 0;
}

/*--//offers--*/
/*--content-bottom--*/
.content-bottom h3{
	text-align:center;
	color: #000;
  	font-size: 3em;
  	padding: 0 0 0.3em;
}
.content-bottom h3:after,.content-bottom h3:before{
	width: 200px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	  margin: 0 1%;
}
 p.para-in{
	color:#a3a3a3;
	font-size:1.2em;
	width: 80%;
	line-height: 1.6em;
}
/*i.dolor{*/
/*	background:url(../images/arr.png) no-repeat 0px 0px;*/
/*	width:400px;*/
/*	min-height:52px;*/
/*	display:block;*/
/*	margin: 0 0em 0 2em;*/
/*}*/
.men-grid {
	position: absolute;
	top: 69%;
  	right: 15%;
}
.bottom-in {
	padding: 3em 0 6em;
	position: relative;
}
.bottom-in img {
	border-radius:50px;
}
.men-top{
	float:left;
}
.men{
	float:left;
	padding: 1em 1em 0em;
}
.men span {
	color:#27da93;
	font-size: 1.2em;
	font-family: 'Open Sans';
}
.men p{
	color: #a3a3a3;
	font-size: 0.9em;
}
.name-on {
	padding-top: 8em;
}
.content-bottom {
  	padding: 5em 0;
}
/*--//content-bottom--*/
/*-- Partners --*/
.w3layouts-partners ul li{
	display:inline-block;
  	width:19.6%;
  	margin: 0 auto;
}
.w3layouts-partners {
  padding: 5em 0;
    background-color: #ffffff;
}
.w3layouts-partners h3{
	text-align: center;
    color: #1cebe1;
    font-size: 35px;
}
.w3layouts-partners ul{
	width:75%;
	margin: 6% auto 0;
}
.w3layouts-partners ul li a img{
	margin: 0 auto;
}
/*-- //Partners --*/
/*-- subscribe --*/ 
.w3-subscribe {
    padding: 3em 0;
    background: rgba(31, 234, 224, 0.17);
}
.w3-agile-subscribe-right h3.w3ls-title {
        text-align: right;
    text-transform: capitalize;
    line-height: 35px;
    color: #000000;
    font-size: 26px;
    letter-spacing: 1px;
}
.w3-subscribe h4 {
    font-size: 1.5em;
    color: #000;
    margin-bottom: 1em; 
} 
.w3-agile-subscribe-right{
	position:relative;
}
.w3-subscribe input[type="email"] {
    width: 75%;
    padding: 12px;
    font-size: 15px;
    float: left;
    letter-spacing: 2px;
    color: #999;
    outline: none;
    border: 1px solid #1feae0;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.w3-subscribe input[type="submit"] {
    float: right;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    outline: none;
    padding: 14px 30px;
    border: 1px solid #1feae0;
    background: #1feae0;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
}
.w3-subscribe form:hover input[type="email"]{
    border-color: #000000;
}
.w3-subscribe form:hover input[type="submit"] { 
    background:#000000; 
	border: 1px solid #000000; 
}
.w3-subscribe form {
    margin-top: 1.5em;
}
.w3-subscribe img.sub-w3lsimg {
    position: absolute;
    top: -44%;
    width: 29%;
    left: 14%;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg); 
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 0;
}
/*-- social-icons --*/  
.social-icons.w3-agile-icons {
    margin-top: 3em;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a {
    text-decoration: none;
}
.social-icons ul li a.fa.sicon{
    font-size: 15px;
    color: #fff;
    line-height: 31px;
    text-align: center;
    border: 2px solid #3b5998;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #3b5998;
}  
.social-icons ul li a.fa.sicon:hover {
    color: #3b5998;
    background: transparent;
}
.social-icons ul li a.fa.fa-twitter{
    background: #4099ff; 
	border-color:#4099ff;
}
.social-icons ul li a.fa.fa-twitter:hover {
    color: #4099ff;  
}
.social-icons ul li a.fa.fa-google-plus{
    background: #d34836;
	border-color:#d34836;
}
.social-icons ul li a.fa.fa-google-plus:hover {
    color: #d34836; 
}
.social-icons ul li a.fa.fa-dribbble{
    background: #ec4a89;
	border-color:#ec4a89;
}
.social-icons ul li a.fa.fa-dribbble:hover {
    color: #ec4a89; 
}
.social-icons ul li a.fa.fa-rss{
    background: #ee802f;
	border-color:#ee802f;
} 
.social-icons ul li a.fa.fa-rss:hover {
    color: #ee802f; 
} 
.sicon {
    vertical-align: top;
    overflow: hidden;
    margin: 4px;
    width: 35px;
    height: 35px;
	position: relative;
} 
.social-icons ul.apps li a.fa:hover {
    color: #fd463e;
}
/*-- //social-icons --*/ 
/*-- //social-icons --*/ 
/*-- //subscribe --*/
/*--footer--*/
footer{
	background:#0b1213;
}
.agileits-amet-sed h4{
	font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px solid #343535;
    margin: 0 0 25px 0px;
    display: inline;
}
ul.w3ls-nav-bottom {
    margin-top: 35px;
}
.w3-agile-footer-top-at {
  	padding: 50px 0;
}
 ul.w3ls-nav-bottom li{
	list-style: none;
    color: #bdbdbd;
    font-size: 13px;
    margin: 14px 0 0 0;
    letter-spacing: 0.3px;
}
ul.w3ls-nav-bottom li  a{
	text-decoration:none;
	color: #bdbdbd;
	display: inline-block;
}
ul.w3ls-nav-bottom li  a:hover{
	color:#1feae0;
}
.agileits-amet-sed p{
	color:#989696;
	font-size: 0.9em;
	margin: 0.5em 0 0;
}
.agileits-footer-class  p{
	color: #fff;
    font-size: 13px;
    margin-top: 7px;
    letter-spacing: 1px;
}
.agileits-footer-class  p a{
	color:#21eae0;
	text-decoration:none;
}
.agileits-footer-class  p a:hover{
	color:#fff;
}
.w3l-footer-bottom {
	padding: 1.5em 0;
  	background:#192223;
}
.agileits-footer-class {
  text-align: right;
}
.w3-footer-logo h2{
	font-size: 30px;
}
.w3-footer-logo h2 a{
	color:#fff;
	text-decoration: none;
}
ul.social{
 	padding: 1em 0 0;
}
ul.social li{
	display:inline-block;
}
/*ul.social  li i{*/
/*	width: 16px;*/
/*	height: 16px;*/
/*	background: url(../images/img-sprite.png) no-repeat 2px -2px ;*/
/*	display: block;*/
/*	margin: 0 5px;*/
/*}*/
ul.social  li i.gmail{
	background-position: -21px -3px;
}
ul.social  li i.twitter{
	background-position: -46px -5px;
}
ul.social  li i.camera{
	background-position: -73px -5px;
}
ul.social  li i.dribble{
	background-position: -102px -5px;
}
/*--//footer--*/
ul.social  li i:hover{
transform: rotatey(360deg);
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
  -o-transform: rotatey(360deg);
  -ms-transform: rotatey(360deg);
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
/*--buy--*/
.banner-buying {
  background: url(../images/4.jpg) no-repeat;
  width: 100%;
  min-height: 250px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.banner-buying h3{
	color: #fff;
	font-size: 3em;
  	text-transform: uppercase;
  	display: inline-block;
  	padding: 0 0 0.3em;
  	float: left;
  	margin-top: 1.8em;
}
.banner-buying h3 span{
	border-bottom: 7px solid #27DA93;
}
/*----*/
.menu-right{
	position: relative;
	float: right;
}
ul.kid-menu{
	display: block !important;
}
.menu {
	width: 122px;
	height: auto;
	padding: 0;
	list-style: none;
	margin: 0;
	position: absolute;
  	top: 0;
  	right: 0;
  	  z-index: 99999;
}
ul {
	padding: 0;
	list-style: none;
}
.menu > li > a {
	width: 100%;
	line-height: 2.5em;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #fff;
	font-size:0.9em;
	text-decoration:none;
}
.menu ul li a {	
	width: 100%;
	display: block;
	position: relative;
	font-size:0.8em;
	color: #000;
	text-decoration:none;
	line-height: 2em;
	text-indent: 1.2em;
	z-index: 99999;
}
.menu ul li a:hover{
	background: #fbfbfb;
 	 color: #27DA93;
}
ul.cute {
  background-color: #fff;
    z-index: 99999;
}
i.glyphicon.glyphicon-menu-down {
  padding: 0 0 0 25%;
  color:#fff;
}
.menu ul.kid-menu li a{
	border-bottom: none;
}
ul.kid-menu li{
	list-style: none;	
}
ul.kid-menu li.menu-kid-left{
	border-bottom:none;
}
.price {
  	padding: 2em;
  	background-color: #F7F7F7;
    margin: 5em 0;
}
.price-top h4,.price-top1 h4{
	font-size: 1.2em;
  	color: #27da93;
  	margin: 0 0 0.5em;
}
select.in-drop {
 	border: 1px solid #D7D7D7;
  	padding: 0.4em 0.5em;
 	width: 100%;
  	color: #a3a3a3;
  	font-size: 0.9em;
  	outline:none;
}
.price-top1 ul{
	width: 100%;
}
.price-top1 ul li{
	display:inline-block;
	width: 48%;
}
.price-grid {
  padding: 0 0 2em;
}
.price-top1 ul span{
	color:#000;
	font-size: 1em;
}
/*--top-city--*/
.top-grid  h3 {
 	 font-size: 3em;
  	color: #000;
  	margin:0 0 0.4em;
  	text-align: center;
}
.top-grid h3:after,.top-grid h3:before {
  	width: 200px;
  	height: 1px;
 	 display: inline-block;
 	 vertical-align: middle;
 	 content: "";
 	 background: #000;
 	 margin: 0 1%;
}
.grid1 {
  padding: 2em 0 0;
}
.top-grid {
  padding: 0 0 5em;
}
/*---------------*/
/***** Layla *****/
/*---------------*/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 25px;
	right: 15px;
	bottom: 25px;
	left: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 15px;
	right: 25px;
	bottom: 15px;
	left: 25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;

	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;

}
figure.effect-layla h4 {
	margin-top: 14%;
	font-size: 1.2em;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla p {
	margin: 0.5em 0em 0;
	font-size:0.7em;
	color:#fff;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
figure.effect-layla h4 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after
 {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h4,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h4,
figure.effect-layla:hover p
 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
figure.effect-layla:hover {
  	background-color: #000;
}
/*--//--*/
.grid-lo figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.grid-lo figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid-lo figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid-lo figure figcaption,
.grid-lo figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-layla h4 {
	margin-top: 90%;
	font-size: 1.2em;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
.grid-city {
  padding: 0 3px;
}
.grid-lo2 {
  padding: 0;
}
.grid-me {
  padding: 0;
}
.col-md-8.grid-lo1 {
  padding: 0 6px 0 0;
}
.grid-lo3 {
  padding: 0 3px 0 0;
}
.grid-lo4 {
  padding: 0 0 0 3px;
}
.grid-me {
  padding-bottom: 6px;
}
.grid-at{
	padding: 2em 0 0;
}
figure.effect-layla h4.effect1{
	margin-top: 30%;
}
figure.effect-layla h4.effect3{
	margin-top: 23%;
}
/*----*/
/*--premium--*/
/*.premium {*/
/*  	background: url(../images/pr.jpg) no-repeat center;*/
/* 	width: 100%;*/
/*  	min-height: 550px;*/
/*  	background-size: cover;*/
/*  	position: relative;*/
/*}*/
.pre-top {
	color: #fff;
 	background-color: rgba(39, 218, 147, 0.53);
 	text-align: center;
  	padding: 1.5em;
  	position: absolute;
  	bottom: 0;
    width: 100%;
}
.pre-top h5{
	font-size: 1.5em;
}
.pre-top p{
	font-size: 1em;
	margin: 0.3em 0 0;
}
/*--//premium--*/
/*----*/
.future h3 {
  font-size: 3em;
  color: #000;
  margin: 0 0 1em;
font-family: 'Open Sans';
  text-align: center;
}
.future h3:after,.future h3:before {
  width: 200px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}
.project-fur{
	border: 1px solid #CACACA;
	margin: 0 15px;
}
.fur{
	padding: 1em 0em;
}
.fur1{
	padding: 0 1.5em 1em;
}
.fur1 span{
	font-size: 0.8em;
	color:#000;
	display: block;
	line-height: 1.5em;
	padding: 0.2em 0;
}
span.fur-money{
	color:#000;
}
.fur1 h6{
	color:#27da93;
	font-size: 1em;
	margin: 0.3em 0;
}
.fur1 h6 a{
	color:#27da93;
	text-decoration: none;
}
.fur1 h6 a:hover{
	color:#000;
}
.fur2{
	border-top:1px dotted  #CACACA ;
	padding: 1em 1.5em 0em;
}
.fur2 span{
	font-size: 0.8em;
	color:#000;
	display: block;
	line-height: 1.5em;
	text-align: center;
}
.future {
  padding: 5em 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 0 auto;
}
.nbs-flexisel-item {
	float: left;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;	
}
/*---- Navigation ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:32px;
	height:32px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
/*.nbs-flexisel-nav-left {*/
/*	left: 0px;*/
/*	background: url(../images/img-sprite.png) no-repeat -130px 0px;*/
/*}*/
/*.nbs-flexisel-nav-right {*/
/*	right: 0px;*/
/*	background: url(../images/img-sprite.png) no-repeat -153px 0px ;*/
/*}*/
/*--//--*/
/*--contact--*/
.contact h3{
	font-size:3em;
	color: #000;
    text-align: center;
}
.contact h3:after,.contact h3:before{
	width: 200px;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	content:"";
	background:#000;
	margin: 0 1%;
}
.contact-right input[type="text"], .contact-right textarea {
  padding: 0.8em 1em;
  font-size: 0.85em;
  margin:0 0 0.8em;
  border: 1px solid #eee;
  color: #a3a3a3;
  background: none;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
}
.contact-right textarea{
	height:150px;
	resize:none;
}
.contact-right input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0.9em;
  padding: 0.5em 1em;
  width:100%;
  background: none;
}
.map iframe {
   width: 100%;
   min-height: 400px;
   border: none;
   margin-bottom: -5px;
}
.contact-top1 p {
  	padding: 0.5em 0 0;
  	font-size: 0.9em;
  	color: #a3a3a3;
}
 p.text-contact {
  	line-height: 2em;
}
.contact-top1 h4 {
   	display: block;
  	color: #000;
  	font-size: 2em;
    margin: 0 0 0.7em;
}
.contact-address h5{
	display: block;
  	color: #27DA93;
  font-size: 1.3em;
}
.contact-address1 {
  	padding: 0;
}
.contact-top1 p a{
   color: #a3a3a3;
   text-decoration: none;
}
.contact-top1 p a:hover{
   color: #27da93;
}
.contact-top {
  padding: 4em 0 5em;
}
.contact-address {
  padding: 1em 0 0;
}
.contact{
	padding: 5em 0 0;
}
/*--//contact--*/
/*--privacy--*/
.privacy h3 {
  	font-size: 3em;
  	color:#000;
  	padding: 0 0 0.3em;
  	text-align: center;
}
.privacy h3:after, .privacy h3:before {
  	width: 200px;
  	height: 1px;
  	display: inline-block;
  	vertical-align: middle;
  	content: "";
  	background: #000;
  	margin: 0 1%;
}
.privacy h4 {
  	font-size: 1.5em;
  	color:#27da93;
}
.privacy p{
	font-size: 0.9em;
	color:#a3a3a3;
	line-height: 2em;
	padding: 1em 0;
}
ul.privacy-start li{
	list-style: none;
}
ul.privacy-start li a{
	display:block;
	text-decoration: none;
	color:#a3a3a3;
	margin: 0.5em 0;
	font-size:0.9em;
	line-height: 2em;
}
ul.privacy-start li a:hover {
  color: #27DA93;
}
ul.privacy-start li a i{
	display: inline-block;
  	border-radius: 100px;
  	width: 6px;
  	height: 6px;
  	background: #000;
  	vertical-align: middle;
  	margin: 0 1% 0 0;
}
.privacy {
  padding: 5em 0;
}
.use-privay{
	padding: 0.2em 0;
}
p.privacy-para {
  padding: 1em 0 0.3em;
}
/*--//privacy--*/
/*--login--*/
.btn_red:hover {background: #9F9F9F;}

a.btn { text-align: center; text-decoration: none;}

.one_half {width:50%; display: block; float:left;}
.one_half.last {width:45%; margin-left:5%;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;}
.popupHeader {background:#F4F4F2; position:relative; padding:10px 20px; border-bottom:1px solid #DDD; font-weight:bold;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:20px;}


/* Social Login Form */
.social_login {}
.social_login .social_box {display:block; clear:both; padding:10px; margin-bottom: 10px; background: #F4F4F2; overflow: hidden;}
.social_login .icon {display:block; width:11%; padding:5px 10px; margin-right: 10px; float:left; color:#FFF; font-size:15px; text-align: center;} 
.social_login .fb .icon {background:#3B5998;}
.social_login .google .icon {background:#DD4B39;}
.social_login .icon_title {display:block; padding:5px 0; float:left; font-weight: bold; font-size: 16px; color:#777;}
.social_login .social_box:hover {background: #E4E4E2;}

.centeredText {text-align: center; margin: 20px 0; clear: both; overflow: hidden; text-transform: uppercase;}

.action_btns {clear:both; overflow: hidden;}
.action_btns a {display: block;}

/* User Login Form */
.user_login {display: none;}
.user_login label {display: block; margin-bottom:5px;}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {display: block; width:90%; padding: 10px; border:1px solid #DDD; color:#666;}
.user_login input[type="checkbox"] {float:left; margin-right:5px;}
.user_login input[type="checkbox"]+label {float:left;}

.user_login .checkbox {margin-bottom: 10px; clear: both; overflow: hidden;}
.forgot_password {display:block; margin: 20px 0 10px; clear: both; overflow: hidden; text-decoration: none; color:#ED6347;}

/* User Register Form */
.user_register {display: none;}
.user_register label {display: block; margin-bottom:5px;}
.user_register input[type="text"], .user_register input[type="email"], .user_register input[type="password"] {display: block; width:90%; padding: 10px; border:1px solid #DDD; color:#666;}
.user_register input[type="checkbox"] {float:left; margin-right:5px;}
.user_register input[type="checkbox"]+label {float:left;}

.user_register .checkbox {margin-bottom: 10px; clear: both; overflow: hidden;}
div#OR {
    height: 30px;
    width: 30px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -16px;
    top: 40%;
    z-index: 1;
    background: #ffffff;
	    font-family: 'Open Sans', sans-serif;
}
ul.nav.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
.modal-open .modal {
    background: rgba(0, 0, 0, 0.61);
}
h3.other-nw {
    margin: 16px 0;
}
.modal-title {
    margin: 0;
    font-size: 20px;
    color: #fff;
    display: inline-flex;
}
.modal {
    position: fixed;
    top: 135px;
}
.modal-content {
    border-radius: 0px;
}
/**** LOGIN_SIGNUP ******/
/* signup Form styles */
#signup ol{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#signup li{
    margin: 20px 0px;
}
#signup fieldset input,
#signup fieldset textarea,
#signup fieldset select{
	/*background: #fff url(ico_validation.png) 379px 24px no-repeat;*/
	display: inline-block;
	width: 371px;
	border: 1px solid #fff;
	padding: 3px 26px 3px 3px;		
	-moz-transition: background-color 1s ease;
	-webkit-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#signup fieldset select{ 
	width: 401px; 
	padding: 3px;
}
#signup fieldset #postcode{ 
	padding: 3px;
	width: 400px;
}
#signup input::-webkit-input-placeholder,
#signup input:-moz-placeholder {
	color: #A6A6A6;
}
#signup .validation01
{ 
	background: red;
	color: #fff;
	display: none;
	font-size: 12px;
	padding: 3px;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0;
	width: 200px;
	outline: 0;
	
	-moz-box-shadow: 0px 0px 4px #ffffff;
	-webkit-box-shadow: 0px 0px 4px #ffffff;
    box-shadow: 0px 0px 4px #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#signup input:focus + .validation01 { 
	display: block; 
}
#signup input:focus:required:invalid + .validation01 .valid,
#signup input.error:focus + .validation01 .valid,
#signup input.required:focus + .validation01 .valid,
#signup input:focus + .validation01 .valid	{
	display: none; 
}
#signup input:focus:required:valid + .validation01,
#signup input.valid:focus + .validation01{ 
	background: green; 
}
#signup input:focus:required:valid + .validation01 .invalid,
#signup input.valid:focus + .validation01 .invalid	{ 
	display: none; 
}
#signup input:focus:required:valid + .validation01 .valid,
#signup input.valid:focus + .validation01 .valid{
	display: block; 
}
#signup fieldset input:required:valid{ 
	background-color: #fff;
	background-position: 379px -61px;
}

/* Enhanced error styling */
#signup input.error{
	background-color: pink; 
	background-position: 379px 3px;
	outline: none; 
}
#signup input.required{
	background-color: #fff; 
	background-position: 379px -29px;
}
#signup input.valid { 
	background-color: #fff;
	background-position: 379px -61px;
}

#signup input.error::-webkit-input-placeholder,
#signup inputerror :-moz-placeholder {
	color: #fff;
}

input#tel {
    width: 85%;
    padding: 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #e4e4e4;
    color: #545454;
    outline: none;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #fff;
    -moz-transition: 0.5s all;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 85%;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #e4e4e4;
}
.bootstrap-select > .dropdown-toggle {
    padding: 10px 25px 10px 10px;
}
.btn {
    border-radius: 0;
}
i.icon.inner-icon {
    font-size: 95px;
    color: #000;
    margin-left: 30px;
}

/*--phone--*/
.phone-text h4{
	color:#ffffff;
	font-size:30px;	
    line-height: 38px;
}
p.subtitle{
	color:#000000;
	font-size:15px;	
    letter-spacing: 1px;
    margin-top:10px;
    font-style: italic;
    text-transform: uppercase;
}
.text-1 h5{
	color: #000;
    font-size: 1.3em;
    margin: 25px 0 8px 0;
}
.text-1 p {
  	color: #ffffff;
  	font-size: 13.5px;
  	line-height: 23px;
  	width:70%;
}
.phone {
  	padding: 5em 0;
    background-color: #337AB7
}
.phone img{
  	margin: 0 auto;
}
.agileinfo-dwld-app h6 {
    font-size: 20px;
    margin-top: 40px;
    letter-spacing: 2px;
}
.agileinfo-dwld-app h6 a i {
    margin: 0 10px;
    color: #ffffff;
    font-size: 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-dwld-app h6 a i:hover {
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.wthree-mobile-app {
    width: 80%;
    margin: 65px auto 0;
}
/**/
.text:focus {
    box-shadow: none;
    outline: none;
    background-position: 0 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.text:focus::-webkit-input-placeholder {
	color: #ffffff;
	font-size: .9em;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	visibility: visible !important;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
::-webkit-input-placeholder {
   color: #000; 
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000; 
}

:-ms-input-placeholder {  
   color: #000; 
} 
/*--//phone--*/

.mobile-rchge input[type="text"]{
    width: 85%;
    padding: 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #e4e4e4;
    color: #545454;
    outline: none;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #fff;
    -moz-transition: 0.5s all;
}
input#submit {
    background: #000;
    border: none;
    color: #fff;
    padding: 9px 20px;
    letter-spacing: 1px;
    cursor: pointer;
}
.mobile-right h4 {
    color: #30090a;
    font-size: 12px;
    margin: 8px 0;
    letter-spacing: 0.5px;
}
.mobile-rchge {
    float: left;
    width: 31%;
}
.mobile-rchge a {
    margin-top: 11px;
    display: block;
    color: #ff0505;
    text-transform: lowercase;
    letter-spacing: 1px;
    border-bottom: 1px dashed #ff0505;
    width: 34%;
    text-decoration: none;
    padding-bottom: 3px;
}
.login-form h4 {
    color: #30090a;
    font-size: 12px;
    margin: 8px 0;
    letter-spacing: 0.5px;
}
.btn-default {
    border-color: #e4e4e4;
}

ul.tabs-menu li {
    display: inline-block;
    margin: 0 30px 0 0;
}
ul.tabs-menu li input[type="radio"] {
    margin-right:5px;
}
ul.tabs-menu {
    margin: 10px 0px 5px 0;
}
ul.tabs-menu li a {
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Open Sans';
}
label.radio, .checkbox {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    padding-left: 25px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Open Sans';
    cursor: pointer;
}
.radio i, .checkbox i {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    outline: none;
    background: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.checkbox input + i:after, .radio input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.radio input + i:after, .checkbox input + i:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff !important;
}
.checkbox input, .radio input {
    position: absolute;
    left: 20px;
    top:5px;
}
.bootstrap-select.btn-group .dropdown-menu li {
    margin: 5px 0px!important;
}
.dropdown-menu > li > a {
    padding: 12px 20px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 14px;
}
input#customer {
    width: 85%;
    padding: 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #e4e4e4;
    color: #545454;
    outline: none;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #fff;
    -moz-transition: 0.5s all;
}
.login-right h3 {
	  text-align: center;
	  color: #000;
	  font-size: 3em;
	  font-family: 'Open Sans';
	  margin: 0 0 1em;
}
.login-right h3:after, .login-right h3:before {
  	width: 130px;
  	height: 1px;
  	display: inline-block;
  	vertical-align: middle;
  	content: "";
  	background: #000;
  	margin: 0 1%;
}
.login-top {
	  width: 60%;
	  margin: 2% auto 0;
}
.form-info input[type="text"],.form-info input[type="password"]{
	outline: none;
  	background: none;
  	color: #a3a3a3;
  	width: 100%;
  	padding: 10px 10px;
  	border: none;
  	font-size: 0.9em;
  	border: 1px solid #eee;
  	margin: 0 0 1em;
}
.form-info  input[type="submit"] {
	outline: none;
  	width: 100%;
  	padding: 0.5em 1em;
  	border: none;
  	font-size: 0.9em;
  	border: none;
  	cursor: pointer;
  	background:none;
}
ul.login-icons li {
	 display: inline-block;
	 float:left;
	 width:48.5%;
	 margin-right: 3%;
	   margin-bottom: 3%;
}
ul.login-icons li a {
	display: block;
  	background: #3b5a99;
  	text-decoration: none;
  	padding: 0em;
  	color: #fff;
  	border-radius: 5px;
  	  font-size: 0.95em;
}
ul.login-icons li a:hover {
  	background: #0A3284;
}
ul.login-icons li a.twit {
  	background: #54abee;
}
ul.login-icons li a.twit:hover {
  	background: #1191F4;
}
ul.login-icons li a.go {
  	background: #d34836;
}
ul.login-icons li a.go:hover {
  	background: #E43B25;
}
ul.login-icons li a.in {
  	background: #0e76a8;
}
ul.login-icons li a.in:hover {
  	background:#238FC3;
}
/*ul.login-icons li a i {*/
/*	display: inline-block;*/
/*  	background: url(../images/img-sprite.png)no-repeat 11px -135px #0A3284;*/
/*  	width:48px;*/
/*  	height:48px;*/
/*  	vertical-align: middle;*/
/*  	border-radius: 5px 0px 0px 5px;*/
/*}*/

/*ul.login-icons li a.twit i {*/
/*  	background: url(../images/img-sprite.png)no-repeat -60px -135px #1191F4;*/
/*}*/
/*ul.login-icons li a.go i {*/
/*  	background: url(../images/img-sprite.png)no-repeat -142px -135px #E43B25;*/
/*}*/
/*ul.login-icons li a.in i {*/
/*  	background: url(../images/img-sprite.png)no-repeat -215px -135px #238FC3;*/
/*}*/
ul.login-icons li a span{
	padding: 0 0 0 5%;
	display:inline-block;
}
ul.login-icons li:nth-child(2),ul.login-icons li:nth-child(4) {
	 margin-right: 0%;
}
.create h4{
	float: left;
	font-size: 1.3em;
	color:#000;
	  margin-top: 9px;
}
.create a{
	float: right;
	font-size: 0.9em;
	color:#fff;
	text-decoration: none;
	background: #000;
  	padding: 10px 15px;
}
.create{
	padding: 2em 0 0 ;
}
.login-right {
  padding: 5em 0;
}
.form-info {
  padding: 2em 0 0;
}
.form-info p{
	font-size: 1em;
  	color: #A3A3A3;
  	text-align: center;
  	padding: 3em 0 0;
}
.form-info p a{
	text-decoration: none;
	color:#000;
}
.form-info p a:hover{
	color:#27DA93;
}
/*--//login--*/
/*--faqs--*/
.asked h3{
	text-align: center;
	color: #000;
	font-size: 3em;
	margin: 0 0 1em;
}
.asked h3:after,.asked h3:before {
  width: 200px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}
.asked{
	padding: 5em 0;
}
.questions h5{
	color: #27da93;
	font-size: 1.3em;
	line-height: 1.6em;
}
.questions p{
	font-size: 0.9em;
  	color: #A3A3A3;
  	padding:1em 0;
  	line-height: 2em;
}
/*--//faqs--*/
/*--carrer--*/
.career{
	padding: 5em 0;
}
.career h3 {
  text-align: center;
  color: #000;
  font-size: 3em;
  margin: 0 0 1em;
}
.career h3:after, .career h3:before {
  width: 200px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
  margin: 0 1%;
}
.career p {
  color: #a3a3a3;
  font-size: 0.9em;
  line-height: 2em;
}
.career h4 {
  font-size: 1.4em;
  color: #27DA93;
  margin: 0.5em 0;
}
ul.career-start{
	padding: 0.1em 0 0.5em;
}
ul.career-start li {
  list-style: none;
}
ul.career-start li a {
  display: block;
  text-decoration: none;
  color: #a3a3a3;
  margin: 0.5em 0;
  font-size: 0.9em;
  line-height: 2em;
}
ul.career-start li a:hover {
  color: #27DA93;
}
ul.career-start li a i {
  display: inline-block;
  border-radius: 100px;
  width: 6px;
  height: 6px;
  background: #000;
  vertical-align: middle;
  margin: 0 1% 0 0;
}
/*--//career--*/





.categories-section.main-grid-border {
    padding: 80px 0;
}

.w3layouts-content {
    padding:12px 0;
}

/*-- support content --*/

.w3_agile_support_right{
	text-align:center;
	margin: 4em 0 0;
}
.w3_agile_support_right h3{
	font-size: 35px;
    color: #D4005C;
    letter-spacing: 2px;
}
.w3_agile_support_right p{
	color:#999;
	line-height:32px;
	margin:1em 0 3em;
}
.w3_agile_support_right h5{
	font-size: 1.2em;
    color: #212121;
    padding-bottom: .5em;
    position: relative;
    margin-bottom: 2em;
}
.w3_agile_support_right h5:after{
	content: '';
    background: #212121;
    height: 2px;
    width: 27%;
    position: absolute;
    bottom: 0%;
    left: 37%;
}
.agile_more a{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 20px;
    text-decoration: none;
    display: block;
}
.agile_more {
	position: relative;
    width: 180px;
    height: 40px;
    margin: 0 auto 20px;
}
.type-4 span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	opacity: 1;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 9px 0;
	-webkit-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
	text-align: center;
	background: #aaa;
	z-index: 99999;
	-webkit-transition: none;
	transition: none;
}

.type-4 span:first-of-type {
	clip: rect(0px,9999px,13px,0px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.type-4 span:nth-of-type(2) {
	clip: rect(13px,9999px,26px,0px);
	-webkit-transform-origin: 0 13px;
	transform-origin: 0 13px;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.type-4 span:nth-of-type(3) {
	clip: rect(26px,9999px,39px,0px);
	-webkit-transform-origin: 0 26px;
	transform-origin: 0 26px;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.type-4 span:nth-of-type(4) {
	clip: rect(39px,9999px,52px,0px);
	-webkit-transform-origin: 0 39px;
	transform-origin: 0 39px;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}

.type-4:hover span:nth-of-type(1) { 
	-webkit-transition: -webkit-transform 0.2s linear 0s, opacity 0s linear 0s, background 0.2s linear 0s;
	transition: transform 0.2s linear 0s, opacity 0.05s linear 0s, background 0.2s linear 0s;
}

.type-4:hover span:nth-of-type(2) { 
	-webkit-transition: -webkit-transform 0.2s linear 0.2s, opacity 0s linear 0.2s, background 0.2s linear 0.2s;
	transition: transform 0.2s linear 0.2s, opacity 0.05s linear 0.2s, background 0.2s linear 0.2s;
}

.type-4:hover span:nth-of-type(3) { 
	-webkit-transition: -webkit-transform 0.2s linear 0.4s, opacity 0s linear 0.4s, background 0.2s linear 0.4s;
	transition: transform 0.2s linear 0.4s, opacity 0.05s linear 0.4s, background 0.2s linear 0.4s;
}

.type-4:hover span:nth-of-type(4) {
	-webkit-transition: -webkit-transform 0.2s linear 0.6s, opacity 0s linear 0.6s, background 0.2s linear 0.6s;
	transition: transform 0.2s linear 0.6s, opacity 0.05s linear 0.6s, background 0.2s linear 0.6s;
}

.type-4:hover span {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	background: #00989a;
	border-radius: 20px;
}

.type-4 span:nth-of-type(5) {
	-webkit-transform: none;
    transform: none;
    background: rgb(31, 234, 224);
    z-index: 999;
    border-radius: 20px;
}

.type-4:hover span:nth-of-type(5) {
	-webkit-transform: none;
	transform: none;
	background: #00989a;
	-webkit-transition: background 0.2s linear 0.6s;
	transition: background 0.2s linear 0.6s;
	z-index: 999;
}

.type-4 span:last-of-type {
	opacity: 0;
	background: rgb(31, 234, 224);
	-webkit-transition: none;
	transition: none;
	border-radius: 20px;
}

.type-4:hover span:last-of-type {
	opacity: 1;
	-webkit-transition: all 0.05s linear 0.8s;
	transition: all 0.05s linear 0.8s;
}
.agile_more a:hover{
	color:#212121;
}
/*-- //support content --*/




/*-- breadcrumbs --*/
.w3layouts-breadcrumbs {
	background:#fff;
	padding:11px 0;
	text-align:left;

}
span.agile-breadcrumbs {
    color: #fff;
    font-size: 15px;
}
span.agile-breadcrumbs a {
	color:#d0eaf7;
	margin:0 5px;
}
span.agile-breadcrumbs a:hover {
	color:#fff;
}
span.agile-breadcrumbs a i {
    color: #fff;
    font-size: 30px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
span.agile-breadcrumbs a i:hover  {
    color: #fff;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
/*-- //breadcrumbs --*/
/*-- Feedback page --*/
.agileits-inner-banner {
    background: url(../images/2.jpg) no-repeat;
    min-height: 200px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

h3.w3-head {
    color: #D4005C;
    font-size: 35px;
    margin: 0 0 35px 0;
}
.feed-back h3 {
	font-weight: 400;
    font-size: 25px;
    color: #000;
}
.feed-back p {
    font-size: 14px;
    color: #000;
    line-height: 27px;
    margin: 16px 0;
    font-weight: 300;
}
.feed-back-form span {
	color: #000;
	font-weight: 600;
	font-size: 18px;
}
.feed-back-form input[type="text"],.feed-back-form input[type="email"], .feed-back-form input[type="tel"] {
	 width: 50%;
    display: BLOCK;
    margin: 10px 0 25px 0;
    padding: 7px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #A8A8A8;
    outline: none;
    border: 1px solid #D3D3D3;
}
.feed-back-form textarea {
	width: 50%;
	display: BLOCK;
	margin: 20px 0;
	color: #585858;
	padding: 7px;
	height: 150px;
    font-family: 'Open Sans', sans-serif;
    color: #A8A8A8;
    outline: none;
    border: 1px solid #D3D3D3;
}
.feed-back-form input[type="submit"] {
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 8px 18px;
    border: none;
    background-color: #0099e5;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.feed-back-form input[type="submit"]:hover {
	color: #000;
	background-color: #ff4c4c;
}
/*-- //Feedback-page --*/
/*-- //Feedback page --*/

/*-- help --*/
.help .help-search { 
    width:60%;
}
.help-search form {
    position: relative; 
}
.help-search input[type="search"] {
    width: 100%;
    padding: 1em 8em 1em 1em;
    font-size: 1em;
    color: #999;
    outline: none;
    border:1px solid #fd463e;
    background: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.help-search .btn-default {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 50px;
    outline: none;
    box-shadow: none;
    background: #f44336;
    padding: 0;
    border-radius: inherit;
    -webkit-appearance: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    color: #fff;
}
.help .help-search:hover input[type="search"]{
    border-color: #08cae2;
}
.help .help-search:hover .btn-default{
    background: #08cae2;
}
.help h5, .privacy-w3row h5 {
    font-size: 20px;
    color: #1e1e1e;
    margin: 16px 0 0;
    letter-spacing: 1px;
}
/*-- //help --*/
/*-- faq-page --*/
ul.faq {
    padding-left: 1.5em;
}
.faq-w3agile .faq li {
    margin-top: 2em;
    list-style-type: decimal;
    padding-left: 0.5em;
}
.faq-w3agile .faq > li > a { 
    color: #005a56;
    font-size: 17px;
    letter-spacing: 0.5px;
} 
li.subitem1 p {
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000;
}
.faq-w3agile .faq li li.subitem1 {
    display: block;
    margin-top: 1em;
} 
/*-- //faq-page --*/

/*-- Plans-page --*/
ul.w3ls-plan li {
    margin:5px 0 25px 0;
}
.agile-price {
    float:left;
    width: 10%;
    margin-right: 5%;
}
.agile-price span {
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: block;
    color: #000;
    padding: 27px 0;
    text-align: center;
}
.valid-agileits {
    float:left;
    width:85%;
    margin-top:8px;
}
.valid-agileits p{
    color:#6f6f6f;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 15px;
}
ul.w3ls-plan li a {
    display: block;
    padding:10px 50px;
}
ul.w3ls-plan li a:hover {
    background-color: #f7f7f7;
}
/*-- //Plans-page --*/


/*-- Pay-page --*/

.agileits_w3layouts_tab2 input[type="email"],.agileits_w3layouts_tab2 input[type="password"],.creditly-wrapper .form-control{
	display: block;
    width: 95.5%;
    padding: 15px 10px;
    font-size: 14px;
    color: #212121;
    background: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 25px;
	outline:none;
}
.agileits_w3layouts_tab2 input[type="email"]:focus,.agileits_w3layouts_tab2 input[type="password"]:focus,.creditly-wrapper .form-control:focus {
  border-color: #66afe9;
  outline: 0;
}
.security-code,.number{
	width:91% !important;
}
.agileits_w3layouts_tab2 input[type="submit"] {
    display: block;
    position: relative;
    padding: 6px 50px 11px;
    letter-spacing: 3px;
    background: #1adeed;
    font-size: 1.5em;
    color: #fff;
    border: 1px solid #1adeed;
    outline: none;
    text-transform: uppercase;
	cursor:pointer;
}
.agileits_w3layouts_tab2 input[type="submit"]:hover{
	background: #fff;
    color: #212121;
	border: 1px solid #e7e7e7;
}
.agileinfo_main_grid_left_grid h3{
	font-size:1.3em;
	color:#fff;
}
.agileinfo_main_grid_left_grid ul{
	margin-top:1.5em;
}
.agileinfo_main_grid_left_grid ul li{
	display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    vertical-align: top;
}
.agileinfo_main_grid_left_grid ul li span{
	display:block;
	font-size:.5em;
	color:#999;
}
.agileinfo_main_grid_left_grid ul li:first-child{
	width: 70%;
	border-right:1px solid #999;
}
.agileinfo_main_grid_left_grid ul li:last-child{
	padding-left:1em;
	text-align:right;
}
.agile_amount{
	padding:1em 2em;
	background:#f71926;
}
.agile_amount h3{
	font-size:1.3em;
	color:#fff;
}
.agile_amount h4{
	font-size:2em;
	color:#fff;
	font-weight:bold;
}
.agile_amount p{
	font-size:1em;
	color:#1adeed;
	line-height:1.8em;
}


img.pp-img {
    width: 65%;
}
.tab-grid p {
    color: #8B8B8B;
    font-size: 0.95em;
    line-height: 1.8em;
    font-weight: 400;
    margin: 10px 0;
}
.btn-primary {
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    border: none;
}



.vertical_post h5 {
    color: #48CFC1;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 18px 0;
}
.swit-radio label {
    font-size: 16px;
    color: #696969;
    padding: 0px 0 0 10px;
    font-weight: 100;
}
.radio_one:first-child {
    margin-left: 0;
    margin: 0;
}
.radio_one {
    padding-left: 22px;
    line-height: 28px;
    color: #404040;
    cursor: pointer;
}
.radio_one {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}
/*.section_room_pay select {*/
/*    padding: 6px 10px;*/
/*    width: 33%;*/
/*    border: none;*/
/*    background: none;*/
/*    border: 1px solid #E6E4E4;*/
/*    color: #D2D1D1;*/
/*    outline: none;*/
/*    font-size: 16px;*/
/*    margin-bottom: 0;*/
/*    background: url(../images/arrow.png) no-repeat 96% center #ffffff;*/
/*    background-size: 4% !important;*/
/*    -webkit-appearance: none;*/
/*}*/
.check_box_one {
    float: left;
    width: 22%;
    margin-bottom: 10px;
}
.vertical_post form input[type="submit"]:hover {
    background: #30C3B5;
}
.vertical_post form input[type="submit"] {
    background: #48cfc1;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 16px;
    outline: none;
    width: 22%;
    cursor: pointer;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*-- //Pay-page --*/


/*-- trains-page --*/
.bnr-right input[type="text"] {
      width: 100%;
    color: #9E9E9E;
    outline: none;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    margin: 10px 0;
}
.date {
   /*-- background: url(../images/date-icon.png) no-repeat 95.5% 45% #fff; --*/
    cursor: pointer;
}
.bnr-left input[type="text"] {
       width: 100%;
    color: #777;
    outline: none;
    font-size: 14px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    margin: 10px 0 12px 0;
}
.ban-top .inputLabel,.ban-bottom  .inputLabel {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
	color: #191919;
    margin-top: 10px;
}
.bann-info1 {
    padding: 8em 5em 0em;
    text-align: center;
}
.bnr-right {
}
.bnr-left {
	position:relative;
}
.search{
    margin: 0 auto;
    text-align: center;
}
.search input[type="submit"]{
    margin-top:1.5em;
}
.search input[type="submit"]:hover {
	 background-color: #202020;
}
.bann-info h3 {
    font-size: 30px;
    letter-spacing: 1px;
    color: #000;
}
.bann-info {
}
i.train-icon.fa {
    font-size: 100px;
    color: #0fc0b8;
}
button.seabtn:focus, button.seabtn:hover {
    background-color: #1f8dd6;
    outline: 0;
}

button.seabtn {
    padding: 6px 25px!important;
    font-size: 16px;
    text-indent: 0;
    padding: 6px 20px;
    color: #fff;
    background-color: #34ad00;
    border: 0;
    border-radius: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background-repeat: no-repeat;
    background-position: 96% center;
}
.bann-info1 h3 {
    font-size: 2.1em;
    font-weight: 700;
    color: #34ad00;
    text-align: center;
    margin-top: 25px;
}

/*-- //trains-page --*/


/*-- trains-list-page --*/
.table-bordered.agileinfo {
		border: 1px solid #ddd;
		text-align: center!important;
	}
table.table.table-bordered.agileinfo th {
    color: #ffffff;
    background: #029c95;
    letter-spacing: 1px;
    font-weight: 100;
}
.bus-tp-inner h3 {
    font-size: 22px;
    color: #002a28;
    font-weight: 600;
    margin: 35px 0 18px 0;
    letter-spacing: 1px;
    text-align: right;
}
	td.af img ,td.af{
		text-align: center!important;
		margin:0 auto;
	}
	td.wthree i {
		    color: #dadada;
    font-size: 15px;
    margin-right: 5px;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 8px;
		line-height: 12px;
		vertical-align: middle;
	}
	td.wthree {
    font-size: 1.3em;
    font-weight: bold;
    color: #202020;
	}
	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
		border: 1px solid #d4d1d1;
	}
	td.price span {
		  text-decoration: line-through;
		color: #464646;
		font-size: 18px;
		padding: 0em 0;
		line-height: 3em;
	}
	td.price{
			font-weight: 600;
			color: #DF1E1C;
			font-size: 22px;
			margin-top: 64px;
		}
	th.t-one {
		text-align:center!important;
	}
	.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
		border-top: 0;
		padding: 10px;
        font-size: 13px;
}
td.seat img {
    display: inline-block!important;
	padding: 0 10px 0 0px;
}
td.price.us {
    line-height: 35px;
}
a.seat-button {
    color: #fff;
    border: 0;
    background: #000000;
    font-size: 14px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    outline: none;
    display: inline-block;
    padding: 0px 10px;
    line-height: 25px;
}
a.seat-button:hover {
	text-decoration:none;
	background-color:#029c95;
}
td.seat span {
        color: #d51313;
    margin: 0 2px;
    display: inline-block;
    border: 1px dotted #bababa;
    padding: 5px;
    width: 22px;
    height: 25px;
    vertical-align: middle;
}
.modal-dialog {
    width: 40%;
}
td.wthree input[type="text"] {
    width: 100%;
    padding: 5px;
    border: none;
    color: #000;
}
form.w3layouts-train-form {
    margin-top: 20px;
}
/*-- //trains-list-page --*/


/*--trypography--*/
.mb-60 {
    padding-left: 0;
}
.mb-60 h4 {
    margin: 36px 0 38px;
    font-size: 24px;
}
.tab-content {
	padding: 15px;
	padding-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	border-top: none;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	background: #f8f8f8;
	margin-right: 3px;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-size: 14px;
	color: #555;
	padding: 8px 16px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.nav-tabs > li > a .fa {
	margin-right: 10px;
}
.nav-tabs > li.active > a{
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #FF7900;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #FF7900;
}
.nav-tabs > li > a i {
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
}
.tab-content p {
    line-height: 2.2em;
    font-size: 14px;
}
.grid_4{
	background:#fff;
	padding:0em 0em 0em 0em;
}  
.grid_5{
	background:#fff;
	padding:1em 0 2em 0;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
 
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 12px;
    color: #232323;
    font-family: sans-serif;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
h4.typ1{
	margin-bottom:15px;
}
h5.typ1{
	margin-bottom:15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color:#5bb2fc !important;
  border-color:#5bb2fc !important;
}
.grid_3 p,.page-header p {
	color: #000;
    font-size: 14px;
    line-height: 2em;
    margin: 1em 0 2em;
    letter-spacing: 1px;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.breadcrumb li{
	font-size:0.85em;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
	-webkit-border-radius: 0 2px 2px 2px;
	-moz-border-radius: 0 2px 2px 2px;
	-ms-border-radius: 0 2px 2px 2px;
	-o-border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
.bars {
  margin-bottom: 0.8em;
    color: #039c95;
}
li.list-group-item1 {
  line-height: 2.5em;
}
ol {
  margin-bottom: 44px;
}
.list-group {
  margin-bottom: 48px;
}
.input-group {
  margin-bottom: 20px;
}
.list_1 h3 {
    color: #039c95;
    font-size: 27px;
    margin: 50px 0 20px 0;
}
.column_grid p {
    font-size: 14.5px;
    line-height: 28px;
    color: #A2A1A2;
    font-weight: 300;
    margin: 0px 0 20px;
}
/*--//trypography--*/



/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background: rgba(0, 153, 229, 0.09);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff;
}
.icon-box:hover a.agile-icon {
	color:#fff;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
    font-size: 28px;
    color: #039c95!important;
    font-weight: 300;
    margin: 30px 0 15px;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #000;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px;
    font-size: 20px;
    color: #282a2b;
}
.icons .bs-glyphicons li {
    display: inline-block;
    width: 22%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: #e8f6fd;
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/


/*-- terms-section-starts --*/

.terms h6 {
    font-size: 20px;
    color: #002a28;
    font-weight: 600;
    margin: 35px 0 18px 0;
    letter-spacing: 1px;
}
.terms p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 10px;
    font-family: HelveticaNeueLT;
}
.terms ol li {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 15px;
}
.terms {
}
.terms span {
    color: #000;
    font-weight: 600;
    font-size: 1.3em;
}
.terms-bottom {
    margin-top: 3em;
}
/*-- //terms-section-ends --*/




/*-- sitemap --*/
.sitemap{
	
}
.sitemap-grid h4 {
    margin-bottom: 15px;
    font-size: 21px;
    color: #00989a;
    letter-spacing: 1px;
}
.sitemap-grid ul {
    margin-bottom: 40px;
}
.sitemap-grid ul li i.fa.fa-long-arrow-right {
    margin-right: 12px;
    font-size: 12px;
    color: #848383;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sitemap-grid ul li a:hover i.fa.fa-long-arrow-right {
    margin-right: 8px;
}
.sitemap-grid ul li a:hover {
    color: #1d292f;
}
.sitemap-grid ul {
	padding-left:15px;
}
.sitemap-grid ul li {
	list-style-type:none;
}
.sitemap-grid ul li span {
	color: #000;
    font-size: 20px;
    vertical-align: bottom;
}
.sitemap-grid ul li a {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    text-decoration: none;
    letter-spacing: 1px;
    vertical-align: middle;
}
ul.sub-child {
	padding-left:33px;
}
ul.sub-child li {
    list-style-type: disc;
}
ul.sub-child li a {
    margin-left: -6px;
	font-size:15px;
}
.agileits-support {
    margin-top: 49px;
    border: 1px solid #e7e7e7;
    padding: 12px 0;
    background: rgba(0, 0, 0, 0.03);
}
/*-- /sitemap --*/

/*-- Support page --*/
.support select {
    width: 25%;
    border: 1px solid #ccc;
    padding: 6px 8px;
    border-radius: 3px;
    margin-bottom: 12px;
    color: #555;
}
.agileits-support ul li {
    margin: 20px 0;
    margin-left: 15px;
    color: #858585;
    font-size: 14px;
    letter-spacing: 1px;
}
.agileits-support ul li a {
    font-size: 14px;
}
.agileits-support ul li a.w3-faq {
    text-decoration: none;
    font-size: 22px;
    color: #005a56;
    text-transform: uppercase;
}
button.submit {
    background: #000;
    border: none;
    color: #fff;
    padding: 9px 20px;
    letter-spacing: 1px;
    cursor: pointer;
}
input.submit {
    background: #000;
    border: none;
    color: #fff;
    padding: 9px 20px;
    letter-spacing: 1px;
    cursor: pointer;
}
/*-- /Support page --*/

/*-- Bus-list-page --*/
/*-- seat reservation --*/
.front-indicator {
	margin:5px 28px 15px 41px;
    background-color: #b2bbbb;
    color: #000000;
    text-align: center;
    padding: 7px 0;
}
.booking-details {
    float: left;
    margin-left: 4%;
    width: 45%;
}
.booking-details h2 {
	margin: 25px 0 20px 0;
	font-size: 17px;
}
.booking-details h3 {
    margin:27px 0px 8px 0;
    font-size: 14px;
    color: #C3B400;
    font-size: 18px;
	font-weight:600;
}
div.seatCharts-cell {
	color: #182C4E;
    height: 32px;
    width: 32px;
    line-height: 31px;	
}
div.seatCharts-seat {
	color: #FFFFFF;
	cursor: pointer;	
}
div.seatCharts-row {
	height: 35px;
}
div.seatCharts-seat.available {
	background-color: #969696;
}
div.seatCharts-seat.available.first-class {
	background-color: #2483F7;
}

div.seatCharts-seat.selected {
	background-color: #307701;
}
div.seatCharts-seat.unavailable {
	background-color: #980303;
}
div.seatCharts-container {
    border-right: 1px solid #adadad;
    width: 50%;
    float: left;
}
div.seatCharts-legend {
	padding-left: 0px;

}
ul.seatCharts-legendList {
	padding-left: 0px;
}
span.seatCharts-legendDescription {
    margin-left: 5px;
    line-height: 35px;
    font-size: 14px;
}
.checkout-button {
    display: block;
    margin: 10px 0;
    font-size: 16px;
    background: #2ad2c9;
    border: none;
    color: #fff;
    padding: 8px 23px;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.front-indicator h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.checkout-button:hover {
    background: #000;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*#selected-seats {*/
/*    width: 100%;*/
/*	max-height: 130px;*/
/*	overflow-y: scroll;*/
/*	overflow-x: none;*/
/*}*/
div.seatCharts-cell {
    color: #182C4E;
    height: 32px;
    width: 32px;
    line-height: 31px;
    float: left;
}
.modal-header {
    min-height: 12.43px;
    padding: 10px;
    border-bottom: none;
    background-color:#000;
    color:#fff;
}
.header-dark{
    min-height: 12.43px;
    padding: 10px;
    border-bottom: none;
    background-color: #000;
    color: #fff;
}
.close{
    opacity: 1;
}
h3.w3ls-title.book {
    font-size:2em;
}
.bus-ic i {
    font-size: 1.7em;
    color: #666;
}
/*-- w3layouts --*/
ul#selected-seats li {
    margin: 0px 0 8px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
ul#selected-seats li a {
    color: #980303;
    line-height: 1.8em;
}
.main-booking {
    width: 100%;
    margin: 45px auto;
    background: rgba(255, 255, 255, 0.90);
    padding: 0px 10px;
}
/*-- //seat reservation --*/

/*-- //Bus-list-page --*/


/*-- Movies-page --*/
.now-showing-movies {
	margin:2em 0;
}
h3.m-head {
    font-size: 28px;
    margin-left: 1.5%;
    color: #0cc0b7;
    text-transform: uppercase;
    letter-spacing: 2px;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
.m-r-date {
    float: left;
}
.m-r-like {
    text-align: center;
}
.m-r-like {
    float: right;
}
a.m-movie-link{
	font-weight: 500;
  font-size: 1.1em;
  color: #000000;
  line-height: 1.7em;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 0px 10px;
  display: block;
}
.event-info span {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
	color:#000;
}
.m-movie-title {
	padding:10px;
	  border:1px solid #D6D8DB;
}
.movie-preview {
	margin:1.5em 0;  
}
.m-r-date a {
	text-align: center;
	color: #fff;
	padding: 5px 17px;
	background: #0ec0b8;
	display: block;
	font-size: 0.875em;
	font-weight: 700;
	text-decoration: none;
	margin-top: 8px;
	text-transform:uppercase;
}
.m-r-date a:hover {
	background-color:#fff200;
	color:#000;
}
.m-r-date p {
	color: #B0ADAD;
  font-size: 0.95em;
}
.m-r-date p i.fa.fa-calendar-o {
	margin-right:5px;
}
.m-r-like {
	text-align:center;
}
.m-r-like p {
	color: #000000;
	font-size: 0.8em;
	text-transform: uppercase;
}
i.fa.fa-thumbs-up {
	color: #00bdb4;
	font-size: 16px;
}
.m-r-like p span {
	font-size: 1.2em;
	font-weight: 600;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 2px solid #dee4c8;
	background: #fff;
	color: #007DD3;
	padding: 6px;
	margin: 5px;
}
.m-tickets-instantly {
	margin:1em;
	padding:0 1em 1em 1em;
	border:1px solid #000;
}
.m-tickets-instantly h4 {
	float:left;
	margin-right:5%;
	margin-top:1.2em;
	  font-weight: 600;
}
.m-single-article {
	padding: 1em;
}
.m-select {
	float:left;
	margin-right:3%;
	margin-top:1.5em;
}
.m-select-movie {
	float:left;
	margin-right:5%;
}
.m-select-date {
	float:left;
	width:25%;
}
/*-- //Movies-page --*/


/*-- Movies-select-show --*/
.movie-ticket-book h4 {
	color: #000;
	font-size: 1.2em;
	margin-top: 1em;
	font-weight: 600;
}
.movie-ticket-book p {
	color: #848484;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.6em;
}
.movie-booking {
	padding: 2em;
	margin-left: 1.5%;
	border: 1px solid #eee;
}
.movies-dates {
	width: 60%;
	margin-left: 5%;
}
.movie-date-selection ul li {
	display: inline-block;
	width:18%;
	text-align:center;
}
.movie-date-selection ul li.location {
	width: 100%;
	text-align:left;
	margin-bottom:0.8em;
	font-size:1.2em;
	font-weight:600;
}
.movie-date-selection ul {
	padding: 2em;
	background-color: #FCFCFC;
	margin-left: 1.5%;
	border: 1px solid #eee;
}
.movie-date-selection ul li a{
	color: #007DD3;
}
i.fa.fa-map-marker {
	font-size: 18px;
	margin-right: 0.5em;
	color: #00b7ae;
}
.movie-date-selection ul li.location {
	font-size: 1.2em;
	font-weight: 600;
	color: #000;
	text-decoration:none;
}
.movie-date-selection {
	margin-bottom:1em;
}
.movie-date-selection ul:hover {
	background-color: #fff;
}
.pic-a-movie{
	padding:1em;
}
.pic-a-movie h3 {
	font-size: 1.7em;
	font-weight: 600;
	color: #000;
}
.select-day-booking-ticket {
	margin: 2em 0;
}
.movie-show,.show-time,.cinema {
	padding: 0;
	float:left;
	width:33.333%;
	  margin-top: 1em;
}
h4.show {
	font-size: 1.2em;
	font-weight: 600;
	padding: 10px;
	background-color: #F0F0F0;
}
.movie-show figure img {
	width: 67%;
	margin: 20px 0 0 0;
}
.cinema h5 {
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 1.5em;
}
.cinema h6 {
	font-size: 1em;
	font-weight: 500;
	margin-top: 0.2em;
}
a.sold-out {
	color: #fff;
	text-decoration: none;
	padding: 4px 12px;
	display: block;
	background-color: red;
	margin: 18px 6px 0px 6px;
	border-radius: 3px;
	cursor:text;
}
a.buy-now-ticket{
	color: #fff;
	text-decoration: none;
	padding: 4px 12px;
	display: block;
	background-color: green;
	margin: 18px 6px 0px 6px;
	border-radius: 3px;
}
a.buy-now-ticket:hover {
	color:#fff;
}
.show-time p {
    float: left;
	text-align:center;
	  margin: 0.5em 0;
}	
a.sold-out:hover {
	color:#fff;
}
p.third {
	margin-top: 1em;
}
p.fourth {
	margin-top: 1.8em;
}
.show-title {
	margin: 2.5em 0;
}



a.next {
    background: #3b85d5;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    margin: 10px 0px 0px 0px;
}

/*-- movie ticket --*/
.front{
    margin: 5px 4px 45px 38px;
    background-color: #00bdb4;
    color: #fff;
    text-align: center;
    padding: 9px 0;
    border-radius: 3px;
	}
.booking-details {
    float: right;
    width: 38%;
}
.booking-details h3 {
	margin: 5px 5px 0 0;
	font-size: 16px;
	}
.booking-details p {
    line-height: 1.5em;
    font-size: 18px;
    color: #D88A04;
	font-weight:600;
}
.booking-details p span{
    color: #000;
    font-size: 14px;
	font-weight:normal;
}
div.seatCharts-cell {
	color: #182C4E;
    height: 29px;
    width: 29px;
    line-height: 27px;
    margin: 3px;
    float: left;
    text-align: center;
    outline: none;
    font-size: 13px;
	}
div.seatCharts-seat {
	color: #fff;
	cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	}
div.seatCharts-row {
	height: 35px;
	}
div.seatCharts-seat.available {
	background-color: #949494;
	}
div.seatCharts-seat.focused {
	background-color: #00B70C;
	border: none;
	}
div.seatCharts-seat.selected {
	background-color: #00B70C;
	}
div.seatCharts-seat.unavailable {
	background-color: #D00000;
	cursor: not-allowed;
	}
div.seatCharts-container {
    border-right: 1px solid #adadad;
    width: 54%;
    padding: 0 20px 0 0;
    float: left;
}
div.seatCharts-legend {
	padding-left: 0px;
	}
ul.seatCharts-legendList {
	padding-left: 0px;
	}
.seatCharts-legendItem{
	margin-top: 10px;
	line-height: 2;
	}
span.seatCharts-legendDescription {
	margin-left: 5px;
	line-height: 30px;
	}
	.demo-agile-screen {
    margin-top: 25px;
}
.checkout-button:hover {
    background: #000;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
	/*-- w3layouts --*/
    -ms-transition: 0.5s all;
}
/*#selected-seats {*/
/*	max-height: 84px;*/
/*	overflow-y: auto;*/
/*	overflow-x: none;*/
/*	width: 200px;*/
/*	}*/
#selected-seats li{
    border: 1px solid #d3d3d3;
    background: #f7f7f7;
    margin: 6px 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000;
    font-weight: 600;
    padding: 6px 11px;
    width: 80%;
	}
.scrollbar {
    overflow-y: scroll;
}
.booking-details p i {
    color: #000;
    font-size: 18px;
    line-height: 2.2em;
	font-weight:normal;
}
ul.book-left {
    float: left;
    width: 35%;
}
ul.book-right {
    float: right;
    width: 63%;
}
ul.book-left li {
    font-size: 16px;
    font-weight: 600;
    color: #354c4b;
    line-height: 1.9em;
}
ul.book-right li {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.9em;
}
/*-- //movie ticket --*/

/*-- //Movies-select-show --*/



/*-- contact-page --*/
.contact {
	padding:0 0 1em 0;
}
.contact-section {
}
.contact-form {
	margin-bottom: 3.5em;
    margin-top: 1em;
}
p.your-para {
    color: #888;
	font-size: 0.9em;
	margin:0 0 5px 0;
}
p.sed-para{
    color: #039c95;
	font-size: 1.3em;
	font-weight: 400;
    margin: 25px 0 5px 0px;
}
p.loc {
    color: #039c95;
    font-size: 1.3em;
    font-weight: 400;
    margin: 0px 0 10px 0px;
}
p.para1{
	color:#767676;
    font-size: 0.9em;
    line-height: 2.2em;
}
address {
	    width: 100%;
    color: #767676;
    font-size: 0.9em;
    line-height: 2em;
}
.contact-grid {
  margin-top:0em;
}
address  a {
	color: #444;
	font-size: 1em;
	line-height: 1.8em;
}
address  a {
	color: #767676;
}
address  a:hover {
	color: #1EBB11;
}
.more-address b, .more-address strong{
    color: #039c95!important;
	font-size: 1.3em;
	font-weight: 400;
}
.more-address{
    padding: 1.8em 0 1em 0;
} 
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: none!important;
    color: #C0C0C0;
}
.map iframe {
	width: 100%;
    min-height: 320px;
    border: none;
    -webkit-box-shadow: 0px 1px 16px 0px rgba(209,255,244,1);
    -moz-box-shadow: 0px 2px 25px 0px rgba(209,255,244,1);
    box-shadow: 0px 1px 16px 0px rgb(210, 241, 201);
}
/*-- //contact-page --*/

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/



/*--responsive--*/
@media(max-width:1440px){
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 670px;
	}
}
@media(max-width:1366px){
	.caption h3 {
		font-size: 45px;
	}
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 580px;
	}
	.w3-agile-offers h3 {
		font-size: 2.4em;
	}
	h3.m-head {
		font-size: 25px;
	}
}
@media(max-width:1280px){
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 590px;
	}
	.caption h3 {
		font-size: 42px;
	}
	.agileits-amet-sed h4 {
		font-size: 14px;
	}
	.modal-dialog {
		width: 70%;
		margin: 8em auto 0;
	}
	h3.icon-subheading {
		font-size: 26px;
	}
}
@media(max-width:1200px){
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 560px;
	}
	.w3_agile_support_right h3 {
		font-size: 33px;
		letter-spacing: 1px;
	}	
	.caption h3 {
		font-size: 38px;
	}
	.w3-agile-subscribe-right h3.w3ls-title {
		font-size: 24px;
	}
	.agileits-amet-sed h4 {
		letter-spacing: 1px;
	}
	.w3-footer-logo h2 {
		font-size: 28px;
	}
	.agileits-footer-class p {
		margin-top: 3px;
	}
	.movie-ticket-book img {
		width: 100%;
	}
}
@media(max-width:1080px){
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 500px;
	}
	.caption h3 {
		font-size: 35px;
	}
	.modal-dialog {
		width: 85%;
		margin: 7em auto 0;
	}
	.mobile-rchge a {
		width: 42%;
	}
	.phone-text h4 {
		font-size: 25px;
		line-height: 36px;
	}
	.agileinfo-dwld-app h6 {
		letter-spacing: 1px;
	}
	.w3_agile_support_right h3 {
		font-size: 30px;
		letter-spacing: 0px;
	}
	.w3-agile-offers h3 {
		font-size: 2.2em;
	}
	.w3layouts-partners ul li {
		width: 19.5%;
	}
	.w3-agile-subscribe-right {
		padding-left: 0;
	}
	.w3-subscribe input[type="email"] {
		width: 71%;
	}
	.w3-subscribe input[type="submit"] {
		padding: 14px 28px;
	}
	.agileits-amet-sed {
		width: 25%;
		float: left;
	}
	.w3-agile-subscribe-right h3.w3ls-title {
		font-size: 23px;
		line-height: 33px;
	}
	.phone {
		padding: 4em 0;
	}
	.w3l-support, .agileits_w3layouts_contact {
		padding: 4em 0 0;
	}
	.bus-tp-inner h3 {
		font-size: 20px;
	}
	h3.w3-head {
		font-size: 33px;
	}
	h3.m-head {
		font-size: 23px;
		letter-spacing: 1px;
	}
	.movie-date-selection ul li {
		width: 19%;
	}
	.sitemap-grid h4 {
		font-size: 20px;
		letter-spacing: 0px;
	}
	.w3layouts-content {
		padding: 50px 0;
	}
	.movie-ticket-book h4 {
		font-size: 1em;
	}
	.movie-ticket-book p {
		font-size: 0.9em;
		margin-top: 4px;
	}
	.icon-box {
		height: 68px;
	}
	h3.icon-subheading {
		font-size: 24px;
	}
	ul.w3ls-nav-bottom {
		margin-top: 28px;
	}
	.agileits-amet-sed:nth-child(5) {
		margin-top: 4%;
	}	
}
@media(max-width:1050px){
	.w3-subscribe {
		padding: 2em 0;
	}
	h3.w3-head {
		font-size: 30px;
		margin: 0 0 30px 0;
	}
	.terms p {
		font-size: 14px;
		padding-left: 15px;
	}
	.terms h6 {
		font-size: 18px;
		margin: 30px 0 10px 0;
	}
	.feed-back h3 {
		font-size: 22px;
	}
	.feed-back-form span {
		font-size: 16px;
	}
	.help h5, .privacy-w3row h5 {
		font-size: 19px;
	}
	p.sed-para, .more-address b, .more-address strong {
		font-size: 1.15em;
	}
	.more-address {
		padding: 1em 0 1em 0;
	}
	h3.agileits-icons-title {
		font-size: 32px;
	}
}
@media(max-width:1024px){
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 470px;
	}
	.categories-section.main-grid-border {
		padding: 70px 0;
	}	
	.w3layouts-partners {
		padding: 4em 0;
	}
	.agileits-inner-banner {
		min-height: 180px;
	}
	.w3layouts-breadcrumbs {
		padding: 10px 0;
	}
	.sitemap-grid ul li a {
		font-size: 15px;
	}
	.sitemap-grid ul li i.fa.fa-long-arrow-right {
		margin-right: 10px;
		font-size: 10px;
	}
	h3.m-head {
		font-size: 20px;
	}
	.caption h3 {
		font-size: 33px;
		letter-spacing: 1px;
	}
	.faq-w3agile .faq > li > a {
		font-size: 16px;
	}
}
@media(max-width:991px){
	.mobile-rchge a {
		width: 60%;
		margin-left: 10%;
	}
	.mobile-rchge input[type="text"] {
		width: 95%;
	}
	.categories-section.main-grid-border {
		padding: 60px 0;
	}
	.logo h1 {
		font-size: 1.85em;
	}
	.w3layouts-login a {
		font-size: 12px;
	}
	.phone-text {
		margin-top: 7%;
	}	
	.wthree-mobile-app form input.text {
		width: 62%;
	}
	.w3-agile-offers h3 {
		font-size: 2em;
	}	
	.w3-agile-offers {
		padding: 1.5em;
		width: 45%;
	}
	.w3layouts-partners ul {
		width: 95%;
	}
	.w3layouts-partners ul li {
		width: 15.5%;
		margin: 0px 2%;
	}
	.w3-agile-subscribe-right {
		margin-top: 2%;
		float: right;
		width: 66%;
	}
	.social-icons.w3-agile-icons {
		margin-top: 0em;
	}
	.w3_agile_support_left img {
		width: 35%;
		margin: 0 auto;
	}
	.w3_agile_support_right {
		margin: 3em 0 3em;
	}
	.w3_agile_support_right p {
		margin: 1em 0 2em;
	}
	.w3-footer-logo {
		float: left;
	}
	.agileits-footer-class {
		float: right;
	}
	.w3-footer-logo h2 {
		font-size: 26px;
	}
	.w3l-footer-bottom {
		padding: 1.2em 0;
	}
	.bann-info1 {
		padding: 0em 0em 4em;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 8px 0;
	}
	.check_box_one {
		float: left;
		width: 33%;
	}
	form.cc-form {
		margin-top: 30px;
	}
	.faq-w3agile .faq > li > a {
		font-size: 15px;
	}
	.feed-back-form input[type="text"], .feed-back-form input[type="email"], .feed-back-form input[type="tel"],.feed-back-form textarea {
		width: 70%;
	}
	ul.w3ls-plan li a {
		padding: 10px 5px;
	}
	.more-address {
		padding: 1em 0 0em 0;
	}
	.movie-preview {
		width: 50%;
		float: left;
	}
	.movie-ticket-book img {
		width: 45%;
		float: left;
		margin-right:2%;
	}
	.movie-booking {
		padding: 1em;
		margin-left: 0;
	}
	.movies-dates {
		width: 100%;
		margin-left: 0%;
		padding: 0;
		margin-top: 5%;
	}
	.modal-body {
		padding: 30px 30px 45px 30px;
	}
	.extra-w3layouts {
		border-right: 1px solid transparent!important;
		border-bottom: 1px dotted #C2C2C2;
		padding-bottom: 40px;
	}
	div#OR {
		right: 50%;
		top: 94%;
	}
	.extra-agileits {
		margin: 3% auto 0;
		width: 50%;
	}
	div.seatCharts-container {
		width: 58%;
	}
}
@media(max-width:900px){
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 420px;
	}	
	.caption h3 {
		font-size: 32px;
		letter-spacing: 0px;
	}
	input#tel,input#customer {
		width: 100%;
	}
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 100%;
	}
	.agileits-amet-sed {
		width: 33.333%;
	}
	.agileits-amet-sed:nth-child(4) {
		margin-top: 4%;
	}
	.modal-dialog {
		width: 90%;
		margin: 5em auto 0;
	}
	.feed-back h3 {
		font-size: 20px;
	}
	h3.w3-head {
		font-size: 28px;
		margin: 0 0 25px 0;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	h3.agileits-icons-title {
		font-size: 30px;
	}
	label.radio, .checkbox {
		font-size: 18px;
	}
}
@media(max-width:800px){
	.caption h3 {
		font-size: 28px;
	}
	.caption p a {
		font-size: 15px;
		letter-spacing: 1px;
	}
	i.icon.inner-icon {
		font-size: 90px;
	}
	.w3-agile-offers h3 {
		font-size: 1.8em;
	}
	.w3layouts-partners h3 {
		font-size: 32px;
	}
	.w3-agile-subscribe-right h3.w3ls-title {
		font-size: 22px;
		line-height: 32px;
	}
	.w3-footer-logo {
		float: none;
		text-align: center;
	}
	.agileits-footer-class {
		float: none;
		text-align: center;
		margin-top: 15px;
	}
	.categories-section.main-grid-border {
		padding: 50px 0;
	}
	h3.agileits-icons-title {
		font-size: 26px;
	}
	h3.icon-subheading {
		font-size: 20px;
	}
	.agileits-inner-banner {
		min-height: 160px;
	}
	.bann-info h3 {
		font-size: 28px;
		letter-spacing: 0px;
	}
	div.seatCharts-container {
		width: 68%;
		float: none;
		padding: 0 0px 20px 0;
		border-right: 1px solid transparent;
		border-bottom: 1px solid #adadad;
	}
	.booking-details {
		float: none;
		width: 58%;
		margin-top: 30px;
	}
}
@media(max-width:768px){
	.logo h1 {
		font-size: 1.8em;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.w3-footer-logo h2 {
		font-size: 24px;
	}
	.w3_agile_support_right p {
		line-height: 28px;
		font-size: 15.5px;
	}
	.w3_agile_support_right h3 {
		font-size: 28px;
	}
	.mobile-rchge a {
		width: 38%;
	}
	.modal-title {
		font-size: 26px;
	}
	h3.m-head {
		font-size: 18px;
	}
	.help h5, .privacy-w3row h5 {
		font-size: 18px;
	}
}
@media(max-width:736px){
	.caption h3 {
		font-size: 26px;
	}
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 400px;
	}
	.caption h3 span {
		border-bottom: 1px solid #1cebe1;
		padding-bottom: 3px;
	}
	.w3-agile-subscribe-right {
		width: 68%;
	}
	h3.w3-head {
		font-size: 26px;
		margin: 0px 0 20px 0;
	}
	.feed-back h3 {
		font-size: 18px;
	}
	.feed-back p {
		font-size: 13px;
		line-height: 26px;
		margin: 16px 0 20px;
	}
	h3.agileits-icons-title {
		font-size: 24px;
	}
	.callbacks_tabs a:after {
		height: 8px;
		width: 8px;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 8px 12px;
	}
}
@media(max-width:667px){
	.caption h3 {
		font-size: 24px;
	}
	.logo h1 {
		font-size: 1.7em;
	}
	.phone-text h4 {
		font-size: 23px;
		line-height: 35px;
	}
	.wthree-mobile-app {
		width: 90%;
		margin: 60px auto 0;
	}
	.wthree-mobile-app form input[type="submit"] {
		font-size: 0.9em;
		padding: 14px 22px;
	}
	.w3_agile_support_right h3 {
		font-size: 26px;
	}
	.w3_agile_support_right p {
		line-height: 26px;
		font-size: 15px;
	}	
	.w3-agile-offers h3 {
		font-size: 1.7em;
	}
	.w3-agile-offers p {
		font-size: 0.87em;
		line-height: 1.8em;
	}
	.w3layouts-partners ul li {
		width: 15%;
	}
	.w3layouts-partners h3 {
		font-size: 30px;
	}
	.w3layouts-partners ul {
		margin: 5% auto 0;
	}
	.mobile-rchge a {
		width: 48%;
	}	
	.w3-agile-offers {
		padding: 1.4em;
		width: 50%;
	}
	.w3-agile-subscribe-right h3.w3ls-title {
		font-size: 20px;
		line-height: 30px;
	}
	.w3-subscribe h4 {
		font-size: 1.35em;
		margin-bottom: 0.8em;
	}
	.agileinfo-dwld-app h6 {
		font-size: 18px;
		margin-top: 35px;
		letter-spacing: 1px;
	}
	.w3-agile-subscribe-right {
		width: 76%;
	}
	.agileits-amet-sed {
		width: 50%;
	}
	.agileits-amet-sed:nth-child(3),.agileits-amet-sed:nth-child(4),.agileits-amet-sed:nth-child(5) {
		margin-top: 8%;
	}
	.bann-info h3 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.ban-top .inputLabel, .ban-bottom .inputLabel {
		margin-top: 7px;
	}
	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 8px 15px;
	}
	.valid-agileits {
		width: 75%;
	}
	.agile-price {
		width: 20%;
	}
	div.seatCharts-container {
		width: 75%;
	}
	.booking-details {
		width: 65%;
	}
}
@media(max-width:600px){
	.caption {
		top: 42%;
		left: 4%;
		width:96%;
	}
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 360px;
	}
	.w3-agile-subscribe-right {
		width: 86%;
	}	
	.w3layouts-partners {
		padding: 3em 0;
	}
	.mobile-rchge a {
		width: 54%;
	}
	.check_box_one {
		width: 50%;
	}
	.sitemap-grid h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	div.seatCharts-container {
		width: 90%;
	}
	.booking-details {
		width: 80%;
	}
}
@media(max-width:568px){
	.caption h3 {
		font-size: 22px;
	}
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 340px;
	}
	.mobile-rchge a {
		width: 60%;
	}
	i.icon.inner-icon {
		font-size: 80px;
	}
	.wthree-mobile-app form input[type="submit"] {
		padding: 14px 20px;
	}
	.w3_agile_support_right h5 {
		font-size: 1.2em;
	}
	.w3-agile-offers {
		padding: 1em;
		width: 60%;
	}
	.w3-offers {
		min-height: 240px;
	}
	.w3-agile-subscribe-right {
		width: 91%;
	}
	.w3-footer-logo h2 {
		font-size: 22px;
	}
	.agileits-footer-class p {
		font-size: 12px;
	}
	.extra-agileits {
		width: 60%;
	}
	i.train-icon.fa {
		font-size: 90px;
	}
	.map iframe {
		min-height: 290px;
	}
	.section_room_pay select {
		width: 80%;
	}
	.vertical_post form input[type="submit"] {
		width: 35%;
	}
	.w3ls-supportform select {
		width: 50%;
	}
}
@media(max-width:480px){
	.mobile-rchge a {
		font-size: 14px;
		width: 58%;
	}
	.phone {
		padding: 2em 0;
	}
	.wthree-mobile-app {
		width: 100%;
		margin: 40px auto 0;
	}
	.wthree-mobile-app form input[type="submit"] {
		padding: 14px 15px;
	}
	.wthree-mobile-app form input.text {
		width: 60%;
	}
	p.subtitle {
		font-size: 14px;
	}
	.text-1 h5 {
		font-size: 1.2em;
		margin: 20px 0 4px 0;
	}
	.phone-text h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.w3_agile_support_right h3 {
		font-size: 24px;
	}
	.w3-agile-offers h3 {
		font-size: 1.6em;
	}	
	.w3-agile-offers {
		width: 65%;
		margin: 4em auto 0;
	}
	.w3layouts-partners h3 {
		font-size: 28px;
	}
	.w3-agile-subscribe-right h3.w3ls-title {
		font-size: 19px;
		line-height: 26px;
	}
	.w3-agile-subscribe-right {
		width: 99%;
	}
	.w3-subscribe input[type="email"] {
		width: 68%;
	}
	.agileits-amet-sed h4 {
		letter-spacing: 0.5px;
	}	
	ul.w3ls-nav-bottom li {
		font-size: 12px;
		margin: 12px 0 0 0;
	}
	.agileits-footer-class p {
		line-height: 23px;
	}
	.logo h1 {
		font-size: 1.6em;
	}
	.w3layouts-login a {
		font-size: 11.5px;
	}
	.caption h3 {
		font-size: 19px;
	}
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 300px;
	}
	.caption p {
		margin: 0.4em 0em 0;
	}	
	.modal-body {
		padding: 10px 12px 40px 12px;
	}
	.bann-info h3 {
		font-size: 23px;
		margin-bottom: 15px;
	}
	.bus-tp-inner h3 {
		font-size: 18px;
	}
	.modal-title {
		font-size: 24px;
	}
	div.seatCharts-container {
		border-right: 1px solid transparent;
		border-bottom: 1px solid #adadad;
		width: 80%;
		padding-bottom:5%;
	}
	.booking-details {
		width: 92%;
	}
	.main-booking {
		margin: 15px auto 0;
	}
	.movie-preview {
		width: 80%;
		float: none;
		margin: 25px auto;
	}
	.movie-date-selection ul {
		padding: 1em 0.5em;
		margin-left: 0;
	}
	.movie-date-selection ul li:nth-child(2) {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	.movie-date-selection ul li {
		width: 23%;
	}
	.radio_one {
		padding-left: 0px;
	}
	.section_room_pay select {
		width: 90%;
	}
	.vertical_post form input[type="submit"] {
		font-size: 15px;
		width: 37%;
	}
	.w3ls-supportform select {
		width: 60%;
	}
	.help h5, .privacy-w3row h5 {
		font-size: 17px;
	}
	h3.w3-head {
		font-size: 25px;
	}
	.w3layouts-content {
		padding: 40px 0;
	}
	.feed-back-form input[type="text"], .feed-back-form input[type="email"], .feed-back-form input[type="tel"], .feed-back-form textarea {
		width: 90%;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	h3.agileits-icons-title {
		font-size: 22px;
	}
	.icons .bs-glyphicons li {
		width: 45%;
		margin: 2%;
	}
	div.seatCharts-container {
		width: 100%;
	}
	.booking-details {
		width: 100%;
	}
}
@media(max-width:414px){
	.logo h1 {
		font-size: 1.5em;
	}
	.caption h3 {
		font-size: 19px;
		line-height: 31px;
		height: 60px;
	}
	.wthree-mobile-app form input[type="submit"] {
		padding: 11px 10px;
		font-size: 0.85em;
	}
	.wthree-mobile-app form input.text {
		width: 58%;
		font-size: 15px;
	}
	.w3_agile_support_right h3 {
		font-size: 22px;
		line-height:28px;
	}
	.mobile-rchge a {
		width: 71%;
	}
	.w3_agile_support_left img {
		width: 45%;
	}
	.w3layouts-partners h3 {
		font-size: 26px;
	}
	.w3-subscribe input[type="submit"] {
		padding: 14px 18px;
	}
	.w3-subscribe form {
		margin-top: 1em;
	}
	.w3-agile-subscribe-right {
		margin-top: 10%;
	}
	.w3layouts-partners ul li {
		width: 60%;
		margin: 20px 20%;
	}
	.agileits-amet-sed {
		width: 100%;
		text-align:center;
	}
	.agileits-amet-sed:nth-child(2), .agileits-amet-sed:nth-child(3), .agileits-amet-sed:nth-child(4), .agileits-amet-sed:nth-child(5) {
		margin-top: 10%;
	}
	.modal-title {
		font-size: 22px;
	}
	.check_box_one {
		width: 100%;
	}
	.movie-preview {
		width: 85%;
	}
	.movie-ticket-book img {
		width: 65%;
		float: none;
	}
	div.seatCharts-container {
		width: 100%;
	}
	.sitemap-grid {
		padding: 0;
	}
	.sitemap-grid h4 {
		font-size: 17px;
	}
	.sitemap-grid ul {
		margin-bottom: 30px;
	}
	.help h5, .privacy-w3row h5 {
		font-size: 16px;
	}
	.valid-agileits {
		width: 100%;
	}
	.agile-price {
		width: 100%;
		margin: 0 auto;
	}
	div.seatCharts-cell {
		height: 25px;
		width: 25px;
		line-height: 26px;
		margin: 2px;
		font-size: 12px;
	}
	.front {
		margin: 5px 4px 25px 5px;
	}
}
@media(max-width:384px){
	.movie-preview {
		width: 90%;
	}
	.logo h1 {
		font-size: 1.45em;
	}
	.banner1, .banner2, .banner3, .banner4 {
		min-height: 280px;
	}
	label.radio, .checkbox {
		font-size: 16px;
	}
	.radio i, .checkbox i {
		top: 5px;
	}
	.checkbox input, .radio input {
		top: 1px;
	}
	i.icon.inner-icon {
		font-size: 70px;
	}
	.wthree-mobile-app form input.text {
		width: 100%;
	}
	.wthree-mobile-app form input[type="submit"] {
		margin-top: 15px;
	}
	.tab-content {
		padding: 0;
	}
	.extra-agileits {
		width: 90%;
	}
	h3.other-nw {
		font-size: 20px;
	}
	.text-1 p {
		width: 100%;
	}
	.w3_agile_support_left img {
		width: 55%;
	}
	.agileinfo-dwld-app h6 {
		font-size: 17px;
		letter-spacing: 0px;
	}
	.w3_agile_support_right h5 {
		margin-bottom: 1em;
	}
	.w3-agile-offers {
		width: 77%;
		margin: 3em auto 0;
	}
	.w3-subscribe input[type="email"] {
		width: 65%;
	}
	.agileits-amet-sed h4 {
		font-size: 18px;
	}
	.terms p {
		font-size: 13.5px;
	}
	.terms ol li {
		font-size: 14px;
	}
	.w3ls-supportform {
		padding: 0;
	}
	.map iframe {
		min-height: 250px;
	}
	.agileits-inner-banner {
		min-height: 140px;
	}
	img.w3ls-mobile {
		width: 25%;
	}
	ul.tabs-menu {
		margin: 30px 0px 5px 0;
	}
	div.seatCharts-cell {
		height: 23px;
		width: 23px;
		line-height: 23px;
	}
}
@media(max-width:375px){
	.movie-preview {
		width: 95%;
	}
	.extra-agileits {
		width: 100%;
	}	
	.w3_agile_support_left img {
		width: 65%;
	}
	i.icon.inner-icon {
		font-size: 60px;
	}
	.w3layouts-login a {
		font-size: 12px;
		letter-spacing: 0.5px;
	}
	.w3layouts-login {
		margin-top: 5px;
	}
	.mobile-rchge a {
		width: 76%;
	}
	.w3-subscribe input[type="submit"] {
		padding: 14px 16px;
	}	
	.terms h6 {
		font-size: 17px;
		margin: 20px 0 5px 0;
	}
	.icon-box {
		height: 50px;
		width: 100%;
		margin: 0.5em 0 0.5em 0;
	}
	ul.book-right li {
		font-size: 15px;
	}
	ul.book-left li {
		font-size: 15px;
	}
	div.seatCharts-cell {
		margin: 1px;
	}
}
@media(max-width:320px){
	.categories-section.main-grid-border {
		padding: 40px 0;
	}
	.logo {
		float: none;
	}
	.w3layouts-login {
		margin-top: 10px;
		float: none;
		text-align: center;
	}
	.w3layouts-login a {
		letter-spacing: 1px;
	}
	.caption p a {
		font-size: 14px;
		letter-spacing: 0.5px;
	}
	.modal-body {
		padding: 5px 15px 30px 16px;
	}
	button.submit {
		padding: 8px 16px;
	}
	label.radio, .checkbox {
		font-size: 15px;
		padding-left: 20px;
	}
	ul.tabs-menu li {
		margin: 0 22px 0 0;
	}
	img.w3ls-mobile {
		width: 30%;
	}
	.mobile-rchge {
		width: 70%;
	}
	.phone-text {
		padding: 0;
	}
	.phone-text h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.w3_agile_support_left img {
		width: 70%;
	}
	.w3-subscribe input[type="submit"] {
		padding: 14px 7px;
	}
	.movie-preview {
		width: 100%;
		padding: 0;
	}
	.movie-ticket-book img {
		width: 75%;
	}
	.movie-date-selection ul li {
		width: 43%;
		margin: 5px 0;
	}
	h3.w3-head {
		font-size: 23px;
	}
	.terms ol {
		padding-left: 30px;
	}
	.sitemap-grid h4 {
		line-height: 25px;
	}
	.checkbox input, .radio input {
		top: 0px;
	}
	.caption h3 {
		line-height: 33px;
		height: 62px;
	}
	a.agileits-forgot {
		font-size: 13px;
	}
	.agileinfo-dwld-app h6 a i {
		margin: 0 5px;
	}
	div#OR {
		right: 44%;
	}
	div.seatCharts-cell {
		height: 19px;
		width: 19px;
		font-size: 10px;
		line-height: 20px;
	}
}
.login-page-header{
    margin: 100px auto;
}
#login-wraper{
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #000;
}
.login-wraper-inner{
    padding: 20px;
}
.login-heading{
    font-size: 20px;
    font-weight: 400;
    background-color: #000 !important;
    color: #FFFFFF;
    margin: 20px 0;
    padding: 10px;
}
h4, .page-content h4 a {
	font-family: 'arial', sans-serif;
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4 {
    margin-bottom: 20px;
	font-family: 'arial', sans-serif;
}

.mobile-rchge1 {
    float: left;
    width: 30%;
}
.mobile-rchge2 {
    float: left;
    width: 70%;
}


*:before, *:after {
    -moz-box-sizing: border-box;
}
*:before, *:after {
    -moz-box-sizing: border-box;
}
.mobile-rchge2 #tel {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E4E4E4;
    color: #545454;
    font-size: 14px;
    font-weight: normal;
    outline: medium none;
    padding: 10px;
    transition: all 0.5s ease 0s;
    width: 86%;
    float: left;
}
.mobile-rchge2 #dial_code {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #E4E4E4;
    color: #545454;
    font-size: 14px;
    font-weight: normal;
    outline: medium none;
    padding: 10px;
    transition: all 0.5s ease 0s;
    width: 10%;
    float: left;
    margin-right: 10px;
}

.voucher-btns a {
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    transition: all 0.2s ease 0s;
}
.btn-default{
    background-color:#fff !important;
    color:#000 !important;
    box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border-color:#999;
}
.voucher-btns h6 {
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 5px;
}
.voucher-btns span{
    margin-top: 15px;
}
.summary-table .btn{
    padding: 0 !important;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.btnGroupDrop{
    margin-right: 10px;
}

.side-menu {
  height: 100%;
  border-right: 1px solid #fff;
  margin-bottom: 20px;
}
.side-menu .navbar {
  border: none;
}
.side-menu .navbar-header {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
    background-color: #000;
}
.side-menu .navbar-nav .active a {
  background-color: transparent;
  margin-right: -1px;
  display:flex;
}

.side-menu .navbar-nav li {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #666;
}

.side-menu .navbar-nav li a {
  padding: 15px;
    color: #000 !important;
}
.side-menu .navbar-nav li a .glyphicon {
  padding-right: 10px;
}
.side-menu #dropdown {
  border: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.side-menu #dropdown .caret {
  float: right;
  margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
  float: right;
}
.side-menu #dropdown > a {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
  padding: 0;
  background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
  width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
  padding-left: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
  border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
  margin-left: -20px;
  padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
  margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
  padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
  background-color: #f3f3f3;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
  min-height: 50px;
}
.side-menu .brand-name-wrapper .navbar-brand {
  display: block;
}
.side-menu #search {
  position: relative;
  z-index: 1000;
}
.side-menu #search .panel-body {
  padding: 0;
}
.side-menu #search .panel-body .navbar-form {
  padding: 0;
  padding-right: 50px;
  width: 100%;
  margin: 0;
  position: relative;
  border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
  width: 100%;
  position: relative;
}
.side-menu #search .panel-body .navbar-form input {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  background-color: #f3f3f3;
  padding: 15px 18px;
}

.bg-primary {
    color: #fff;
    background-color: #000;
}
.text-white{
    color: #fff !important;
}
.bg-white{
    background-color: #ffffff;
    color: #333333;
}
.unlock-box{
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
#terms{
    margin: 20px 0;
    color: #FF4500;
}
#terms h4{
    color: #000;
    font-size: 25px;
}
.first_half-imei{
    width: 70%;
    float: left;
}

.second_half-imei{
    width: 28%;
    float: right;
}


.mresp-tab-active{
    position: relative;
    z-index: 1;
    margin: 0 0 10px 20px !important;
    background-color: #000! important;
    color: #fff;
    cursor: pointer;
    float: none;
    border-color: rgb(241, 241, 241)!important;
    padding: 0 !important;
    font-weight: 400;
    font-size: 21px;
    height: 40px;
    text-align: right;
    clear: both;
}
.mresp-tab-active span{
    padding-right: 10px;
    padding-top: 3px;
}
.mresp-tab-active i.fa-mobile {
    padding: 10px 10px;
    font-size: 21px;
    background: #EEA236;
    height: 40px;
    width: 40px;
    color: #fbfbfb;
    text-align: center;

}
li.mresp-tab-active:before {
    content: '';
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #000;
    position: absolute;
    top: 0;
    left: -20px;
}
.alert-warning {
    color:#000;
    background-color:#EEA236;
    border-color:#faebcc;
}
.modal-footer{
    text-align:left;
}
.navbar-nav > li > a{
    font-size:15px !important;
    color:#000 !important;
}
@media (max-width: 767.98px) {
  #is-logo {
    max-height:100px;
    max-width:100px;
  }
}
@media (min-width: 768px) {
  #is-logo {
    max-height:130px;
  }
}
.btn-white{
    background:#fff;
    color:#000;
    border:1px solid #333;
}
.loader {
    margin:0 auto;
  border: 16px solid #e6e6e6;
  border-radius: 50%;
  border-top: 16px solid #000;
  border-bottom: 16px solid #000;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.navbar-default .navbar-nav > li > a:hover,navbar-default .navbar-nav > li > a:focus{
    color: #f8f8f8 !important;
    background-color: #000 !important;
}
#packaging{
    background-color: rgb(248, 248, 248);
    padding: 10px;
    margin-bottom: 10px;margin-top:10px;
    border-top:1px solid #333;
}
.alert-pending {
    color: #f0f0f0;
    background-color: #843534;
    border-color: #991216;
}

.alert-inprogress {
    color: #f5f5f5;
    background-color: #bbac0a;
    border-color: #daca1a;
}

.alert-rejected {
    color: #f5f5f5;
    background-color: #a94442;
    border-color: #dc5a7e;
}
.alert-barred {
    color: #fff;
    background-color: #000;
    border-color: #000080;
}
.alert-success {
    color: #f5f5f5;
    background-color: #3c763d;
    border-color: #68da08;
}
.table2 > thead > tr > th, .table2 > tbody > tr > th, .table2 > tfoot > tr > th, .table2 > thead > tr > td, .table2 > tbody > tr > td, .table2 > tfoot > tr > td{
    padding: 1.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6 !important;
}
.unread{
    font-weight:bold;
    cursor:pointer;
}
.read{
    font-weight:normal;
    cursor:pointer;
    background:#eee;
}
.confirm-model{
    width:26% !important;
}
.notification .caret{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 3px;
  vertical-align: text-top;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  color:#fff;
}
.navbar-nav > li > a{
    padding-top: 20px;
    padding-bottom: 22px;
}
.summery-nav .nav > li {
  width: 20% !important;
}
.summery-nav .dropdown-menu:hover{
    display: block;
}

.btn-rounded {
    border-radius: 5px;
}
@media (max-width: 768px) {
    .summery-nav .nav > li {
      width: 47% !important;
      float: left;
    }
}
.card{
    background: #f5f8fa;
    color: #33475b;
    padding: 2.3rem 2.5rem;
    min-height: 100%;
    padding: 3rem 2.5rem;
}
.btn-green{
    background: #03a84e;
    color: #fff;
}
.Promises_Promises__OTVkO {
  display: flex;
  padding: 1.125rem;
  flex-wrap: wrap;
  border-radius: .375rem;
  border: .0625rem solid #fff;
  background-color: #fff;
}
.Grid_Grid__row__ZDI2Z {
  display: flex;
  flex-flow: row wrap;
    flex-wrap: wrap;
  flex: 0 1 auto;
}
.Promises_Promise__ZDEyM {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-basis: 33%;
}
.Promises_Promise__content__MDhmY {
  padding: .75rem 1.5rem 1.875rem;
  text-align: center;
}
.Promises_Promise__title__MjkyN {
  background-color: hsla(0,0%,100%,0);
  font-weight: 700;
}
.Promises_Promises__container__MzU3N {
  padding-bottom: 1.5rem;
}
  @media (min-width: 32.3125rem)
.Grid_Grid__container__Y2M4M {
  width: 95%;
  max-width: 65.5rem;
}
.Grid_Grid__container__Y2M4M {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #f0e1e3;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #351c15;
}

.services .service-box.pink .icon {
  color: #351c15;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #351c15;
}

.services .service-box.pink:hover {
  background: #351c15;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}
.services .service-box {
  text-align: center;
  }
.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}


.sticky-navbar.fixed {
  opacity: 1;
  visibility: visible;
  transform: translateY(-100%);
}
.sticky-navbar .sticky-info:not(:last-child) {
  border-right: 1px solid #e7e7e7;
}
.sticky-navbar .sticky-info {
  flex: 0 0 20%;
  max-width: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sticky-navbar.fixed {
  visibility: visible;
}
.sticky-navbar {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e7e7e7;
  opacity: 0;
  visibility: hidden;
  transition: all .25s;
  z-index: 997;
}
.sticky-navbar .sticky-info a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #222529;
  font-family: Poppins,sans-serif;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
}
.sticky-info a i {
  font-size: 25px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.modal {
  position: fixed;
  top: 120px !important;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.voucher-btns li {
  display: inline-block;
    margin-top: 7px;
    text-align: center;
    max-width: 150px;
    padding: 2px;
    max-height: 150px;
}
.ups-primary{
    background-color:#000 !important;
    color:#fff !important;
}
.btn-ups {
    color: #000 !important;
    background-color: #fec303 !important;
    border-color: #fec303 !important;
}
.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
  animation: flash 2s ease infinite;
}.button {
        background-color: #000;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: sans-serif;
        font-size: 20px;
        padding: 10px 10px;
        text-align: center;
        text-decoration: none;
      }
      @keyframes glowing {
        0% {
          background-color: #2ba77b;
          box-shadow: 0 0 5px #000;
        }
        50% {
          background-color:#2ba77b;
          box-shadow: 0 0 20px #000;
        }
        100% {
          background-color:#2ba77b;
          box-shadow: 0 0 5px #000;
        }
      }
      .button {
        animation: glowing 1300ms infinite;
      }


/* WRENCHING */
@keyframes wrench {
    0%{transform:rotate(-12deg)}
	8%{transform:rotate(12deg)}
	10%{transform:rotate(24deg)}
	18%{transform:rotate(-24deg)}
	20%{transform:rotate(-24deg)}
	28%{transform:rotate(24deg)}
	30%{transform:rotate(24deg)}
	38%{transform:rotate(-24deg)}
	40%{transform:rotate(-24deg)}
	48%{transform:rotate(24deg)}
	50%{transform:rotate(24deg)}
	58%{transform:rotate(-24deg)}
	60%{transform:rotate(-24deg)}
	68%{transform:rotate(24deg)}
	75%,100%{transform:rotate(0deg)}
}
.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
	animation: wrench 2.5s ease infinite;
	transform-origin-x: 90%;
	transform-origin-y: 35%;
	transform-origin-z: initial;
}
.faa-wrench.animated.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast {
	animation: wrench 1.2s ease infinite;
}
.faa-wrench.animated.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow {
	animation: wrench 3.7s ease infinite;
}

/* BELL */
@keyframes ring {
	0%{transform:rotate(-15deg)}
	2%{transform:rotate(15deg)}
	4%{transform:rotate(-18deg)}
	6%{transform:rotate(18deg)}
	8%{transform:rotate(-22deg)}
	10%{transform:rotate(22deg)}
	12%{transform:rotate(-18deg)}
	14%{transform:rotate(18deg)}
	16%{transform:rotate(-12deg)}
	18%{transform:rotate(12deg)}
	20%,100%{transform:rotate(0deg)}
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
	animation: ring 2s ease infinite;
	transform-origin-x: 50%;
	transform-origin-y: 0px;
	transform-origin-z: initial;
}
.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
	animation: ring 1s ease infinite;
}
.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
	animation: ring 3s ease infinite;
}

/* VERTICAL */
@keyframes vertical {
	0%{transform:translate(0,-3px)}
	4%{transform:translate(0,3px)}
	8%{transform:translate(0,-3px)}
	12%{transform:translate(0,3px)}
	16%{transform:translate(0,-3px)}
	20%{transform:translate(0,3px)}
	22%,100%{transform:translate(0,0)}
}
.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
	animation: vertical 2s ease infinite;
}
.faa-vertical.animated.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
	animation: vertical 1s ease infinite;
}
.faa-vertical.animated.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
	animation: vertical 4s ease infinite;
}

/* HORIZONTAL */
@keyframes horizontal {
	0%{transform:translate(0,0)}
	6%{transform:translate(5px,0)}
	12%{transform:translate(0,0)}
	18%{transform:translate(5px,0)}
	24%{transform:translate(0,0)}
	30%{transform:translate(5px,0)}
	36%,100%{transform:translate(0,0)}
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
	animation: horizontal 2s ease infinite;
}
.faa-horizontal.animated.faa-fast,
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
	animation: horizontal 1s ease infinite;
}
.faa-horizontal.animated.faa-slow,
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
	animation: horizontal 3s ease infinite;
}

/* FLASHING */
@keyframes flash {
	0%,100%,50%{opacity:1}
	25%,75%{opacity:0}
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
	animation: flash 2s ease infinite;
}
.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
	animation: flash 1s ease infinite;
}
.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
	animation: flash 3s ease infinite;
}

/* BOUNCE */
@keyframes bounce {
	0%,10%,20%,50%,80%,100%{transform:translateY(0)}
	40%{transform:translateY(-15px)}
	60%{transform:translateY(-15px)}
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
	animation: bounce 2s ease infinite;
}
.faa-bounce.animated.faa-fast,
.faa-bounce.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
	animation: bounce 1s ease infinite;
}
.faa-bounce.animated.faa-slow,
.faa-bounce.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
	animation: bounce 3s ease infinite;
}

/* SPIN */
@keyframes spin{
	0%{transform:rotate(0deg)}
	100%{transform:rotate(359deg)}
}
.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
	animation: spin 1.5s linear infinite;
}
.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
	animation: spin 0.7s linear infinite;
}
.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
	animation: spin 2.2s linear infinite;
}

/* FLOAT */
@keyframes float{
	0%{transform: translateY(0)}
	50%{transform: translateY(-6px)}
	100%{transform: translateY(0)}
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
	animation: float 2s linear infinite;
}
.faa-float.animated.faa-fast,
.faa-float.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
	animation: float 1s linear infinite;
}
.faa-float.animated.faa-slow,
.faa-float.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
	animation: float 3s linear infinite;
}

/* PULSE */
@keyframes pulse {
	0% {transform: scale(1.1)}
 	50% {transform: scale(0.8)}
 	100% {transform: scale(1.1)}
}
.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
	animation: pulse 2s linear infinite;
}
.faa-pulse.animated.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast {
	animation: pulse 1s linear infinite;
}
.faa-pulse.animated.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow {
	animation: pulse 3s linear infinite;
}

/* SHAKE */
.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
	animation: wrench 2.5s ease infinite;
}
.faa-shake.animated.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-fast {
	animation: wrench 1.2s ease infinite;
}
.faa-shake.animated.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-slow {
	animation: wrench 3.7s ease infinite;
}

/* TADA */
@keyframes tada {
	0% {transform: scale(1)}
	10%,20% {transform:scale(.9) rotate(-8deg);}
	30%,50%,70% {transform:scale(1.3) rotate(8deg)}
	40%,60% {transform:scale(1.3) rotate(-8deg)}
	80%,100% {transform:scale(1) rotate(0)}
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
	animation: tada 2s linear infinite;
}
.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
	animation: tada 1s linear infinite;
}
.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
	animation: tada 3s linear infinite;
}

/* PASSING */
@keyframes passing {
	0% {transform:translateX(-50%); opacity:0}
	50% {transform:translateX(0%); opacity:1}
	100% {transform:translateX(50%); opacity:0}
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
	animation: passing 2s linear infinite;
}
.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
	animation: passing 1s linear infinite;
}
.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
	animation: passing 3s linear infinite;
}

/* PASSING REVERSE */

@keyframes passing-reverse {
	0% {transform:translateX(50%); opacity:0}
	50% {transform:translateX(0%); opacity:1}
	100% {transform:translateX(-50%); opacity:0}
}

.faa-passing-reverse.animated,
.faa-passing-reverse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse {
	animation: passing-reverse 2s linear infinite;
}
.faa-passing-reverse.animated.faa-fast,
.faa-passing-reverse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast {
	animation: passing-reverse 1s linear infinite;
}
.faa-passing-reverse.animated.faa-slow,
.faa-passing-reverse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow {
	animation: passing-reverse 3s linear infinite;
}

/* WAVE */
@keyframes burst {
	0% {opacity:.6}
	50% {transform:scale(1.8);opacity:0}
	100%{opacity:0}
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
	animation: burst 2s infinite linear
}
.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
	animation: burst 1s infinite linear
}
.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
	animation: burst 3s infinite linear
}
.btn.btn-primary-ups {
  background: #000;
  border-color: #000;
  width:920px;
  color:#fff;
}
.animated-button1 {
  background-image: linear-gradient(to right, #ffc300, #2a0909);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-align: center;
  text-decoration: none;
}

.animated-button1::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ad8585;
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateTop linear infinite;
          animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateRight linear -1s infinite;
          animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateBottom linear infinite;
          animation: 2s animateBottom linear infinite;
}


@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
  -webkit-animation: 2s animateLeft linear -1s infinite;
          animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
    .boton {
        width: 200px;
        height: 50px;
        display: block;
        position: relative;
    }

    .botontext {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        text-align: center;
        line-height: 50px;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }

    .twist {
        display: block;
        height: 100%;
        width: 25%;
        position: relative;
        float: left;
        margin-left: -4px;
    }

    .twist:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #fed5a9;
        bottom: 100%;
        position: absolute;
        transform-origin: center bottom 0px;
        transform: matrix3d(1, 0, 0, 0,
                            0, 0, -1, -0.003,
                            0, 1, 0, 0,
                            0, 0, 0, 1);

-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }

    .twist:after {
        content: "";
        position: absolute;
        width: 100%;
        top: 100%;
        height: 100%;
        background: #1f8ce7;
        transform-origin: center top 0px;
        transform: matrix3d(1, 0, 0, 0,
                            0, 1, 0, 0,
                            0, 0, 1, -0.003,
                            0, -50, 0, 1);

-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }

    .boton:hover .twist:before {
        background: #8ab13c;
        transform: matrix3d(1, 0, 0, 0,
                            0, 1, 0, 0,
                            0, 0, 1, 0.003,
                            0, 50, 0, 1);
    }

    .boton:hover .twist:after {
        background: #dedae1;
        transform: matrix3d(1, 0, 0, 0,
                            0, 0, -1, 0.003,
                            0, 1, 0, 0,
                            0, 0, 0, 1);
    }

    .boton .twist:nth-of-type(1) {
        margin-left: 0;
    }

    .boton .twist:nth-of-type(1):before,
    .boton .twist:nth-of-type(1):after {
        transition-delay: 0s;
    }

    .boton .twist:nth-of-type(2):before,
    .boton .twist:nth-of-type(2):after {
        transition-delay: 0.1s;
    }

    .boton .twist:nth-of-type(3):before,
    .boton .twist:nth-of-type(3):after {
        transition-delay: 0.2s;
    }

    .boton .twist:nth-of-type(4):before,
    .boton .twist:nth-of-type(4):after {
        transition-delay: 0.3s;
    }

    .boton .botontext:nth-of-type(1) {
        color: #3d3b40;
        bottom: 100%;
        transform-origin: center bottom 0px;
        transform: matrix3d(1, 0, 0, 0,
                            0, 0, -1, -0.003,
                            0, 1, 0, 0,
                            0, 0, 0, 1);

-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }

    .boton:hover .botontext:nth-of-type(1) {
        transform: matrix3d(1, 0, 0, 0,
                            0, 1, 0, 0,
                            0, 0, 1, 0.003,
                            0, 50, 0, 1);
    }

    .boton .botontext:nth-of-type(2) {
        color: #fff;
        top: 100%;
        transform-origin: center top 0px;
        transform: matrix3d(1, 0, 0, 0,
                            0, 1, 0, 0,
                            0, 0, 1, -0.003,
                            0, -50, 0, 1);

-webkit-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
   -moz-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
     -o-transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995);
        transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); /* custom */
    }

    .boton:hover .botontext:nth-of-type(2) {
        transform: matrix3d(1, 0, 0, 0,
                            0, 0, -1, 0.003,
                            0, 1, 0, 0,
                            0, 0, 0, 1);
    }
@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}
.body{
    font-family:'arial',sans-serif !important;
}
.btn-new {
      position: relative;
    }

    .btn-new::before {
      content: url("../../static/images/new.png");
      position: absolute;
      top: -9px;
      right: -21px;
      color: white;
      padding: 4px 8px;
      font-size: 12px;
      animation: flash 2s infinite;
    }
    @keyframes flash {
      0% {
        opacity: 0;
      }
      50% {
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }
.card-product__imgOverlay {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding: 30px 5px;
    transform: translateY(30px);
    opacity: 0;
    z-index: -1;
    transition: all .48s ease;
}
.card-product__imgOverlay li {
 display:inline-block
}
.card-product__imgOverlay li button {
 border:0;
 border-radius:0;
 padding:7px 12px;
 background:#8894ff
}
.card-product__imgOverlay li button i,
.card-product__imgOverlay li button span {
 font-size:15px;
 color:#fff;
 vertical-align:middle
}
.card-product__imgOverlay li button:hover {
 background:#384aeb
}
.card-product__imgOverlay li:not(:last-child) {
 margin-right:5px
}
.card-product__title a {
 color:#222
}
.card-product__price {
 font-size:18px;
 font-weight:500
}
.card-product:hover .card-product__imgOverlay {
 opacity:1;
 z-index:1;
 transform:translateY(0)
}



.navbar > .container {
  margin-left: 395px !important;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
.navbar > .container {
  margin-left: 0 !important;
}
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.dropdown-thin {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 0 !important;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.btn btn-login {
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #198754;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
  letter-spacing: 1.3px;

}
.btn.btn-logout {
  box-shadow: none;
  width: 100%;
  height: 40px;
  background-color: #dc3545;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #b1b1b1, -3px -3px 3px #fff;
  letter-spacing: 1.3px;
}
#notice-badge {
	color:#000 !important;
  	border-radius: 50%;
	border:1px solid;

}
.card-ribbon::after {
  content: attr(data-label);
  padding: 0px 4px;
  background: #E91E63;
  color: white;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
  font-size: 10px;
  text-transform: uppercase;
  z-index: 999 !important;
  margin-left: -112px;
  position: absolute;
  margin-top: -21px;
  width: 112px;
}
.sidebar-categories .head {
	line-height: 50px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #ffc107c7;
	margin: 10px 0;
	text-transform: uppercase;
	width: 225px;
}
.sidebar-categories .main-categories .pixel-radio {
	background:transparent !important
}
.sidebar-categories .main-nav-list a {
	font-size:14px;
	display:block;
	line-height:50px;
	padding-left:10px;
	border-bottom:1px solid #eee
}
.sidebar-categories .main-nav-list a:hover {
	color:#3dbe36
}
.sidebar-categories .main-nav-list a .number {
	color:#cccccc;
	margin-left:10px
}
.sidebar-categories .main-nav-list a .lnr {
	margin-right:10px;
	display:none
}
.sidebar-categories .main-nav-list.child a {
	padding-left:32px
}
.sidebar-filter {
	margin-top:30px
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}
.price-range-area .noUi-target {
	background: #000;
	border-radius: 0px;
	border: 0px;
	box-shadow: none;
}

.price-range-area {
	padding: 15px 30px 0 30px;
}

.label-form{
	font-size: 14px;
	color: #999;
	text-transform: uppercase;
	color: #000;
	font-family: 'Open Sans';
	cursor: pointer;
}
.noUi-base {
	background: #f4631b;
}
.noUi-base, .noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

#browse-form .accordion {
	display: flex;
	flex-direction: column;
	max-width: 991px;
	margin: 30px auto;
}
.nav-tabs a.nav-link {
	font-size: 20px;
	color: #ffffff;
	background: #03a9f4;
}

.thumbnail_images .btn {

	background-color: #b6bbbc;

}

.list-productdetails  a {
	background: #ffffff !important;
	border: 2px solid #dee2e6 !important;
}
.list-productdetails .card-product__title a {
	color: #222;
	border: none !important;
}
.list-productdetails a.btn.btn-warning {
	background: #fed524 !important;
	border-color: #fed524 !important;
}
.list-productdetails .img-thumbnail {
	border: 1px solid #ffffff;
}
.product__price {
	max-width: 100% !important;
	margin-left: 0 !important;
}

.main_image {
	border: 1px solid #ccc;
	margin: 40px;
}


@media only screen and (max-width: 768px) {
	.navbar-collapse {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		position: absolute;
		left: 0;
		right: 0;
		margin-top: 204px;
		background: #fff;
		padding: 29px;
	}

	.navbar {
		height: 100px;
	}
	/* For mobile phones: */
	.list-productdetails .card {
		padding: 0;
	}
	.nav-tabs a.nav-link {
		font-size: 17px;
		padding: 8px;
	}
	.web2nd-section .col {
		flex: auto;
		width: 100% !important;
	}
	.mobile-services .col {
		flex: auto;
		width: 100% !important;
	}
	.hcard-img {
		height: 90px !important;
		width: 90px !important;
		margin: 26px 30px !important;
	}
	.right-cards .serviceshome-cards {
		display: flex;
		justify-content: space-around;
		align-items: center;
		background: #ececec;
		padding: 15px 0px;
		flex-direction: column;
	}
	.left-cards .serviceshome-cards {
		display: flex;
		align-items: center;
		background: #ececec;
		padding: 15px 0px;
		flex-direction: column-reverse;
	}
	.chooseus-col h4 {
		font-size: 18px !important;
		font-weight: 600;
	}
	.chooseus-col p {
		padding: 0px !important;
	}
	.choose-img dotlottie-player {
		width: 80px !important;
		height: auto;
	}
	.navbar-light .navbar-toggler {
		margin-top: -14px;
	}
	a.btn-login {
		margin-right: 35px;
	}
	.navbar-nav a.btn.btn-login {
		width: 100%;
		margin-bottom: 22px;
	}
	.software2nd-section .col {
		flex: auto;
	}
	.contact-services .col-4 {
		flex: auto;
		width: 100%;
	}
	.contact-services .card.text-center {
		height: 325px;
	}
	.second-topup .col-4 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 30px;
	}
	.col.\32 ndtop-img.text-center {
		width: 100%;
		flex: auto;
	}
	.cargo2nd-section .col {
		flex: auto;
		display: flex;
		flex-direction: column-reverse;
	}
	.flight2nd-section .col {
		flex: auto;
		display: flex;
		flex-direction: column-reverse;
	}
	.mobile-services .col {
		flex: auto;
	}

	.privacy-third-section .col-2 {
		flex: 0 0 auto;
		width: 100%;
	}
}
.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .55);
	font-weight: 400;
}

.navbar nav.container {
	background: transparent;
	box-shadow: none;
}

.navbar-expand .navbar-nav {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	gap: 15px;
}

a.login {
	color: #e49e0d !important;
}

img.logo {
	width: 70px;
	height: 60px;
}

.dropdown-menu.show {
	border-radius: 0;
	padding: 16px 3px;
}


/* textchange css ---------------------------------------------------- */

.home-svg svg {
	margin-top: -158px;
}

#app {
	width: 100%;
	margin-top: 10px;
}

#app span {
	width: 100%;
	height: 215px;
	color: #000;
	background: #ddd;
	text-align: left;
}


span.flash {
	/*     background: #FFEB3B; */
	background-image: radial-gradient(circle 800px at center 300px, #fff 0, #fff 100%);
	/*     padding: 1px 1px; */
	display: inline-block;
	position: relative;
	transition: all 0.2s;
	font-size: 100%;
}


span.flash span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	/*   background:#FFEB3B; */
	background-image: radial-gradient(circle 800px at center 300px, #fff 0, #fff 100%);
	transition: top 0.2s;
	transform: translateZ(0);

}

.designer {
	z-index: 1;
}


@media only screen and (max-width : 350px) {
	#app {
		width: 100%;
	}
}

/*p {*/
/*display: inline-block;*/
/*}*/

/* textchange css ---------------------------------------------------- */


/* banner section------------------------------------------------------------ */

.banner-section .row {
	display: flex;
	align-items: center;
}

.banner-section {
	/* padding: 60px 0px; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 100px;
	background: #ddd;
}

.banner-section .container {
	height: 500px;

}

.content-first-col {
	padding: 100px 90px;
	padding-left: 0;
}

img.img-secondcol {
	width: 100%;
	margin-top: 49px;
}

h1.h1-firstcol {
	font-size: 38px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #212529;
	/* text-transform: uppercase; */
}

p.p-first-col {
	font-size: 17px;
	line-height: 30px;
	padding-right: 29px;
}

.first-btn a.btn {
	font-size: 15px;
	padding: 13px 66px;
	margin-right: 30px;
	margin-top: 18px;
	font-weight: 600;
}

/* a.btn.btn-dark.signup-btn {
  background: #d26327;
}
a.btn.btn-dark.login-btn {
  background: #3b71ca;
} */

.bg-main {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-section .col-6 {

	z-index: 9;
}
a.btn.btn-primary.login-btn {
	background: #03a9f4;
	border-color: #03a9f4;
}
a.btn.btn-primary.login-btn:hover {
	background: #03a9f4 !important;
	border-color: #03a9f4 !important;
}
.signup-btn {
	color: #fff;
	background-color: #059905 !important;
	border-color: #059905 !important;
}
.signup-btn:hover {
	color: #fff;
	background-color: #059905 !important;
	border-color: #059905 !important;
}
/* banner section  end------------------------------------------------------------ */
/* services section ---------------------------------------------------------- */
/* services 2nd design ----------------------------------------------------- */
.services-sectionhome .card-col {
	width: 85%;
}
.serviceshome-cards {
	display: flex;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	background: #ececec;
	padding: 15px 0px;
}
.services-sectionhome .container {
	background: #f8f8f8;
	padding-right: 0px !important;
}
.container.service-headings {
	background: #332d2d;
	color: #fff;
}
.right-cards {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: flex;
	justify-content: flex-end;
}
.card-col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.hcard-content {
	width: 90%;
	padding: 0px 40px;
}
.hcard-img {
	height: 110px;
	width: 120px;
	/* background: red; */
	margin: 17px;
	transform: rotate(45deg);
	border-radius: 10px;
	margin: 0px 30px;
	box-shadow: 2px 2px 0px 0px #fff!important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 70px;
}
.cardsimg6 img {
	height: 55px;
	width: 55px;
	transform: rotate(-45deg);
}
.hcard-img svg {
	width: 55px;
	height: 55px;
	transform: rotate(-45deg);
	color: #fff;
	text-align: center;
}
.right-cards .hcard-img {
	margin-right: 20px;
	margin-left: 70px;
}
.services-cards-design {
	padding: 50px 0px;
}
.cardsimg1 {
	background: #f8cb32;
}
.cardsimg2 {
	background: #67ec9c;
}
.cardsimg3 {
	background: pink;
}
.cardsimg4 {
	background: #46c5de;
}
.cardsimg7 {
	background: #FF8A65;
}
.cardsimg5 {
	background: #f1a4ee;
}
.cardsimg6 {
	background: #351c15;
}
.hcard-content h3 {
	font-weight: 600;
	font-size: 25px;
	padding: 10px 0px;
}
.more-inf a {
	color: #4f4f4f;
	font-weight: 600;
}









/* services section  end---------------------------------------------------------- */
/* all services start -------------------------------------------------------------------- */
.img-upscontent li p {
	text-transform: lowercase;
}
.privacy-img dotlottie-player {
	width: 135px;
	height: 135px;
}

.upsaccess-page svg {
	height: 40px;
	width: 40px;
}

.upsaccess-page .iitem-icon {
	height: 70px;
	width: 240px;
	/* border: 1px solid; */
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.International-topup svg {
	height: 40px;
	width: 40px;
}


.iitem-min.iitem-hover {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 30px;
	padding: 20px;
	height: 250px;
	box-shadow: 0px 0px 8px #9fa6b2;
}

.iitem-min.iitem-hover:hover {

	background: linear-gradient(0deg, #03A9F4 0%, #03a9f494 100%);
	color: #fff;
}

.package {
	font-size: 27px;
	font-weight: 600;
}

.second-ups h4.iitem-heading {
	font-size: 20px;
	font-weight: 600;
}

.row.mobile-services {
	display: flex;
	align-items: center;
}

.Mobile-unlocking img {
	width: 100%;
}

.upspoint-img img {
	width: 100%;
}

/* all services start end -------------------------------------------------------------------- */

/* third section --------------------------------------------------- */
.third-section .row {
	display: flex;
	align-items: center;
}

.section-subheading {
	font-size: 18px;
	font-weight: 600;
	color: #3e7ae8;
	padding: 20px 0px;
}

.article h2 {
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 10px;
}

.second-section h1.text-center {
	font-size: 30px;
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.cargo2nd-section img {
	width: 100%;
}

.forth-section img {
	width: 100%;
}

.img-upscontent img {
	width: 115px;
}

.img-upscontent li {
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	padding: 8px 0px
}

.row.use-services {
	display: flex;
	align-items: center;
	/* background: #d9d9d9; */
}

.happy-customer img {
	width: 100%;
}

hr {

	margin: 1rem 0;
	color: #d26327 !important;
	border: 0;
	border-top: 2px solid !important;
	opacity: .80 !important;
	max-width: 500px;
	margin-left: auto !important;
	margin-right: auto !important;

}

.use-services {
	margin: 100px 0px;
	/* padding: 92px; */
}

/* third section end --------------------------------------------------------- */


.foooter-section {
	background: #212529;
	color: #fff;
}

.footer-socialmedia dotlottie-player {
	height: 60px;
	width: 60px;
}

.footer-socialmedia {
	display: flex;
	flex-wrap: nowrap;

}

.copyright {
	background: #212529 !important;
	color: #fff;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border-top: 1px solid #fff;
	font-size: 14px;
}

a.text-reset {
	cursor: pointer !important;
}


/* faqs start------------------------------------------------------- */
.price_detail .accordion {
	display: flex;
	flex-direction: column;
	max-width: 991px;
	min-width: 320px;
	margin: 50px auto;
	padding: 0 50px;
	background: #f9f9f9;
}
.accordion {
	display: flex;
	flex-direction: column;

	max-width: 991px;
	min-width: 320px;
	margin: 50px auto;
	padding: 0 50px;
}
.accordion h1 {
	font-size: 32px;
	text-align: center;
}
.accordion-item {
	margin-top: 16px;
	border: 1px solid #fcfcfc;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
	position: relative;
	margin: 0;
	display: flex;
	width: 100%;
	font-size: 16px;
	cursor: pointer;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 14px 20px;
	box-sizing: border-box;
	align-items: center;

}

.accordion-item {

	box-shadow: 0px 0px 6px #6f6b6b;
	margin-top: 30px;
}
.accordion-item .accordion-item-desc {
	display: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #444;
	border-top: 1px dashed #ddd;
	padding: 25px 20px 25px;
	box-sizing: border-box;
	background: #ececec;
}
.accordion-item input[type="checkbox"] {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
	display: block;
}
.accordion-item
input[type="checkbox"]:checked
~ .accordion-item-title
.icon:after {
	content: "-";
	font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
	content: "+";
	font-size: 20px;
}
.accordion-item:first-child {
	margin-top: 0;
}
.accordion-item .icon {
	margin-left: 14px;
}

@media screen and (max-width: 767px) {
	.accordion {
		padding: 0 16px;
	}
	.accordion h1 {
		font-size: 22px;
	}
}

.row.faq-rowimg {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

/* faqs end-------------------------------------------------------- */


/* choose us ---------------------------------------------------- */
section.choose-us {
	background: #f4f5f6;
	padding: 20px 0px;
}

.choose-img {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.choose-img dotlottie-player {
	width: 145px;
	height: auto;
}

.chooseus-col h4 {
	font-size: 23px;
	font-weight: 600;
}

.chooseus-col p {
	font-size: 12px;
	padding: 0px 40px;
}

.choose-us .justify-content-between {
	justify-content: space-between !important;
	display: flex;
	align-items: center;
}

h2.why {
	position: absolute;
	padding-top: 100px;
	left: 0;
	right: 0;
	font-size: 30px;
	/* padding-right: 35px; */
	line-height: 2.5rem;
	font-weight: 600;
	color: #fff;
	opacity: 1;
}

.chooseus-col.cercle-col.my-5 {
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	/* opacity: 0.8; */
}

.card-pimg dotlottie-player {
	height: 130px;
	width: 130px;

}

.card-pimg {
	display: flex;
	justify-content: center;
}

/* choose us end ---------------------------------------------------- */

.creative-section .row {
	display: flex;
	align-items: center;
}

.happy-customer .row {
	display: flex;
	align-items: center;
}

.creative-section img {
	width: 100%;
}

.col.creative-col {
	padding: 0px 70px;
}

.creative-btn {
	padding: 15px 30px;
}

.creative-btn span {
	font-size: 14px;
	font-weight: 600;
}

.third-section img {
	width: 100%;
}

.article {
	padding: 0px 50px;
}


.contact-section .col-4 {

	display: inline-flex;
	justify-content: center;
}

.contact-section .card.text-center {
	width: 100%;
}

.contact-services .card.text-center {

	display: flex;
	align-items: center;
	border: 1px solid #ddd;
	height: 280px;
}

h5.mt-4.cont-info {
	font-size: 20px;
	line-height: 2.5rem;
}


.privacy-third-section h3.mt-5 {
	font-weight: 600;
}

.privacy-third-section .row.mt-4 {
	display: flex;
	align-items: center;
}

.contact-services dotlottie-player {
	height: 100px;
	width: 100px;
	/* margin-top: 34px; */
}

.contact-services .card:hover {
	box-shadow: 0px 0px 28px #b4b2b2;
}

.about-img img.text-center {
	width: 100%;
}

.creative-btn {
	padding: 13px 30px !important;
}

/* testimonial css ----------------------------------------------- */


.testimonial svg {
	height: 21px;
	width: 21px;
	margin-right: 4px;
}

.testimonial-item {

	margin: 0px 10px;
	padding: 20px;
	box-shadow: 0px 0px 8px #ddd;

}


.testmonial-section .react-multi-carousel-list {

	height: 540px;
}

/* for desktop */
.whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

svg.bi.bi-whatsapp {
	height: 41px;
	width: 41px;
	margin-top: 8px;
}

svg.bi.bi-whatsapp:hover {
	color: #fff;
}

a.whatsapp_float:hover {
	color: #fff;
}

.whatsapp-icon {
	margin-top: 16px;
}


/* services code  card------------------------------------------------------- */





/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp-icon {
		margin-top: 10px;
	}

	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 20px;
		right: 10px;
		font-size: 22px;
	}
}



/* chatboat ------------------------------ */

/* Chatbot */
.botIcon {
	bottom: 15px;
	right: 15px;
	position: fixed;
	z-index: 9999;
}

.iconInner {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: #0aa707;

	background-position: 50%;
	background-size: 300%;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.7em;
	height: 2.3em;
	justify-content: center;
	width: 2.3em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
	display: none;
}


.botIcon .Messages,
.botIcon .Messages_list {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.chat_close_icon {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 12px;
	z-index: 9;
}

.chat_on {
	background-color: #8a57cf;
	bottom: 20px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 45px;
	padding: 9px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 45px;
	z-index: 10;
}

.chat_on_icon {
	color: #fff;
	font-size: 25px;
	text-align: center;
}

.botIcon .Layout {
	-webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
	-ms-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
	animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background-color: rgb(63, 81, 181);
	bottom: 20px;
	border-radius: 10px;
	box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
	box-sizing: content-box !important;
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-height: 30px;
	max-width: 300px;
	min-width: 50px;
	opacity: 0;
	pointer-events: auto;
	position: fixed;
	-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
	-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
	transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
	z-index: 999999999;
}

.botIcon .Layout-open {
	border-radius: 10px;
	color: #fff;
	height: 500px;
	max-height: 500px;
	max-width: 300px;
	overflow: hidden;
	-webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
	-ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
	transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
	width: 100%;
}

.botIcon .Layout-expand {
	display: none;
	height: 430px;
	max-height: 100vh;
	min-height: 300px;
}

.showBotSubject.botIcon .Layout-expand {
	display: block;
	right: 15px;
}

.botIcon .Layout-mobile {
	bottom: 10px
}

.botIcon .Layout-mobile.Layout-open {
	min-width: calc(100% - 20px);
	width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
	border-radius: 0 !important;
	bottom: 0;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
}

.botIcon .Messenger_messenger {
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.botIcon .Messenger_header {
	align-items: center;
	background-color: rgb(11 15 23);
	color: rgb(255, 255, 255);
	flex-shrink: 0;
	height: 80px;
	padding-left: 10px;
	padding-right: 40px;
}

.botIcon .Messenger_header h4 {
	-webkit-animation: slidein .15s .3s;
	-ms-animation: slidein .15s .3s;
	animation: slidein .15s .3s;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	font-size: 16px;
	opacity: 0;
}

.botIcon .Messenger_prompt {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.botIcon .Messenger_content {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 80px;
}

.botIcon .Messages {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	flex-shrink: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	position: relative;
	font-size: 14px;
	-webkit-overflow-scrolling: touch;
}

.botIcon .Input {
	background-color: #fff;
	border-top: 1px solid #e6ebea;
	color: #96aab4;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 15px;
	padding-top: 17px;
	position: relative;
	width: 100%;
}

.botIcon .Input-blank .Input_field {
	max-height: 20px;
}

.botIcon .Input_field {
	background-color: transparent;
	border: none;
	outline: none;
	padding-left: 20px;
	padding-right: 45px;
	resize: none;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	min-height: 20px !important;
}

.botIcon .Input_button-emoji {
	right: 45px;
}

.botIcon .Input_button {
	background-color: transparent;
	border: none;
	bottom: 15px;
	cursor: pointer;
	height: 25px;
	outline: none;
	padding: 0;
	position: absolute;
	width: 25px;
}

.botIcon .Input_button-send {
	right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
	fill: #2c2c46;
}

.Icon svg {
	height: auto;
	width: 100%;
}

.msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.msg.user {
	-webkit-box-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.msg+.msg {
	margin-top: 15px;
}

span.responsText {
	color: #000;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	max-width: calc(100% - 50px);
}

.msg.user span.responsText {
	margin-left: 0;
	margin-right: 10px;
}

span.avtr {
	display: inline-block;
	width: 30px;
}

span.avtr figure {
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	display: block;
	margin: 0;
	padding-bottom: 100%;
}

@-webkit-keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes appear {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes slidein {
	0% {
		opacity: 0;
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media only screen and (max-width: 412px) {
	.botIcon .Layout-open {
		width: 250px;
	}
}




/* chatboat end ------------------------------ */

.iitem-min svg {
	width: 30px;
	height: 30px;
}

/* // mobile view code ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
	/* .navbar-toggler-icon {

	  background-image: var(--mdb-navbar-toggler-icon-bg) !important;

	} */

	.navbar-expand-lg .col-6 {
		flex: 0 0 auto;
		width: 50% !important;
	}
	button.navbar-toggler {
		position: absolute;
		top: 45px;
	}
	#parentVerticalTab .card {
		padding: 20px;
	}
	.banner-section {
		height: 720px;
	}

	button.navbar-toggler.collapsed {
		background: #fff;
	}

	button.navbar-toggler {
		background: #fff;
	}

	.navbar-expand .navbar-toggler {
		display: block !important;
	}

	.navbar .collapse:not(.show) {
		display: none !important;
	}

	.navbar-expand .navbar-nav {
		display: flex;
		/* justify-content: flex-end; */
		width: 100%;
		gap: 15px;
		position: absolute;
		top: 94px;
		background: #fff;
		left: 0;
		box-shadow: 0px 0px 8px #000;
		padding: 20px 0px;
		z-index: 9999;

		flex-direction: column !important;
	}

	button.navbar-toggler {
		position: absolute;
		right: 9px;
	}

	a.nav-link {
		color: #000 !important;
	}

	.banner-section .order-last {
		order: -2 !important;
	}

	.col-6 {

		width: 100% !important;
	}

	.content-first-col {
		padding: 0;
	}

	h1.h1-firstcol {
		font-size: 25px;

	}

	#app span {
		height: 215px;
		font-size: 14px;
	}

	.first-btn a.btn {
		padding: 10px 30px;

	}

	.article {
		padding: 0px;
	}

	.creative-section .order-last {
		order: -9 !important;
		padding-bottom: 30px;
	}

	.happy-customer img {
		width: 100%;
		padding-bottom: 30px;
	}

	.article h2 {
		font-size: 25px;

	}
	.second-ups .col-4 {
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 25px;
	}
	.col.upspoint-img.text-center {
		width: 100%;
		flex: auto;
	}
}




/*.card-ribbon::before {*/
/*  position: absolute;*/
/*  content: '';*/
/*  background: #E91E63;*/
/*  height: 18px;*/
/*  width: 18px;*/
/*  transform: rotate(45deg);*/
/*  margin-left: 105px;*/
/*  z-index: 0;*/
/*  margin-top: 4px;*/
/*}*/
.card-ribbon::after {
	content: attr(data-label);
	padding: 0px 4px;
	background: #E91E63;
	color: white;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
	font-size: 10px;
	text-transform: uppercase;
	z-index: 999 !important;
	margin-left: -112px;
	position: absolute;
	margin-top: -21px;
	width: 112px;
}




/* new isolution hud end --------------------------------------------- */

.direct-topupcard.text-center.text-white {
	background: #1e293b;
	display: flex ;
	align-items: center;
	justify-content: center;
	border-radius: 0px !important;
}
.text-center.datagb {
	height: 86px;
	width: 86px;
	background: #ffffff;
	position: absolute;
	margin-top: -140px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	margin-left: 8px;
}
.btn-diracttopup {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding-top: 45px;

}
.btn-diracttopup a.btn.btn-primary {
	border-radius: 20px;
	transition: all .25s ease-in-out;
	text-transform: none;
	font-size: 13px;
	line-height: 24px;
	padding: 8px 24px !important;
	background: #3650e7;
	border-color: #3650e7;
	font-weight: 700;
	position: absolute;
}
.diract-cardd.product-type-blue-active {
	color: #000000;
}
label.product-type-blue.bundle-cardd {
	margin-bottom: 20px;
	border-radius: 4px;
	display: block;
	color: #000;
	font-size: 11px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	max-width: 280px;
	max-height: 260px;
	margin-bottom: 50px;
	border: none;
}
.bundle-cardd .btn-diracttopup a.btn.btn-primary {
	background: #222d3f;
	border-color: #222d3f;
}
.bundle-cardd .datagb {
	margin-top: -74px;

}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
	.bundle-cardd .datagb {
		margin-top: -52px !important;
	}
	.col-3.direct-mobile {
		width: 50%;
		display: flex;
		justify-content: center;
	}

	.text-center.datagb {
		height: 60px;
		width: 60px;
		margin-top: -112px;
		margin-left: 0;
	}
	.direct-topupcard.text-center.text-white {
		font-size: 14px !important;
	}
	.direct-tsize {
		font-size: 10px !important;
	}
	.datagb p {
		font-size: 11px;
	}
	.btn-diracttopup a.btn.btn-primary {
		font-size: 10px;
		padding: 3px 24px !important;
	}
.dataall-top {
		height: 45px !important;
	}
	.bundle-amount p {
		font-size: 12px !important;
		padding: 0px 10px !important;
	}

	.bundle-cardd .btn-diracttopup a.btn.btn-primary {
		background: #222d3f;
		border-color: #222d3f;
	}
	.col-3.bundle-data {
		width: 50%;
	}
	.btn-diracttopup {
		padding-top: 30px;
	}

}

/* 1179×2556 pixels at 460ppi */
@media only screen
and (width: 393px)
and (height: 852px)
and (-webkit-device-pixel-ratio: 3) {

	.bundle-cardd .datagb {
		margin-top: -52px !important;
	}
	.col-3.direct-mobile {
		width: 50%;
		display: flex;
		justify-content: center;
	}

	.text-center.datagb {
		height: 60px;
		width: 60px;
		margin-top: -112px;
		margin-left: 0;
	}
	.direct-topupcard.text-center.text-white {
		font-size: 14px !important;
	}
	.direct-tsize {
		font-size: 10px !important;
	}
	.datagb p {
		font-size: 11px;
	}
	.btn-diracttopup a.btn.btn-primary {
		font-size: 10px;
		padding: 3px 24px !important;
	}
	.dataall-top {
		height: 45px !important;
	}
	.bundle-amount p {
		font-size: 12px !important;
		padding: 0px 10px !important;
	}

	.bundle-cardd .btn-diracttopup a.btn.btn-primary {
		background: #222d3f;
		border-color: #222d3f;
	}
	.col-3.bundle-data {
		width: 50%;
	}
	.btn-diracttopup {
		padding-top: 30px;
	}

}
