/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

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;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
	font-family: 'Cagliostro', sans-serif;
}
p{
	padding:0 0;
	margin:0 0;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
	font-family: 'Open Sans', sans-serif;
	
}

 .header-top-white {
    background:#FFFFFF;
	 padding: .2em 0;
 }
 .top-left-white  a{
    color:#000000;
	font-size: 1em;
    text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}


.header-top {
    background: #1565c0;
	/* padding: .2em 0; */
	 height:auto;
 }
 
 
.top-left {
    float: left; 
}
.top-left i {
    font-size: 1em;
    margin-left: 0.5em;
}
.top-left  a{
    /*color: #fff;*/
	color: #4a4d4f;
	font-size: 1em;
    text-transform: capitalize;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.top-right ul li {
    display: inline-block;
    padding: 0em 1em;
}
.top-right ul li a {
    font-size: 1em;
    /*text-transform: capitalize; */
    color:#fff;
    text-decoration: none;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.top-right ul li.text a {
	color:#fff;
}
.top-right {
    float: right;
}
.heder-bottom {
    padding: 0.3em 0;
	background: #1E5792;
}
.logo-nav-left{
	float:left;
}
.logo-nav-left h1 a{
	font-size:1.1em;
	color:#fff;
	text-decoration:none;
	
}
.logo-nav-left h1 a span{
	display: block;
    font-size: .2em;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 11px;
    color: #fff;
    padding-left: .3em;
}
.logo-nav-left1 {
    float:left;
    margin-left: 10em;
}
.logo-nav-left1 ul li a{
	font-size:.95em;
    color:#666666;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
	font-weight: 600;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.logo-nav-left1 ul li.active a.act{
	color:#fff !important;
}
.multi-column-dropdown li a {
    color: #999 !important;
}
.multi-column-dropdown li a:hover {
    color:#0080FF !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
	margin-top: 1em;
}
.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 10px; 
    border: 1px solid transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #fff;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-collapse {
    padding: 0;
}
ul.multi-column-dropdown h6 {
    font-size: 1.4em;
    color:#222222;
    margin: 0 0 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #E4E4E4;
    text-transform: capitalize;
}
.multi-column-dropdown li {
    list-style-type: none;
    margin: 7px 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #999 !important;
    white-space: normal;
	font-weight:500 !important;
}
.multi-column-dropdown li a:hover {
    color:#0080FF !important;
}
.dropdown-menu.columns-3 {
    min-width: 700px; 
	
    padding: 15px 15px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
	color:#fff !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
}
.multi-gd-img img {
    width: 100%;
}
.search-box {
    margin-top: .6em;
}
/*start search*/
/*--search--*/
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.cd-main-header {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 72px;
    right: 22%;
}
.cd-header-buttons li {
	display: inline-block;
}
.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position:relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search {
	position: absolute;
	width: 100%;
	top: 19%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
	-webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 2em;
    padding: 1em 2em;
	color: #fff;
}
.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}
.cd-search input::-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/*-- search-ends --*/
.header-right2{
	float:right; 
	margin-top: 1.5em;
}
.box_1 {
  float: right;
}
.box_1 h3 {
  color:#fff;
  font-size: 0.9em;
  margin: 0;
}
.total {
  display: inline-block;
  vertical-align: middle;
}
.box_1 a img {
  margin: 3px 0 0 0px;
}
.box_1 p {
	margin: 0;
    color: #fff;
    font-size: 14px;
}
a.simpleCart_empty {
	color:#fff;
    font-size: 13px;
    text-decoration: none;
    text-align: right;
    display: block;
}
/*-- //header --*/
.ban-bottom-w3l {
    padding: 5em 0;
}
.ban-bottom1 {
    float: left;
    width: 48%;
	margin-right:2%
}
.ban-bottom2 {
    float: left;
    width: 48%;
	margin-left:2%
}
.ban-img {
    margin-top: 2.1em;
}
.ban-top{
	position: relative;
    overflow: hidden;
}
.ban-top img {
	-moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
}
.ban-top:hover img {
	-moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.ban-text {
    position: absolute;
    top: 50%;
    left: 25%;
    background: rgba(13, 89, 175, 0.72);
    padding: 1em;
}
.ban-text1 {
    position: absolute;
    top: 40%;
    left: 25%;
    
    background: rgba(13, 89, 175, 0.72);
    padding: 1em;
}
.ban-text h4 {
    font-size: 2em;
    color: #fff;
}
.ban-text1 h4 {
    font-size: 2em;
    color: #fff;
}
.ban-text2 h4 {
    font-size: 1.5em;
    color: #fff;
}
.ban-text2 span{
    display:block;
	line-height:1.5em;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F19E1F;
    border-radius: 50%;
	-webkit-border-radius: 60%;
	-moz-border-radius: 60%;
	-o-border-radius: 60%;
	-ms-border-radius: 60%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before,.services-grid:hover .hvr-sweep-to-top:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.ban-text2 {
    position: absolute;
   /* top: 14%;
    left: 45%; */
	top: 6%;
    right: 5%;
    /*background: #1565C0;*/
	background: #F19E1F;
    padding: 1.5em;
    border-radius: 60px;
    text-align: center;
	width: 18%;
}
h2.tittle {
    text-align: center;
    font-size: 3em;
    color: #1565C0;
}
.new-arrivals-w3agile {
    padding: 5em 0;
    background: #F9F8F8;
	text-align:center;
}
.arrivals-grids {
    margin-top: 4em;
}
.grid-arr {
    border: 1px solid #E2E2E2;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 0em;
}
.grid-arr .grid-arrival figure {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 20px 0;
  width: 100%;
}
.grid-arr .grid-arrival figure:hover .grid-img + .grid-img{
  right: 100%;
}
.grid-arr .grid-arrival figure > a {
  display: block;
  float: left;
  width: 100%;
  z-index: 1;
}
.grid-arr .grid-arrival figure > a .grid-img {
  width: 100%;
  line-height: 0;
  will-change: right;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.grid-arr .grid-arrival figure > a .grid-img img {
  width: 100%;
}
.grid-arr .grid-arrival figure > a .grid-img + .grid-img {
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  -o-transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  -webkit-transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
  transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
}
.grid-arr .grid-arrival figure > a .grid-img + .grid-img img {
  max-width: none;
}

.grid-product {
    width: 70%;
    margin: 0 auto;
}
.women h6 {
    font-size: 1.4em;
    margin: 0.4em 0;
}
.women h6 a {
    color: #1565C0;
    text-decoration: none;
}
.women p {
    font-size: 1em;
    color: #999;
    margin: 0.9em 0;
}
em.item_price {
    font-style: normal;
    color: #000;
    font-weight: 600;
}
span.size {
    color: #000000;
    font-weight: 600;
}
/*--cart--*/
a:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}
.grid-arrival {
    position: relative;
}
.ribben {
    position: absolute;
    top: 30%;
    left: -3%;
    padding: 0.5em;
    background: #F19E1F;
    width: 32%;
}
.ribben1 {
    position: absolute;
    top: 15%;
    left: -3%;
    padding: 0.5em;
    background: #AF1D0D;
    width: 32%;
}
.ribben p{
	font-size:1em;
	color:#fff;
}
.ribben1 p{
	font-size:1em;
	color:#fff;
}
.ribben:after {
    content: '';
    position: absolute;
    top: 85%;
    right: 77%;
    width: 0;
    height: 0;
    border-top: 24px solid #BF8020;
    border-right: 14px solid transparent;
    border-left: 3px solid transparent;
    transform: rotate(97deg);
}
.ribben1:after {
    content: '';
    position: absolute;
    top: 86%;
    right: 78%;
    width: 0;
    height: 0;
    border-top: 24px solid #6D1107;
    border-right: 14px solid transparent;
    border-left: 3px solid transparent;
    transform: rotate(97deg);
}
.ribben2 p{
	font-size:1em;
	color:#fff;
}
.ribben2 {
    position: absolute;
    top: 15%;
    left: -3%;
    padding: 0.5em;
    background: #0D59AF;
    width: 42%;
}
.ribben2:after {
    content: '';
    position: absolute;
    top: 86%;
    right: 83%;
    width: 0;
    height: 0;
    border-top: 24px solid #04448C;
    border-right: 14px solid transparent;
    border-left: 3px solid transparent;
    transform: rotate(97deg);
}
a.my-cart-b {
    text-decoration: none;
}
.my-cart-b {
    background: none;
    text-decoration: none;
    color: #1565C0;
    font-size: 1em;
    border: 2px solid #F19E1F;
    padding: 0.5em 1em;
    outline: none;
}
/* Sweep To Bottom */
.my-cart-b{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.my-cart-b:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1565C0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    border-radius: 50px;
	border: 2px solid #1565C0;
}
.my-cart-b:hover, .my-cart-b:focus, .my-cart-b:active {
	color: white;
    background: none;
    border: 2px solid #1565C0;
    outline: none !important;
}
.my-cart-b:hover:before, .my-cart-b:focus:before, .my-cart-b:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.accessories-w3l {
    text-align: center;
    background: url(../images/ban21.jpg) no-repeat 0px 0px;
	min-height: 534px;
	background-size:cover;
	padding: 10em 0;
}
h3.tittle {
    font-size: 3em;
    color: #fff;
}
.accessories-w3l span {
    font-size: 5em;
    color: #fff;
    line-height: 2em;
    font-family: 'Cagliostro', sans-serif;
    margin-bottom: .5em;
    display: block;
}
a.button1 {
    font-size: 1em;
    background: #F19E1F;
    color: #fff;
    padding: 1em 2em;
    text-decoration: none;
    margin-top: 2em;
}
.slider {
	position: relative;
	text-align: center;
	width: 100%;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 8px;
	width: 8px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius:50%;
	background:#fff;
}
.callbacks_here a:after{
	border: 2px solid #FFF;
	background:transparent;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 29px;
	z-index: 999;
	left: 46%;
	display: none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 73%;
	left: 15%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 15%;
}
.product-agile {
    padding: 5em 0;
}
h3.tittle1 {
    text-align: center;
    font-size: 3em;
    color: #1565C0;
}
.caption {
    margin-top: 4em;
}
.latest-w3 {
    padding: 5em 0;
	background: #F7F7F7;
}
.latest-grids {
    margin-top: 4em;
}
.latest-top {
    position: relative;
	    overflow: hidden;
}
.latest-text {
    background: rgba(21, 101, 192, 0.71);
    padding: 1em;
    position: absolute;
    left: 0;
    bottom: -67%;
    text-align: center;
    width: 100%;
    height: 210px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.latest-grid:hover .latest-text {
    bottom: -50%;
}
.latest-text h4{
    color: #FFFFFF;
    font-size: 1.3em;
    margin: 0;
}
.latest-text2 {
   position: absolute;
    top: 3%;
    left: 80%;
    /*background: #1565C0;*/
	background: #F19E1F;
    padding: 1.5em 0em;
    border-radius: 60px;
    text-align: center;
    width: 17%;
}
.latest-text2 h4 {
    font-size: 1.2em;
    color: #fff;
}
.footer-w3l {
    background: #1E5792;
    padding: 2em 0;
}
.footer-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: .5em;
}
.footer-grid p {
    font-size: .96em;
    color: #eee;
    line-height: 1.8em;
}
.footer-grid ul li a {
    font-size: .96em;
    color: #eee;
    line-height: 2em;
	text-decoration:none;
}
.footer-grid i {
    font-size: 1em;
    color: #fff;
    margin-right: 11px;
    line-height: 2em;
    border-radius: 48px;
    border: 1px solid #F19E1F;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
.footer-grid ul li  {
    list-style: none;
}
.footer-grid ul li a:hover {
    color: #F39911;
}
.footer-grid p a {
    color: #eee;
}
.foot ul li:nth-child(2) {
    margin: 1em 0;
}
.copy-section{
	padding:1em 0;
	text-align:center;
	background: #0A0A0A;
}
.copy-section p {
	font-size: 0.9em;
	color: #fff;
	font-weight: 400;
}
.copy-left {
    float: left;
    margin-top: 0.6em;
}
.copy-right{
	 float: right;
}
.copy-section  a {
	font-size: 1em;
	color:#fff;
	font-weight: 400;
	text-transform: capitalize;
}
.copy-section a:hover {
	color: #fff;
}
.copy-section a {
	margin: 0 0.3em
}
.social-icon {
    margin-top: 1.8em;
}
.social-icon a i {
    width: 32px;
    height: 32px;
    background:#F19E1F url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.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;
	    border-radius: 16px;
}
.social-icon i.icon:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat 0px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.social-icon i.icon {
    background-position: 0px 0px;
}
.social-icon i.icon1 {
    background-position: -32px 0px;
}
.social-icon i.icon1:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat -32px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.social-icon i.icon2 {
    background-position: -64px 0px;
}
.social-icon i.icon2:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat -64px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.social-icon i.icon3 {
    background-position: -96px 0px;
}
.social-icon i.icon3:hover {
  background: #AF1D0D   url(../images/img-sprite.png) no-repeat -96px 0px;
      border-radius: 0px;
	      transform: rotate(25deg);
}
.news-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
    padding-top: 1em;
    width: 90%;
    margin: 0 auto 1em;
}
.news-gr h4 {
    text-align: center;
    font-size: 1.5em;
    color: #222;
}
.new-grid h5 {
    font-size: 1.7em;
    color: #222;
}
.new-grid h6 {
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: 600;
}
.new-grid span {
    font-size: 1em;
    color: #777;
    line-height: 2em;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 6px;
    border-bottom: 1px solid #FFFFFF;
}
.modal-dialog {
    width: 950px;
}
.color-quality-left{
	float:left;
}
.color-quality-right {
	float: left;
    margin-left: 8em;
}
.color-quality ul li {
    display: inline-block;
    margin-right: .5em;
}
.color-quality ul li a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}
.color-quality ul li a span {
    width: 15px;
    height: 15px;
    display: block;
    background: #ff0000;
    margin: 0 auto .5em;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
.color-quality ul li a.brown span {
    background: #00008c;
}
.color-quality ul li a.purple span {
    background: #840084;
}
.color-quality ul li a.gray span {
    background: #ff00ff;
}
.color-quality {
    margin: 1em 0;
}
/*-- quantity-starts --*/
 .value-minus,
.value-plus,.value-minus1,
.value-plus1{
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
	border:1px solid #b2b2b2;
	    vertical-align: bottom;
}
.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before,.quantity-select .entry.value-minus1:before,
.quantity-select .entry.value-plus1:before{
	content: ""; 
	width: 13px;
	height: 2px; 
	background: #000;
	left: 50%;
	margin-left: -7px; 
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}
.quantity-select .entry.value-plus:after,.quantity-select .entry.value-plus1:after{
	content: "";
	height: 13px;
	width: 2px; 
	background: #000;
	left: 50%; 
	margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
	position: absolute;
}
.value,.value1  {
    cursor: default;
    width: 40px;
	height:40px;
    padding: 8px 0px;
    color: #A9A9A9;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    text-align: center;
    display: inline-block;
	margin-right: 3px;
}
.quantity-select .entry.value-minus:hover,
 .quantity-select .entry.value-plus:hover,.quantity-select .entry.value-minus1:hover,
 .quantity-select .entry.value-plus1:hover{
	background: #E5E5E5;
}

.quantity-select .entry.value-minus,.quantity-select .entry.value-minus1{
    margin-left: 0;
}
/*-- quantity-end --*/
/*--products--*/
.banner1 {
    background: url(../images/b1.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: 190px;
    padding: 6em 0 0;
    text-align: center;
}
.banner1 h3 a {
    color: #fff;
    text-decoration: none;
}
.banner1 h3 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 0em;
}
.banner1 h3 span {
    color: #fff;
}
.products-agileinfo {
    padding: 5em 0;
	background: #F9F8F8;
}
.product-agileinfo-grids {
    margin-top: 4em;
}
.categories h3{
    text-align: center;
    font-size: 2.5em;
    padding: .2em;
    background: #f19e1f;
    color: #fff;
    margin-bottom: .5em;
}
/*-- treeview --*/
.categories label {
    padding: 5px;
    border-radius: 3px;
    margin: 2px;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #777;
}
.categories a{
    background: url("../images/icons1.png") no-repeat 10px 9px !important;
    padding: 7px 0 0 31px;
    border-radius: 3px;
    margin: 2px;
    font-size: 15px;
}

.categories ul,
.categories li
{
	list-style: none;
}

.categories input
{
	position: absolute;
	opacity: 0;
}

.categories
{
	font: normal 11px "Segoe UI", Arial, Sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.categories a {
    color: #777;
    text-decoration: none;
}

.categories a:hover
{
	text-decoration: underline;
}

.categories input + label + ul
{
	margin: 0 0 0 22px;
}

.categories input + label + ul
{
	display: none;
}

.categories label,
.categories label::before
{
	cursor: pointer;
}

.categories input:disabled + label
{
	cursor: default;
	opacity: .6;
}

.categories input:checked:not(:disabled) + label + ul
{
	display: block;
}

.categories label,
.categories label::before
{
	background:url("../images/icons1.png") no-repeat 15px 9px !important;
}
.categories label,
.categories a,
.categories label::before
{
	display: inline-block;
	vertical-align: middle;
}

.categories label
{
	background-position: 18px 0;
}

.categories label::before
{
	content: "";
	width: 16px;
	margin: 0 22px 0 0;
	vertical-align: middle;
	background-position: 0 -32px;
}

.categories input:checked + label::before
{
	background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.categories
	{
		-webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
	}
	
	@-webkit-keyframes webkit-adjacent-element-selector-bugfix 
	{
		from 
		{ 
			padding: 0;
		} 
		to 
		{ 
			padding: 0;
		}
	}
}
/*-- //treeview --*/
.price,.cat-img,.brand-w3l {
    margin-top: 2em;
}
.price h3,.top-rates h3,.brand-w3l h3{
    text-align: center;
    font-size: 2em;
    padding: .2em;
    background: #f19e1f;
    color: #fff;
    margin-bottom: .5em;
}
/*-- Slider range --*/
ul.dropdown-menu6 ,ul.dropdown-menu5{
	margin:0;
	position:relative;
}
ul.dropdown-menu6 li {
	list-style:none;
}
ul.dropdown-menu6 li p{
	width:100%;
}
span.amount{
	color:#ffffff;
	font-size:16px;
}
.price input#amount,.price input#amount1 {
    font-size: 18px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: 10px;
    text-align: center;
    width: 100%;
    padding: 4px 0;
}
ul.dropdown-menu6 li a {
	text-decoration: none;
}
.range,.range-two{
	padding: 15px 0 22px 0;
	border-bottom: 1px solid #e5e3db; 
}
.top-rates {
    padding-top: 3.5em;
}
.brand-w3l ul li a {
    font-size: 1.1em;
    color: #777;
    text-decoration: none;
    margin-left: 2em;
}
 .brand-w3l ul li {
    list-style: none;
    border-bottom: 1px solid #d6d5d5;
    padding: 0.5em 0;
}
.mens-toolbar p {
    color: #000;
    font-size: 1em;
	    display: inline-block;
}
.mens-toolbar p  select {
    color: #000;
    font-size: 0.9em;
    outline: none;
    cursor: pointer;
    padding: 0.3em;
	border:none;
}
.mens-toolbar {
      padding: 2em 0;
}
.mens-toolbar p {
    color: #777;
    font-size: 1em;
    display: inline-block;
}
.showing {
    margin: 0 3em;
}
.nav1-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid #FAA43D;
    border-radius: 0;
    background: #FAA43D;
}
.product-agileinfon-grid1 {
    text-align: center;
}
.prod1 {
    margin: 3em 0;
}
.prod2 {
    margin-top: 3em;
}
.prod3 {
    margin: 3em 0;
}
.prod4 {
    margin-top: 3em;
}
/*--products--*/
/*--codes--*/
.typo-w3 {
    padding: 5em 0;
}
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #555;
	font-size: 0.85em;
	margin-bottom: 14px;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color:#F58703;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #555;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color:#414141;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.nav-tabs {
	margin-bottom: 3em;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	
	.topbeat {
	font-size:70%;
    }
}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	
	.topbeat {
	font-size:30%;
   }
   .topbeat img {
	width:10%;
	height:10%;
    }
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
	
	.topbeat {
	font-size:30%;
    }
	.topbeat img {
	width:10%;
	height:10%;
    }
}
/*--codes--*/
/*--single--*/
.single-wl3 {
    padding: 3em 0 !important;
}
.single-left {
    float: left;
    width: 48%;
    margin-right: 2%;
}
.single-right {
    float: left;
    width: 50%;
}
.single-grid h4 {
    font-size: 2em;
    color: #222;
	margin-bottom: 0.5em;
}
.description p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
.description span {
    font-size: 1.2em;
    color: #f19e1f;
    font-weight: bold;
	font-family: 'Cagliostro', sans-serif;
}
p.price {
    font-size: 2em;
    margin: 0.5em 0;
    color: #AF1D0D;
    font-weight: bold;
    font-family: 'Cagliostro', sans-serif;
}
.color-quality h6 {
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: 600;
}
.women span {
    font-size: 1em;
    color: #000;
    margin: 1em 0;
    display: block;
}
.single-grid1 h3 {
    font-size: 2.5em;
    text-align: center;
	color: #1565C0;
	margin-bottom: 0.3em;
}
.recent-left {
    float: left;
    width: 24%;
}
.recent-right {
    float: right;
    width: 68%;
	margin-top:1em;
}
span.price-in1 {
    font-size: 1.2em;
    color: #AF1D0D;
    font-weight: bold;
    margin-top: 0.5em;
    display: block;
}
.best2 a {
    font-size: 1.5em;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5em;
}
.nav-tabs {
    border-bottom: 1px solid #fff;
}
.left-tab > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 0;
    color: #fff;
    background: #F19E1F ;
    padding: 0.5em 1em;
    font-size: 1.2em;
}
.left-tab > li.active > a, .left-tab > li.active > a:hover, .left-tab > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #AF1D0D   ;
    border: none !important;
    border-bottom-color: none !important;
}
.nav > li > a:hover, .nav > li > a:focus {
   /* background: #AF1D0D   ; */
    color:#007DFB !important;
	
}
.product-w3agile {
    margin-top: 4em;
}
.product-grids {
    margin-top: 4em;
}
.descr h4 {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.5em;
}
p.quote {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
    padding: 1em 2em;
    background: #eee;
    margin: 2em 2em;
    border-left: 5px solid #af1d0d;
}
.descr {
    padding-top: 1em;
}
.descr p{
	font-size: 1em;
    color: #777;
    line-height: 1.8em;
}
.descr ul li {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.8em;
}
.video iframe {
    width: 100%;
    height: 410px;
	margin-bottom: 1em;
}
.reviews-left {
    float: left;
    width: 14%;
}
.reviews-right {
   /* float: right; */
   float: right; 
    width: 83%; */
   /*width:100%; */
    border: 1px solid #eee;
	    padding: 2em;
}
.reviews-right ul li {
    display: inline-block;
}
.reviews-right ul li a {
	font-size: 1em;
    color: #FDA30E;
    text-transform: uppercase;
    text-decoration: none;
}
.reviews-right ul li:nth-child(2) {
    float: right;
}
.reviews-right ul li a i {
    left: -1em;
}
.reviews-bottom {
    margin-top: 2em;
}
.reviews-bottom p {
    padding: 1em 0;
}
.reviews-bottom input[type="text"], .reviews-bottom input[type="email"], .reviews-bottom textarea {
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    font-size: 15px;
    color: #FDA30E;
	width:100%;
}
.reviews-bottom textarea {
    width: 100% !important;
    min-height: 150px;
    margin-bottom:1em;
    resize: none;
}
.reviews-bottom form {
    margin-top: 1em;
}
.reviews-bottom input[type="submit"] {
    outline: none;
    padding: 10px 0;
    background: #AF1D0D;
    border: none;
    width: 20%;
    font-size: 1em;
    color: #fff;
    margin-top: 1em;
	    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.reviews-bottom input[type="submit"]:hover {
    background: #F19E1F;
}
/*--single--*/
/*--mail--*/
.mail-w3ls {
    padding: 5em 0;
}
.mail-grid i {
    font-size: 1.5em;
    border-radius: 60px;
    border: 2px solid #fbb005;
    padding: 1em;
    color: #fff;
    background: #fbb005;
	transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.mail-grid i:hover {
    background: #0d59af;
}
.mail-grids {
    margin-top: 4em;
}
.mail-grid h5 {
    font-size: 1.8em;
    color: #1565c0;
    margin-top: .5em;
}
.mail-grid p {
    font-size: 1em;
    color: #777;
	margin-top:.5em;
}
.mail-top {
    text-align: center;
}
.map-w3 iframe {
    width: 100%;
    height: 350px;
    border: 7px double #fbb005;
}
.map-w3 {
    margin: 4em 0;
}
.mail-bottom h4 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 1em;
    color: #1565c0;
}
.mail-bottom input[type="text"], .mail-bottom input[type="email"] {
     width: 32.9%;
    float: left;
}
.mail-bottom textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
    margin: 1em 0;
}
.mail-bottom input[type="text"], .mail-bottom input[type="email"], .mail-bottom textarea {
    background: none;
    border: 1px solid #D9D9D9;
    color: #A3A3A3;
    padding: 13px 10px;
    font-size: 14px;
    outline: none;
}
.mail-bottom input[type="email"] {
    margin: 0 6px;
}
.mail-bottom input[type="submit"], .mail-bottom input[type="reset"] {
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 13px 0;
    width: 12%;
    background: #fbb005;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.mail-bottom input[type="submit"]:hover, .mail-bottom input[type="reset"]:hover {
    background: #1565C0;
}
/*--mail--*/
/*--login--*/
.login{
	padding:6em 0;
}
.account-grids {
    margin-top: 2em;
}
.main-agileits {
    width: 30%;
    margin: 0em auto ;
	box-shadow: 0px 0px 15px 0px #D6D6D6;
	-o-box-shadow: 0px 0px 15px 0px #D6D6D6;
	-moz-box-shadow: 0px 0px 15px 0px #D6D6D6;
	-webkit-box-shadow: 0px 0px 15px 0px #D6D6D6;
	padding: 3em ;
}

