html,
body {
	margin: 0;
	font-size: 100%;
	font-family: 'Prata', serif;
	font-family: 'Quicksand', sans-serif;
	background: #000;
	/*background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRtucmfk3vQjwDsAzyl1N8Ee3F7OBS8zbBq3QzQJtTWK0x_V3BFUQ);*/
	background-size: cover;
	color: white;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"],input[type="password"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'Quicksand', sans-serif;
	border-radius:0px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position:relative; min-height:1px; padding-right:15px; padding-left:15px }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float:left; }
.col-xs-12 { width:100% }
.col-xs-11 { width:91.66666666666666% }
.col-xs-10 { width:83.33333333333334% }
.col-xs-9 { width:75% }
.col-xs-8 { width:66.66666666666666% }
.col-xs-7 { width:58.333333333333336% }
.col-xs-6 { width:50% }
.col-xs-5 { width:41.66666666666667% }
.col-xs-4 { width:33.33333333333333% }
.col-xs-3 { width:25% }
.col-xs-2 { width:16.666666666666664% }
.col-xs-1 { width:8.333333333333332% }
.col-xs-pull-12 { right:100% }
.col-xs-pull-11 { right:91.66666666666666% }
.col-xs-pull-10 { right:83.33333333333334% }
.col-xs-pull-9 { right:75% }
.col-xs-pull-8 { right:66.66666666666666% }
.col-xs-pull-7 { right:58.333333333333336% }
.col-xs-pull-6 { right:50% }
.col-xs-pull-5 { right:41.66666666666667% }
.col-xs-pull-4 { right:33.33333333333333% }
.col-xs-pull-3 { right:25% }
.col-xs-pull-2 { right:16.666666666666664% }
.col-xs-pull-1 { right:8.333333333333332% }
.col-xs-pull-0 { right:0 }
.col-xs-push-12 { left:100% }
.col-xs-push-11 { left:91.66666666666666% }
.col-xs-push-10 { left:83.33333333333334% }
.col-xs-push-9 { left:75% }
.col-xs-push-8 { left:66.66666666666666% }
.col-xs-push-7 { left:58.333333333333336% }
.col-xs-push-6 { left:50% }
.col-xs-push-5 { left:41.66666666666667% }
.col-xs-push-4 { left:33.33333333333333% }
.col-xs-push-3 { left:25% }
.col-xs-push-2 { left:16.666666666666664% }
.col-xs-push-1 { left:8.333333333333332% }
.col-xs-push-0 { left:0 }
.col-xs-offset-12 { margin-left:100% }
.col-xs-offset-11 { margin-left:91.66666666666666% }
.col-xs-offset-10 { margin-left:83.33333333333334% }
.col-xs-offset-9 { margin-left:75% }
.col-xs-offset-8 { margin-left:66.66666666666666% }
.col-xs-offset-7 { margin-left:58.333333333333336% }
.col-xs-offset-6 { margin-left:50% }
.col-xs-offset-5 { margin-left:41.66666666666667% }
.col-xs-offset-4 { margin-left:33.33333333333333% }
.col-xs-offset-3 { margin-left:25% }
.col-xs-offset-2 { margin-left:16.666666666666664% }
.col-xs-offset-1 { margin-left:8.333333333333332% }
.col-xs-offset-0 { margin-left:0 }
@media(min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float:left }
.col-sm-12 { width:100% }
.col-sm-11 { width:91.66666666666666% }
.col-sm-10 { width:83.33333333333334% }
.col-sm-9 { width:75% }
.col-sm-8 { width:66.66666666666666% }
.col-sm-7 { width:58.333333333333336% }
.col-sm-6 { width:50% }
.col-sm-5 { width:41.66666666666667% }
.col-sm-4 { width:33.33333333333333% }
.col-sm-3 { width:25% }
.col-sm-2 { width:16.666666666666664% }
.col-sm-1 { width:8.333333333333332% }
.col-sm-pull-12 { right:100% }
.col-sm-pull-11 { right:91.66666666666666% }
.col-sm-pull-10 { right:83.33333333333334% }
.col-sm-pull-9 { right:75% }
.col-sm-pull-8 { right:66.66666666666666% }
.col-sm-pull-7 { right:58.333333333333336% }
.col-sm-pull-6 { right:50% }
.col-sm-pull-5 { right:41.66666666666667% }
.col-sm-pull-4 { right:33.33333333333333% }
.col-sm-pull-3 { right:25% }
.col-sm-pull-2 { right:16.666666666666664% }
.col-sm-pull-1 { right:8.333333333333332% }
.col-sm-pull-0 { right:0 }
.col-sm-push-12 { left:100% }
.col-sm-push-11 { left:91.66666666666666% }
.col-sm-push-10 { left:83.33333333333334% }
.col-sm-push-9 { left:75% }
.col-sm-push-8 { left:66.66666666666666% }
.col-sm-push-7 { left:58.333333333333336% }
.col-sm-push-6 { left:50% }
.col-sm-push-5 { left:41.66666666666667% }
.col-sm-push-4 { left:33.33333333333333% }
.col-sm-push-3 { left:25% }
.col-sm-push-2 { left:16.666666666666664% }
.col-sm-push-1 { left:8.333333333333332% }
.col-sm-push-0 { left:0 }
.col-sm-offset-12 { margin-left:100% }
.col-sm-offset-11 { margin-left:91.66666666666666% }
.col-sm-offset-10 { margin-left:83.33333333333334% }
.col-sm-offset-9 { margin-left:75% }
.col-sm-offset-8 { margin-left:66.66666666666666% }
.col-sm-offset-7 { margin-left:58.333333333333336% }
.col-sm-offset-6 { margin-left:50% }
.col-sm-offset-5 { margin-left:41.66666666666667% }
.col-sm-offset-4 { margin-left:33.33333333333333% }
.col-sm-offset-3 { margin-left:25% }
.col-sm-offset-2 { margin-left:16.666666666666664% }
.col-sm-offset-1 { margin-left:8.333333333333332% }
.col-sm-offset-0 { margin-left:0 }
}
@media(min-width:768px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float:left }
.col-md-12 { width:100% }
.col-md-11 { width:91.66666666666666% }
.col-md-10 { width:83.33333333333334% }
.col-md-9 { width:75% }
.col-md-8 { width:66.66666666666666% }
.col-md-7 { width:58.333333333333336% }
.col-md-6 { width:50% }
.col-md-5 { width:41.66666666666667% }
.col-md-4 { width:33.33333333333333% }
.col-md-3 { width:25% }
.col-md-2 { width:16.666666666666664% }
.col-md-1 { width:8.333333333333332% }
.col-md-pull-12 { right:100% }
.col-md-pull-11 { right:91.66666666666666% }
.col-md-pull-10 { right:83.33333333333334% }
.col-md-pull-9 { right:75% }
.col-md-pull-8 { right:66.66666666666666% }
.col-md-pull-7 { right:58.333333333333336% }
.col-md-pull-6 { right:50% }
.col-md-pull-5 { right:41.66666666666667% }
.col-md-pull-4 { right:33.33333333333333% }
.col-md-pull-3 { right:25% }
.col-md-pull-2 { right:16.666666666666664% }
.col-md-pull-1 { right:8.333333333333332% }
.col-md-pull-0 { right:0 }
.col-md-push-12 { left:100% }
.col-md-push-11 { left:91.66666666666666% }
.col-md-push-10 { left:83.33333333333334% }
.col-md-push-9 { left:75% }
.col-md-push-8 { left:66.66666666666666% }
.col-md-push-7 { left:58.333333333333336% }
.col-md-push-6 { left:50% }
.col-md-push-5 { left:41.66666666666667% }
.col-md-push-4 { left:33.33333333333333% }
.col-md-push-3 { left:25% }
.col-md-push-2 { left:16.666666666666664% }
.col-md-push-1 { left:8.333333333333332% }
.col-md-push-0 { left:0 }
.col-md-offset-12 { margin-left:100% }
.col-md-offset-11 { margin-left:91.66666666666666% }
.col-md-offset-10 { margin-left:83.33333333333334% }
.col-md-offset-9 { margin-left:75% }
.col-md-offset-8 { margin-left:66.66666666666666% }
.col-md-offset-7 { margin-left:58.333333333333336% }
.col-md-offset-6 { margin-left:50% }
.col-md-offset-5 { margin-left:41.66666666666667% }
.col-md-offset-4 { margin-left:33.33333333333333% }
.col-md-offset-3 { margin-left:25% }
.col-md-offset-2 { margin-left:16.666666666666664% }
.col-md-offset-1 { margin-left:8.333333333333332% }
.col-md-offset-0 { margin-left:0 }
}
@media(min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float:left }
.col-lg-12 { width:100% }
.col-lg-11 { width:91.66666666666666% }
.col-lg-10 { width:83.33333333333334% }
.col-lg-9 { width:75% }
.col-lg-8 { width:66.66666666666666% }
.col-lg-7 { width:58.333333333333336% }
.col-lg-6 { width:50% }
.col-lg-5 { width:41.66666666666667% }
.col-lg-4 { width:33.33333333333333% }
.col-lg-3 { width:25% }
.col-lg-2 { width:16.666666666666664% }
.col-lg-1 { width:8.333333333333332% }
.col-lg-pull-12 { right:100% }
.col-lg-pull-11 { right:91.66666666666666% }
.col-lg-pull-10 { right:83.33333333333334% }
.col-lg-pull-9 { right:75% }
.col-lg-pull-8 { right:66.66666666666666% }
.col-lg-pull-7 { right:58.333333333333336% }
.col-lg-pull-6 { right:50% }
.col-lg-pull-5 { right:41.66666666666667% }
.col-lg-pull-4 { right:33.33333333333333% }
.col-lg-pull-3 { right:25% }
.col-lg-pull-2 { right:16.666666666666664% }
.col-lg-pull-1 { right:8.333333333333332% }
.col-lg-pull-0 { right:0 }
.col-lg-push-12 { left:100% }
.col-lg-push-11 { left:91.66666666666666% }
.col-lg-push-10 { left:83.33333333333334% }
.col-lg-push-9 { left:75% }
.col-lg-push-8 { left:66.66666666666666% }
.col-lg-push-7 { left:58.333333333333336% }
.col-lg-push-6 { left:50% }
.col-lg-push-5 { left:41.66666666666667% }
.col-lg-push-4 { left:33.33333333333333% }
.col-lg-push-3 { left:25% }
.col-lg-push-2 { left:16.666666666666664% }
.col-lg-push-1 { left:8.333333333333332% }
.col-lg-push-0 { left:0 }
.col-lg-offset-12 { margin-left:100% }
.col-lg-offset-11 { margin-left:91.66666666666666% }
.col-lg-offset-10 { margin-left:83.33333333333334% }
.col-lg-offset-9 { margin-left:75% }
.col-lg-offset-8 { margin-left:66.66666666666666% }
.col-lg-offset-7 { margin-left:58.333333333333336% }
.col-lg-offset-6 { margin-left:50% }
.col-lg-offset-5 { margin-left:41.66666666666667% }
.col-lg-offset-4 { margin-left:33.33333333333333% }
.col-lg-offset-3 { margin-left:25% }
.col-lg-offset-2 { margin-left:16.666666666666664% }
.col-lg-offset-1 { margin-left:8.333333333333332% }
.col-lg-offset-0 { margin-left:0 }
}
.carousel { position:relative }
.carousel-inner { position:relative; width:100%; overflow:hidden }
.carousel-inner>.item { position:relative; display:none; -webkit-transition:.6s ease-in-out left; transition:.6s ease-in-out left }
.carousel-inner>.item>img, .carousel-inner>.item>a>img { display:block; height:auto; max-width:100%; line-height:1 }
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev { display:block }
.carousel-inner>.active { left:0 }
.carousel-inner>.next, .carousel-inner>.prev { position:absolute; top:0; width:100% }
.carousel-inner>.next { left:100% }
.carousel-inner>.prev { left:-100% }
.carousel-inner>.next.left, .carousel-inner>.prev.right { left:0 }
.carousel-inner>.active.left { left:-100% }
.carousel-inner>.active.right { left:100% }
.carousel-control { position:absolute; top:0; bottom:0; left:0; width:15%; font-size:20px; color:#fff; text-align:center; text-shadow:0 1px 2px rgba(0,0,0,0.6); opacity:.5; filter:alpha(opacity=50) }
.carousel-control.left { background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%)); background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right { right:0; left:auto; background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%)); background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%); background-repeat:repeat-x; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus { color:#fff; text-decoration:none; outline:0; opacity:.9; filter:alpha(opacity=90) }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position:absolute; top:50%; z-index:5; display:inline-block }
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left:50% }
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right:50% }
.carousel-control .icon-prev, .carousel-control .icon-next { width:20px; height:20px; margin-top:-10px; margin-left:-10px; font-family:serif }
.carousel-control .icon-prev:before { content:'\2039' }
.carousel-control .icon-next:before { content:'\203a' }
.carousel-indicators { position:absolute; bottom:10px; left:50%; z-index:15; width:60%; padding-left:0; margin-left:-30%; text-align:center; list-style:none }
.carousel-indicators li { display:inline-block; width:10px; height:10px; margin:1px; text-indent:-999px; cursor:pointer; background-color:#000 \9; background-color:rgba(0,0,0,0); border:1px solid #fff; border-radius:10px }
.carousel-indicators .active { width:12px; height:12px; margin:0; background-color:#fff }
.carousel-caption { position:absolute; right:15%; bottom:20px; left:15%; z-index:10; padding-top:20px; padding-bottom:20px; color:#fff; text-align:center; text-shadow:0 1px 2px rgba(0,0,0,0.6) }
.carousel-caption .btn { text-shadow:none }
@media screen and (min-width:768px) {
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width:30px; height:30px; margin-top:-15px; margin-left:-15px; font-size:30px }
.carousel-caption { right:20%; left:20%; padding-bottom:30px }
.carousel-indicators { bottom:20px }
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Prata', serif;
	font-family: 'Quicksand', sans-serif;
	/*font-weight: 300;*/
}

p {
	margin: 0;
	font-size: 0.9em;
	/*color: #777777;*/
	/*line-height: 2em;*/
	/*letter-spacing: 1px;*/
	font-weight: 300;
}

ul {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
}

/*--/header --*/

/*-- top-bar-w3-agile --*/
.description h4,
.description p
{
	color: white;
}
.header {
	position: relative;
}

.header-nav {
	position: relative;
}

.top-bar {
	position: absolute;
	z-index: 999;
	width: 95%;
	top: 4%;
	left: 3%;
}

/*--top-bar_sub_w3layouts_agile --*/

.top-bar_sub_w3layouts_agile {
	background: #222;
	padding: 0.5em 2em;
	position: relative;
}

.top-bar_sub_w3layouts_agile h6 {
	text-align: center;
	color: #fff;
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 2px;
	float: left;
}

.log {
	float: right;
	margin-top: 5px;
}

.top-bar_sub_w3layouts_agile h6 a {
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	letter-spacing: 1px;
	font-size: 13px;
	background: #dd4026;
	display: inline-block;
	border: 2px solid transparent;
	font-weight: bold;
}

.log h5 {
	display: inline-block;
	color: #a0a1a5;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 1px;
}

.log i {
	color: #fff;
	margin: 0 4px;
}

a.sign {
	color: #a0a1a5;
	font-size: 1em;
	letter-spacing: 1px;
}

/*-- top-bar_sub_w3layouts_agile --*/

.mr-auto,
.mx-auto {
	margin-left: auto !important;
}

.bg-light {
	background: none !important;
}

.bg-faded {
	/*background-color: #691179;*/
	/*background-image: linear-gradient(#691179,green);*/
    background-image: linear-gradient(#000000,#514852);
	padding: 0px;
}

ul.navbar-nav li {
	margin: 0 6px;
	list-style: none;
}

a.navbar-brand {
	font-size: 2.5em;
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	margin-right: 1.5em;
	margin-left: 20px;
}

.navbar-light .navbar-brand {
	color: #333;
}

a.navbar-brand i{
	color: #dd4026;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
}

.navbar-toggleable-md .navbar-nav .nav-link {
	letter-spacing: 1px;
	padding: 0.4em 1em;
}

.cool {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.cool::after {
	content: '';
	display: block;
	width: 0;
	height:2px;
	background: #dd4026;
	transition: width .3s;
}

.cool:hover::after {
	width: 100%;
}

.navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    background: #1b1b1b;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #e2e2e4;
}
.dropdown-toggle::after {
	border: none;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #808890;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 0.9em;
}

input.form-control.mr-sm-2.ser-ch {
	margin-right: 0 !important;
}

.header-search-agileits-w3ls {
	width: 60%;
}

.header-search-agileits-w3ls form {
	background: #e7e9ea;
	padding: 0.3em;
	border-radius: 50px;
}

.header-search-agileits-w3ls input[type="search"] {
	outline: none;
	border: none;
	padding:12px 14px;
	color: #848484;
	font-size: 14px;
	border-right: 1px solid #eee;
	background: #fff;
	float: left;
	letter-spacing: 1px;
	border-radius: 25px 0px 0px 25px;
	-webkit-border-radius: 25px 0px 0px 25px;
	-moz-border-radius: 25px 0px 0px 25px;
	-ms-border-radius: 25px 0px 0px 25px;
	-o-border-radius: 25px 0px 0px 25px;
	width: 50%;
}

.header-search-agileits-w3ls .section_room select {
	padding:10px 12px;
	font-weight: normal;
	background: none;
	border: none;
	color: #848484;
	outline: none;
	font-size:15px;
	margin-bottom: 0;
	background: #ffffff;
	float: left;
	letter-spacing: 1px;
	font-family: 'Quicksand', sans-serif;
	width: 38%;
}

.header-search-agileits-w3ls button.btn1 {
	color: #fff;
	border: none;
	padding:11px 0 10px 0;
	text-align: center;
	text-decoration: none;
	background: #dd4026;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	cursor: pointer;
	width: 12%;
	border-radius: 0px 25px 25px 0px;
	-webkit-border-radius: 0px 25px 25px 0px;
	-moz-border-radius: 0px 25px 25px 0px;
	-ms-border-radius: 0px 25px 25px 0px;
	-o-border-radius: 0px 25px 25px 0px;
}

/*--//header --*/

/*--/banner --*/

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

/* Since positioning the image, we need to help out the caption */

.carousel-caption {
	bottom: 14em;
	z-index: 10;
	text-align: center;
	margin: 0 auto;
}

/* Declare heights because of positioning of img element */

.carousel-item {
	height: 43em;
	background-color: #777;
}

.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */

/* Featurettes
------------------------- */

.featurette-divider {
	margin: 5rem 0;
	/* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

/*--/slider--*/

.carousel-item {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_1.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_1.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_1.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_1.jpg) no-repeat;
	background-size: cover;
}

.carousel-item.item2 {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_2.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_2.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_2.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_2.jpg) no-repeat;
	background-size: cover;
}

.carousel-item.item3 {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_3.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_3.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_3.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_3.jpg) no-repeat;
	background-size: cover;
}

.carousel-item.item4 {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_4.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_4.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_4.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../gallery_pic/slider_4.jpg) no-repeat;
	background-size: cover;
}

