html, body {
	font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(245, 245, 245, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(245, 245, 245, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 250, 250, 1) 50%, rgba(245, 245, 245, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f5f5f5", GradientType=1);
	color: #1a1a1a;
	overflow-x: hidden;
}

.text-white {
	color: white;
}

.text-black {
	color: black;
}

/*////*/

#myCarousel .carousel-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}

#myCarousel h4 {
	margin-bottom: 15px;
	/* color: #FFF; */
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}

#myCarousel .bg-light h4 {
	color: white;
}

#myCarousel p {
	font-size: 18px;
	margin-bottom: 15px;
	color: #d5d5d5;
}

/* #myCarousel .carousel-item a {
	background: #F47735;
	font-size: 14px;
	color: #FFF;
	padding: 13px 32px;
	display: inline-block;
} */

#myCarousel .carousel-item a:hover {
	background: #1a1a1a;
	text-decoration: none;
}

#myCarousel .carousel-item h4 {
	-ms-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

#myCarousel .carousel-item p {
	-ms-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

#myCarousel .carousel-item a {
	-ms-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

#myCarousel .carousel-item .mask img {
	-ms-animation-name: slideInRight;
	-moz-animation-name: slideInRight;
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
	display: block;
	height: auto;
	max-width: 100%;
}

#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img {
	-ms-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#myCarousel .container {
	max-width: 1430px;
}

#myCarousel .carousel-item {
	height: 100%;
	/* min-height: 550px; */
	min-height: 110px;
}

#myCarousel {
	position: relative;
	z-index: 1;
	/* background: url(https://i.imgur.com/6axE29k.jpg) center center no-repeat;
	background-size: cover; */
}

.carousel-control-next, .carousel-control-prev {
	height: 40px;
	width: 40px;
	padding: 12px;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	background-color: #f47735;
}

.carousel-item {
	position: relative;
	display: none;
	-ms-box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	transition: -webkit-transform .6s ease;
	transition: transform .6s ease;
	transition: transform .6s ease, -webkit-transform .6s ease;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-ms-perspective: 1000px;
	-moz-perspective: 1000px;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	-ms-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-ms-transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
		-ms-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*//////*/

.bg-black {
	background: #1a1a1a;
}

.bg-smoked {
	background: whitesmoke;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
	transition: all .5s ease-in-out;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .9);
	background-color: #1a1a1a;
	border-radius: 10px;
}

.container-fluid {
	width: 1900px;
	max-width: 100%;
}

.main-body {
	margin-top: 5rem;
	margin-bottom: 7rem;
}

/*////featured ///*/

.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.5;
	margin: 0;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2, .grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-ravi {
	background: black;
	margin: 0;
}

.grid [class^="col"] {
	padding: 2px;
}