.key  input[type="text"] ,.key  input[type="password"]{
    width: 87%;
    padding: 10px 10px;
    font-size: 1em;
    border: none;
    border-bottom: none;
    outline: none;
    color: #999;
    float: left;
    background: none;
}
.key i{
	    float: left;
    color: #999;
    font-size: 1.1em;
    padding: 13px;
}
.key {
    background: #fff;
    border: 1px solid #999;
    margin-bottom: 2em;
}
.form-w3agile h3{
    color: #1565C0;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1.5em;
}
h3.account-text{
	color: #1565C0;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1.5em;
}
.account-grid h5 {
    font-size: 1.5em;
    color: #AF1D0D;
    margin-bottom: 0.54em;
}
.form-w3agile input[type="submit"] {
    background: #fdb515;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 1em;
    outline: none;
    width: 32%;
    cursor: pointer;
    margin-bottom:30px;
}
.form-w3agile  input[type="submit"]:hover{
	background:#AF1D0D;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.account-grid input[type="submit"] {
    background: #fdb515;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 1em;
    outline: none;
    width: 32%;
    cursor: pointer;
    margin-bottom:30px;
}
.account-grid  input[type="submit"]:hover{
	background:#AF1D0D;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.forg a {
    text-decoration: none;
    color: #AF1D0D;
    font-size:1em;
}
.forg a:hover{
	color:#fdb515;
}
.forg-left{
	float:left;
}
.forg-right{
	float:right;
}
.form1 input[type="submit"] {
	margin-bottom:0;
}
/*--//login--*/
/*--checkout--*/
/*--checkout--*/
.cart h2{
	font-size:1.5em;
	margin-bottom:1em;
}