.carousel-caption h2,
.carousel-caption h3 {
	letter-spacing: 2px;
	line-height: 1.4em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	font-size: 6em;
}

.carousel-caption h5 {
	font-size: 2.8em;
	letter-spacing: 1px;
}

.carousel-caption h5 span {
	background: #dd4026;
	padding: 2px 12px;
	font-size: 0.8em;
}

.carousel-indicators {
	bottom: 17%;
	left: 0%;
	cursor: pointer;
	display: none;
}

.bnr-button {
	margin-top: 2em;
}

.carousel-control {
	line-height: 42em;
}

.carousel-indicators li {
	display: inline-block;
	max-width: 20px;
	height: 19px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin: 0 8px;
}

.carousel-indicators .active {
	background: #dd4026;
}

/* Show it is fixed to the top */

button.btn.btn-primary.play {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	outline: none;
	cursor: pointer;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	background-color: #dd4026;
	border: none;
}

/*--//banner --*/

/*--/content --*/

h3.tittle {
	text-align: center;
	font-size: 3em;
	/*color: #2c363e;*/
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	font-weight: 500;
}

h3.tittle.cen {
	color: #fff;
}

.lead {
	font-size: 1.1em;
	font-weight: 300;
}

.featurette-heading {
	font-size: 46px;
	line-height: 1.4em;
}