figure.effect-ravi h2, figure.effect-ravi p {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -webkit-transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-ms-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-ms-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-ravi figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	/* border: 2px solid #fff; */
	content: '';
	opacity: 0;
	-ms-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -webkit-transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
	-moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
	-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
	-ms-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-ravi p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-ravi p a {
	color: #fff;
}

figure.effect-ravi p a:hover, figure.effect-ravi p a:focus {
	opacity: 1;
}

figure.effect-ravi p a i {
	opacity: 0;
	-ms-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -webkit-transform 0.35s;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-ravi p a:first-child i {
	-ms-transform: translate3d(-60px, -60px, 0);
	-moz-transform: translate3d(-60px, -60px, 0);
	-webkit-transform: translate3d(-60px, -60px, 0);
	transform: translate3d(-60px, -60px, 0);
}

figure.effect-ravi p a:nth-child(2) i {
	-ms-transform: translate3d(60px, -60px, 0);
	-moz-transform: translate3d(60px, -60px, 0);
	-webkit-transform: translate3d(60px, -60px, 0);
	transform: translate3d(60px, -60px, 0);
}

figure.effect-ravi p a:nth-child(3) i {
	-ms-transform: translate3d(-60px, 60px, 0);
	-moz-transform: translate3d(-60px, 60px, 0);
	-webkit-transform: translate3d(-60px, 60px, 0);
	transform: translate3d(-60px, 60px, 0);
}

figure.effect-ravi p a:nth-child(4) i {
	-ms-transform: translate3d(60px, 60px, 0);
	-moz-transform: translate3d(60px, 60px, 0);
	-webkit-transform: translate3d(60px, 60px, 0);
	transform: translate3d(60px, 60px, 0);
}

figure.effect-ravi:hover figcaption::before {
	opacity: 1;
	-ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
	-moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
	-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
	transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-ravi:hover h2 {
	opacity: 0;
	-ms-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
	-moz-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
	-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
	transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

figure.effect-ravi:hover p i:empty {
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* just because it's stronger than nth-child */
	opacity: 1;
}

/*/// end featured////*/

.text-black {
	color: black;
}

/*////netflix scroll////*/

h3 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 30px 0 80px;
}

h3 b {
	color: #007bff;
}

.card h3::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 2px;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	right: 0;
	bottom: -20px;
}

.no-border h3::after {
	content: "";
	margin: 0 auto;
	height: 2px;
}

.carousel {
	/* margin: 35px auto 50px auto;
	padding: 0 35px; */
	padding-top: 15px;
}

.carousel .item {
	min-height: 330px;
	text-align: center;
	overflow: hidden;
}

.carousel .item .img-box {
	height: 210px;
	width: 100%;
	position: relative;
}

.carousel .item img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.carousel .item h4 {
	font-size: 18px;
	margin: 10px 0;
}

/* .carousel .item .btn {
	color: #333;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	border: 1px solid #ccc;
	padding: 10px;
	margin-top: 5px;
	line-height: 16px;
} */

.carousel .item .btn:hover, .carousel .item .btn:focus {
	color: #fff;
	background: #1a1a1a;
	border-color: #1a1a1a;
	box-shadow: none;
}

.carousel .item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}

.carousel .thumb-wrapper {
	text-align: center;
}

/* .carousel .thumb-content {
	padding: 15px;
} */

.carousel .carousel-control {
	height: 100px;
	width: 40px;
	background: none;
	margin: auto 0;
	background: rgba(0, 0, 0, 0.2);
}

.carousel .carousel-control i {
	font-size: 30px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -16px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}

.carousel .carousel-control.left i {
	margin-left: -3px;
}

.carousel .carousel-control.left i {
	margin-right: -3px;
}

.carousel .carousel-indicators {
	bottom: -50px;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 4px;
	border-radius: 50%;
	border-color: transparent;
}

.carousel-indicators li {
	background: rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
	background: rgba(0, 0, 0, 0.6);
}

/*/////end netflix scroll///*/

small {
	padding: 5px;
	margin: 5px;
	border: 1px solid #46A6F7;
	border-radius: 20px;
}

.address {
	font-size: 1rem;
	margin-top: 15px;
	padding: 15px;
	line-height: 1;
}

.fixed-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}

ul li, ol li {
	font-size: 14px;
}

p {
	margin: 0;
	font-size: 0.9em;
}

h1, h3, h4, h5, h6, a {
	font-family: 'Roboto Condensed', sans-serif;
	margin: 0;
}