.cart-sec{
	
	margin-bottom:3em;
}
.cart-item{
	width:20%;
	float:left;
	margin-right:5%;
	
}
.cart-item img{
	width:100%;
}
.cart-item-info{
	width:75%;
	float:left;
	 
}
.check{
	padding:5em 0;
}
.cart-item-info h3{
	font-size:1em;
	font-weight:600;
}
.cart-item-info h3 a{
	color:#000;
}
.cart-item-info h3 span{
	display:block;
	font-weight:400;
	font-size: 0.85em;
  margin: 0.7em 0;
}
.size_3 {
  width:100%;
}
.delivery {
  margin-top: 3em;
}
.delivery p {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: left;
}
.delivery span {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: right;
}
.cart-item-info h4 span{
	font-size:0.65em;
	font-weight:400;
} 
.close1,.close2{
  background: url('../images/close_1.png') no-repeat 0px 0px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.close3 {
  background: url('../images/close_1.png') no-repeat 0px 0px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top: 0px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.cart-header {  
  position: relative;  
}
.cart-header2 {  
  position: relative;  
}
.cart-header3 {  
  position: relative;  
}
a.order {
  background:#00405d;
  padding: 10px 20px;
  
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin:3em 0;
}
a.order:hover{
	background:#615c85;
}
.total-item,.cart-items{
	margin-top:0em;
	padding:5em 0;
}

.total-item h3 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.total-item h4{
	font-size:0.8em;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:6em;
}
a.cpns{
	background:#ff6978;
	color:#fff;
	
	padding: 10px;
  font-size: 0.8em;
	font-weight:600;
}
a.cpns:hover{
	background: #615c85;
}
.total-item p{
	font-size:0.9em;
	font-weight:400;
	margin-top:1em;
	color:#727272;	
}
.total-item p a:hover{
	color:#333;
	text-decoration:underline;
}
a.continue{
	background:#00405d;
	padding:10px 20px;
	
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display: block;
   font-weight: 600;  
   text-align: center;
   margin-bottom:2em;
}
a.continue:hover{
	background:#615c85;
}
ul.total_price{
	padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
ul.total_price li.last_price{
	width: 50%;
  float: left;
  
}
ul.total_price li.last_price span{
	font-size: 1.1em;
  color: #000;
}
.price-details{
	border-bottom: 1px solid #DDD9D9;
  padding-bottom: 10px;
}
.price-details h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:1em;
}
.price-details span{
	width: 50%;
  float: left;
 font-size: 0.8125em;
  color: #000;
  line-height: 1.8em;
}
.cart-items h2 {
  font-size: 1.5em;
  margin-bottom:2em;
}
a.item_add1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* border-bottom-right-radius: 50%; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 15px;
  background: url(0) #f54d56;
}
a.item_add1:hover{
	background:rgb(3, 193, 167);
	text-decoration:none;
	color:#fff;
}
.btn_5{
	padding:25px 40px;
	font-size:1.1em;
}
ul.qty{
	padding:0;
	margin:0;
	list-style:none;
}
ul.qty li{
   display: inline-block;
   margin-right: 10%;
}
ul.qty li p{
	font-size:0.8125em;
	color:#555;
}
li.bt-nn h6 {
  font-size: 1.2em;
  text-align: r;
  color: #621622;
  margin: 1em 0;
}
/**responsive**/
@media(max-width:1440px){
	
}
@media(max-width:1366px){
.accessories-w3l {
    min-height: 482px;
    padding: 7em 0;
}
.ribben1 {
    top: 12%;	
}
.main-agileits {
    width: 31%;
}
}
@media(max-width:1280px){
.ribben2 {
    top: 15%;	
}
.main-agileits {
    width: 33%;
}
.cd-search {
    top: 17%;
}
}
@media(max-width:1080px){
.ban-text2 {
    width: 20%;
}
.ban-text2 h4 {
    font-size: 1.3em;	
}
.ban-text h4,.ban-text1 h4 {
    font-size: 1.3em;
}
.dropdown-menu.columns-3 {
   left: -205%;
}
.ribben2 {
    top: 14%;
    width: 48%;
}
.ribben1:after,.ribben:after {
    right: 73%;
}
.ribben1 {
    top: 11%;
}
.ribben {
    left: -8%;
}
.women h6 {
    font-size: 1.3em;
}
.ban-text1 {
    left: 21%;
}
.accessories-w3l {
    min-height: 382px;
    padding: 6em 0;
}
.accessories-w3l span {
    font-size: 4em;
}
.latest-text2 {
    left: 73%;
    width: 21%;
}
.latest-text {
    height: 175px;
}
.ribben2:after {
    top: 85%;
}
.best2 a {
    font-size: 1.37em;
}
.description p,.descr p,.women p {
    font-size: 0.965em;
}
.single-grid1 h3 {
    font-size: 2em;
}
.main-agileits {
    width: 39%;
}
.video iframe {
    height: 345px;
}
}
@media (max-width: 1024px){
.dropdown-menu.columns-3 {
    left: -240%;
}
.ribben {
    left: -4%;
}
.cd-search {
    top: 23%;
}
.ban-img {
    margin-top: 1.8em;
}
.ribben1 {
    top: 10%;
}
.main-agileits {
    width: 41%;
}
.cd-header-buttons {
    right: 20%;
}
}
@media(max-width:991px){
.logo-nav-left h1 a {
    font-size: 1.1em;
}
.logo-nav-left h1 a span {
    letter-spacing: 9px;
}
.logo-nav-left1 ul li a {
    font-size: 12px;
}
.dropdown-menu.columns-3 {
    left: -855%;
}
.top-right ul li a {
    font-size: 0.95em;
}
.nav > li > a {
    padding: 10px 10px;
}
.logo-nav-left1 {
    float: left;
    margin-left: 1em;
}
.cd-header-buttons {
    top: 66px;
    right: 25%;
}
.cd-search {
    top: 18%;
}
.ban-bottom {
    float: left;
    width: 50%;	
}
.ban-bottom3 {
    float: left;
    width: 50%;
}
.ban-img {
    margin-top: 1.5em;
}
.ban-text1 {
    left: 9%;
}
.ban-text2 {
    width: 26%;
}
.ban-text h4, .ban-text1 h4 {
    font-size: 1em;
}
.ban-bottom-w3l,.new-arrivals-w3agile,.product-agile,.latest-w3,.footer-w3l,.products-agileinfo,.typo-w3,.mail-w3ls,.single-wl3 {
    padding: 4em 0;
}
.arrival-grid {
    float: left;
    width: 25%;
}
.ribben1 p,.ribben p,.ribben2 p {
    font-size: 0.95em;
}
.ribben2 {
    top: 14%;
    width: 60%;
}
.ribben {
    left: -5%;
}
.ribben2:after {
    top: 84%;
}
.ribben1:after {
    right: 67%;
    top: 82%;
}
.ribben:after {
    right: 65%;
    top: 82%;
}
.accessories-w3l {
    min-height: 370px;
    padding: 5em 0;
}
.accessories-w3l span {
    font-size: 3.5em;
}
h2.tittle {
    font-size: 2.8em;
}
.cap-left {
    float: left;
    width: 25%;
}
.latest-grid {
    float: left;
    width: 33.3%;
}
.latest-text2 {
    left: 68%;
    width: 29%;
}
.latest-text h4,.footer-grid h4,.descr h4,.single-grid h4 {
    font-size: 1.8em;
}
.latest-text {
    height: 136px;
}
h3.tittle1,h3.tittle {
    font-size: 2.8em;
}
.footer-grid {
    float: left;
    width: 25%;
	padding: 0 3px;
}
.product-agileinfo-grid {
    float: left;
    width: 35%;
}
.product-agileinfon-grid1 {
    float: left;
    width: 65%;
	    padding: 0;
}
.product-agileinfon-top-left {
    float: left;
    width: 50%;
}
.showing {
    margin: 0 1em;
}
.categories h3 {
    font-size: 2.2em;
}
.categories label {
    font-size: 1.3em;
}
.price h3, .top-rates h3, .brand-w3l h3 {
    font-size: 1.8em;
}
.product-tab-grid {
    float: left;
    width: 33.3%;
    padding: 0 9px;
}
.product-tab1-grid {
    float: left;
    width: 40%;
}
.product-tab1-grid1 {
    float: left;
    width: 60%;
}
.mail-grid {
    float: left;
    width: 33.3%;
}
.mail-bottom input[type="email"] {
    margin: 0 4px;
}
.map-w3 iframe {
    height: 300px;
}
.main-agileits {
    width: 42%;
}
.product-grid {
    float: left;
    width: 40%;
}
.product-grid1 {
    float: left;
    width: 60%;
}
.single-grid1 {
    margin-top: 2em;
}
.video iframe {
    height: 232px;
}
.new-grid1{
    float: left;
    width: 40%;
}
.new-grid {
    float: left;
    width: 60%;
}
.modal-dialog {
    width: 669px;
}
.color-quality-right {
    float: left;
    margin-left: 1.5em;
}
.new-grid span {
    font-size: 0.96em;
}
.new-grid h5 {
    font-size: 1.5em;
}
ul.multi-column-dropdown h6 {
    margin: 0 0 .5em;
}
.total-item, .cart-items {
    margin-top: 0em;
    padding: 4em 0;
}
.row-grid:nth-child(2) {
    margin-top: 1em;
}
}
@media(max-width:800px){
.cd-header-buttons {
    top: 66px;
    right: 20%;
}
.accessories-w3l {
    min-height: 320px;
    padding: 4em 0;
}
.dropdown-menu.columns-3 {
    left: -343%;
}
.dropdown-menu.columns-3 {
    min-width: 610px;
    padding: 30px 30px;
}
.main-agileits {
    width: 52%;
}	
}
@media(max-width:768px){
.cd-search {
    top: 22%;
}
.main-agileits {
    width: 54%;
}	
}
@media(max-width:736px){
.navbar-toggle {
    margin-left: 15px;
    float: none;
}
.logo-nav-left {
    margin-top: .7em;
}
.logo-nav-left h1 a span {
    letter-spacing: 7.5px;
}
.navbar-collapse {
    max-height: 678px;
}
.navbar-nav {
    margin:5.5px 0px;
    text-align: center;
}
.navbar-nav .open .dropdown-menu {
    background: #fff;
}
.cd-search {
    top: 36%;
}
.logo-nav-left1 {
    width: 48%;
    margin-top: .8em;
    margin-left: 0;
}
.dropdown-menu.columns-3 {
    min-width: 263px;
    padding: 30px 30px;
}
.multi-gd-img {
    float: left;
    width: 50%;
}
.navbar-default {
    background: none;
    border: none;
    text-align: center;
}
.ban-text2 {
    width: 28%;
}
h2.tittle {
    font-size: 2.5em;
}
h3.tittle1, h3.tittle {
    font-size: 2.5em;
}
.accessories-w3l span {
    font-size: 3em;
}
.caption,.arrivals-grids,.latest-grids,.product-w3agile,.product-agileinfo-grids,.mail-grids,.product-grids {
    margin-top: 3em;
}
.ribben2 {
    top: 14%;
    width: 64%;
}
.latest-text {
    height: 128px;
    bottom: -60%;
}
.product-agileinfo-grid {
    float: left;
    width: 50%;
}
.product-agileinfon-grid1 {
    float: left;
    width: 100%;
    margin-top: 2em;
}
.ribben:after {
    right: 67%;
    top: 82%;
}
.ribben {
    left: -2%;
}
.main-agileits {
    width: 57%;
}
.login {
    padding: 4em 0;
}
.modal-dialog {
    width: 700px;
}	
}
@media(max-width:667px){
.ban-text2 {
    width: 31%;
}
.ban-text {
    top: 55%;	
}
.new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
    padding: 3em 0;
}
.arrival-grid,.cap-left {
    float: left;
    width: 50%;
}
.ribben:after {
    right: 78%;
    top: 82%;
}
.ribben1:after {
    right: 77%;
}
.ribben2 {
    top: 14%;
    width: 38%;
}
.arrival-grid:nth-child(3),.arrival-grid:nth-child(4) {
    margin-top: 2em;
}
.cap-left:nth-child(3),.cap-left:nth-child(4) {
    margin-top: 2em;
}
a.button1 {
    font-size: 0.95em;
    padding: 0.5em 1em;
}
.accessories-w3l {
    background: url(../images/ban21.jpg) no-repeat -200px 0px;
    background-size: cover;
	min-height: 295px;
}
.latest-grid {
    padding: 0 6px;
}
.latest-text2 {
    left: 63%;
    width: 30%;
}
.latest-text h4, .footer-grid h4, .descr h4, .single-grid h4 {
    font-size: 1.5em;
}
.footer-grid {
    float: left;
    width: 100%;
}
.footer-grid:nth-child(2) {
    margin: 2em 0;
}
.footer-grid:nth-child(4) {
    margin-top: 2em ;
}
.banner1 {
    min-height: 125px;
    padding: 3em 0 0;
}
.product-tab-grid {
    float: left;
    width: 50%;
}
.product-tab-grid:nth-child(3) {
    margin-top: 2em;
}
.mail-grid h5 {
    font-size: 1.5em;
}
.cd-search {
    top: 45%;
}
.main-agileits {
    width: 63%;
}
.modal-dialog {
    width: 625px;
}
.color-quality-right {
    float: left;
    margin-left: 0.5em;
}
}
@media(max-width:600px){
.cd-header-buttons {
    top: 55px;
    right: 25%;
}
.logo-nav-left1 {
    width: 45%;
	margin-top: 0;
}
.logo-nav-left {
    margin-top: 0;
}
.header-right2 {
    margin-top: .5em;
}
.cd-search {
    top: 35%;
}
.ban-text2 {
    width: 35%;
}
.ban-text h4, .ban-text1 h4 {
    font-size: 1.2em;
}
.ban-img {
    margin-top: 1em;
}
.ribben2 {
    top: 14%;
    width: 57%;
}
.ribben2:after {
    right: 88%;
}
.latest-text2 {
    left: 55%;
    width: 35%;
}
.ribben1 {
    width: 36%;
}
.ribben {
    width: 37%;
}
.latest-text {
    height: 105px;
}
.copy-left {
    float: none;
    margin-top: 0.6em;
    text-align: center;
}
.copy-right {
    float: none;
    margin-top: 1em;
	 text-align: center;
}
.main-agileits {
    width: 70%;
}
p.price {
    font-size: 1.5em;
}
.modal-dialog {
    width: 565px;
}
.single-left {
    float: left;
    width: 60%;
    margin-right: 0%;
}
.single-right {
    width: 100%;
}
.product-grid {
    width: 100%;
}
.product-grid1 {
    width: 100%;
	margin-top:2em;
}
.nav-tabs {
    margin-bottom: 1em;
}
p.quote {
    margin: 1em 0em;
}
.mail-bottom input[type="email"] {
    margin: 0 3px;
}
}
@media(max-width:568px){
.logo-nav-left1 {
    width: 42%;
    margin-top: 0.3em;
}
.cd-search input{
	font-size: 1.2em;
    padding: 0.5em;	
}
.cd-search {
    top: 51%;
}
.ban-text2 {
    width: 38%;
}
.ban-text1 {
    left: 6%;
}
.latest-grid {
    float: left;
    width: 100%;
}
.latest-grid:nth-child(2) {
	margin:2em 0;
}
.latest-text {
    height: 256px;
}
.latest-text2 {
    left: 80%;
    width: 12%;
}
.banner1 {
    min-height: 107px;
    padding: 3em 0 0;
}
.accessories-w3l span {
    font-size: 2.5em;
}
.main-agileits {
    width: 74%;
}
.logo-nav-left h1 a {
    font-size: 1.1em;
}
.heder-bottom {
    padding: 0.3em 0 0.8em;	
}
.total-item, .cart-items {
    margin-top: 0em;
    padding: 3em 0;
}
.modal-dialog {
    width: 532px;
}
}
@media(max-width:480px){
.logo-nav-left1 {
    width: 31%;
    margin-top: 0.3em;
}
.cd-header-buttons {
    top: 63px;
    right: 26%;
}
.ban-bottom {
    width: 100%;
}
.ban-text2 {
    width: 22%;
}
.ban-bottom3 {
    width: 100%;
	margin-top:2em;
}
.latest-text2 {
    left: 78%;
    width: 14%;
}
.latest-text {
    height: 210px;
}
.accessories-w3l {
    background: url(../images/ban21.jpg) no-repeat -200px 0px;
    background-size: cover;
    min-height: 265px;
}
.ribben2:after {
    right: 85%;
}
.ribben1:after {
    right: 76%;
}
.product-agileinfo-grid {
    float: left;
    width: 70%;
}
.ribben {
    width: 35%;
}
.ribben:after {
    right: 76%;
}
.top-right ul li {
    padding: 0em .5em;
}
.top-right ul li {
    padding: 0em .5em;
}
.cd-search {
    top: 21%;
}
.new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
    padding: 2em 0;
}
.caption,.arrivals-grids,.latest-grids,.product-w3agile,.product-agileinfo-grids,.mail-grids,.product-grids {
    margin-top: 2em;
}
h2.tittle {
    font-size: 2.3em;
}
h3.tittle1, h3.tittle {
    font-size: 2.3em;
}
.map-w3 iframe {
    height: 210px;
}
.mail-bottom input[type="text"], .mail-bottom input[type="email"] {
    width: 100%;		
}
.mail-bottom input[type="email"] {
    margin: 12px 0;
}
.mail-bottom input[type="submit"], .mail-bottom input[type="reset"] {
    width: 20%;
}
.mail-grids {
    margin-top: 2em;
}
.main-agileits {
    width: 88%;
	padding: 2em;
}
.form-w3agile h3 {
    font-size: 2em;
    margin-bottom: 1em;
}
.new-grid1 {
    width: 100%;
}
.new-grid {
    width: 100%;
	margin-top:2em;
}
.modal-dialog {
    width: 445px;
}
.mail-grid {
    float: left;
    width: 100%;
}
.mail-grid:nth-child(2) {
    margin: 2em 0;
}
.descr ul li {
    font-size: 0.9em;
}
.core-slider__carousel .core-slider_arrow__left {
    left: 19px !important;
}
.core-slider__carousel .core-slider_arrow__right {
    right: 19px !important;
}	
}
@media(max-width:414px){
.ban-text2 {
    width: 26%;
}
.top-left {
    float: none;
    text-align: center;
}
.top-right {
    float: none;
    text-align: center;
    margin-top: 0.5em;
}
.ribben2 {
    top: 14%;
    width: 65%;
}
.logo-nav-left1 {
    width: 20%;
    margin-top: 0.3em;
}
.cd-header-buttons {
    top: 80px;
    right: 28%;
}
.ribben1 {
    width: 45%;
}
.ribben {
    width: 42%;
}
.latest-text2 {
    left: 78%;
    width: 17%;
}
.modal-dialog {
    width: 378px;
}
.main-agileits {
    width: 88%;
    padding: 1em;
}
.single-left {
    width: 100%;
}
.description p, .descr p, .women p {
    font-size: 0.95em;
}
.accessories-w3l {
    background: url(../images/ban21.jpg) no-repeat -200px 0px;
    background-size: cover;
    min-height: 205px;
    padding: 2em 0;
}
.product-tab1-grid {
    float: left;
    width: 100%;
}
.product-tab1-grid1 {
    float: left;
    width: 100%;
}
}
@media(max-width:384px){
	.navbar-header.nav_2 {
		float: left;
	}
	.navbar-toggle {
		margin-right: 0px;	
	}
	.logo-nav-left1 {
		width: 51%;
		margin-top: 0.3em;
	}
	.cd-header-buttons {
		top: 148px;
		right: 85%;
	}
	.cd-search {
		top: 33%;
	}
	.ban-bottom-w3l, .new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
		padding: 2em 0;
	}
	.ban-text2 {
		width: 28%;
	}
	.accessories-w3l span {
		font-size: 2em;
	}
	.arrival-grid, .cap-left {
		float: left;
		width: 100%;
	}
	.arrival-grid:nth-child(2) {
		margin-top: 2em;
	}
	.ribben1 {
		width: 24%;
	}
	.ribben {
		width: 23%;
	}
	.ribben2 {
		top: 14%;
		width: 40%;
	}
	.latest-text2 {
		left: 78%;
		width: 19%;
	}
	.latest-text {
		height: 177px;
	}
	h2.tittle {
		font-size: 2em;
	}
	.categories label {
		font-size: 1.2em;
	}
	.product-agileinfo-grid {
		width: 100%;
	}
	.top-rates {
		padding-top: 2.5em;
	}
	.categories h3 {
		font-size: 2em;
	}
	.price h3, .top-rates h3, .brand-w3l h3 {
		font-size: 1.7em;
	}
	.brand-w3l ul li a {
		font-size: 1em;
	}
	h3.tittle1, h3.tittle {
		font-size: 2em;
	}
	.product-agileinfon-top-left {
		width: 100%;
	}
	.product-tab-grid:nth-child(2) {
		margin-top: 2em;
	}
	.product-agileinfon-top-left:nth-child(2) {
		margin-top: 2em;
	}
	.product-tab-grid {
		width: 100%;
	}
	.ban-bottom3 {
		margin-top: 1em;
	}
	.my-cart-b {
		font-size: 0.9em;
	}
	.key input[type="text"], .key input[type="password"] {
		width: 84%;
	}
	.left-tab > li > a {
		font-size: 1em;
	}
	.modal-dialog {
		width: 347px;
	}
	.new-grid h5 {
		font-size: 1.4em;
	}
	.heder-bottom {
		padding: 0.1em 0 0.1em;
	}
	}
	@media(max-width:375px){
	.logo-nav-left1 {
		width: 50%;
		margin-top: 0.3em;
	}
	.accessories-w3l {
		background: url(../images/ban21.jpg) no-repeat -130px 0px;
		background-size: cover;
		min-height: 183px;
		padding: 2em 0;
	}
	.modal-dialog {
		width: 338px;
	}
	.new-grid h6 {
		font-size: 1em;	
	}

}
@media(max-width:375px){
	.cd-header-buttons {
		top: 132px;
		right: 85%;
	}
}
@media(max-width:320px){
.ban-bottom,.ban-bottom3,.latest-grid,.single-grid1,.new-grid {
    padding: 0;
}
.ban-text2 {
    width: 31%;
}
.ribben1 {
    width: 28%;
}
.ribben {
    width: 29%;
}
.ribben2 {
    top: 14%;
    width: 45%;
}
.accessories-w3l span {
    font-size: 1.8em;
}
.logo-nav-left1 {
    width: 39%;
    margin-top: 0.3em;
}
.price h3, .top-rates h3, .brand-w3l h3 {
    font-size: 1.5em;
}
.ui-widget-content {
    margin: 2em auto 2em !important;
}
.main-agileits {
    width: 97%;
    padding: 1em;
}
.modal-dialog {
    width: 284px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    margin-top: 4em;
}
.cd-search {
    top: 37%;
}
.cd-header-buttons {
    top: 132px;
    right: 85%;
}



}