/*--/banner-bottom-w3ls-agileinfo --*/

.banner-bottom-w3ls-agileinfo {
	padding: 2em 0;
	position: relative;
}

.featured-items.banner-bottom-w3ls-agileinfo {
	/*background: #e7e9ea;*/
}

.bt-bottom-info h5 {
    font-size: 2em;
    line-height: 1.5em;
    color: #dd4026;
    margin-bottom: 1em;
}

.inner-sec-wthree-agileits {
	margin-top: 2em;
}
.bt-icon {
	text-align: center;
	margin: 0 auto;
}

.bottom-sub-grid span{
	font-size: 2em;
	color: #333;
	
}

.bottom-sub-grid:hover a.btn.btn-secondary.view {
	background: #03cce6;
}

.modal-body.video iframe {
	border: none;
	width: 100%;
	min-height: 250px;
}

h5#exampleModalLabel {
	font-size: 1.2em;
}
.jewel-grids-main-in {
    padding: 2em 1em;
}
h4.sub-tittle {
    letter-spacing: 1px;
    margin: 1em 0;
    font-size: 1.6em;
    color: #2c363e;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-weight: 500;
}

/*--//banner-bottom-w3ls-agileinfo --*/

.left-img img {
	width: 100%;
}

/*--//content --*/

/*-- /services --*/