ul, label {
	margin: 0;
	padding: 0;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

input[type="submit"], .agileinfo_chat a, .w3ls_footer_grid1_left p a, .w3l_sign_in_register ul li a, .w3ls_footer_grid1_right ul li a, .w3_customer_email_right a, ul.dropdown-menu.multi-column ul li a {
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}

.w3layouts_logo {
	float: left;
}

.w3layouts_logo a {
	display: block;
	text-decoration: none;
}

.w3layouts_logo a h3 {
	color: white;
	text-transform: uppercase;
	/* background: url(../images/1.jpg) no-repeat 80px 6px; */
	font-weight: 900;
	padding-bottom: .3em;
}

footer h3 {
	color: black;
}

.w3layouts_logo a h3 span {
	font-size: .3em;
	display: block;
	font-weight: 300;
	letter-spacing: 5px;
	text-align: right;
	line-height: .2;
}

/*-- //header --*/

.social {
	position: fixed;
	bottom: 0%;
	width: 4%;
	z-index: 9999;
}

@media screen and (max-width:800px) {
	.social {
		display: none;
	}
	.header {
		text-align: center;
		margin: auto;
	}
	.w3l_sign_in_register {
		float: none;
	}
	.w3layouts_logo {
		float: none;
	}
}

.social ul {
	padding: 0px;
	-webkit-transform: translate(-270px, 0);
	-moz-transform: translate(-270px, 0);
	-ms-transform: translate(-270px, 0);
	-o-transform: translate(-270px, 0);
	transform: translate(-270px, 0);
}

.social ul li {
	display: block;
	margin: 5px;
	width: 310px;
	text-align: right;
	padding: 10px;
	-webkit-border-radius: 0 30px 30px 0;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.w3_twitter {
	background: #1da1f2;
}

.w3_facebook {
	background: #3b5998;
}

.w3_dribbble {
	background: #ea4c89;
}

.w3_g_plus {
	background: #dd4b39;
}

.w3_twitter:hover {
	background: #54BAF2;
}

.w3_facebook:hover {
	background: #6187D5;
}

.w3_dribbble:hover {
	background: #EC6D9E;
}

.w3_g_plus:hover {
	background: #EA6A5B;
}

.social ul li:hover {
	-webkit-transform: translate(110px, 0);
	-moz-transform: translate(110px, 0);
	-ms-transform: translate(110px, 0);
	-o-transform: translate(110px, 0);
	transform: translate(110px, 0);
}

.social ul li a {
	color: #212121;
}

.social ul li:hover a {
	color: #fff;
	text-decoration: none;
}

.social ul li:hover i {
	color: #fff;
	background: rgba(0, 0, 0, 0.36);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.social ul li i {
	margin-left: 10px;
	color: #212121;
	padding: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 15px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	text-align: center;
	background: #fff;
}

/*-- //Latest-tv-series --*/

/*-- footer --*/

.footer {
	padding: 4em 0;
}

.w3ls_footer_grid_left1 {
	position: relative;
}

.w3ls_footer_grid_left1 h2 {
	font-size: 2em;
	color: #337ab7;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: .5em;
}

.w3ls_footer_grid_left1_pos {
	width: 80%;
	border: 1px solid #fff;
	padding: 10px;
}

.w3ls_footer_grid_left1_pos input[type="email"] {
	outline: none;
	padding: 10px 10px;
	font-size: 14px;
	color: #999;
	width: 74.1%;
	background: #fff;
	border: none;
}

.w3ls_footer_grid_left1_pos input[type="submit"] {
	outline: none;
	width: 25%;
	background: #337ab7;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 10px 0;
}

.w3ls_footer_grid_left1_pos input[type="submit"]:hover {
	background: #fff;
	color: #212121;
}

.w3ls_footer_grid_right, .w3ls_footer_grid1_right {
	text-align: right;
}

.w3ls_footer_grid {
	padding-bottom: 2em;
	border-bottom: 1px solid #999;
	margin-bottom: 2em;
}

.w3ls_footer_grid1_left p {
	color: #999;
	line-height: 1.8em;
}

.w3ls_footer_grid1_left p a {
	color: #fff;
	text-decoration: none;
}

.w3ls_footer_grid1_left p a:hover {
	color: #337ab7;
}

.w3ls_footer_grid1_right ul li {
	display: inline-block;
	margin-left: 2em;
}

.w3ls_footer_grid1_right ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.w3ls_footer_grid1_right ul li a:hover {
	color: #337ab7;
}

.w3ls_footer_grid_right a {
	display: block;
	text-decoration: none;
	width: 28%;
	margin-left: 24em;
}

.w3ls_footer_grid_right a h2 {
	font-size: 2.8em;
	color: #fff;
	text-transform: uppercase;
	padding-right: 1.67em;
	font-weight: 900;
	padding-bottom: .3em;
}

.w3ls_footer_grid_right a h2 span {
	color: #337ab7;
	font-size: .3em;
	display: block;
	font-weight: 300;
	letter-spacing: 5px;
	text-align: right;
	line-height: 0;
}

.w3ls_footer_grid_right {
	margin-top: 2em;
}

/*-- //footer --*/

/*--Typography--*/

.well {
	font-weight: 300;
	font-size: 14px;
}

.list-group-item {
	font-weight: 300;
	font-size: 14px;
}

li.list-group-item1 {
	font-size: 14px;
	font-weight: 300;
}

.typo p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
}

.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}

.grid_3 {
	margin-bottom: 2em;
}

.xs h3, h3.m_1 {
	color: #000;
	font-size: 1.7em;
	font-weight: 300;
	margin-bottom: 1em;
}

.grid_3 p {
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}

.grid_4 {
	background: none;
	margin-top: 50px;
}

.label {
	font-weight: 300 !important;
	border-radius: 4px;
}

.grid_5 {
	background: none;
	padding: 2em 0;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
	color: #212121;
	font-weight: bold;
}

.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;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 0;
}