.comforall{
padding-left:20%; padding-right:30%; padding-top:7%; padding-bottom:7%; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:inherit; font-size:14px;
}
.comforal2{
padding-left:15%; padding-right:25%; padding-top:3%; padding-bottom:3%; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:inherit; font-size:14px;
}

.service-breadcrumb1 {
    padding:.5em 0;
	background: #f4f4f4;
	border-bottom:1px solid #D1D1D1;
}
.wthree_service_breadcrumb_left {
    float: left;
}

.wthree_service_breadcrumb_left ul li {
    display: inline-block;
    color: #212121;
    font-size: 14px;
	padding-left:8%;
	padding-right:10%;
}
.wthree_service_breadcrumb_left ul li a {
    color:#232323;
    text-decoration:none;
}
.wthree_service_breadcrumb_left ul li a:hover {
    color:#0080FF;
    text-decoration:none;
	font-weight:700;
}

.wthree_service_breadcrumb_right h3 {
        font-size:1.6em;
		color:#252727;
		text-transform:uppercase;
		font-weight:500;
}
.wthree_service_breadcrumb_right {
    float:right;
}

.topbeat {
	position:relative; width:32%; padding-left:15px; padding-right:15px; float:left;
}

.reviews-left1 {
   /* float: right; */
   float: left; 
    width: 83%; 
 /*   width:100%; */
    border: 1px solid #eee;
	     padding: 2em; 
}
.reviews-left1 ul li {
    display: inline-block;
}
.reviews-left1 ul li a {
	font-size: 1em;
    color: #FDA30E;
    text-transform: uppercase;
    text-decoration: none;
}
.reviews-left1 ul li:nth-child(2) {
    float: left;
}
.reviews-left1 ul li a i {
    right: -1em;
}