.services {
	padding: 7em 0;
}

.icon_info span.icon {}

.icon_info h5 {
	font-size: 1.2em;
	color: #333;
	margin: 1em 0;
	font-weight: 600;
}

.icon_info {
	text-align: center;
}

.icon_info {
	text-align: left;
	padding: 4em 2em;
	border: 3px solid #f5f5f5;
	background-color: #f5f5f5;
	transition: all 0.3s ease-out 0s;
}

.grid_info_main.mid {
	margin-top: 3em;
}

.grid_info_main .fa-w-16,
.grid_info_main .fa-w-14,
.grid_info_main .fa-w-20 {
	font-size: 2em;
	color: #dd4026;
}

.grid_info.second {
	margin-top: 1.5em;
}

.grid_info_main.mid img {
	width: 100%;
}

/*-- //services --*/

.item-review img {
	width: 100%;
}

.item-review h5 {
	font-size: 1.2em;
	color: #fff;
	text-transform: none;
	margin-top: 1em;
	font-weight: 500;
}
.sreen-gallery-cursual {
    width: 90%;
    margin: 0 auto;
}
/*-- stats --*/

.stats_left p {
	font-size: 3em;
	font-weight: 100;
	letter-spacing: 1px;
	color: #fff;
	line-height: 2em;
}

.stats_left h4 {
	font-size: 1.1em;
	color: #f7f7f7;
	margin: 0;
	font-weight: 600;
	letter-spacing: 1px;
}

.stats_left i {
	font-size: 3em;
	color: rgba(34, 34, 34, 0.45);
	margin: 0;
}

.stats_bottom_grid_left img {
	margin: 0 auto;
}

.stats_left.counter_grid {
	background: #4285f4;
}

.stats_left.counter_grid1 {
	background: #ea4335;
}

.stats_left.counter_grid2 {
	background: #fbbc05;
}

.stats_left.counter_grid3 {
	background: #34a853;
}
.inner_stat {
    margin-top: 2em;
}
.stats_left {
	border: 1px solid rgba(49, 48, 48, 0.18);
	padding:2em 1em;
	border-top: none;
	border-bottom: none;
}

.stats_left:nth-child(3) {
	border-right: 0px;
}

.stats_left:nth-child(2) {
	border-left: 0px;
	border-right: 0px;
}

/*--//about --*/

.modal-content {
	border-radius: 0px;
}

.modal-body,
.modal-footer {
	padding: 1.5em;
}

.signin-form {
	text-align: center;
}

.signin-form h3,
h3.sign {
	font-size: 1.6em;
	color: #212121;
	margin: 0em 0 0.8em 0;
	letter-spacing: 1px;
	font-weight: 700;
}

h3.sign {
	text-align: center;
}

.signin-form h3 span {
	color: #67e1ff;
}

.signin-form input[type="email"],
.signin-form input[type="text"],
.signin-form input[type="password"],
.signin-form textarea {
	width: 100%;
	padding: 0.8em 1em 0.8em 1em;
	font-size: 0.8em;
	margin: 0.5em 0;
	outline: none;
	color: #212121;
	border: none;
	border: 1px solid #ccc;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
}

.signin-form input[type="email"] {
	background: none;
	display: block;
}

.signin-form input[type="text"] {
	background: none;
	display: block;
}

.signin-form input[type="password"] {
	background: none;
	display: block;
}

.signin-form ::-webkit-input-placeholder {
	color: #777 !important;
}

.signin-form ::-webkit-textarea-placeholder {
	color: #777 !important;
}

.signin-form textarea {
	min-height: 100px;
}

.signin-form input[type="submit"] {
	outline: none;
	padding: 0.7em 0;
	width: 100%;
	text-align: center;
	font-size: 1em;
	margin: 0.5em 0 1em 0;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
	background: #2f2e2e;
	box-shadow: 0px 2px 1px rgba(28, 28, 29, 0.42);
}

.signin-form input[type="submit"]:hover {
	color: #fff;
    background: #dd4026;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}

.signin-form p a {
	color: #4e4d4d;
	letter-spacing: 1px;
	font-weight: 500;
}

.login-social-grids {
	margin: 1.5em 0 0.5em 0;
}

ul.social_list1 li a {
    font-size: 0.9em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    line-height: 29px;
	color: #6c6d6f;
}

.modal-header .close {
	float: right !important;
	padding: 0.5em;
}

.form-control:focus {
	border: 1px solid #ccc;
	outline: 0;
	box-shadow: none !important;
}

.modal-header {
	padding: 0;
	border: none;
}

/*-- //registration --*/

/*--/Reviews--*/

/*-- /app --*/
.app-devices {
	margin: 2em 0;
}
h3.tittle.mob {
    text-align: left;
}
p.para_vl {
	margin-top: 2em;
}
p.para_vl a {
    color: #dd4026;
}
/*-- //app --*/
/*-- /plans--*/

ul.count li {
	list-style: none;
}

.plan_grid_info {
	text-align: center;
}

.price-bg p.price-label-1 {
	color: #168eea;
	text-align: center;
}

.plan_grid_info {
	text-align: center;
	padding: 2em 1em;
	border: 1px solid #ddd;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.plan_grid_info:hover {
	background: #e2f0fb;
	border: 1px solid #cbe6fb;
}
.plan_grid_info:hover ul.count li:nth-child(3) {
    background: #4285f4;
    color: #fff;
}
.price-bg p span {
	font-weight: 100;
	font-size: 3.5em;
	line-height: 0.8em;
	margin-left: 5px;
}

.price_tittle h3 {
    font-size: 2.5em;
    font-weight: 300;
    color: #262627;
    margin-bottom: 1em;
}

ul.count li {
	padding: 0.5em 0;
	text-align: center;
	color: #666;
	font-size: .9em;
	letter-spacing: 1px;
}

.price-bg p label {
	display: block;
	font-size: 0.9em;
	color: #6d6d6d;
	margin-top: 1em;
}

ul.count li:nth-child(3) {
	background: #eee;
}

.price-button {
	margin-top: 1.3em;
}

.price-button a:hover {
	opacity: 0.8;
}

p.price-label-1.red {
	color: #dd4026;
}

.plan_grid_info:hover .price-button.red a {
	background:#dd4026;
}
.plan_grid_info p {
    margin: 1em 0;
}

/*-- //plans--*/

/*-- testimonials --*/

div#carouselExampleControls .carousel-item {
	background: none;
	height: auto;
}