.badge-primary {
	background-color: #03a9f4;
}

.badge-success {
	background-color: #8bc34a;
}

.badge-warning {
	background-color: #ffc107;
}

.badge-danger {
	background-color: #e51c23;
}

.grid_3 p {
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}

.bs-docs-example {
	margin: 1em 0;
}

section#tables p {
	margin-top: 1em;
}

.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

.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 {
	padding: 15px!important;
}

.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: 0.9em;
	color: #999;
	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;
}

.alert {
	font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
	line-height: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

li.list-group-item1 {
	line-height: 2.5em;
}

.input-group {
	margin-bottom: 20px;
}

.in-gp-tl {
	padding: 0;
}

.in-gp-tb {
	padding-right: 0;
}

.list-group {
	margin-bottom: 48px;
}

ol {
	margin-bottom: 44px;
}

h2.typoh2 {
	margin: 0 0 10px;
}

@media (max-width:768px) {
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}

@media (max-width:640px) {
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}

@media (max-width:480px) {
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert, p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
}

/*-- icons --*/

.codes a {
	color: #999;
}

.icon-box {
	padding: 8px 15px;
	background: rgba(149, 149, 149, 0.18);
	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 !important;
}

.icon-box:hover a.agile-icon {
	color: #fff !important;
}

.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: #337ab7 !important;
	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 !important;
	font-size: 20px !important;
	color: #282a2b !important;
}

.icons .bs-glyphicons li {
	float: left;
	width: 18%;
	height: 115px;
	padding: 10px;
	line-height: 1.4;
	text-align: center;
	font-size: 12px;
	list-style-type: none;
	background: rgba(149, 149, 149, 0.18);
	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 --*/

h3.head {
	text-align: center;
	font-size: 2.5em;
	color: #337ab7;
}

/*-- 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/arrow1.png) no-repeat 0px 0px;
}

#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
}

.db-bk-color-one {
	background-color: #f55039;
}

.db-bk-color-two {
	background-color: #46A6F7;
}

.db-bk-color-three {
	background-color: #47887E;
}

.db-bk-color-six {
	background-color: #F59B24;
}

.db-wrapper {
	margin: 5px;
}

.db-padding-btm {
	padding-bottom: 50px;
}

.db-button-color-square {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.50);
	border: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

.db-button-color-square:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.50);
	border: none;
}

.db-pricing-eleven {
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	color: #fff;
	line-height: 30px;
}

.db-pricing-eleven ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding-left: 0px;
}

.db-pricing-eleven ul li {
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
}

.db-pricing-eleven ul li i {
	margin-right: 5px;
}

.db-pricing-eleven .price {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 40px 20px 20px 20px;
	font-size: 2.4rem;
	font-weight: 900;
	color: #FFFFFF;
}

.db-pricing-eleven .price small {
	color: #B8B8B8;
	display: block;
	font-size: 12px;
	margin-top: 22px;
}

.db-pricing-eleven .type {
	background-color: #52E89E;
	padding: 50px 20px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
}

.db-pricing-eleven .pricing-footer {
	padding: 20px;
}

.db-attached>.col-lg-4, .db-attached>.col-lg-3, .db-attached>.col-md-4, .db-attached>.col-md-3, .db-attached>.col-sm-4, .db-attached>.col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}

.db-pricing-eleven.popular {
	margin-top: 10px;
}

.db-pricing-eleven.popular .price {
	padding-top: 80px;
}

@media screen and (max-width:800px) {
	.db-pricing-eleven {
		line-height: 60px;
	}
	.db-pricing-eleven .price {
		font-size: 2rem;
	}
	.address {
		font-size: 1.8rem;
	}
}

/* .border-left {
	border-left: 1px solid rgba(250, 250, 250, 0.1);
	margin: 20px 0;
} */