.forsub {
 margin-top:10px;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 0;
    color: #fff;
    background: #F19E1F;
    padding: 0.1em 0.5em;
    font-size: 1.2em;
}
.forsub:hover{
	background:#AF1D0D;
	border:1px solid #F19E1F !important;
}

/*--header --*/ 
.header-top-agile{
	background:#141414;
	padding:10px 0;
}
.logo-agileinfo{
	width:30%;
	float:left;
}
.logo-agileinfo  h1{
	text-align:left;
	font-size:35px;
	font-family: 'Berkshire Swash', cursive;
}
.logo-agileinfo  h1 a{
	color:#F44336;
}
.social-icons-agileits{
	width:70%;
	float:right;
	text-align:right;
	margin-top: 8px;
}
.social-icons-agileits ul li{
	display:inline-block;
}
.social-icons-agileits ul li a{
	color:#fff;
	font-size:16px;
	padding:10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.navigation{
	padding:0;
}
.navbar-default {
    background-color: transparent;
    border: none;
    float: left;
	margin:0;
}
.navbar-collapse {
    padding:0;
}
.nav > li > a {
    padding: 15px 30px;
	font-weight:500;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#F44336;
    background-color: transparent;
}
.codes-menu ul li {
    display: block;
}
.codes-menu ul li a {
    display: block;
    color: #212121;
    padding: 5px 20px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.dropdown-menu {
    min-width: 130px;
}
/* Effect 16: fall down */
.cl-effect-16 a {
	color:#141414;
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.cl-effect-16 a::before {
	color: #fe0101;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}

/*--start search--*/
.sb-search {
    position: absolute;
    right: 0;
    top: 10px;
    width: 32px;
    margin: 0;
    height: 32px;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0px;
    left: -77px;
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    height: 31px;
    margin: 0;
    z-index: 10;
    font-size: 1em;
    color: #141414;
    padding: 0 2em 0 3.5em;
    -webkit-appearance: none;
}
.sb-search-submit {
    filter: alpha(opacity=0);
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
    -webkit-appearance: none;
	width: 40px;
	background:none;
}
.sb-search-input::-webkit-input-placeholder {
	color:#212121;
}
.sb-search-input:-moz-placeholder {
	color: #212121;
}
.sb-search-input::-moz-placeholder {
	color:#212121;
}
.sb-search-input:-ms-input-placeholder {
	color:#212121;
}
.sb-icon-search {
	z-index: 99;
}
.sb-icon-search,.sb-search-submit,.sb-search.sb-search-open .sb-search-submit {
    position: absolute;
    cursor: pointer;
    font-size: 1.5em;
    padding: 0 0.2em;
    color:#141414;
}
.sb-search.sb-search-open .sb-search-submit:before{
	content: "\e003";
    font-family: 'Glyphicons Halflings';
}
.sb-icon-search:before,.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search:before{
    content: "\e003";
    font-family: 'Glyphicons Halflings';
}
.sb-search.sb-search-open .sb-search-input {
    left: 0;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:100%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
    color: #141414;
    position: absolute;
	/*--w3layouts--*/  
 cursor: pointer;
    padding: 0 0.5em;
    top: 0;
    font-size: 1.6em;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--//search-ends--*/
/*--//header--*/ 


/*--banner --*/ 
.banner-w3l{
	background:url(../images/banner.jpg) no-repeat 0px -199px;
	background-size:cover;
	min-height:650px;
}
.banner-w3l h3 {
    text-align:center;
	padding-top:15%;
	color:#eee;
	letter-spacing:2px;
	font-size:23px;
}
label.line {
    height: 1.5px;
    background: #fff;
    width: 4%;
    margin: 30px auto;
    display: block;
}
.banner-w3l h2 {
    border: 2px solid #fff;
    width: 25%;
    font-size: 40px;
    padding: 8px 0;
    margin: 0 auto;
	color:#fff;
	letter-spacing:4px;
}
.arrow {
    text-align: center;
	padding-top:13%;
}
.arrow .fa{
	color:#fff;
	font-size:16px;
	border:1px solid #fff;
	padding:8px 10px;
}
/*--//banner --*/ 

/*-- banner-bottom--*/
.banner-btm-w3-agile,.services-wthree,.services-bottom,.w3layouts-gal,.contact-agile,.blog-section,.team-section,.main-grid-border,.about-w3layouts{
	padding:50px 0;
} 
.banner-btm-left-w3ls h3, .services-wthree h3, .footer-middle-w3-agileits h3, .services-bottom h3,.subscribe h3 ,.sub-banner-wthree h2,.team-section h2,.sub-banner-wthree h3,.about-bottom h3{
    font-size: 40px;
    color: #292929;
    letter-spacing: 3px;
}
.banner-btm-left-w3ls h3 {
	margin-top:50px;
}
.banner-btm-left-w3ls h4, .service-grids h4, .services-bottom-right h4 ,.services-bottom-left h4,h3.agileits-icons-title,.typography h3.head-top,.about-text-w3ls h4{
    font-size: 23px;
    color: #F44336;
    margin: 10px 0 30px 0;
    letter-spacing: 2px;
}
.banner-btm-left-w3ls p,.service-grids p,.services-bottom-left p,.services-bottom-right p,.footer-left-agile p ,.single-img p,.well,.but_list p,.team-grid p,.about-text-w3ls p ,.about-bottom p{
	font-size:14px;
	color:#999;
	line-height:30px;
	text-align:center;
}
p.w3layouts{
	margin-top:30px;
}
.banner-btm-right-w3ls-one{
	padding-right:8px;
}
.banner-btm-right-w3ls-two {
    padding-left: 8px;
}
.gap{
	margin-bottom:16px;
}
.banner-btm-w3-agile img {
    width: 100%;
    
}

.banner-btm-w3-agile  .grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	text-align: center;
	border: 1px solid #000;
    padding: 10px;
	margin-top:15px;
}

.banner-btm-w3-agile  figcaption {
	background-color: transparent;
}

.banner-btm-w3-agile .grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.banner-btm-w3-agile  .grid figure figcaption {
	padding: 7em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.banner-btm-w3-agile .grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}

.banner-btm-w3-agile  .grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.banner-btm-w3-agile  figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

.banner-btm-w3-agile  figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.71);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.banner-btm-w3-agile  figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.banner-btm-w3-agile  figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
/*--//banner-bottom --*/ 

/*-- services --*/ 
.services-wthree{
	background:url(../images/servicesbg.jpg) no-repeat 0px 0px;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.services-wthree h3{
	color:#fff;
}

.service-grids h4 {
    color: #cfcfcf;
    margin: 20px 0;
}
.service-grids p {
    color: #bebebe;
}
.service-grids{
	text-align:center;
}
.service-grids .glyphicon {
    font-size: 35px;
    color: #d0d0d0;
    border: 1px solid #fefefe;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    padding: 15px;
}
.service-grids .glyphicon-heart{
	padding: 17px 17px 18px 13px;
}
.service-grids:hover .glyphicon{
	   transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
	/*--agileits--*/
   -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
/*-- //services --*/ 

/*--services-bottom --*/ 

.services-bottom-left-img {
    background: url(../images/sb1.jpeg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 273px;
}
.services-bottom-right h4,.services-bottom-left h4{
	margin:0;
	text-align:left;
}
.services-bottom-left h4{
	margin-top:10px;
}
.services-bottom-right h4,.services-bottom-right p,.services-bottom-left p{
	text-align:left;
}
.services-bottom h5{
	text-align:left;
	color:#000;
	font-size:18px;
	margin:5px 0;
}
.services-bottom a h4{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	
}
.services-bottom a h4:hover{
	color:#000;	
}
.sb-gap{
	margin-top:30px;
}
a.spcl,.about-bottom a {
	background: #F44336;
	border:2px solid transparent;
	color:#eee;
	padding:5px 15px;
	outline: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;
	display:inline-block;
	margin-top:8px;
}
a.spcl:hover,.about-bottom a:hover {
    border: 2px solid #000;
    background: transparent;
	color:#000;
}
.small-img{
    padding: 0;
}
/*-- //services-bottom --*/ 


/*-- Stats Section --*/
.stats {
	background: url("../images/statsbg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	height: 400px;
}

.stats-info {
	text-align: center;
	margin-top: 125px;
}
.stats p {
    color: #EEE;
    font-size: 16px;
    line-height: 35px;
    padding: 0 50px;
    text-align: center;
}
.stats-grid {
	font-size: 60px;
	font-weight: 700;
	color: white;
	margin-bottom: 10px;
}
p.stats-info {
	margin-top: 20px;
}
/*-- //Stats Section --*/


/*-- subscribe --*/ 
.subscribe{
	padding:35px 0;
	text-align:center;
}
.subscribe h3{
	margin-bottom:30px;
}
.subscribe input[type="text"]{
	padding:10px;
	border:1px solid #999;
	outline:none;
	width:30%;
}


/*-- //subscribe --*/ 


/*-- footer --*/ 
.footer-agileits-w3layouts {
    background:#141414;
}
.footer-left-agile,.footer-middle-w3-agileits{
	padding:30px 0;
}
.footer-left-agile h1,.footer-middle-w3-agileits h3{
	text-align:left;
	margin-bottom:30px;
}
.footer-left-agile h1{
	font-family: 'Berkshire Swash', cursive;
}
.footer-left-agile h1 a{
	color:#F44336;
}
.footer-left-agile p {
    color: #a6a6a6;
	text-align:left;
}
.footer-middle-w3-agileits h3, .footer-right-w3layouts h3 {
    color: #eee;
    font-size: 30px;
    text-align: left;
}
.footer-middle-w3-agileits ul li{
	display:inline;
	color: #a6a6a6;
	font-size:14px;
}
.footer-middle-w3-agileits .glyphicon{
    color: #eee;
    margin-right: 10px;
}
.footer-middle-w3-agileits ul li a{
	color: #a6a6a6;
}
ul.gap{
	margin:15px 0;
}
.footer-right-w3layouts{
	background:#F44336;
	padding:30px;
}
.footer-right-w3layouts input[type="text"] {
    width: 100%;
    padding:10px;
    border: none;
    font-size:14px;
    color: #fff;
    outline: none;
    background: none;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    margin: 5px 0;
}
.footer-right-w3layouts input[type="submit"] {
	background: #141414;
	border:2px solid transparent;
	color:#eee;
	padding:8px 15px;
	margin-top:10px;
	outline: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;
}
.footer-right-w3layouts input[type="submit"]:hover {
    border: 2px solid #000;
    background: transparent;
}
.copy-w3-agileits{
	background:#000;
	padding:20px 0;
}
.copy-w3-agileits p{
	color:#eee;
	font-size:14px;
}
.copy-w3-agileits p a{
	color:#eee;
}
.copy-w3-agileits p a:hover{
	text-decoration:underline;
}
/*--//footer--*/
 
/*--about--*/

.about-left-w3-agileits {
     background: url(../images/about.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: 649px;
    float: left;
}
.about-left-w3-agileits  ul li{
	width:100%;
}
.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}
.rslides li {
    position: relative;
    display: block;
    float: left;
}
.ser-info {
    margin: 33% auto 0;
    border: 3px solid #fff;
    padding: 2em;
    width: 70%;
    text-align: center;
}
.ser-info h3 {
    font-size: 2.4em;
    font-weight: 400;
    color: #fff;
}
.ser-info p {
    font-size: 1.1em;
    color: #e0e0e0;
    line-height: 1.8em;
    margin: 2% auto 0;
    font-weight: 700;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 76%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 36px;
    height: 93px;
    background: transparent url("../images/arrows.png") no-repeat left top;
    margin-top: -3%;
    display: block;
}
.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 10%;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    left: 85%;
}

/*--about-bottom--*/
.about-bottom{
	background: url("../images/statsbg.jpg") no-repeat 0px -351px;
	background-size:cover;
	padding:100px 0;
	text-align:center;
}
.about-bottom h3{
	color:#fff;
}
.about-bottom p{
	margin:30px auto;
	color: #c8c8c8;
	width:60%;
}
/*--//about-bottom--*/

/*--team--*/
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
    margin: 0 auto;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.circle.effect1 .spinner {
  width: 230px;
  height: 230px;
    border: 10px solid #F44336;
    border-right-color: #fff;
    border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h4 {
  color: #fff;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 2px;
  font-size: 1.5em;
  margin: 0 30px;
  padding: 66px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
 
}
.ih-item.circle.effect1 .info span {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 0.9em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}
.morph {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.morph:hover {
	border-radius: 50%;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.about-text-w3ls {
    width: 40%;
    margin: 60px  0 60px 5%;
}
.about-text-w3ls h4,.about-text-w3ls p{
	text-align:left;
}
.about-text-w3ls h4{
	font-size:30px;
}
p.agileits-wthree{
	margin:30px 0;
}
.team-grid p{
	margin:15px 0;
}
.about-social-icons-w3-agile ul{
	text-align:center;
}
.about-social-icons-w3-agile ul li {
	display:inline;
}
.about-social-icons-w3-agile ul li .fa {
    color: #4a4848;
    font-size: 20px;
    padding: 10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
 .fa-linkedin, .fa-google-plus, .fa-twitter, .fa-facebook{
 	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
 }
 .fa-linkedin:hover {
	color:#0077b5!important;
}
 .fa-google-plus:hover {
	color:#dd4b39!important;
}
 .fa-twitter:hover {
	color:#1da1f2!important;
}
 .fa-facebook:hover {
	color:#3b5998!important;
}
/*--//team--*/
/*--//about--*/


/*-- portfolio --*/ 
.sub-banner-wthree {
    background: url(../images/banner.jpg) no-repeat 0px -399px;
    background-size: cover;
    min-height: 300px;
}
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
}

/* Filter controls */
ul.simplefilter {
    text-align: center;
    margin-bottom:30px;
}
.simplefilter li {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 1em 2em;
}
.simplefilter li {
    background-color: #292929;
}
.simplefilter li.active {
    background-color: #F44336;
}
/*-- img-hover-effect --*/
.adipoli-wrapper
{
    margin:auto;
    position:relative;
    display: inline-block;
}
.adipoli-wrapper>img
{
    position: absolute;
    z-index: 1;
}
.adipoli-before
{
    position: absolute;
    z-index: 5;
}
.adipoli-after
{
    position: absolute;
    z-index: 10;
}
.adipoli-slice {
    display:block;
    position:absolute;
    z-index:15;
    height:100%;
	background-size: cover !important;
}
/*-- //img-hover-effect --*/  
/*-- //portfolio--*/  

/*-- icons --*/  
.icon-box {
    padding: 8px 15px;
    background: rgba(150, 153, 154, 0.42);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}
.icon-box a {
    color: #4b4b4b;
}
.icon-box i {
    margin-right: 10px;
    font-size: 20px;
    color: #282a2b;
}
.icon-box:hover i.fa {
    color: #fff;
}
.icon-box:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.icon-box:hover a.agile-icon {
    color: #fff;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(150, 153, 154, 0.42);
    margin: 1%;
}

.footer-right-w3layouts::-webkit-input-placeholder{
color:#fff !important;
}
.footer-right-w3layouts:-moz-placeholder {
	color: #fff;
}
.footer-right-w3layouts::-moz-placeholder {
	color:#fff;
}
.footer-right-w3layouts:-ms-input-placeholder {
	color:#fff;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b;
}
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.page-header {
    text-align: left;
	font-size:25px;
}
h3.agileits-icons-title,.typography h3.head-top{
    font-size: 27px;
}
/*--//icons--*/


/*--typography --*/
table.table  h1,table.table  h2,table.table  h3,table.table  h4,table.table  h5,table.table  h6{
	text-align:left;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border:none;
}
.but_list h2,.but_list h4{
    margin: 20px 0;

}
.but_list h6{
	margin-top:20px;
}

/*--//typography --*/


/*--Contact --*/
.team-section h2,.services-wthree h3,.services-bottom h3{
	margin-bottom:35px;
}
 .sub-banner-wthree h2, .sub-banner-wthree h3{
	color: #e6e6e6;
	padding:125px 0;
 }

.contact-agile h4{
	text-align:left;
	font-size:25px;
	margin-bottom:20px;
	color:#F44336;
	letter-spacing:2px;
}
.contact-left h5{
	text-align:left;
	font-size:17px;
	margin-bottom:20px;
	color:#484646;
	font-family: 'open Sans', sans-serif;
}
.contact-agile input[type="text"] {
    width: 47%;
    padding: 10px;
    background: transparent;
	border:none;
    border-bottom: 1px solid #000;
    margin: 10px 14px 13px 0px;
    color: #000;
}
.contact-agile input[type="text"]:focus{
	outline:none;
}
.contact-agile input.c-email{
	margin-right:0;
}
.contact-agile textarea{
	width:96.5%;
	border:none;
	border-bottom: 1px solid #000;
	resize:none;
	padding:10px;
}
.contact-agile textarea:focus{
	outline:none;
}
.submit {
    float: right;
    margin: 20px 25px 0 0;
    color: #000;
}
.contact-agile input[type="submit"],.subscribe input[type="submit"] {
    background: #F44336;
    border: 2px solid transparent;
    color: #eee;
    padding: 9px 15px;
    outline: 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;
}
.contact-agile input[type="submit"]:hover,.subscribe input[type="submit"]:hover {
    border: 2px solid #000;
    background: transparent;
	color:#000;
}

.contact-agile ul li{
	list-style-type:none;
	padding:10px;
	font-size:25px;
}
.contact-agile .fa{
    color: #222222;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/*--//Contact --*/
#map {
    width: 100%;
    height: 350px;
}
/*--single--*/
.bg-single{
	background:url(../images/sb1.jpeg) no-repeat 0px 0px;
	background-size:cover;
	min-height:500px;
}
.blog-section p{
	text-align:left;
}
.blog-poast-info {
   background: #ea4c89;
  padding: 0.8em 1em;
  text-align: center;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}
.blog-poast-info ul li{
	color: #FFF;
	font-size:0.8125em;
}
.blog-poast-info ul li a {
	color: #FFF;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover{
	text-decoration:none;
}
.blog-poast-info ul li a:hover {
	text-decoration:underline;
}
.single {
  text-align: left;
}
.leave h4,h4.tz-title-4.tzcolor-blue {
	color:#F44336;
    font-size: 3em;
    font-weight: 400;
    margin-top: 0.5em;
}
#commentform{
	padding-top:2em;
}
.comment-box {
  padding: 2em 2em;
  border: 1px dashed #E64B50;
  text-align: center;
  margin-top:3em;
 }
 .comment-box h5 { 
   color:#E64B50;
    font-size: 1.3em;
 }
#commentform label {
   display: block;
  font-size: 1em;
  color: #777;
  font-weight: 400;
  margin: 0.5em 0
}
#commentform input[type="text"] {
  padding: 14px 15px;
  width: 100%;
  color: #555;
  font-size: 1em;
  border: 1px solid #eee;
  outline: none;
  display: block;
}
#commentform textarea {
	  padding: 13px 20px;
  width: 100%;
  color: #444;
  font-size: 0.85em;
  outline: none;
  height: 150px;
  display: block;
  resize: none;
  font-weight: 400;
  border: 1px solid #eee;
  background: #fff;
}
p.form-submit {
  margin-top: 2em;
}
#commentform input[type="submit"] {
    font-family: 'Merriweather Sans', sans-serif;
    margin-top: 1em;
    padding:9px 15px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    background: #F44336;
    line-height: 13px;
	border:2px solid transparent;
	outline:none;
}
#commentform input[type="submit"]:hover{
   background:transparent;
   border:2px solid #000;
   color:#000;
}
span.m_14 {
    color: #fe0101;
    font-weight: 400;
    text-transform: capitalize;
    font-size:0.9em;
}
.single_grid2 p {
	  color: #777;
	  font-size:14px;
	  line-height: 1.9em;    
	  margin-top: 0.5em;
  }
.title a{
    color: #333;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
 }
 ul.list li {
  list-style: none;
}
ul.list {
  padding-top: 2em;
}
.preview img {
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 80%;
}
 h5.m_26 a{
    float: right;
    font-family: 'Merriweather Sans', sans-serif;
    margin-top: 1em;
    padding: 9px 15px;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-appearance: none;
    background: #F44336;
    line-height: 13px;
	border:2px solid transparent;
}
h5.m_26 a:hover{
	background:transparent;
	border:2px solid #000;
	color:#000;
}
a.blog-text {
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 2.2em;
    color: #333;
}
.single-us input[type="text"],.leave textarea,.leave input[type="submit"]{
	font-size: 1em;
	  width: 100%;
	padding: 0.8em 1em;
	margin: 0.5em 0;
	background: #fff;
	outline:none;
	border: 1px solid #362f2f;
	color: #362f2f;
	-webkit-appearance: none;
}
p.post {
    color: #333;
}
.blog-single h3 {
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2em;
    font-size: 1.5em;
	text-align:left;
}
p.post a {
    color: #7dd4d9;
}
.leave textarea{
	resize:none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;	
}
.leave input[type="submit"]{
	  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 0 0 1px;
  width: 120px;
  height: 45px;
  display: inline-block;
  background: #333;
  margin: 0 auto;
  margin:1em 0 2em 0;
  -webkit-appearance: none;
}
.leave input[type="submit"]:hover{
	  background:#D00030;
}
.leave p{
  width: 80%;
  line-height: 1.8em;
  color: #333;
  font-size: 0.9em;
}
.text-in{
	padding:0;
}
.single-grid {
	padding: 0.7em 0;
	  text-align: left;
}
.text-top{
	padding:0.5em 0;
}
.leave {
  padding: 2em 0 0em;
}
.top-comments {
	padding: 5em 0 0;
}
.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}
.md-col-in ul li{
	list-style:none;
}
.md-col-in ul{
	padding:1.8em 0 0;
}
.md-col-in ul li a{
	text-decoration:none;
	color:#362f2f;
	font-size:1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover{
	color:#c3a000;
}
.md-col-in ul li i{
	background: url(../images/img-sprite.png)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}
.single-img img {
    margin-bottom: 1em;
    width: 100%;
}
/*--- Responsive Code ---*/
@media screen and (max-width: 1440px){
	.arrow {
		padding-top: 15%;
	}
	.about-text-w3ls {
		margin: 40px 0 40px 5%;
	}
}
@media screen and (max-width: 1280px){
	.about-text-w3ls {
		margin: 18px 0 40px 4%;
	}
	.footer-left-agile, .footer-middle-w3-agileits {
		padding: 40px 0;
	}
}
@media screen and (max-width: 1080px){
	.banner-w3l {
		background: url(../images/banner.jpg) no-repeat 0px -135px;
		background-size: cover;
		min-height: 510px;
	}
	.arrow {
		padding-top: 13%;
	}
	.ser-info {
		margin: 50% auto 0;
		width: 87%;
	}
	.callbacks_nav.next {
		left: 93%;
	}
	.callbacks_nav.prev {
		left: -0.5%;
	}
	.about-text-w3ls {
		width: 50%;
		margin: 1.5% 0 0 0;
	}
	.footer-right-w3layouts {
		padding: 42px 35px;
	}
	.footer-left-agile p {
		width: 95%;
	}
	.bg-single {
		background: url(../images/sb1.jpeg) no-repeat 0px -70px;
		background-size: cover;
		min-height: 465px;
	}
	.about-bottom {
		background: url("../images/statsbg.jpg") no-repeat 0px -227px;
		background-size:cover;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -399px;
		background-size: cover;
		min-height: 273px;
	}
	.sub-banner-wthree h2, .sub-banner-wthree h3 {
		color: #e6e6e6;
		padding: 108px 0;
	}
	.icon-box {
		padding: 8px 11px;
	}
}
@media screen and (max-width: 1024px){

	.bg-single {
		background: url(../images/sb1.jpeg) no-repeat 0px -70px;
		background-size: cover;
		min-height: 425px;
	}
}
@media screen and (max-width: 991px){
	.navigation {
		width: 70%;
		float: left;
	}
	.nav > li > a {
		padding: 15px 24px;
	}
	.search {
		width: 30%;
		float: left;
	}
	.banner-w3l h2 {
		width: 28%;
	}
	.banner-btm-left-w3ls h3, .services-wthree h3, .footer-middle-w3-agileits h3, .services-bottom h3,.subscribe h3 ,.sub-banner-wthree h2,.team-section h2,.sub-banner-wthree h3,.about-bottom h3{
		font-size: 35px;
	}
	.banner-btm-left-w3ls h4, .service-grids h4, .services-bottom-right h4, .services-bottom-left h4, h3.agileits-icons-title, .typography h3.head-top, .about-text-w3ls h4 {
		margin: 10px 0 20px 0;
	}
	.banner-btm-left-w3ls p, .service-grids p, .services-bottom-left p, .services-bottom-right p, .footer-left-agile p, .single-img p, .well, .but_list p, .team-grid p, .about-text-w3ls p, .about-bottom p {
		font-size: 13px;
		line-height: 27px;
	}
	.banner-btm-left-w3ls h3 {
		margin-top: 0;
	}
	p.w3layouts {
		margin-top: 15px;
	}
	.banner-btm-left-w3ls,.banner-btm-right-w3ls,.banner-btm-right-w3ls-one,.banner-btm-right-w3ls-two {
		width: 50%;
		float: left;
	}
	.banner-btm-left-w3ls,.banner-btm-right-w3ls{
		padding:0;
	}
	.service-grids {
		width: 33.3%;
		float: left;
	}
	.services-bottom-left {
		width: 100%;
		float: left;
		margin-bottom:30px;
	}
	.services-bottom-right {
		width: 100%;
		float: left;
	}
	.small-img {
		width: 35%;
		float: left;
	}
	.news-text{
		width: 65%;
		float: left;
	}
	.news-2,.news-3{
		width:50%;
		float:left;
	}
	.news-2 img,.news-3 img{
		margin-top:15px;
	}
	.sb-gap {
		margin-top: 0px;
	}
	.services-bottom-left-img {
		background: url(../images/sb1.jpeg) no-repeat -64px -9px;
	}
	.services-bottom-right h4, .services-bottom-left h4 {
		margin: 0;
	}
	.stats-grid {
		font-size: 55px;
	}
	.subscribe input[type="text"] {
		width: 40%;
	}
	.footer-left-agile, .footer-middle-w3-agileits,.footer-right-w3layouts {
		width: 33.3%;
		float: left;
	}
	.footer-left-agile, .footer-middle-w3-agileits {
		padding: 32px 0;
	}
	.about-left-w3-agileits ,.about-text-w3ls {
		width: 50%;
		float: left;
		margin:0;
	}
	.about-left-w3-agileits {
		background: url(../images/about.jpg) no-repeat 0px 0px;
		background-size: cover;
		min-height: 565px;
	}
	.ser-info {
		margin: 40% auto 0;
		width: 87%;
	}
	.callbacks_nav {
		top: 72%;
	}
	.team-grid {
		width: 33.3%;
		float: left;
	}
	.contact-agile input[type="text"] {
		width: 46%;
	}
	.preview {
		width: 20%;
		float: left;
	}
	.data {
		width: 80%;
		float: left;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -399px;
		background-size: cover;
		min-height: 228px;
	}
	.sub-banner-wthree h2, .sub-banner-wthree h3 {
		color: #e6e6e6;
		padding: 98px 0;
	}
}
@media screen and (max-width: 900px){
	.banner-w3l {
		min-height: 452px;
	}
	.banner-w3l h2 {
		width: 32%;
	}
	.about-left-w3-agileits {
		background: url(../images/about.jpg) no-repeat 0px 0px;
		background-size: cover;
		min-height: 555px;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -355px;
		background-size: cover;
		min-height: 228px;
	}
}
@media screen and (max-width: 800px){
	.banner-w3l h3 {
		text-align: center;
		padding-top: 11%;
	}
	.banner-w3l {
		min-height: 387px;
	}
	.about-left-w3-agileits {
		background: url(../images/about.jpg) no-repeat 0px 0px;
		background-size: cover;
		min-height: 440px;
		width:100%;
	}
	.about-left-w3-agileits {
		background: url(../images/about.jpg) no-repeat 0px 0px;
		background-size: cover;
		min-height: 440px;
	}
	.callbacks_nav {
		top: 70%;
	}
	.callbacks_nav.prev {
		left: 2.5%;
	}
	.ser-info {
		margin: 20% auto 0;
		width: 86%;
	}
	.about-text-w3ls {
		width: 100%;
	}
	.about-bottom {
		background: url("../images/statsbg.jpg") no-repeat 0px -140px;
		background-size: cover;
		padding:80px 0;
	}
	.filtr-item {
		padding: .5em;
		float: left;
		width: 50%;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -300px;
		background-size: cover;
		min-height: 221px;
	}
	.sub-banner-wthree h2, .sub-banner-wthree h3 {
		color: #e6e6e6;
		padding: 91px 0;
	}
}
@media screen and (max-width: 768px){
	.sb-search-input {
		font-size: 13px;
	}
	.banner-w3l {
		min-height: 365px;
	}
	.banner-w3l h2 {
		width: 36%;
	}
	.arrow {
		padding-top: 11%;
	}
	.about-bottom {
		padding:70px 0;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -300px;
		background-size: cover;
		min-height: 200px;
	}
	.sub-banner-wthree h2, .sub-banner-wthree h3 {
		color: #e6e6e6;
		padding: 81px 0;
	}
	.team-grid {
		width: 100%;
		float: left;
	}
	.team-grid2{
		margin:30px 0;
	}
}
@media screen and (max-width: 736px){
	.navigation {
		padding-left: 15px;
		width:65%;
	}
	.search {
		width: 35%;
		float:left;
	}
	.navbar-toggle {
		float: none;
	}
	.navbar-default {
		float: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: none;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
		background: #F44336;
		border-radius:0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #292929;
	}
	.navbar-nav {
		margin: 0;
	}
	.banner-w3l {
		min-height: 344px;
	}
	.banner-w3l h3 {
		padding-top: 10%;
	}
	.banner-w3l h2 {
		font-size: 37px;
	}	
	.news-2, .news-3 {
		width: 100%;
		float: left;
	}
	.news-2 img, .news-3 img {
		margin-top: 0px;
	}
	.news-3  {
		margin-top: 20px;
	}
	.services-bottom a h4 {
		margin:10px 0  0 0;
	}
	.stats-grid.slideanim {
		width: 25%;
		float: left;
	}
	.stats-info {
		text-align: center;
		margin-top: 85px;
	}
	.stats {
		height: 320px;
	}
	.stats p {
		padding: 0 0px;
	}

	.callbacks_nav.prev {
		left: 1.8%;
	}
	.about-bottom {
		background: url("../images/statsbg.jpg") no-repeat 0px -119px;
		background-size: cover;
		padding: 70px 0;
	}
	.contact-agile input[type="text"] {
		width: 47%;
	}
	.contact-agile ul li {
		list-style-type: none;
		padding: 10px;
		font-size: 20px;
		display: inline;
	}
	.contact-middle {
		margin:20px 0;
	}
	.contact-middle h4 {
		margin-bottom: 5px;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -280px;
		background-size: cover;
		min-height: 200px;
	}
	.bg-single {
		background: url(../images/sb1.jpeg) no-repeat 0px -105px;
		background-size: cover;
		min-height: 362px;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 2.4em;
	}
	.icon-box {
		width: 50%;
		float: left;
	}
	.label {
		font-size: 73%;
	}
}
@media screen and (max-width: 667px){
	.banner-w3l {
		background: url(../images/banner.jpg) no-repeat 0px -89px;
		background-size:cover;
	}
	.banner-btm-left-w3ls, .banner-btm-right-w3ls {
		width: 100%;
		padding: 0 15px;
	}
	.banner-btm-left-w3ls{
		margin-bottom:30px;
	}
	.stats-grid {
		font-size: 50px;
	}
	.footer-left-agile, .footer-middle-w3-agileits {
		padding: 20px 0;
	}
	.footer-right-w3layouts {
		padding: 42px 25px;
	}

	.about-bottom {
		background: url("../images/statsbg.jpg") no-repeat 0px -75px;
		background-size: cover;
		padding: 55px 0;
	}
	.ih-item.circle {
		width: 180px;
		height: 180px;
	}
	.ih-item.circle.effect1 .spinner {
		width: 190px;
		height: 190px;
	}
	.ih-item.circle.effect1 .info h4 {
		padding: 60px 0 0 0;
		height: 95px;
	}
	.ih-item.circle.effect1 .info span {
		margin: 0 9px;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -251px;
		background-size: cover;
		min-height: 180px;
	}
	.sub-banner-wthree h2, .sub-banner-wthree h3 {
		color: #e6e6e6;
		padding: 70px 0;
	}
	.label {
		font-size: 65%;
	}
}
@media screen and (max-width: 640px){
	.navigation {
		width:60%;
	}
	.search {
		width: 40%;
		float:left;
	}
	.banner-w3l {
		min-height: 326px;
	}
	.service-grids {
		padding: 0 10px;
	}
	.services-bottom-left-img {
		background: url(../images/sb1.jpeg) no-repeat -150px -67px;
	}

	.about-bottom {
		background: url("../images/statsbg.jpg") no-repeat 0px -75px;
		background-size: cover;
		padding: 45px 0;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -237px;
		background-size: cover;
		min-height: 180px;
	}
	.bg-single {
		background: url(../images/sb1.jpeg) no-repeat 0px -105px;
		background-size: cover;
		min-height: 299px;
	}
	.blog-single h3 {
		font-size: 1.2em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 2.2em;
	}
	.label {
		font-size: 63%;
	}
	.footer-left-agile, .footer-middle-w3-agileits {
		width: 50%;
		float: left;
	}
	.footer-right-w3layouts {
		padding: 30px 25px;
		width: 70%;
		margin: 0 auto;
		margin-left: 15%;
	}

}
@media screen and (max-width: 600px){
	.banner-w3l {
		min-height: 300px;
	}
	.banner-w3l h2 {
		width: 42%;
		font-size: 33px;
	}
	.arrow {
		padding-top: 9%;
	}
	.arrow .fa {
		font-size: 14px;
		padding: 6px 8px;
	}
	.banner-btm-w3-agile, .services-wthree, .services-bottom, .w3layouts-gal, .contact-agile, .blog-section, .team-section, .main-grid-border, .about-w3layouts {
		padding: 40px 0;
	}
	.service-grids {
		padding: 0 5px;
	}
	.stats-grid {
		font-size: 45px;
	}

	.about-left-w3-agileits {
		background: url(../images/about.jpg) no-repeat 0px 0px;
		background-size: cover;
		min-height: 400px;
	}
	.about-bottom p {
		width: 78%;
	}

	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -195px;
		background-size: cover;
		min-height: 172px;
	}
	.sub-banner-wthree h2, .sub-banner-wthree h3 {
		color: #e6e6e6;
		padding: 66px 0;
	}
	.simplefilter li {
		padding: 9px 18px;
	}
	.bg-single {
		background: url(../images/sb1.jpeg) no-repeat 0px -105px;
		background-size: cover;
		min-height: 277px;
	}
	.label {
		padding: .2em 0.4em .3em;
	}
}
@media screen and (max-width: 568px){
	.navigation,.search {
		width: 50%;
		float: left;
	}
	.banner-w3l {
		min-height: 278px;
	}
	label.line {
		height: 2px;
		width: 9%;
		margin: 25px auto;
	}
	.banner-btm-left-w3ls h4, .service-grids h4, .services-bottom-right h4, .services-bottom-left h4, h3.agileits-icons-title, .typography h3.head-top, .about-text-w3ls h4 {
		font-size: 21px;
	}
	.about-social-icons-w3-agile ul li .fa {
		padding:8px;
	}

	.callbacks_nav.prev {
		left: -0.2%;
	}
	.callbacks_nav {
		top: 63%;
	}
	.bg-single {
		background: url(../images/sb1.jpeg) no-repeat 0px -105px;
		background-size: cover;
		min-height: 260px;
	}
	.label {
		padding: .2em 0.2em .3em;
	}
}
@media screen and (max-width: 480px){
	.navigation{
		width: 45%;
		float: left;
	}
	.search {
		width: 55%;
		float: left;
	}
	.banner-w3l {
		min-height: 278px;
	}
	.banner-w3l {
		background: url(../images/banner.jpg) no-repeat 0px -51px;
		background-size: cover;
		min-height: 255px;
	}
	.banner-w3l h2 {
		width: 45%;
		font-size: 30px;
	}
	.service-grids {
		width: 100%;
		float: left;
		padding: 0 15px;
	}
	.service-grid2{
		margin:20px 0;
	}
	a.spcl, .about-bottom a ,.contact-agile input[type="submit"], .subscribe input[type="submit"] ,#commentform input[type="submit"] {
		padding: 5px 15px;
	}
	.subscribe input[type="text"] {
		padding: 6px;
	}
	.services-bottom a h4 {
		margin: 0;
	}
	.services-bottom-left-img {
		background: url(../images/sb1.jpeg) no-repeat -250px -73px;
	}
	.stats-grid {
		font-size: 35px;
	}
	.stats {
		height: 250px;
	}
	p.stats-info {
		margin-top: 7px;
	}
	.stats-info {
		margin-top: 75px;
	}
	.subscribe input[type="text"] {
		width: 53%;
	}
	.ser-info h3 {
		font-size: 2.3em;
	}
	.about-left-w3-agileits {
		background: url(../images/about.jpg) no-repeat 0px 0px;
		background-size: cover;
		min-height: 340px;
	}
	.callbacks_nav {
		top: 58%;
	}

	.about-bottom {
		background: url("../images/statsbg.jpg") no-repeat 0px 0px;
		background-size: cover;
		padding: 45px 0;
	}
	.about-bottom p {
		width: 95%;
	}

	.contact-agile h4 {
		font-size: 22px
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -150px;
		background-size: cover;
		min-height: 158px;
	}
	.sub-banner-wthree h2, .sub-banner-wthree h3 {
		color: #e6e6e6;
		padding: 56px 0;
	}
	.bg-single {
		background: url(../images/sb1.jpeg) no-repeat 0px -59px;
		background-size: cover;
		min-height: 190px;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 2em;
	}
	.title a {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 414px){
	.navbar-collapse.in {
		overflow-y: inherit;
	}
	.navigation{
		width: 39%;
		float: left;
	}
	.search {
		width: 61%;
		float: left;
	}
	.banner-w3l h3 {
		font-size:21px;
		padding-top: 5%;
	}
	.banner-w3l h2 {
		width: 49%;
		font-size: 26px;
	}
	.banner-w3l {
		background: url(../images/banner.jpg) no-repeat 0px -38px;
		background-size: cover;
		min-height: 226px;
	}
	.banner-btm-left-w3ls h3, .services-wthree h3, .footer-middle-w3-agileits h3, .services-bottom h3,.subscribe h3 ,.sub-banner-wthree h2,.team-section h2,.sub-banner-wthree h3,.about-bottom h3{
		font-size: 30px;
	}
	.stats-grid {
		font-size: 30px;
	}
	.stats p {
		font-size: 14px;
	}
	.footer-left-agile, .footer-middle-w3-agileits,.footer-right-w3layouts {
		width: 100%;
		float: none;
	}
	.footer-right-w3layouts {
		margin:20px 0 0 0;	
	}

	.callbacks_nav.prev {
		left: -2.2%;
	}
	.simplefilter li {
		padding: 9px 11px;
		font-size: 13px;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -125px;
		background-size: cover;
		min-height: 140px;
	}
	.sub-banner-wthree h2, .sub-banner-wthree h3 {
		color: #e6e6e6;
		padding: 52px 0;
	}
}
@media screen and (max-width: 384px){
	.banner-w3l {
		background: url(../images/banner.jpg) no-repeat 0px -18px;
		background-size: cover;
		min-height: 226px;
	}
	.banner-w3l h3 {
		font-size: 19px;
		padding-top: 8%;
	}
	.banner-btm-w3-agile, .services-wthree, .services-bottom, .w3layouts-gal, .contact-agile, .blog-section, .team-section, .main-grid-border, .about-w3layouts {
		padding: 35px 0;
	}
	.small-img {
		width: 100%;
		float: left;
		padding: 0;
	}
	.news-text {
		width: 100%;
		float: left;
	}

	.contact-agile textarea {
		width: 99.5%;
	}
	.contact-agile h4 {
		font-size: 20px;
	}
	.simplefilter li {
		padding: 9px 11px;
		font-size: 11px;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -107px;
		background-size: cover;
		min-height: 140px;
	}
	.bg-single {
		background: url(../images/sb1.jpeg) no-repeat 0px -59px;
		background-size: cover;
		min-height: 170px;
	}
	.icon-box {
		width: 100%;
		float: left;
	}
}
@media screen and (max-width: 375px){
	.banner-w3l {
		background: url(../images/banner.jpg) no-repeat 0px -18px;
		background-size: cover;
		min-height: 221px;
	}
	.banner-btm-left-w3ls h3, .services-wthree h3, .footer-middle-w3-agileits h3, .services-bottom h3,.subscribe h3 ,.sub-banner-wthree h2,.team-section h2,.sub-banner-wthree h3,.about-bottom h3{
		font-size: 27px;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -107px;
		background-size: cover;
		min-height: 127px;
	}
}
@media screen and (max-width: 320px){
	.logo-agileinfo h1 {
		text-align: left;
		font-size: 27px;
	}
	.navbar-toggle {
		padding: 7px 6px;
		margin-top: 10px
	}
	.nav > li > a {
		padding: 15px 4px;
	}
	.banner-w3l h3 {
		padding-top: 7%;
	}
	.banner-w3l h2 {
		width: 59%;
		font-size: 23px;
		padding: 4px 0;
	}
	label.line {
		margin: 18px auto;
	}
	.banner-w3l {
		background: url(../images/banner.jpg) no-repeat 0px 0px;
		background-size: cover;
		min-height: 201px;
	}	
	.stats-grid {
		font-size: 24px;
	}
	.stats p {
		font-size: 12px;
	}
	.stats-info {
		margin-top: 50px;
	}
	.stats {
		height: 192px;
	}

	.ser-info {
		padding:1em;
	}
	.callbacks_nav.next {
		left: 92%;
		width: 13%;
	}
	.callbacks_nav.prev {
		left: -5.2%;
		width: 13%;
	}
	.callbacks_nav {
		top: 50%;
	}
	.about-w3layouts h3 {
		font-size: 22px;
	}
	 .about-bottom h3{
		font-size:22px;
	}
	.about-left-w3-agileits {
		background: url(../images/about.jpg) no-repeat 0px 0px;
		background-size: cover;
		min-height: 250px;
	}
	.about-bottom {
		background: url("../images/statsbg.jpg") no-repeat -138px 0px;
		background-size: cover;
		padding: 45px 0;
	}
	 .contact-agile input[type="text"],.contact-agile textarea{
		width: 100%;
	}
	.simplefilter li {
		padding: 9px 5px;
		font-size: 11px;
	}
	.sub-banner-wthree {
		background: url(../images/banner.jpg) no-repeat 0px -80px;
		background-size: cover;
		min-height: 122px;
	}
	.sub-banner-wthree h2, .sub-banner-wthree h3 {
		color: #e6e6e6;
		padding: 45px 0;
	}
	.bg-single {
		background: url(../images/sb1.jpeg) no-repeat 0px -32px;
		background-size: cover;
		min-height: 151px;
	}
	.banner-btm-w3-agile, .services-wthree, .services-bottom, .w3layouts-gal, .contact-agile, .blog-section, .team-section, .main-grid-border, .about-w3layouts {
		padding: 30px 0;
	}
	.subscribe{
		padding:30px 0;
	}
}