.testimonials_grid-inn {
	position: relative;
}

/*---*
div#carouselExampleControls.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;
}

div#carouselExampleControls.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}
/*---*/

a.carousel-control-next.test,
a.carousel-control-prev.test {
	color: #0e0f10;
	text-align: center;
	opacity: 0.9;
	font-size: 2em;
}

.testimonials_grid img {
	margin: 0 auto;
}

.test_social_pos {
	position: absolute;
	top: 11%;
	right: 32.5%;
}
.testimonials_grid i {
	font-size: 0.9em;
	letter-spacing: 1px;
	color: #dd4026;
}
.social_list1 li {
	display: inline-block !important;
}
.test_social_pos ul.social_list1 li a{
	background:#222;
}
.facebook1:hover {
	background: #3b5998;
	color:#fff;
}

.twitter2:hover {
	background: #1da1f2;
	color:#fff;
}
.dribble3:hover {
    background: #ea4c89;
	color:#fff;
}
.testimonials_grid h3 {
	margin: 1em 0 0.5em 0;
	color: #0e0f10;
	font-size: 1.2em;
	font-weight: 500;
}

.testimonials_grid h3 span {
	font-weight: 100;
	font-size: 0.9em;
}



.testimonials_grid p {
	width: 70%;
	margin: 1em auto 0;
	color: #6a6c6d;
	line-height: 2em;
	letter-spacing: 1px;
}

.testimonials_grid img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.15);
}

/*-- //testimonials --*/

/*--responsive--*/

@media(max-width:900px) {}

@media(max-width:800px) {
	.stats_left p {
		font-size: 2.3em;
	}
}

@media(max-width:768px) {
	.news-right h4,
	.ab_info h4 {
		font-size: 1.7em;
	}
}

@media(max-width:640px) {
	.stats_left {
		text-align: center;
		float: left;
		width: 100%;
	}
	.stats_left:nth-child(2) {
		border-bottom: 0px;
	}
	.stats_left:nth-child(1) {
		border-bottom: 0px;
	}
	.stats_left:nth-child(3) {
		border-bottom: 0px;
	}
}

/*--//content --*/

/*--about--*/

.banner-inner {
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner1.jpg) no-repeat;
	background-size: cover;
	min-height: 240px;
}

li.breadcrumb-item {
	font-size: 0.9em;
	letter-spacing: 1px;
}

li.breadcrumb-item a {
	color: #333;
}

.breadcrumb-item.active {
	color: #dd4026;
}

/*--//about--*/

/*-- gallery --*/

/*-- //gallery --*/

/*-- /error --*/
.error {
    margin-bottom: 1em;
}
.error-404 h4 {
	font-size: 12em;
	font-weight:500;
	color: #333;
	margin: 0;
	padding: 0;
}

a.b-home {
	background: #202020;
	padding: 0.7em 1.5em;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
	font-size: 0.9em;
}

a.b-home:hover {
	background: #dd4026;
}

.error-404 p {
	color: #929090;
	font-size: 1em;
	letter-spacing: 8px;
	margin: 0em 0 2em 0;
}

.error.social-icons {
	margin-bottom: 1em;
}

.error.social-icons a {
	color: #4e4e4e;
}

.error.social-icons a:hover {
	color: #ff3c41;
}

.error-404 {
	text-align: center;
}

.error-404 form {
	margin: 0 auto 2em;
	width: 40%;
	text-align: center;
}

.error-404 form input[type="search"] {
	outline: none;
	border: 1px solid #c4c5c5;
	background: none;
	color: #212121;
	padding: 14px 15px;
	width: 80%;
	float: left;
	font-size: 12px;
	letter-spacing: 5px;
}

button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
    background: #4285f4;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	width: 20%;
}

button.btn1:hover {
	background: #dd4026;
}

.error ul li {
	list-style: none;
	display: inline-block;
}

.error ul li a {
    margin: 0 5px;
    font-size: 0.9em;
    color: #000;
    background: none;
}

@media(max-width:640px) {
	.error-404 h4 {
		font-size: 9em;
	}
}

@media(max-width:600px) {
	.error-404 h4 {
		font-size: 6em;
	}
	a.b-home {
		padding: 0.6em 1em;
		margin-top: 1em;
	}
}

@media(max-width:480px) {
	.error-404 h4 {
		font-size: 5em;
	}
	.error-404 p {
		font-size: 0.8em;
		letter-spacing: 5px;
		margin: 1em 0;
	}
}

/*-- //error --*/

/*-- /blog --*/

.banner-btm-top,
.banner-btm-bottom {
	display: flex;
	display: -webkit-flex;
}

.a1 {
	background: #f3553b;
}

.a4 {
	background: #dd4026;
}

