

.tab {
            tab-size: 30;
        }
.foreground_image
    {
      position:absolute;
      bottom: 250px;
      left: 150px;
      z-index: 2;
      opacity: 0.2;
     width: 100px;
    }
.foreground_image1
    {
      position:absolute;
      bottom: 200px;
      left: 280px;
      z-index: 2;
      opacity: 0.5;
     width: 150px;

    }

.foreground_image2
    {
      position:absolute;
      bottom: 350px;
      left: 515px;
      z-index: 2;
      opacity: 0.5;
     width: 200px;
    }

.foreground_image3
    {
      position:absolute;
      bottom: 50px;
      left: 170px;
      z-index: 2;
      opacity: 0.1;
     width: 100px;
    }


#bg{
    background-size: 1800px 900px;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

body{
background: url("/static/img/background.png") no-repeat right bottom;
}
.right{
 float: right;
}
.pricing {
    background: #fff
}
.pricing .title {
    background: #A39F9E;
    height: 110px;
    color: #fff;
    padding: 15px 0 0;
    text-align: center
}
.pricing .title h2 {
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-weight: 400
}
.pricing .title h1 {
    font-size: 30px;
    margin: 12px
}
.pricing .title span {
    background: rgba(51, 51, 51, 0.28);
    padding: 2px 5px
}

.pricing_footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pricing_footer p {
  font-size: 13px;
  padding: 10px 0 2px;
  display: block;
}

.ui-ribbon-container {
    position: relative
}
.ui-ribbon-container .ui-ribbon-wrapper {
    position: absolute;
    overflow: hidden;
    width: 85px;
    height: 88px;
    top: -3px;
    right: -3px
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
    background-color: #5b90bf
}
.ui-ribbon-container .ui-ribbon {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transform: rotate(45deg);
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    line-height: 20px;
    background-color: #555;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after,
.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
    border-top: 2px solid #5b90bf
}
.ui-ribbon-container .ui-ribbon:before {
    left: 0;
    bottom: -1px
}
.ui-ribbon-container .ui-ribbon:before {
    right: 0
}
.ui-ribbon-container .ui-ribbon:after,
.ui-ribbon-container .ui-ribbon:before {
    position: absolute;
    content: " ";
    line-height: 0;
    border-top: 2px solid #555;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent
}