.a2 {
	background: url(../images/g1.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 350px;
}

.a3 {
	background: url(../images/g6.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 350px;
}

.a5 {
	background: url(../images/g5.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 350px;
}

.a6 {
	background: url(../images/g8.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	min-height: 350px;
}

.banner-btm-left {
	padding: 0;
}

.banner-btm-inner {
	flex: 1;
	padding: 4.5em 2.5em;
}

.blog_date h4 {
	font-size: 0.9em;
	font-weight: 600;
	color: #fff;
	margin-bottom: 1em;
}

.banner-btm-inner h6 {
	font-size: 1.1em;
	font-weight: 600;
	color: #222;
	margin-bottom: 1em;
}

.banner-btm-inner h6 a {
	color: #222323;
	letter-spacing: 2px;
}

.banner-btm-inner p {
	font-size: 0.9em;
	color: #fff;
	margin: 1em 0;
}

a.blog-btn {
	background: #fff;
	font-size: 0.85em;
	padding: 0.6em 1em;
	color: #222;
	letter-spacing: 1px;
}

a.blog-btn:hover {
	background: #171717;
	color: #fff;
}

/*-- //blog --*/

/*--footer--*/

h3.tittle.cen.foot {
	font-weight: 300;
	margin-bottom: 1em;
}

footer {
	text-align: center;
	padding: 1em 0;
	background-color: #0e0f10;
}
/*-- subscribe --*/

.subscribe-main {
	padding-bottom: 1em;
}

.subscribe-head h4.sec-title {
	margin-bottom: 4px;
	letter-spacing: 3.8px;
	font-weight: 600;
}

.subscribe-head h6 {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 600;
	color: #1853a1;
	letter-spacing: 4px;
}

.subscribe-form {
	width: 50%;
	margin: 1em auto 0;
	padding: 10px;
}

.subscribe-main h2 {
	font-size: 2em;
	letter-spacing: 2px;
	color: #dd4026;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 2em;
}

.subscribe-main p {
	color: #777;
	letter-spacing: 1px;
}

.subscribe-main input[type="email"] {
	width: 100%;
	padding: 1em 1em;
	font-size: 16px;
	color: #fff;
	outline: none;
	border: none;
	border-bottom: 2px solid #313335;
	background: none;
	-webkit-appearance: none;
	text-align: center;
	letter-spacing: 1px;
}

.subscribe-main input[type="submit"] {
	color: #0e0f10;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	letter-spacing: 2px;
	padding: 1.2em 3em;
	border: none;
	cursor: pointer;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-appearance: none;
	background: #fff;
	margin-top: 1.5em;
}

.subscribe-main input[type="submit"]:hover {
	color: #fff;
	background: #dd4026;
}

.instagram-posts {
	margin: 0 auto;
	width: 90%;
}

.copyrighttop ul li a span {
	text-transform: uppercase;
	color: #646567;
	font-weight: 500;
	font-size: 0.9em;
	display: block;
	line-height: 2em;
	letter-spacing: 1px;
}

/*-- //subscribe --*/

/*--//footer--*/

/*--/copyright--*/

.copyrighttop {
	margin: 2em 0;
}

a.facebook {
	color: #fff;
	font-size: 16px;
}

a.facebook:hover {
	color: #dd4026;
}

.copyright {
	background: #141415;
	color: #fff;
	padding: 1em 0;
	border-top: 1px solid rgba(25, 24, 24, 0.58);
}

.copyrightbottom-w3ls-agile p {
	color: #64686b;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 28px;
}

.copyrighttop li {
	list-style: none;
	margin: 0 20px;
	display: inline-block;
}

.copyrightbottom-w3ls-agile p a {
	color: #fff;
}

#toTop {
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_up.png) no-repeat 0px 0px;
    font-size: 0;
}

/*--// copyright-- */

/*--responsive--*/

@media(max-width:1440px) {
	.services,
	.reviews_sec {
		padding: 6em 0;
	}
}

@media(max-width:1366px) {
	.carousel-item {
		height: 36em;
	}
	.carousel-caption {
	    bottom: 12em;
	}
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size: 5.5em;
		letter-spacing: 2px;
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 530px;
	}
	.carousel-caption h5 {
		font-size: 2.2em;
		letter-spacing: 1px;
	}
}

@media(max-width:1280px) {
	.banner-bottom-w3ls-agileinfo,
	.services,
	.reviews_sec {
		padding: 5em 0;
	}
	.inner-sec-wthree-agileits {
		margin-top: 3.5em;
	}
	.banner-inner {
		min-height: 180px;
	}
	ul.navbar-nav li {
		margin: 0 4px;
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 488px;
	}
	.grid_sec_info {
		padding: 6em 4em 4em 4em;
	}
}

@media(max-width:1080px) {
	.navbar-toggleable-md .navbar-nav .nav-link {
		padding-right: 0.5em;
		padding-left: 0.5em;
		letter-spacing: 1px;
	}
	.carousel-item {
		height: 32em;
	}
	button.btn.btn-primary.play {
		width: 80px;
		height: 80px;
	}
	.carousel-indicators li {
		display: inline-block;
		max-width: 16px;
		height: 16px;
	}
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 5em;
		letter-spacing: 2px;
	}
	.stats_left p {
		font-size: 2.5em;
		line-height: 1.6em;
	}
	.stats_left .fa-w-16,
	.stats_left .fa-w-18,
	.stats_left .fa-w-14,
	.stats_left .fa-w-20 {
		font-size: 2.5em;
	}
	.grid_sec_info h3 {
		font-size: 1.4em;
		line-height: 1.6em;
	}
	.inner-sec-wthree-agileits {
		margin-top: 3em;
	}
	h3.tittle {
		font-size: 2.8em;
	}
	footer {
		padding: 4em 0;
	}
	.proj_gallery_grid1_pos h3 {
		font-size: 1em;
	}
	.banner-btm-inner h6 {
        font-size: 1em;
	}
	.price_tittle h3 {
		font-size: 2em;
	}
}

@media(max-width:1024px) {
	.banner-bottom-w3ls-agileinfo,
	.services,
	.reviews_sec {
		padding: 4em 0;
	}
	a.navbar-brand {
		font-size: 1.8em;
	}
	.bt-bottom-info h5 {
		font-size: 2em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 457px;
	}
	.proj_gallery_grid1_pos p {
		letter-spacing: 1px;
		font-size: 12px;
	}
	.error-404 form {
		margin: 0 auto 2em;
		width: 50%;
	}
	.grid_sec_info {
		padding: 4em 2em 2em 2em;
	}
}

@media(max-width:991px) {
	.grid_info_main.mid {
		margin-top: 2em;
	}
	.grid_info_main.mid img {
		width: 45%;
	}
	.footer-grid {
		margin: 1em 0;
	}
	footer {
		padding: 3em 0;
	}
	.bt-bottom-info.ab img {
		width: 60%;
	}
	.navbar-toggler {
		margin-top: 7px;
		cursor: pointer;
	}
	a.navbar-brand {
		font-size: 2em;
		width: 50%;
	}
	.header-search-agileits-w3ls {
		width: 50%;
		align-self: flex-end;
		margin-top:0.5em;
	}
	h3.tittle {
		font-size: 2.5em;
	}
	.banner-btm-inner {
		flex: 1;
		padding: 4em 2em;
	}
	.test_social_pos {
		position: absolute;
		top: 11%;
		right: 25.5%;
	}
	.navbar-toggleable-md .navbar-nav .nav-link {
		letter-spacing: 1px;
		padding: 0.3em 1.2em;
	}
	ul.navbar-nav li {
		margin: 2px 0px;
	}
	ul.navbar-nav {
		text-align: center;
		/*background: #f5f5f5;*/
		padding: 1em;
	}
	.banner-inner {
		min-height: 152px;
	}
	.subscribe-form {
		width: 68%;
		margin: 1em auto 0;
		padding: 10px;
	}
	.bt-bottom-info.ab {
		text-align: center;
		margin: 0 auto 1em;
	}
	.bt-bottom-info {
		text-align: center;
	}
	.bottom-sub-grid:nth-child(2) {
		margin: 1em 0;
	}
}

@media(max-width:900px) {
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 4.5em;
		letter-spacing: 2px;
	}
	.carousel-item {
		height:26em;
	}
	.carousel-caption {
		bottom:8em;
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 415px;
	}
	.test_social_pos {
		position: absolute;
		top: 0%;
		right: 28%;
	}
	a.navbar-brand {
		font-size: 2.2em;
		width: 50%;
	}
}

@media(max-width:800px) {
	.testimonials_grid p {
		width: 100%;
		margin: 1em auto 0;
	}
	.subscribe-main h2 {
		font-size: 2em;
		margin-top: 1em;
	}
	.banner-btm-top, .banner-btm-bottom {
		display: block;
	}
	.header-search-agileits-w3ls {
		width: 69%;
		margin-top: 0.5em;
	}
	.top-bar_sub_w3layouts_agile {
		padding: 0.5em 1em;
	}
	.app-img img {
		width: 100%;
	}
	.jewel-grids-main-in {
		padding: 1em 0em;
	}
}

@media(max-width:768px) {
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size:4em;
		letter-spacing: 1px;
	}
	.bt-bottom-info h5 {
		font-size: 1.8em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	.copyrighttop,
	.copyrightbottom-w3ls-agile {
		float: none;
		text-align: center;
	}
	.copyrightbottom-w3ls-agile {
		margin-top: 0.6em;
	}
}

@media(max-width:767px) {
	.banner-bottom-w3ls-agileinfo,
	.services,
	.reviews_sec {
		padding: 3em 0;
	}
	.bt-bottom-info.ab img {
		width: 90%;
	}
	.grid_info_main.mid img {
		width: 70%;
	}
	.inner-sec-wthree-agileits {
		margin-top: 2em;
	}
	.test_social_pos {
		position: absolute;
		top: 0%;
		right: 32%;
	}
	h3.tittle {
		font-size: 2.7em;
	}
	.app-img img {
		width: 70%;
		margin-top: 2em;
	}
	.testimonials_grid.text-center {
		margin: 1em 0;
	}
	.plan_grid:nth-child(2) {
		margin:1.5em 0;
	}
	.error-404 form {
		margin: 0 auto 2em;
		width: 85%;
	}
}

@media(max-width:736px) {
	.carousel-caption {
		bottom: 7em;
	}
	.carousel-indicators li {
		margin: 0 6px;
	}
	.carousel-indicators li {
		display: inline-block;
		max-width: 14px;
		height: 14px;
	}
	.top-bar_sub_w3layouts_agile h6 {
		float: none;
		margin-bottom:1em;
	}
	.log {
		float: none;
		margin-top: 0px;
		text-align: center;
	}
	.carousel-caption h5 {
		font-size: 1.8em;
		letter-spacing: 1px;
	}

}

@media(max-width:667px) {
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 3.5em;
	}
	footer h3,
	footer h2 {
		font-size: 1.2em;
	}
	.carousel-item {
		height: 25em;
	}
}

@media(max-width:640px) {
	.carousel-caption {
		bottom:8em;
	}
	h3.tittle {
		font-size: 2.5em;
	}
	.section_1_gallery_grid {
		margin-top: 0em;
		margin-bottom: 0.6em;
	}
	.carousel-item {
		height: 23em;
	}
	.header-search-agileits-w3ls {
		width: 85%;
		margin-top: 0.5em;
	}
}

@media(max-width:600px) {
	.bt-bottom-info h5 {
		font-size: 1.4em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	h3.tittle {
		font-size: 2.2em;
	}
	.carousel-caption {
		bottom: 7em;
	}
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 3em;
	}
}

@media(max-width:568px) {
	.carousel-indicators {
		bottom: 11%;
		left: 8%;
		cursor: pointer;
	}
	.stats_left {
		padding: 3em 1em;
	}
	.icon_info {
		padding: 2.5em 2em;
	}
	.grid_sec_info h3 {
		font-size: 1.2em;
		line-height: 1.6em;
	}
	.testimonials_grid {
		margin: 0 auto;
		width: 90%;
	}

}

@media(max-width:480px) {

	h4.sub-tittle,
	.icon_info h5 {
		font-size: 1.1em;
	}
	footer {
		padding: 2em 0;
	}
	.banner-bottom-w3ls-agileinfo,
	.services,
	.reviews_sec {
		padding: 2.5em 0;
	}
	.style-image-2,
	.style-image-2.second {
		min-height: 280px;
	}
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 2.7em;
	}
	.carousel-item {
		height: 19em;
	}
	.carousel-caption h5 {
		font-size: 1.6em;
		letter-spacing: 1px;
	}
	.carousel-caption {
		bottom: 6em;
	}
}

@media(max-width:440px) {
	.jewel-grid .fa-w-16,
	.jewel-grid .fa-w-18,
	.jewel-grid .fa-w-20 {
		font-size: 1.8em;
		margin-top: 26px;
	}
	.carousel-caption h2,
	.carousel-caption h3 {
		font-size:2.4em;
		letter-spacing: 1px;
	}
	.subscribe-form {
		width: 100%;
		margin: 1em auto 0;
		padding: 10px;
	}
	.copyrighttop ul li a span {
		font-size: 0.8em;
	}
	.copyrighttop li {
		margin: 0 10px;
	}
}