.close-ribbon{
  position: absolute;
  top: 0;
  right: 2.5em;
  z-index: 1;
  color: #eee;
  font-size: 2em;
  cursor: pointer;
  width: 1.5em;
  line-height: 0.5em;
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s;
}
.close-ribbon:after {
  content: "";
  font-size: 0.5em;
  position: absolute;
  height: 4.2em;
  border: 1.5em solid #F44336;
  z-index: -1;
  top: -1em;
  border-top-width: 1.5em;
  border-bottom-color: transparent;
  right: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.close-ribbon:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #B71C1C transparent;
  top: -1em;
  right: 3em;
  border-width: 0 0 1em 0.7em;
  z-index: -1;
}
.close-ribbon:hover:after{
  border: 1.5em solid #EF5350;
  border-bottom-color: transparent;
  height: 4.6em;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.close-ribbon:hover{
  line-height: 0.9em;
  color: #333;
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s;
}
.fa-stack-2x {
    top: -35px;
    left: -5px;
}

.panel_toolbox {
  float: right;
  min-width: 70px;
}

.panel_toolbox>li {
  float: left;
}
.panel_toolbox>li>a {
  padding: 5px;
  color: #C5C7CB;
  font-size: 14px;
}
.panel_toolbox>li>a:hover {
  background: #F5F7FA;
}
.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}
.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}
.x_title .filter {
  width: 40%;
  float: right;
}
.x_title h2 {
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.x_title h2 small {
  margin-left: 10px;
}
.x_title span {
  color: #BDBDBD;
}



.x_content h4 {
  font-size: 16px;
  font-weight: 500;
}



body{
	margin:0;
	font-family: 'Lato', sans-serif;
	background: #fff;
}
body a{
	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-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Montserrat', cursive;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
body a:focus {
    outline: none;
	text-decoration:none;
}
/*-- banner --*/
.w3ls-banner{
	background:url(../img/1.jpg)no-repeat center bottom;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	position: relative;
}
/*-- header --*/
h1.w3lslogo{
	font-family: 'Aguafina Script', cursive;
}
h1.w3lslogo a {
    color: #fff !important;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: 19px;
    margin-top: 17px;
    margin-right: -43px;
    line-height: 0.8em;
}
h1.w3lslogo a span {
    position: absolute;
    font-size: .25em;
    letter-spacing: 1px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 1.5em;
    bottom: -6px;
}
nav.navbar.navbar-default.navbar-fixed-top {
    background:none;
    border: none;
	padding: 1.5em 0;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
	margin-bottom: 0;
}
.navbar-nav > li {
    margin: 1.5em;

}
.navbar-inverse .navbar-nav > li > a {
font-family: 'Archivo Black', cursive;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 1.1em;
    font-family: 'Archivo Black', cursive;
    font-weight: 400;
    letter-spacing: 1px;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
	text-shadow: none;
	padding:0;
}
/* Effect 15: scale down, reveal */
.navbar-default .navbar-nav > li > a::before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	-ms-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.navbar-default .navbar-nav > li > a:hover::before,
.navbar-default .navbar-nav > li > a:focus::before {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFC107;
    background: none;

}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFC107;
    background-color: transparent;

}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    padding: 0;
    background: rgba(0, 0, 0, 0.75);
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse span {
    font-size: 0;


}
.navbar-right {
    margin-right: 0;

}
.navbar-nav >li.active a.page-scroll {
    color: #FFC107 !important;

}
.navbar-default .navbar-nav > li.active > a::before {
    color: #FFC107;
}
div#scrollzipPoint {
    top: -20px !important;
}
/*-- //header --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- banner-text --*/
.banner-text {
    text-align: center;
    padding: 19em 0 17em;
    background: rgba(0, 0, 0, 0.61);
}
.banner-text h2,.banner-text h3 {
    color: #fff;
    font-size: 5em;
    letter-spacing: 5px;

	font-family: 'Barlow Semi Condensed', sans-serif;
	line-height: inherit;
}
.banner-text p {
    width: 50%;
    color: rgba(255, 255, 255, 0.72);
    margin: 1em auto 2em;
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 2px;
}
/*-- bth-hover --*/
.wthree-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 2px solid #fff;
    padding: .7em 1.5em;
    color: #fff;
    z-index: 9;
    font-size: 1.2em;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Archivo Black', cursive;
    font-weight: 1700;
    background-color:transparent;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.wthree-btn.btn-6 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFC107;
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.wthree-btn.btn-6:hover,.wthree-btn.btn-6:focus {
	color: #fff;
}
.wthree-btn.btn-6:hover span {
	width: 225%;
	height: 562.5px;
}
.wthree-btn.btn-6:active {
	background-color: #FFC107;
}
/*-- //bth-hover --*/
/*-- //banner-text --*/
/*-- timer --*/
.wthree-soon {
    text-align: center;
	position: relative;
    margin-bottom: 11em;
}
.wthree-soon-agileinfo {
    background: #00bcd4;
    padding: 2em 0;
    margin-top: -8em;
    z-index: 9;
    position: absolute;
    width: 72%;
}
.wthree-soon h5 {
    font-size: 2em;
    margin-bottom: 1em;
    color: #fff;
}
.clock {
    display: inline-table;
}
.clock .column {
    float: left;
    background: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin: 0 1em;
    width: 190px;
    height: 90px;
    padding: 0.9em 0;
}
.agileits-timer {
    margin: 2em 0;
}
.timer {
    font-size: 2em;
    display: inline-block;
    color: #fff;
	font-family: 'Petit Formal Script', cursive;
}
.text {
    font-size: .9em;
    color: #fff;
    margin-bottom: 0.4em;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
}
/*-- //timer -- */
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- about --*/
.about,.features,.services,.gallery,.contact{
	padding:6em 0;
}
.about{
	position:relative;
	background:#f6f5f5;
}
h3.agileits-title {
    font-size: 4em;
    color: #ffc107;
    text-transform: capitalize;
    margin-bottom: 0.6em;
}
.w3lshr-line {
    display: block;
    width: 25%;
    margin: 10px 0 0 -10px;
    border-top: 1px solid #ccc;
}
.w3lshr-line:after {
    display: block;
    width: 100%;
    margin-top: 2px;
    margin-left: 20px;
    border-top: 1px solid #ccc;
    content: '';
}
p{
	color:#999;
	line-height:2em;
	font-size:1em;
	font-weight: 400;
}
.about-w3img {
    position: absolute;
    bottom: 22%;
    left: 11%;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.agileits_about_grid_right h4 {
    font-size: 1.6em;
    color: #000;
    text-transform: capitalize;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
.w3ls_about_bottom {
    background: #212121;
    padding: 4em 0;
}
.w3_about_bottom_grid{
	text-align:left;
	z-index: 999;
}
.w3ls_about_bottom h4 {
    font-size: 2em;
    color: #fff;
    text-transform: capitalize;
    line-height: 2em;
    width: 70%;
    margin: 0 auto 1em 0;
    font-style: italic;
    letter-spacing: 4px;
}
.w3ls_about_bottom h4 span{
	color:#00bcd4;
}
/*-- //about --*/
/*-- features --*/
.w3features-left-gridr h4 {
    font-size: 1.6em;
    color: #333;
    letter-spacing: 2px;
    font-family: 'Aguafina Script', cursive;
    text-transform: uppercase;
}
.w3features-left-gridr p{
	margin:0.8em 0 0;
	line-height:1.8em;
}
.w3features-left-gridl {
    float: left;
    margin-right: 2.5em;
}
.w3features-left-gridr {
    float: left;
    width: 65%;
}
.hi-icon {
	display: inline-block;
    width: 80px;
    height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color:#00BCD4;
}
.hi-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.hi-icon:before {
	font-family: FontAwesome;
    speak: none;
    font-size: 1.8em;
    line-height:3.2em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	-o-transition: box-shadow 0.2s;
	-ms-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.hi-icon-effect-9 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	box-shadow:0 0 0 3px #ccc;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
}
.hi-icon-wrap.hi-icon-effect-9.hi-icon-effect-9a {
    text-align: center;
}
/* Effect 9a */
.w3features-grids:hover .hi-icon-effect-9a .hi-icon:after {
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	opacity: 0.5;
}
.w3features-grids:hover .hi-icon-effect-9a .hi-icon{
	-webkit-box-shadow: 0 0 0 5px rgb(236, 236, 236);
	-moz-box-shadow: 0 0 0 5px rgb(236, 236, 236);
	-o-box-shadow: 0 0 0 5px rgb(236, 236, 236);
	-ms-box-shadow: 0 0 0 5px rgb(236, 236, 236);
	box-shadow: 0 0 0 5px rgb(236, 236, 236);
    color: #212121;
}
.w3features-grids{
	margin-top:3em;
}
.w3features-right {
    padding: 0 3em;
	float: right;
}
/*-- //features --*/
/*-- login-form --*/
.login-form {
    padding: 4em;
    border: 5px solid #ffc107;
    text-align: left;
    position: relative;
    background: #fff;

}
.login-form:before {
    content: '';
    display: block;
    border: 5px solid rgb(255, 193, 7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 3%;
    top: 3%;
	z-index: -1;
}
.login-form h5 {
    font-size: 2.2em;
    color: #000;
    text-align: center;
    margin-bottom: 1.5em;
    line-height: 1em;
    letter-spacing: 1px;
    font-weight: 700;
}
.login-form p {
    font-size: 1.em;
    color: #000;
    margin: 1.5em 0 .5em;
    letter-spacing: 1px;
}
.login-form input[type="text"],.login-form input[type="email"],.login-form input[type="password"] {
    outline: none;
    font-size: 1em;
    color: #999;
    padding: .7em 1em;
    margin: 0;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    display: block;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.login-form input[type="submit"] {
    font-size: 1.1em;
    color: #fff;
    background: #ffc107;
    border: 1px solid #ffc107;
    outline: none;
    cursor: pointer;
    padding: .7em 1em;
    -webkit-appearance: none;
    width: 100%;
	text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: 2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.login-form input[type="submit"]:hover {
    background: transparent;
    color:#ffc107;
}
/*-- //login-form --*/
/*-- services --*/
.services {
    background: url(../img/bg.jpg)no-repeat center fixed;
    background-size: cover;
	position:relative;
	z-index: 1;
	overflow: hidden;
}
.services:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
}
.w3l_banner_bottom_grid{
	padding:2em;
	text-align:center;
	border:2px solid #999;
}
/*-- grid-effect --*/
/* General grid styles */
.cbp-ig-grid {
	list-style: none;
	padding:0;
	margin: 0;
}
/* Clear floats */
.cbp-ig-grid:before,
.cbp-ig-grid:after {
	content: " ";
	display: table;
}
.cbp-ig-grid:after {
	clear: both;
}
/* grid item */
.cbp-ig-grid li {
	width: 23%;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
}
.cbp-ig-grid li:nth-child(2){
    margin: 0 2em;
}
.cbp-ig-grid li:nth-child(3){
    margin-right: 2em;
}
.w3_grid_effect{
	padding:3em 2.5em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
/* anchor style */
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #47a3da;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}
/* the icon with pseudo class for icon font */
.cbp-ig-icon {
	padding:0.5em 0 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
	color:#fff;
}
.cbp-ig-icon:before {
	font-family:FontAwesome;
	font-size: 5em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.w3_employer:before {
	content: "\f2c2";
}
.w3_address:before {
	content: "\f015";
}
.w3_users:before {
	content: "\f0c0";
}
.w3_ticket:before {
	content: "\f145";
}
/* title element */
.cbp-ig-grid .cbp-ig-title {
    margin: 25px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 1.2em;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}
.cbp-ig-grid .cbp-ig-title:before {
    content: '';
    position: absolute;
    background: #ffc107;
    width: 160px;
    height: 3px;
    top: 0px;
    left: 50%;
    margin: -5px 0 0 -80px;
    -webkit-transition: margin-top 0.2s;
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}
.cbp-ig-grid .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}
.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
/* Hover styles */
.cbp-ig-grid li > .w3_grid_effect:hover {
	background:rgba(0, 188, 212, 0.84);
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon {
	-webkit-transform: translateY(-10px) scale(0.6);
	-moz-transform: translateY(-10px) scale(0.6);
	-o-transform: translateY(-10px) scale(0.6);
	-ms-transform: translateY(-10px) scale(0.6);
	transform: translateY(-10px) scale(0.6);
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-icon:before,
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title {
	color: #fff;
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title {
	-webkit-transform: translateY(-45px);
	-moz-transform: translateY(-45px);
	-ms-transform: translateY(-45px);
	-o-transform: translateY(-45px);
	transform: translateY(-45px);
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title:before {
	background: #fff;
	margin-top: 68px;
}
@media screen and (max-width: 62.75em) {
	.cbp-ig-grid li {
		width: 50%;
	}
}
@media screen and (max-width: 25em) {
	.cbp-ig-grid {
		font-size: 80%;
	}
}
/*-- //services --*/
/*-- gallery --*/
.gallry-agile-grids {
    padding: 0;
}
.view {
    height: inherit;
    margin: 5px;
    border: 5px solid #f6f5f5;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.46);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.46);
    cursor: default;
    background: #fff;
}
.view .mask,.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	display: block;
	position: relative;
	width: 100%;
}
.view h4 {
    text-transform: capitalize;
    color: #00BCD4;
    text-align: center;
    position: relative;
    font-size: 1.5em;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    background: #fff;
    margin: 2em 0 0 0;
}
.view p {
	font-style: normal;
    position: relative;
    color: #fff;
    padding: 15px 10px 15px;
    text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   -o-box-shadow: 0 0 1px #000;
   -ms-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   -o-box-shadow: 0 0 5px #000;
   -ms-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}

.main:nth-child(3) {
    margin: 3em 0 0;
}
/*-- //gallery --*/
/*-- stats --*/
.stats.services {
    background: url(../img/1.jpg)no-repeat center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.stats-grid {
    text-align: center;
}
.stats-img i.fa {
    font-size: 2.5em;
    color: #d2d2d2;
}
.stats-agileinfo h6 {
    font-weight: 900;
    letter-spacing: 3px;
    margin: 1.5em 0 .5em;
    font-size: 1.3em;
    color: #ffc107;
}

.numscroller {
    font-size: 3em;
    font-weight: 300;
    color: #fff;
}
/*-- //stats --*/
/*-- blog --*/
.blog-agileinfo {
    margin-top: 4em;
}
.blog-agileinfo a.wthree-blogimg {
    display: block;
    border: 3px solid #fff;
    background-color: #000;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	overflow:hidden;
}
.blog-agileinfo:hover a.wthree-blogimg {
    border-color:#00BCD4;
}
.blog-agileinfo a img.img-responsive {
    opacity: .5;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.blog-agileinfo:hover a img.img-responsive {
    opacity: 1;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.blog-w3grid-text {
    padding: 3em;
    background: #fff;
    margin-left: -6em;
    margin-top: 5em;
    -webkit-box-shadow: 0px 0px 7px 0px #8e8e8e;
    -moz-box-shadow: 0px 0px 7px 0px #8e8e8e;
	-o-box-shadow: 0px 0px 7px 0px #8e8e8e;
	-ms-box-shadow: 0px 0px 7px 0px #8e8e8e;
    box-shadow: 0px 0px 7px 0px #8e8e8e;
}
.blog-agileinfo-mdl .blog-w3grid-text {
    margin-left: 0;
    position: absolute;
    width: 31%;
    left: 19%;
}
.blog-agileinfo h4 {
    color: #595c65;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: 300;
}
.blog-agileinfo h4 a {
    color: #00BCD4;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
     font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}
.blog-agileinfo h4 a:hover{
    color: #000;
}
.blog-agileinfo h6 {
    font-size: 0.9em;
    color: #555;
    margin: 1.8em 0;
    padding-left: 2em;
    letter-spacing: 2px;
    font-weight: 900;
}
.blog-agileinfo h6 a {
    display: inline-block;
    color: #ffc107;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.blog-agileinfo h6 a:hover{
    color: #888;
}
.blog-agileinfo p {
    padding-left: 2em;
    line-height: 2.2em;
}
.blog-w3grid-img.blog-img-rght {
    float: right;
}
/*-- //blog --*/
/*-- contact --*/
.contact{
    background: #f6f5f5;
}
.agile_map	iframe{
	width:100%;
	min-height:580px;
}
.w3_agileits_contact_grid_left{
	padding:0;
	position:relative;
}
.agileits_w3layouts_map_pos{
	position: absolute;
    right: -15%;
    top: 22%;
    width: 50%;
    padding: 2em;
    background: #00bcd4;
}
.agileits_w3layouts_map_pos h3 {
    font-size: 1.5em;
    color: #000;
    font-weight: 700;
    margin-bottom: 0.8em;
}
.agileits_w3layouts_map_pos p {
    color: #fff;
    margin: .5em 0 1.5em;
    letter-spacing: 1px;
}
.agileits_w3layouts_map_pos ul.wthree_contact_info_address li {
    list-style-type: none;
    margin-bottom: 1em;
    color: #fff;
}
.agileits_w3layouts_map_pos ul.wthree_contact_info_address li i{
	padding-right:1em;
}
.agileits_w3layouts_map_pos ul.wthree_contact_info_address li a{
	color:#fff;
	text-decoration:none;
}
.agileits_w3layouts_map_pos ul.wthree_contact_info_address li a:hover{
	color:#212121;
}
.w3_agile_social_icons_contact ul li a {
    text-align: center;
}
.agileits_w3layouts_map_pos1{
	padding:2em;
	border:7px double #fff;
}
.w3_agileits_contact_grid_right{
	padding:0 4em 0 12em;
}
.w3_agileits_contact_grid_right form{
	padding:1em 0 0;
}
/*-- effect --*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	width: calc(100% - 0em);
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	-webkit-appearance: none; /* for box shadows to show on iOS */
	font-size: 14px;
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #212121;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding:1em 0;
	width: 100%;
}
/* Ichiro */
.input--ichiro {
	margin-top: 2em;
}
.input__field--ichiro {
	position: absolute;
    top: 4px;
    left: 4px;
    z-index: 100;
    display: block;
    padding: 0 1em;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: #fff;
    color: #212121;
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
	-moz-transform: scale3d(1, 0, 1);
	-o-transform: scale3d(1, 0, 1);
	-ms-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, transform 0.3s;
	-o-transition: opacity 0.3s, transform 0.3s;
	-ms-transition: opacity 0.3s, -ms-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}
.input__label--ichiro {
	width: 100%;
	text-align: left;
	cursor: text;
}
.input__label--ichiro::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-ms-transition: transform 0.3s;
	transition: transform 0.3s;
	border: 1px solid #ccc;
}
.input__label-content--ichiro {
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	transition: transform 0.3s;
}
.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
	cursor: default;
}
.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
	-webkit-transform: scale3d(1, 1.5, 1);
	-moz-transform: scale3d(1, 1.5, 1);
	-o-transform: scale3d(1, 1.5, 1);
	-ms-transform: scale3d(1, 1.5, 1);
	transform: scale3d(1, 1.5, 1);
	border: none;
}
.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
	-webkit-transform: translate3d(0, -2.4em, 0) scale3d(0.8, 0.8, 1);
	transform:translate3d(0, -2.4em, 0) scale3d(0.8, 0.8, 1) translateZ(1px);
}
.w3_agileits_contact_grid_right textarea {
    outline: none;
    width: 100%;
    background: #f5f5f5;
    color: #212121;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    min-height: 200px;
    font-weight: bold;
    margin: 2em 0 0;
}
.w3_agileits_contact_grid_right textarea::-webkit-input-placeholder {
	color: #212121 !important;
}
.w3_agileits_contact_grid_right input[type="submit"] {
    outline: none;
    width: 100%;
    background: #ffc107;
    color: #fff;
    padding: 0.9em 0;
    font-size: 1em;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 5px;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.w3_agileits_contact_grid_right input[type="submit"]:hover{
	background:#00bcd4;
}
/*-- //contact --*/
/*-- social-icons --*/
.w3_agile_social_icons ul li{
	display:inline-block;
	margin: 0 5px;
}
.icon {
	display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 35px;
    height: 35px;
}
.icon-cube {
	position: relative;
	-webkit-perspective: 100px;
	perspective: 100px;
	overflow: visible;
}

/*-- agileits --*/
.icon-cube::before,
.icon-cube::after {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    font-size: 1em;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 2.6em;
}
.icon-cube::before {
	z-index: 2;
	background-color:#fff;
}
.icon-cube::after {
	z-index: 1;
	opacity: 0;
	-webkit-transform:translateY(25px) rotateX(-90deg);
	-moz-transform:translateY(25px) rotateX(-90deg);
	-o-transform:translateY(25px) rotateX(-90deg);
	-ms-transform:translateY(25px) rotateX(-90deg);
    transform:translateY(25px) rotateX(-90deg);
}
.icon-cube:hover::before {
	opacity: 0;
	-webkit-transform: translateY(-25px) rotateX(90deg);
	-moz-transform: translateY(-25px) rotateX(90deg);
	-o-transform: translateY(-25px) rotateX(90deg);
	-ms-transform: translateY(-25px) rotateX(90deg);
    transform: translateY(-25px) rotateX(90deg);
}
.icon-cube:hover::after {
	opacity: 1;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-o-transform: rotateX(0);
	-ms-transform: rotateX(0);
    transform: rotateX(0);
}
/*-- facebook --*/
/*-- w3layouts --*/
.icon-cube.agile_facebook::before,
.icon-cube.agile_facebook::after {
	content: "\f09a";
    color: #3b5998;
}
.icon-cube.agile_facebook::after {
	background-color:#3b5998;
	color:#fff;
}
/*-- rss --*/
.icon-cube.agile_rss::before,
.icon-cube.agile_rss::after {
	content:"\f09e";
	color: #f26522;
}
.icon-cube.agile_rss::after {
	background-color:#f26522;
	color: #fff;
}
/*-- instagram --*/
.icon-cube.agile_instagram::before,
.icon-cube.agile_instagram::after {
	content:"\f16d";
	color: #833ab4;
}
.icon-cube.agile_instagram::after {
	background-color:#833ab4;
	color: #fff;
}
/*-- t --*/
.icon-cube.agile_t::before,
.icon-cube.agile_t::after {
	content:"\f173";
	color: #35465c;
}
.icon-cube.agile_t::after {
	background-color:#35465c;
	color: #fff;
}
/*-- //social-icons --*/
/*-- subscribe --*/
.subscribe-agileinfo h4 {
    font-size: 2.5em;
    color: #fff;
    font-weight: 100;
    text-align: center;
}
.subscribe-agileinfo form {
    width: 53%;
    margin: 4em auto 0;
}
.subscribe-agileinfo  input[type="email"] {
    width: 77%;
    padding: 1em;
    font-size: 1em;
    float: left;
    color: #fff;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-right: none;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.subscribe-agileinfo  input[type="submit"] {
    float: left;
    color: #fff;
    font-size: 1em;
    outline: none;
    padding:0.99em 2.5em;
    border: 1px solid #00bcd4;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-appearance: none;
    background: #00bcd4;
}
.subscribe-agileinfo input[type="submit"]:hover {
    background: transparent;
    color: #00bcd4;
}
.subscribe-agileinfo  form:hover input[type="email"]{
    border-color: #00bcd4;
}
.subscribe-agileinfo ::-webkit-input-placeholder{
	color:#fff !important;
}
/*-- //subscribe --*/
/*-- copyrights start here --*/
.copyw3-agile {
    padding: 3em 0;
	background:#141414;
}
.footer-w3icons {
    text-align: center;
    margin-bottom: 1.2em;
    border-bottom: 1px dashed;
    padding-bottom: 1.8em;
}
.copyw3-agile p{
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
.copyw3-agile p a{
	color:#ffc107;
}
.copyw3-agile p a:hover{
	color:#fff;
}
/*-- //copyrights end here --*/
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../img/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
	z-index: 999;
}
#toTop:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
}
/*-- //slider-up-arrow --*/
/*-- modal --*/
.modal-open .modal {
    background: rgba(0, 0, 0, 0.48);
}
.modal-body {
    padding: 0 2em 2em;
}
.modal-dialog {
    margin: 6em auto 3em;
}
.modal-body iframe {
    border: none !important;
    width: 100%;
    min-height: 300px;
}
.about-modal .modal-header {
    border: none;
    min-height: 2.5em;
    padding: 0.2em 2em 0;
}
.about-modal button.close {
    color: #00bcd4;
    opacity: .9;
    font-size: 2.5em;
	outline:none;
}
.about-modal .modal-body img{
    width:100%;
}
.about-modal .modal-body h5 {
    color: #00bcd4;
    font-size: 1.5em;
    font-weight: 600;
    text-transform: capitalize;
    margin: 1.5em 0 0;
    letter-spacing: 2px;
}
.about-modal .modal-body p {
    margin-top: 1.2em;
    font-weight: 400;
}
.about-modal .modal-body p:first-letter {
    font-size: 2em;
    border-left: 3px solid #ffc107;
    padding-left: .5em;
    font-style: italic;
    letter-spacing: 5px;
    font-family: 'Petit Formal Script', cursive;
    font-weight: 800;
}
/*-- //modal --*/
/*-- responsive-design --*/
@media(max-width:1440px){
.wthree-soon-agileinfo {
    width: 80%;
}
}
@media(max-width:1366px){
.wthree-soon-agileinfo {
    width: 85%;
}
.agileits_w3layouts_map_pos {
    width: 56%;
}
}
@media(max-width:1280px){
.banner-text h2,.banner-text h3 {
    font-size: 7em;
}
.banner-text {
    padding: 16em 0 15em;
}
.wthree-soon-agileinfo {
    width: 90%;
}
.about-w3img {
    bottom: 12%;
    left: 6%;
}
h3.agileits-title {
    font-size: 3.8em;
}
.about, .features, .services, .gallery, .contact {
    padding: 5em 0;
}
}
@media(max-width:1080px){
.banner-text p {
    width: 60%;
}
.about-w3img {
    bottom: 22%;
    width: 42%;
}
.login-form {
    padding: 4em;
}
.w3ls_about_bottom h4 {
    font-size: 1.8em;
    letter-spacing: 2px;
}
.w3features-left-gridr h4 {
    font-size: 1.4em;
}
.cbp-ig-grid li {
    width: 22.6%;
}
.w3_grid_effect {
    padding: 2.5em 2em;
}
.cbp-ig-grid .cbp-ig-title {
    font-size: 1.1em;
    letter-spacing: 1px;
}
.login-form h5 {
    font-size: 2em;
}
.view h4 {
    margin: 1.5em 0 0 0;
}
.blog-w3grid-text {
    padding: 2em;
	margin-top: 4em;
}
.blog-agileinfo h4 {
    font-size: 1.3em;
}
.blog-agileinfo h6 {
    font-size: 0.9em;
    margin: 1.6em 0 0.8em;
    padding-left: 1em;
}
.blog-agileinfo p {
    padding-left: 1em;
}
.blog-agileinfo-mdl .blog-w3grid-text {
    width: 40%;
    left: 12%;
}
.w3_agileits_contact_grid_right {
    padding: 0 4em 0 9em;
}
.agileits_w3layouts_map_pos {
    width: 66%;
    padding: 1em;
}
.subscribe-agileinfo form {
    width: 60%;
}
}
@media(max-width:1024px){
.banner-text {
    padding: 15em 0 13em;
}
.banner-text h2,.banner-text h3 {
    font-size: 5.5em;
}
.timer {
    font-size: 1.5em;
}
.clock .column {
    margin: 0 0.5em;
    width: 75px;
    height: 75px;
    padding: 0.6em 0;
}
.agileits-timer {
    margin: 1.5em 0;
}
.wthree-soon h5 {
    font-size: 1.5em;
}
.wthree-soon-agileinfo {
    width: 92%;
}
h3.agileits-title {
    font-size: 3.2em;
}
.w3features-left-gridr h4 {
    font-size: 1.2em;
}
.blog-agileinfo-mdl .blog-w3grid-text {
    width: 43%;
}
}
@media(max-width:991px){
h1.w3lslogo a {
    font-size: 1.3em;
}
h1.w3lslogo a span {
    bottom: 4px;
}
.navbar-nav > li {
    margin: 1.2em 1em;
}
.banner-text h2,.banner-text h3 {
    font-size: 5em;
}
.banner-text p {
    width: 85%;
}
.wthree-btn {
    padding: .7em 1.2em;
    font-size: 1em;
}
.wthree-soon-agileinfo {
    width: 75%;
}
.about-w3img {
    width: 49%;
    position: inherit;
    margin: 0 auto;
}
.w3ls_about_bottom {
    padding: 3em 0;
}
.w3ls_about_bottom h4 {
    font-size: 1.6em;
}
h3.agileits-title {
    font-size: 2.8em;
}
.login-form {
    padding: 3em;
	margin-top: -10em;
}
.w3features-right {
    padding: 0 3em;
    float: none;
    margin-left: 16em;
}
.w3features-left {
    margin-top: 3em;
}
.hi-icon {
    width: 60px;
    height: 60px;
}
.hi-icon:before {
    font-size: 1.5em;
    line-height: 2.9em;
}
.cbp-ig-grid li {
    width: 23.5%;
}
.cbp-ig-grid li:nth-child(2) {
    margin: 0 1em;
}
.cbp-ig-grid li:nth-child(3) {
    margin-right: 1em;
}
.w3_grid_effect {
    padding: 2em 1em;
}
.cbp-ig-grid .cbp-ig-title {
    letter-spacing: 0px;
}
.cbp-ig-icon:before {
    font-size: 4em;
}
.view h4 {
    font-size: 1.1em;
    letter-spacing: 1px;
	margin: 1em 0 0 0;
}
.view p {
    padding: 10px 10px;
    font-size: .9em;
}
.stats-agileinfo h6 {
    letter-spacing: 2px;
    font-size: 1.1em;
}
.numscroller {
    font-size: 2.2em;
}
.about, .features, .services, .gallery, .contact {
    padding: 4em 0;
}
.stats-img i.fa {
    font-size: 2em;
}
.blog-w3grid-text {
    margin: 2em 0 0;
}
.blog-w3grid-img.blog-img-rght {
    float: none;
}
.blog-agileinfo-mdl .blog-w3grid-text {
    margin: 2em 0 0;
    position: inherit;
    width: 100%;
    left: 0;
}
.blog-agileinfo {
    margin-top: 3em;
}
.w3_agileits_contact_grid_left {
    float: none;
}
.w3_agileits_contact_grid_right {
    padding: 0 9em;
    margin-top: 3em;
}
.w3_agileits_contact_grid_right textarea {
    min-height: 150px;
}
.subscribe-agileinfo form {
    width: 70%;
}
.subscribe-agileinfo h4 {
    font-size: 2.2em;
}
}
@media(max-width:800px){
.banner-text h2,.banner-text h3 {
    font-size: 4em;
    letter-spacing: 3px;
}
.banner-text p {
    margin: 0 auto 1em;
    letter-spacing: 1px;
}
.wthree-soon-agileinfo {
    width: 93%;
}
.wthree-soon {
    margin-bottom: 8em;
}
.agileits_about_grid_right h4 {
    font-size: 1.2em;
}
.w3ls_about_bottom h4 {
    font-size: 1.3em;
}
.login-form p {
    margin: 1em 0 .5em;
    letter-spacing: 4px;
}
.login-form {
    padding: 2.8em;
    margin-top: -9em;
}
.w3features-right {
    padding: 0 4em;
    margin-left: 13em;
}
.cbp-ig-grid .cbp-ig-category {
    font-size: 0.85em;
}
.modal-dialog {
    margin: 2em auto;
}
}
@media(max-width:768px){
nav.navbar.navbar-default.navbar-fixed-top {
    padding: 1em 0;
}
h1.w3lslogo a {
    font-size: 1.1em;
}
h1.w3lslogo a span {
    bottom: -3px;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
}
.banner-text {
    padding: 13em 0 11em;
}
.text {
    font-size: .8em;
    margin-bottom: 0;
    letter-spacing: 0px;
}
.clock .column {
    width: 65px;
    height: 65px;
    padding: 0.4em 0;
}
.agileits-timer {
    margin: 1em 0;
}
.wthree-soon-agileinfo {
    width: 95%;
}
.agileits_w3layouts_map_pos {
    width: 75%;
	right: -37%;
}
}
@media(max-width:767px){
h1.w3lslogo {
    display: inline-block;
    margin-left: 0.6em;
}
button.navbar-toggle {
    background: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin: 0.8em 1.5em 2em 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-collapse.navbar-ex1-collapse {
    width: 100%;
    margin: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.86);
    padding-bottom: .5em;
    position: absolute;
    left: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.header-w3layouts .navbar-right {
    margin: 0;
}
.banner-text {
    padding: 11em 0 10em;
}
h1.w3lslogo a span {
    bottom: 0;
}
.navbar-header.page-scroll {
    position: relative;
}
.login-form input[type="text"], .login-form input[type="password"] {
    padding: .6em 1em;
}
h1.w3lslogo a {
    margin-top: 30px;
    line-height: 0.3em;
	margin-right: -40px;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse .navbar-toggle {
    margin: 0.8em 1.5em 0.8em 0;
}
.modal-dialog {
    width: 80%;
}
.about-modal .modal-body h5 {
    font-size: 1.3em;
    margin: 1em 0;
}
.w3_agileits_contact_grid_right form {
    padding: 0;
}
}
@media(max-width:736px){
.cbp-ig-grid li {
    width: 23%;
	float: none;
    display: inline-block;
}
.cbp-ig-grid {
    text-align: center;
}
.cbp-ig-grid li {
    width: 40%;
    margin: 1em;
}
.cbp-ig-grid li:nth-child(2),.cbp-ig-grid li:nth-child(3){
    margin: 1em;
}
.view h4 {
    margin: 3em 0 0 0;
}
.stats-grid:nth-child(2) {
    margin-bottom: 2em;
}
.wthree-soon-agileinfo {
    margin-top: -6em;
}
h3.agileits-title {
    font-size: 2.5em;
}
.w3features-grids {
    margin-top: 2em;
}
.about, .features, .services, .gallery, .contact {
    padding: 3em 0;
}
.agile_map	iframe {
    min-height: 420px;
}
.agileits_w3layouts_map_pos {
    top: 11%;
}
.agileits_w3layouts_map_pos p {
    margin: .5em 0 1em;
}
.subscribe-agileinfo form {
    width: 76%;
}
.subscribe-agileinfo input[type="submit"] {
    padding: 0.95em 2.5em;
}
.copyw3-agile {
    padding: 2em 0;
}
}
@media(max-width:667px){
.w3features-right {
    padding: 0 3em;
    margin-left: 11em;
}
.agileits_w3layouts_map_pos {
    width: 80%;
	 right: -47%;
}
.subscribe-agileinfo form {
    width: 86%;
    margin: 3em auto 0;
}
.subscribe-agileinfo h4 {
    font-size: 2em;
}
.footer-w3icons {
    margin-bottom: 1em;
    padding-bottom: 1.5em;
}
.login-form h5 {
    font-size: 1.8em;
}
.login-form {
    margin-top: -7em;
}
.login-form:before {
    left: 2%;
    top: 1%;
}
.w3features-left-gridr {
    width: 80%;
}
.view h4 {
    margin: 2em 0 0 0;
}
.w3_agileits_contact_grid_right {
    padding: 0 5em;
}
}
@media(max-width:600px){
.w3features-right {
    padding: 0 1em;
}
.agileits_w3layouts_map_pos {
    width: 90%;
}
.subscribe-agileinfo input[type="email"] {
    width: 72%;
}
}
@media(max-width:568px){
.w3_agileits_contact_grid_left {
    float: none;
    width: 100%;
}
.agileits_w3layouts_map_pos {
    width: 90%;
    position: initial;
    margin: 1em auto;
}
.agile_map	iframe {
    min-height: 250px;
}
.agileits_w3layouts_map_pos p {
    letter-spacing: 0px;
}
.wthree-soon h5 {
    font-size: 1.3em;
}
}
@media(max-width:480px){
.wthree-soon-agileinfo {
    width: 93%;
}
.w3ls_about_bottom h4 {
    font-size: 1.1em;
}
.wthree-btn {
    font-size: 0.9em;
}
.login-form {
    padding: 2em;
    margin-top: -7em;
}
.w3features-right {
    padding: 0;
}
.login-form h5 {
    font-size: 1.5em;
    letter-spacing: 1px;
}
.login-form p {
    margin: 0.8em 0 .2em;
    letter-spacing: 2px;
}
.login-form input[type="text"], .login-form input[type="password"] {
    font-size: 0.9em;
}
.login-form,.login-form:before{
    border-width: 3px;
}
.login-form input[type="submit"] {
    font-size: 0.9em;
    margin-top: 1.2em;
}
.w3features-left-gridr {
    width: 78%;
}
.w3features-left-gridl {
    margin-right: 1.5em;
}
.w3_grid_effect {
    padding: 1.5em 1em;
}
.cbp-ig-icon:before {
    font-size: 3em;
}
.view h4 {
    font-size: 1em;
    padding: 7px;
}
.view p {
    font-size: .8em;
}
.modal-dialog {
    width: 90%;
}
.agileits_w3layouts_map_pos {
    width: 100%;
}
.w3_agileits_contact_grid_right {
    padding:0 2em;
    margin-top: 2em;
}
.input__label {
    font-size: 13px;
}
.w3_agileits_contact_grid_right textarea {
    min-height: 100px;
}
.w3_agileits_contact_grid_right input[type="submit"] {
    font-size: 0.9em;
}
.subscribe-agileinfo input[type="email"] {
    padding: 0.9em;
    font-size: 0.9em;
}
.subscribe-agileinfo input[type="submit"] {
    font-size: 0.9em;
    padding: 0.85em 1.5em;
}
.login-form input[type="text"], .login-form input[type="email"], .login-form input[type="password"] {
    font-size: 0.9em; ;
}
.login-form p {
    font-size: 0.85em;
    letter-spacing: 4px;
}
.input--ichiro,.w3_agileits_contact_grid_right textarea {
    margin-top: 1.5em;
}
.stats-img i.fa {
    font-size: 1.5em;
}
.numscroller {
    font-size: 1.8em;
}
}
@media(max-width:414px){
.banner-text h2,.banner-text h3 {
    font-size: 3em;
    letter-spacing: 2px;
}
.wthree-soon h5 {
    font-size: 1.2em;
}
.wthree-soon-agileinfo {
    padding: 1.5em 0;
}
.about, .features, .services, .gallery, .contact {
    padding: 2em 0;
}
h3.agileits-title {
    font-size: 2em;
}
.agileits_about_grid_right {
    margin-top: 2em;
}
.w3ls_about_bottom {
    padding: 1.5em 0 3em;
}
.w3ls_about_bottom h4 {
    letter-spacing: 1px;
    width: 83%;
}
.wthree-btn {
    font-size: 0.8em;
}
.w3features-right {
    margin: 0 0 0 9em;
}
.login-form h5 {
    font-size: 1.3em;
    letter-spacing: 0px;
    margin-bottom: 1em;
}
.w3features-left-gridl {
    margin: 0 0 1.5em 0;
    float: none;
}
.w3features-left-gridr {
    width: 100%;
    float: none;
    text-align: center;
}
.w3features-left-gridr p {
    margin: 0.5em 0 0;
}
.cbp-ig-grid li {
    width: 45%;
    margin: 0.5em;
}
.cbp-ig-grid li:nth-child(2), .cbp-ig-grid li:nth-child(3) {
    margin: 0.5em;
}
.cbp-ig-grid .cbp-ig-title:before {
    width: 80%;
    left: 71%;
}
.w3_grid_effect {
    padding: 1em 1em;
}
.cbp-ig-grid .cbp-ig-title {
    margin: 25px 0 0 0;
}
.gallry-agile-grids {
    width: 100%;
    float: none;
}
.blog-agileinfo {
    margin-top: 2em;
}
.blog-agileinfo h4 {
    font-size: 1.1em;
}
.blog-agileinfo h4 a {
    letter-spacing: 1px;
}
.agileits_w3layouts_map_pos1 {
    padding: 1.5em;
}
.subscribe-agileinfo h4 {
    font-size: 1.5em;
}
.subscribe-agileinfo form {
    width: 90%;
    margin: 2em auto 0;
}
.copyw3-agile p {
    letter-spacing: 0;
}
.modal-dialog {
    width: 95%;
}
.login-form {
    padding: 1.5em;
    margin-top: -4em;
}
.w3features-right {
    margin-left: 9em;
}
.agileits_about_grid_right {
    padding: 0;
}
p {
    font-size: 0.9em;
}
}
@media(max-width:384px){
.about-modal .modal-body h5 {
    font-size: 1.2em;
    letter-spacing: 1px;
}
.banner-text {
    padding: 10em 0 9em;
}
.cbp-ig-grid li > .w3_grid_effect:hover .cbp-ig-title:before {
    background: #fff;
    margin-top: 56px;
}
.stats-grid {
    padding: 0;
}
.stats-agileinfo h6 {
    letter-spacing: 1px;
    font-size: 1em;
    margin: 1em 0 .5em;
}
.numscroller {
    font-size: 2em;
}
.subscribe-agileinfo input[type="submit"] {
    padding: 0.89em 1.5em;
}
}
@media(max-width:375px){
.banner-text p {
    letter-spacing: 0px;
    font-size: 0.9em;
    width: 100%;
}
.banner-text h2,.banner-text h3 {
    font-size: 2.5em;
}
.agileits_about_grid_right h4 {
    font-size: 1.1em;
}
.modal-body {
    padding: 0 1em 1em;
}
.about-modal .modal-header {
    padding: 0.2em 1em 0;
}
.w3ls_about_bottom h4 {
    letter-spacing: 0px;
    width: 100%;
    font-size: 1em;
}
}
@media(max-width:320px){
.wthree-soon h5 {
    font-size: 1em;
}
.timer {
    font-size: 1.3em;
}
.clock .column {
    width: 60px;
    height: 60px;
    padding: 0.5em 0;
    margin: 0 0.2em;
}
.wthree-soon {
    margin-bottom: 7em;
}
.agileits_about_grid_right {
    padding: 0;
}
.w3features-right {
    margin-left: 0.5em;
    margin-right: 1em;
}
.login-form h5 {
    font-size: 1.3em;
    margin-bottom: 1.2em;
}
.login-form:before {
    left: 1%;
    top: 0%;
}
.w3features-left {
    padding: 0;
}
.w3features-left-gridr h4 {
    font-size: 1.1em;
}
.cbp-ig-grid li {
    width: 80%;
}
.cbp-ig-grid .cbp-ig-title:before {
    left: 48%;
}
.blog-w3grid-img {
    padding: 0;
}
.blog-w3grid-text {
    margin: 1em 0 0;
}
.blog-w3grid-text {
    padding: 1.5em;
}
.blog-agileinfo h6 {
    margin: 1.4em 0 0.8em;
    padding-left: 0;
    letter-spacing: 1px;
}
.blog-agileinfo p {
    padding-left:0;
}
.blog-agileinfo-mdl .blog-w3grid-text {
    margin: 1em 0 0;
}
.agileits_w3layouts_map_pos1 {
    padding: 1em;
    border-width: 3px;
}
.agileits_w3layouts_map_pos p {
    letter-spacing: 1px;
}
.agileits_w3layouts_map_pos ul.wthree_contact_info_address li {
    font-size: .9em;
}
.w3_agileits_contact_grid_right form {
    padding: 0;
}
.w3_agileits_contact_grid_right {
    padding: 0 1em;
}
.w3_agileits_contact_grid_right input[type="submit"] {
    font-size: 0.85em;
    letter-spacing: 3px;
}
.subscribe-agileinfo h4 {
    font-size: 1.3em;
}
.subscribe-agileinfo form {
    width: 100%;
    margin: 1.5em auto 0;
}
.subscribe-agileinfo input[type="submit"] {
    padding: 0.85em 1em;
}
.about-modal .modal-body h5 {
    font-size: 1.1em;
    letter-spacing: 0px;
}
.about-modal .modal-body p:first-letter {
    font-size: 1.5em;
    letter-spacing: 3px;
}
.input__label {
    font-size: 12px;
}
.w3_agileits_contact_grid_right textarea {
    font-size: 12px;
}
h3.agileits-title {
    font-size: 1.8em;
}
.subscribe-agileinfo input[type="email"] {
    padding: 0.87em;
}
.wthree-soon-agileinfo {
    width: 90%;
}
.banner-text {
    padding: 9em 0;
}
.banner-text p {
    font-size: 0.85em;

}
.banner-text h2, .banner-text h3 {
    font-size: 2.3em;
}
}
.banner-w3lstext p{
font-size: 1.0em;
font-family: 'Libre Baskerville', serif;
}
/*-- //responsive-design --*/
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}

/* *********  tables styling  ******************************* */

.bulk-actions {
  display: none;
}
table.countries_list {
  width: 100%;
}
table.countries_list td {
  padding: 0 10px;
  line-height: 30px;
  border-top: 1px solid #eeeeee;
}
.dataTables_paginate a {
  padding: 6px 9px !important;
  background: #ddd !important;
  border-color: #ddd !important;
}
.paging_full_numbers a.paginate_active {
  background-color: rgba(38, 185, 154, 0.59) !important;
  border-color: rgba(38, 185, 154, 0.59) !important;
}
button.DTTT_button, div.DTTT_button, a.DTTT_button {
  border: 1px solid #E7E7E7 !important;
  background: #E7E7E7 !important;
  box-shadow: none !important;
}
table.jambo_table {
  border: 1px solid rgba(221, 221, 221, 0.78);
}
table.jambo_table thead {
  background: rgba(52, 73, 94, 0.94);
  color: #ECF0F1;
}
table.jambo_table tbody tr:hover td {
  background: rgba(38, 185, 154, 0.07);
  border-top: 1px solid rgba(38, 185, 154, 0.11);
  border-bottom: 1px solid rgba(38, 185, 154, 0.11);
}
table.jambo_table tbody tr.selected {
  background: rgba(38, 185, 154, 0.16);
}
table.jambo_table tbody tr.selected td {
  border-top: 1px solid rgba(38, 185, 154, 0.40);
  border-bottom: 1px solid rgba(38, 185, 154, 0.40);
}
.dataTables_paginate a {
  background: #ff0000;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
  /* Feeling sorry for IE */
}
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}
.dataTables_length {
  width: 40%;
  float: left;
}
.dataTables_filter {
  width: 50%;
  float: right;
  text-align: right;
}
.dataTables_info {
  width: 60%;
  float: left;
}
.dataTables_paginate {
  float: right;
  text-align: right;
}
table.dataTable th.focus,
table.dataTable td.focus {
    outline: 2px solid #1ABB9C !important;
    outline-offset: -1px;
}

/* Pagination nested */

.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover, .paginate_disabled_next:hover, .paginate_enabled_next:hover {
  text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active, .paginate_disabled_next:active, .paginate_enabled_next:active {
  outline: none;
}
.paginate_disabled_previous, .paginate_disabled_next {
  color: #666 !important;
}
.paginate_disabled_previous, .paginate_enabled_previous {
  padding-left: 23px;
}
.paginate_disabled_next, .paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}
.paginate_disabled_previous {
  background: url('../images/back_disabled.png') no-repeat top left;
}
.paginate_enabled_previous {
  background: url('../images/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
  background: url('../images/back_enabled_hover.png') no-repeat top left;
}
.paginate_disabled_next {
  background: url('../images/forward_disabled.png') no-repeat top right;
}
.paginate_enabled_next {
  background: url('../images/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
  background: url('../images/forward_enabled_hover.png') no-repeat top right;
}
table.display {
  margin: 0 auto;
  clear: both;
  width: 100%;
}
table.display thead th {
  padding: 8px 18px 8px 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
table.display tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}
table.display tr.heading2 td {
  border-bottom: 1px solid #aaa;
}
table.display td {
  padding: 3px 10px;
}
table.display td.center {
  text-align: center;
}
table.display thead th:active, table.display thead td:active {
  outline: none;
}
.dataTables_scroll {
  clear: both;
}
.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.top, .bottom {}
.top .dataTables_info {
  float: none;
}
.clear {
  clear: both;
}
.dataTables_empty {
  text-align: center;
}
tfoot input {
  margin: 0.5em 0;
  width: 100%;
  color: #444;
}
tfoot input.search_init {
  color: #999;
}
td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #A19B9E;
  border-top: 2px solid #A19B9E;
}
td.details {
  background-color: #d1cfd0;
  border: 2px solid #A19B9E;
}
.example_alt_pagination div.dataTables_info {
  width: 40%;
}
.paging_full_numbers {
  width: 400px;
  height: 22px;
  line-height: 22px;
}
.paging_full_numbers a:active {
  outline: none
}
.paging_full_numbers a:hover {
  text-decoration: none;
}
.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
}
.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}
table.display tr.even.row_selected td {
  background-color: #B0BED9;
}
table.display tr.odd.row_selected td {
  background-color: #9FAFD1;
}
div.box {
  height: 100px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #8080FF;
  background-color: #E5E5FF;
}

/* *********  /tables styleing  ****************************** */

/* *********  Ecommerce  ****************************** */
.product-slider { padding: 45px; }

.product-slider #carousel { margin: 0; }

.product-slider #thumbcarousel { margin: 12px 0 0; padding: 0 45px; }

.product-slider #thumbcarousel .item { text-align: center; }

.product-slider #thumbcarousel .item .thumb { border: 4px solid #cecece; width: 20%; margin: 0 2%; display: inline-block; vertical-align: middle; cursor: pointer; max-width: 98px; }

.product-slider #thumbcarousel .item .thumb:hover { border-color: #1089c0; }

.product-slider .item img { width: 100%; height: auto; }

.carousel-control { color: #0284b8; text-align: center; text-shadow: none; font-size: 30px; width: 30px; height: 30px; line-height: 20px; top: 23%; }

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { color: #333; }

.carousel-caption, .carousel-control .fa { font: normal normal normal 30px/26px FontAwesome; }
.carousel-control { background-color: rgba(0, 0, 0, 0); bottom: auto; font-size: 20px; left: 0; position: absolute; top: 30%; width: auto; }

.carousel-control.right, .carousel-control.left { background-color: rgba(0, 0, 0, 0); background-image: none; }


.price {
  font-size: 40px;
  font-weight: 400;
  color: #26B99A;
  margin: 0;
}

.prod_title {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 5px;
  margin: 30px 0;
  font-size: 20px;
  font-weight: 400;
}

.product-image img {
  width: 90%;
}
.prod_color li {
  margin: 0 10px;
}
.prod_color li p {
  margin-bottom: 0;
}
.prod_size li {
  padding: 0;
}
.prod_color .color {
  width: 25px;
  height: 25px;
  border: 2px solid rgba(51, 51, 51, 0.28) !important;
  padding: 2px;
  border-radius: 50px;
}
.product_gallery a {
  width: 100px;
  height: 100px;
  float: left;
  margin: 10px;
  border: 1px solid #e5e5e5;
}
.product_gallery a img {
  width: 100%;
  margin-top: 15px;
}
.product_price {
  margin: 20px 0;
  padding: 5px 10px;
  background-color: #FFFFFF;
  text-align: left;
  border: 2px dashed #E0E0E0;
}
.price-tax {
  font-size: 18px;
}

/* *********  /Ecommerce  ****************************** */



/* *********  MultiCarousel styleing  ****************************** */

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }

        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

/* *********  /MultiCarousel styling  ****************************** */

@import url(https://fonts.googleapis.com/css?family=Fjalla+One:400|Roboto:400,400italic,700);



.jzdbox1 {
  width:315px;
  background:#332f2e;
  border-radius:5px;
  overflow:hidden;
  display:block;
  margin-bottom:10px;
  box-shadow:0 0 10px #201d1c;
  margin:0 auto;
  margin-top:100px;
}

.jzdcal {
  padding:0 10px 10px 10px;
  box-sizing:border-box!important;
  background:#749d9e;
  background: -webkit-linear-gradient(#749d9e, #b3a68b)!important;
  background: -o-linear-gradient(#749d9e, #b3a68b)!important;
  background: -moz-linear-gradient(#749d9e, #b3a68b)!important;
  background: linear-gradient(#749d9e, #b3a68b)!important;
}

.jzdcalt {
  font:18px 'Roboto';
  font-weight:700;
  color:#f7f3eb;
  display:block;
  margin:18px 0 0 0;
  text-transform:uppercase;
  text-align:center;
  letter-spacing:1px;
}

.jzdcal span {
  font:11px 'Roboto';
  font-weight:400;
  color:#f7f3eb;
  text-align:center;
  width:42px;
  height:42px;
  display:inline-block;
  float:left;
  overflow:hidden;
  line-height:40px;
}

.jzdcal .jzdb:before {
  opacity:0.3;
  content:'o';
}

.circle {
  opacity: 0.1;
  border:1px solid #f7f3eb;
  box-sizing:border-box!important;
  border-radius:200px!important;
}

span[data-title]:hover:after,
div[data-title]:hover:after {
  font:11px 'Roboto';
  font-weight:400;
  content:attr(data-title);
  position:absolute;
  margin:0 0 100px;
  background:#282423;
  border:1px solid #f7f3eb;
  color:#f7f3eb;
  padding:5px;
  z-index:9999;
  min-width:150px;
  max-width:150px;
}


.jzdbox1 {
  width:315px;
  background:#332f2e;
  border-radius:5px;
  overflow:hidden;
  display:block;
  margin-bottom:10px;
  box-shadow:0 0 10px #201d1c;
  margin:0 auto;
  margin-top:0px;
}

.jzdcal {
  padding:0 10px 10px 10px;
  box-sizing:border-box!important;
  background:#749d9e;
  background: -webkit-linear-gradient(#749d9e, #b3a68b)!important;
  background: -o-linear-gradient(#749d9e, #b3a68b)!important;
  background: -moz-linear-gradient(#749d9e, #b3a68b)!important;
  background: linear-gradient(#749d9e, #b3a68b)!important;
}

.jzdcalt {
  font:18px 'Roboto';
  font-weight:700;
  color:#f7f3eb;
  display:block;
  margin:18px 0 0 0;
  text-transform:uppercase;
  text-align:center;
  letter-spacing:1px;
}

.jzdcal span {
  font:11px 'Roboto';
  font-weight:400;
  color:#f7f3eb;
  text-align:center;
  width:42px;
  height:42px;
  display:inline-block;
  float:left;
  overflow:hidden;
  line-height:40px;
}

.jzdcal .jzdb:before {
  opacity:0.3;
  content:'o';
}

.circle {
  border:1px solid #f7f3eb;
  box-sizing:border-box!important;
  border-radius:200px!important;
}

span[data-title]:hover:after,
div[data-title]:hover:after {
  font:11px 'Roboto';
  font-weight:400;
  content:attr(data-title);
  position:absolute;
  margin:0 0 100px;
  background:#282423;
  border:1px solid #f7f3eb;
  color:#f7f3eb;
  padding:5px;
  z-index:9999;
  min-width:150px;
  max-width:150px;
}

/* carousel */
#quote-carousel
{
  padding: 0 10px 30px 10px;
  margin-top: 0px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left
{
  left: -1px;
}
/* Next button  */
#quote-carousel .carousel-control.right
{
  right: -1px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */


/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #quote-carousel
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }

}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {

    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */

    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

.blog-agileinfo .product_price {
  margin: 20px 0;
  padding: 5px 10px;
  background-color: #FFFFFF;
  text-align: left;
  border: 2px dashed #E0E0E0;
}
.blog-agileinfo .price-tax {
  font-size: 18px;
}

.blog-agileinfo .c2:hover{
  background: #ed9c28;
  color: #ffffff;
}
.blog-agileinfo .c2 .yellow{
  color: #ed9c28;
}
.blog-agileinfo .c2:hover .yellow{
  color: #ffffff;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Vehicle Exterior */

.on-load {
  display: block !important;
}


.title-wrapper {
  position: relative;
}

.wrapper {
  transition: 0.3s all;
  opacity: 0;
}

.wrapper.active {
  visibility: visible !important;
  opacity: 1 !important;
}


.arrow {
  background: url('https://cdn.scaleflex.it/filerobot/assets/arrow_1.png') 50% 50% / contain no-repeat;
  width: 100px;
  height: 250px;
  position: absolute;
  top: -42px;
  left: -97px;
  transform: rotate(38deg);
  cursor: pointer;
}

.cloudimage-360 .cloudimage-360-prev, .cloudimage-360 .cloudimage-360-next {
        padding: 8px;
        background: rgb(244, 244, 244);
        border: none;
        border-radius: 4px;
      }

      .cloudimage-360 .cloudimage-360-prev:focus, .cloudimage-360 .cloudimage-360-next:focus {
        outline: none;
      }

      .cloudimage-360 .cloudimage-360-prev {
        display: none;
        position: absolute;
        z-index: 100;
        top: calc(50% - 15px);
        left: 20px;
      }

      .cloudimage-360 .cloudimage-360-next {
        display: none;
        position: absolute;
        z-index: 100;
        top: calc(50% - 15px);
        right: 20px;
      }

      .cloudimage-360 .cloudimage-360-prev:before, .cloudimage-360 .cloudimage-360-next:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background: 50% 50% / cover no-repeat;
      }

      .cloudimage-360 .cloudimage-360-prev:before {
        background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-left.svg');
      }

      .cloudimage-360 .cloudimage-360-next:before {
        background-image: url('https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-right.svg');
      }

      .cloudimage-360 .cloudimage-360-prev.not-active, .cloudimage-360 .cloudimage-360-next.not-active {
        opacity: 0.4;
        cursor: default;
      }

.inner-spinner {
  display: none;
}


@media (max-width: 767px) {
  .desc-wrapper-with-media-query {
    margin-top: 20px;
  }
}

div.images-in-columns div:not(.container-width-box) {
  margin-bottom: 15px;
  font-size: 14px;
}


.view-360-capture {
  display: block;
  max-width: 850px;
  margin: 0 auto;
  font-weight: lighter;
  line-height: 1.5em;
  font-size: 18px;
  text-align: center;
}

.main-360-spin .cloudimage-360-box-shadow {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 42%, #222 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,#222 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 42%,#222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#222',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* //Vehicle Exterior */


/* Vehicle interior */

.viewer {
  position: relative;
  width: 100%;
  /* height: 400px; */
  max-width: 800px;
  margin: 0px auto;
  overflow: hidden;
  outline: none;
}

.fullscreen-container .viewer {
  max-width: none;
  height: 100%;
}

.viewer:after {
  position: relative;
  display: block;
  content: "";
  padding-top: 60%;
  width: 100%;
  z-index: -1;
}

.viewer .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.viewer canvas {
  width: 100%;
  height: 100%;
}


/* // Vehicle interior */

.fullscreen-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
}
.enterfs {
  display: block !important;
}
.fullscreen-container .enterfs {
	display: none !important;
}
.exitfs {
	display: none !important;
}
.fullscreen-container .exitfs {
	display: block !important;
}
.entervr {
  display: block !important;
}

.panoviewer-control button {
  background-color: rgba(0,0,0,.6);
  color: white;
  border-radius: 5px;
  border: none;
  margin: 5px;
  padding: 5px;
  outline: none;
  font-size: 0px;
  margin-bottom: 5px;
}
.panoviewer-control button.enterfs,
.panoviewer-control button.exitfs {
  margin-bottom: 10px;
}
.panoviewer-control button svg {
  width: 30px;
  height: 30px;
}

.panoviewer-control {
  text-align: center;
  position: absolute;
  font-weight: 300;
  top: 0px;
  right: 5px;
  z-index: 1;
}
.panoviewer-control .camera {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,.6);
    border-radius: 100px;
}
.panoviewer-control .pie,.camera {
    height: 40px;
    width: 40px;
}

.image360_loading,
.image360_loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.image360_loading {
  display: none;
  width: 92px;
  height: 92px;
  z-index: 1;
}

.image360_loading .image360_loadingBar {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  width: 32px;
  height: 8px;
  margin: auto;
  background-image: url(../img/common_loading_mo_white.gif);
  background-repeat: no-repeat;
  background-size: 32px 8px
}

.image360_loading:before {
  background-image: url(../img/sp_component.png);
  background-repeat: no-repeat;
  -webkit-background-size: 391px 349px;
  background-size: 391px 349px;
  display: inline-block;
  width: 92px;
  height: 92px;
  background-position: 0 -85px
}

.image360_loading.is-loading {
  display: block;
}


/**
 *
 */
 .gyroTouchOptions {
  position: absolute;
  right: 0px;
  bottom: 0px;
  text-align: right;
}

.optionSet {
  /* position: absolute;
  bottom:0px;
  right: 0px; */
}

.optionSet .option {
  border: 1px;
  border-radius: 3px;
  background-color: rgb(188, 188, 207);
  color: white;
  padding: 2px;
  height: 34px;
  box-sizing: border-box;
  font-size: 0;
  margin: 5px 0px;
  display: inline-block;
  vertical-align: middle;
}

.optionSet .option:hover {
  background-color: rgb(73, 73, 201);
}

.optionSet .option.selected {
  background-color: rgb(175, 64, 226);
}

.selectGroup {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.selectGroup .option {
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  line-height: 34px;
  padding: 0px 10px;
  min-width: 34px;
  text-align: center;
}

.statusButton.option {
  position: relative;
  background-color:#7fbeff;
  margin: 5px;
}
.selectGroup .option span {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100% 100%;
}
.selectGroup .option span.vertical {
  transform: rotate(90deg);
}
.statusButton.option svg {
  width: 40px;
  fill: #fff;
  stroke: #fff;
}

.statusButton.option:hover{
  background-color: #7f1e1f;
}

.selectGroup.hide {
  display: none;
}

.banner .w-100 {
    width: auto !important;
  }

.search-area-inner {
  margin: 0 auto;
}

.search-area-inner h1 {
  font-size: 25px;
  margin-bottom: 15px;
}

.search-area-inner .col-pad2 {
  padding: 0 7.5px;
}

.search-area-inner .show-more-options {
  font-weight: 500;
  font-size: 15px;
  display: block;
  margin-bottom: 0;
}

.search-area-inner {
    margin: 0 -15px;
  }

.search-box-3 .search-area-inner {
    margin: 0;
  }

 .search-contents {
  border-radius: 4px;
  transition: 0.9s ease-out;
}

.search-contents {
  transition: all 0.4 s;
  display: block;
}


.sb-7 .range-slider .ui-widget-header {
  background-color: #fff;
}

.sb-7 .range-slider .ui-slider .ui-slider-handle {
  border: 2px solid #fff;
}

.sb-7 .range-slider .ui-slider .ui-slider-handle {
  background: #fff;
}

.range-slider {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

.range-slider .ui-slider {
  position: relative;
  text-align: left;
}

.range-slider label {
  font-size: 14px;
  color: #535353;
  font-weight: 500;
  margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 0;
  border: 2px solid #66676b;
  cursor: w-resize;
  outline: none;
  top: -5px;
  margin-left: -8px;
  box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
  background-color: #ccc;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.range-slider .ui-slider-horizontal {
  height: 4px;
  border-radius: 10px;
  width: calc(100% - 16px);
  margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