@media(max-width:414px) {


	.bt-bottom-info h5 {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
	h3.tittle {
		font-size: 1.8em;
	}
	.top-bar_sub_w3layouts_agile h6 {
		font-size: 0.8em;
	    letter-spacing: 1px;
	}
	.newsletter input[type="submit"] {
		width: 38%;
	}
	
	.subscribe-main h2 {
		font-size: 1.6em;
		margin-top: 1em;
	}
	.copyrighttop li {
		margin: 0 4px;
	}
}

@media(max-width:384px) {
	.carousel-item {
		height:18em;
	}
	.header-search-agileits-w3ls {
		width: 100%;
		margin-top: 0.5em;
	}
	.bg-faded {
		padding: 1em 0.5em;
	}
}

@media(max-width:375px) {
	.carousel-caption h2, .carousel-caption h3 {
		font-size: 2.2em;
		letter-spacing: 1px;
	}
	.carousel-item {
		height: 16em;
	}
	.carousel-caption h5 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.carousel-caption {
		bottom: 5em;
	}
	h3.tittle {
		font-size: 1.6em;
	}
}

@media(max-width:320px) {
	.carousel-caption h2, .carousel-caption h3 {
		font-size:1.8em;
		letter-spacing: 1px;
	}
	.top-bar_sub_w3layouts_agile h6 a {
		padding: 8px 13px;
		font-size: 12px;
		margin-top: 1em;
	}
	.carousel-item {
		height: 12em;
	}
	.carousel-caption h5 {
		font-size: 1em;
		letter-spacing: 1px;
	}
	.carousel-caption {
		bottom: 4em;
	}
	.banner-bottom-w3ls-agileinfo, .services, .reviews_sec {
		padding: 2em 0;
	}
}

/*--//responsive--*/
.btn-custom
{
	border:2px solid yellow;
	border-radius: 0;
	background-color: transparent;
}
.text-content-wrapper
{
	display: inline-block;
}
.text-content-wrapper p
{
	color: white;
}
.colored-text1
{
	color: #e8a91b;
}
.colored-text
{
	color: deeppink;
}

.portfolio-item2
{
	text-align: center;
}
.text-white p
{
	color: white;
	text-align: justify;
}
@media (max-width: 767px) {
	.portfolio-area li {
     	float: none !important; 
	}
}
.img-responsive { display:block; height:auto; max-width:100% }
.vip_image
{
	display: block;
}
.vip_image .title-name
{
	text-align: center;
	color: #fff;
}
.btn-custom
{
	border:2px solid yellow;
	background-color: transparent;
	padding: 7px 30px;
}
.btn-custom:hover,
.btn-custom:visited,
.btn-custom:focus
{
	/*border:2px solid yellow;*/
	border:2px solid yellow;
	background-color: black !important;
}
.price-table-content
{
	background-color: #1a152b;
	padding: 10px;
}
.table-heading
{
	font-size: 1.3em;
	text-align: left;
	color: yellow;
}

header.major {
    position: relative;
    text-align: center;
    border-top: solid 1px #ccc;
    top: 1em;
}
#main-wrapper .major h2 {
    background: #f7f7f7 url(../../index.html);
}
header.major h2 {
    background: #fff;
    position: relative;
    top: -0.65em;
    display: inline;
    margin: 0;
    padding: 0 1em 0 1em;
}
.banner-bottom-w3ls-agileinfo h5,
.banner-bottom-w3ls-agileinfo p
{
	color: white;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
.portfolio-item2 .image-block:hover
{
	transform: scale(1.1);
	/*transform: skew(35deg);*/
	/*transform: rotate(15deg);*/
	transition: 1s;
}	
.owl-carousel .owl-item img
{
	border:#691179 solid 10px;
	border-radius: 20px;
}

#footer-wrapper {
    background-color: #191616;
    color: #f1eee9;
    clear: both;
}

#footer-wrapper .container {
    padding-top: 50px;
    padding-bottom: 30px;
}

#footer-wrapper h5 {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin-bottom: 25px;
}
.widget-column-2 p a
{
	color: #e42e54;
}
.widget-column-2 p a:hover
{
	color: white;
}

.social-icons {
    margin-top: 20px;
}
.social-icons .fb {
    background: url(//www.hotescortsjaipur.com/wp-content/themes/skt-girlie-lite/images/icon-fb.png) no-repeat center center;
}
.social-icons a {
    background-color: #454545 !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    margin: 0 3px;
    padding: 0;
    text-align: center;
}
.social-icons a:hover, .pagination ul li .current, .pagination ul li a:hover, #commentform input#submit:hover, h3.widget-title, .wpcf7 input[type="submit"], .listpages:hover .morelink, .MoreLink:hover {
    background-color: #e42e54 !important;
}
.social-icons a:hover {
    background-color: #e42e54;
}
.social-icons .tw {
    background: url(//www.hotescortsjaipur.com/wp-content/themes/skt-girlie-lite/images/icon-tw.png) no-repeat center center;
}

.social-icons .gp {
    background: url(//www.hotescortsjaipur.com/wp-content/themes/skt-girlie-lite/images/icon-gp.png) no-repeat center center;
}
.social-icons .in {
    background: url(//www.hotescortsjaipur.com/wp-content/themes/skt-girlie-lite/images/icon-in.png) no-repeat center center;
}
.copyright-wrapper {
    background-color: #3c3c3c;
    position: relative;
}
.copyright-txt {
    text-align: center;
}
#footer-wrapper .container {
    padding-top: 50px;
    padding-bottom: 30px;
}

.copyright-wrapper .container {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.phoneno, .emailicon, .mapicon {
    margin-bottom: 10px;
    display: block;
}
.mapicon {
    background: url(//www.hotescortsjaipur.com/wp-content/themes/skt-girlie-lite/images/icon-map.png) no-repeat left top;
    padding: 0 0 0 25px;
}
.phoneno {
    background: url(//www.hotescortsjaipur.com/wp-content/themes/skt-girlie-lite/images/icon-phone.png) no-repeat left center;
    padding: 0 0 0 25px;
}
.emailicon {
    background: url(//www.hotescortsjaipur.com/wp-content/themes/skt-girlie-lite/images/icon-email.png) no-repeat left center;
    padding: 0 0 0 30px;
}
h3.widget-title {
    background-color: #e42e54;
    padding: 12px 15px;
    margin-bottom: 1px;
    color: #fff;
    font-size: 22px;
}
.gallery-div .col-sm-3
{

	margin-bottom: 10px;
}
.image-wrapper
{
	background-image: url(../images/bg/photo-frame-background-png-0.png);
	background-size: cover;
}
.image-wrapper img
{
	padding: 20px;
}

.detail
{
	text-align: center;
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
}
.detail a
{
	color: white;
}
.number-seprate {
    background: #da1212;
    padding: 20px;
    margin: 15px 0px;
}
h3.sep-text span {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    text-align: center;
    display: block;
}
h3.sep-text {
    text-align: center;
    line-height: 35px;
}
a.call-btn {
	float: right;
    display: inline-block;
    text-align: center;
    background: #fff;
    padding: 11px 10px;
    color: #000;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 1px 1px 12px 2px #000;
    margin-top: 10px;
}
.img-wrap{
	position: relative;
	border-radius: 5px;
	margin-top: 20px;
}
.img-wrap img{
	border-radius: 5px;
}
.img-responsive{
	width: 100%;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: #da121273;
	transition: 1s;
	cursor: pointer;
	border-radius: 5px;
}
.img-wrap:hover .overlay{
	height: 100%;
	transition: 1s;
}
.image-text {
    position: absolute;
    bottom: 35px;
    background: #da1212;
    width: auto;
    height: 55px;
}
.image-text span a {
    color: #fff;
    font-weight: 500;
    background: #000;
    padding: 15px;
}
.girl-image {
    margin-bottom: 100px;
}
.about-head{
    background: #da1212;
    padding: 30px;
    margin: 15px 0px;
}
.mt-5{
	margin-top: 5rem !important;
}

.about-head h3{
	text-align: center;
}
.city-head{
    background: #f00;
    padding: 7px 15px;
}
.city-list li a{
    display: block;
    border-bottom: 1px solid #151515;
    color: #fff;
    padding: 10px;
}
.city-list li a:hover{
	color: #f00;
	background: #000;
}