
/*-- banner --*/ 
/*.one-img{  background: url(../img/b6.jpg)no-repeat center;}
.two-img{  background: url(../img/b5.jpg)no-repeat center;}
.three-img{  background: url(../img/b4.jpg)no-repeat center;} */
.slider-img{  background-size: cover;
min-height: 600px;}  
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
.rslides li:first-child {
position: relative;
display: block;
float: left;
}
.rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}
/*-- //banner Slider --*/
.rslides {
margin: 0 auto 40px;
}
#slider2,
#slider3 {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
margin: 0 auto;
}
.rslides_tabs {
list-style: none;
padding: 0;
background: rgba(0,0,0,.25);
box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
font-size: 18px;
list-style: none;
margin: 0 auto 50px;
max-width: 540px;
padding: 10px 0;
text-align: center;
width: 100%;
}
.rslides_tabs li {
display: inline;
float: none;
margin-right: 1px;
}
.rslides_tabs a {
width: auto;
line-height: 20px;
padding: 9px 20px;
height: auto;
background: transparent;
display: inline;
}
.rslides_tabs li:first-child {
margin-left: 0;
}
.rslides_tabs .rslides_here a {
background: rgba(255,255,255,.1);
color: #fff;
font-weight: bold;
}

/* Callback example */
/*.events {
list-style: none;
}*/
.callbacks_container {
position: relative;
float: left;
width: 100%;

max-height: 251px;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.callbacks::before
{
    background: linear-gradient(-180deg, rgba(234,237,237,0), #f4f4f4);
    bottom: 0;
    content: "";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED',GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00EAEDED', endColorstr='#EAEDED',GradientType=0)";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 350px;
    z-index: 3;
}
.callbacks li {
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.callbacks img {
display: block;
position: relative;
z-index: 1;
height: auto;
width: 100%;
border: 0;
}
.callbacks .caption {
display: block;
position: absolute;
z-index: 2;
font-size: 20px;
text-shadow: none;
color: #fff;
background: #000;
background: rgba(0,0,0, .8);
left: 0;
right: 0;
bottom: 0;
padding: 10px 20px;
margin: 0;
max-width: none;
}
.slider-info {
padding: 23em 0 0;
}
.slider-info h5 {
    font-size: 62px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 11px;
    text-shadow: 1px 1px 7px #151212;
}
.slider-info p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #f3f3f3;
    line-height: 30px;
}
.outs_more-buttn a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background-color: #ea1d5d;
    outline: none;
    border-radius: 50px;
    padding: 10px 22px;
    border: 2px double #ea1d5d;
	margin-top: 15px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.outs_more-buttn a:hover{
    background: none;
    border: 2px double #ea1d5d;
    color: #fff;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:65%;
left: 0;
opacity: 0.7;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 53px;
width: 53px;
background:rgba(230, 230, 230, 0) url("../img/left-arrow.png") no-repeat left top;
margin-top: -45px;
}
.callbacks_nav:active {
opacity: 1.0;
}
.callbacks_nav.next {
left: auto;
background:rgba(230, 230, 230, 0)  url("../img/right-arrow.png") no-repeat 0px 0px;
background-position: right top;
right: 0;
}
.callbacks_nav ,
.callbacks_nav.next {
background-size:40px;
}
/*#slider3-pager a {
display: inline-block;
}
#slider3-pager img {
float: left;
}
#slider3-pager .rslides_here a {
background: transparent;
box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
padding: 0;
}*/
/*--pager--*/
/*.callbacks_tabs {
list-style: none;
position: absolute;
padding: 0;
bottom: 228px;
right: 41%;
margin: 0;
z-index: 9;
display: block;
text-align: center;
}
.callbacks_tabs li {
    display: inline-block;
    margin: 0px 2px 0px;
}
.callbacks_tabs a {
visibility: hidden;
}
.callbacks_tabs a:after {
content: "\f111";
font-size: 0;
font-family: FontAwesome;
visibility: visible;
display: block;
width: 21px;
height: 21px;
display: inline-block;
background:#d24055;
border: none;
border-radius: 50%;
}
.callbacks_here a:after {
background: #fff;
border: 4px solid #d24055;
}*/
.news-agile-text p,.product-info-img p,
.sub-agile-info-toys p,.news-agile-text p ,
.about-products-w3layouts p,.address-gried p,
.address-gried p a,.icons p,.about-innergrid-agile p,.abut-gride p{
    line-height: 28px;
    font-size: 14px;
    color: #000;
}

.banner-right-icon h4,.clients-says-w3layouts h4{
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
}
/*-- //banner --*/
/*-- inner-banner --*/ 
.inner_page-banner {
text-align: center;
background: url(../images/b2.jpg) no-repeat center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
min-height: 350px;
}
ul.short_ls li a {
    color: #ffffff;
    text-decoration: none;
}
ul.short_ls li {
list-style: none;
display: inline-block;
letter-spacing: 1px;
font-size: 14px;
}
.using-border {
     width: 100%; 
    border: none; 
    background:#ea1d5d;
    text-align: center;
}
/*-- //inner-banner --*/ 


/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	.slider-info h5 {
    font-size: 57px;
	letter-spacing: 2px;
    margin-bottom: 8px;
}
.slider-img {
    min-height:600px; /*750px; 350px; 	*/
}
.title {
    font-size: 41px;
    letter-spacing: 2px;
}
.slider-info {
    padding: 5em 0 0;
}
.page-not-agile h4 {
    font-size: 9em;
    letter-spacing: 16px;
}
}
@media(max-width:1366px){
.title {
    font-size: 41px;
}
.hedder-up, .info-top-grid, nav.navbar.navbar-expand-lg.navbar-light {
    padding: 1em 2em;
}
.navbar-light .navbar-nav .nav-link {
    letter-spacing: 1px;
    padding: 6px 38px;	
}
.search-right input[type="search"] {
    width: 80%;
}
.search-right button {
    width: 19%;
}
.callbacks_nav, .callbacks_nav.next {
    background-size: 35px;
}
.map-info-right iframe {
    height: 22.5em;
}
.address-w3l-right {
    padding: 1.5em 0em;
}
.address-gried span {
    font-size: 28px;
    margin-bottom: 8px;
}
.sub-info-mail {
    width: 54%;
}
.about-innergrid-agile h4, .about-sub-inner h4 {
    font-size: 30px;
	    margin-bottom: 21px;
}
}
@media(max-width:1280px){
.clients_more-buttn a, .subscrib-btnn, .sent-butnn {
    padding: 11px 27px;
}	
.sub-agile-info-toys {
    padding: 2em 2em;
}
.abut-gride span {
    font-size: 27px;
}
.register-form input[type="text"], .register-form input[type="email"], .register-form input[type="password"] {
    font-size: 15px;
}
}
@media(max-width:1080px){
	.toys-img-one-two, .toys-img-one-three {
    height: 266px;
}
.toys-img-one {
    height: 729px;
}
.img-toy-w3l-top {
    height: 449px;
}
.outs_more-buttn a{padding:8px 19px;}
.toys-grids-upper {
    width: 59%;
    left: 20%;
}
.news-agile-text span {
    font-size: 18px;
margin: 0px 6px;}
.news-agile-text span {
    font-size: 18px;
    margin: 0px 6px;
}
.sub-text-page p {
    letter-spacing: 1px;
}
h3.typo-main-heading {
    font-size: 2.5em;
}
h4.typo-sub-heading {
    font-size: 24px;
}
}
@media(max-width:1050px){
	.carousel-control-prev {
    left: -42px;
}
.carousel-control-next {
    right: -43px;
}
.search-right input[type="search"] {
    width: 77%;
}
.search-right button {
    width: 23%;
}
.navbar-light .navbar-nav .nav-link {
    padding: 6px 32px;
}
.slider-info h5 {
    font-size: 49px;
    margin-bottom: 6px;
}
.callbacks_nav, .callbacks_nav.next {
    background-size: 30px;
}
.slider-img {
    min-height: 711px;
}
.toys-grids-upper {
    padding: 5em 2em;
}
.sub-info-mail {
    width: 60%;
}
.abut-gride span {
    width: 63px;
    height: 63px;
    line-height: 67px;
}
}
@media(max-width:1024px){
.least-w3layouts-text-gap {
    padding: 1.5em 2.5em;
}	
.carousel-control-next {
    right: -34px;
}
.carousel-control-prev {
    left: -33px;
}
.clients_more-buttn a, .subscrib-btnn, .sent-butnn {
    margin: 19px 0px;
}
.address-gried span {
    font-size: 25px;
}
.map-info-right iframe {
    height: 21em;
}
.page-not-agile h4 {
    font-size: 8em;
}
.register-form input[type="text"], .register-form input[type="email"], .register-form input[type="password"] {
    margin-bottom: 12px;
}
}
@media(max-width:991px){
	.info-contact-agile ul li span {
    font-size: 16px;
	}
h1 a.navbar-brand {
    font-size: 30px;
	}
	div#navbarSupportedContent {
background:transparent;
text-align: center;
padding: 13px 0px;
}
.navbar-light .navbar-nav .nav-link {
padding: 12px 15px;
}
.navbar-light .navbar-toggler {
border-color:#fff;
background:#ea1d5d;
padding: 2px 6px;
margin-top: 0px;
outline: none;
margin-right: 0px;
cursor: pointer;
border-radius: 6px;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
.navbar-light .navbar-toggler:hover {
background: #fff;
}
.toys-grids-upper {
    width: 78%;
    left: 10%;
	padding: 4em 2em;
	top: 361px;
}	
.clients-w3layouts-row:nth-child(2) {
    margin-top: 33px;
}
.agileits-toys-left {
    height: 609px;
}
.sub-agile-info-toys {
    padding: 1.5em 1.5em;
}
.clients_more-buttn a,.subscrib-btnn,.sent-butnn {
    letter-spacing: 1px;
}
.banner-agile-flowers:nth-child(3) {
    margin-top: 20px;
}
.about-innergrid-agile h4, .about-sub-inner h4 {
    font-size: 28px;
    margin-bottom: 19px;
}
}
@media(max-width:900px){
	.slider-img {
    min-height: 652px;
}
.slider-info {
    padding: 20em 0 0;
}
.slider-info h5 {
    font-size: 44px;
	letter-spacing:1px;
}
.slider-info p {
    font-size: 15px;
    letter-spacing: 1px;
}
.img-toy-w3l-top {
    height: 331px;
}
}
@media(max-width:800px){
.icons ul li a span, .cart-icons ul li span, .icons-social ul li span {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    margin: 0px 3px;
}
.banner-right-icon h4, .clients-says-w3layouts h4 {
    font-size: 21px;
}
.about-toys-off h2 {
    font-size: 26px;
}
.toys-grids-upper {
    padding: 3em 2em;
}	
.sub-info-mail {
    width: 69%;
}
.copy-agile-right p {
    letter-spacing: 1px;
}
h3.typo-main-heading {
    font-size: 2.3em;
}
h4.typo-sub-heading {
    font-size: 22px;
}
}
@media(max-width:768px){
	.slider-info h5 {
    font-size: 42px;
	}
	.news-agile-text span {
    font-size: 16px;
	}
.carousel-control-prev {
 left: -22px;
}
.carousel-control-next {
    right: -23px;
}
.clients-says-w3layouts {
    padding: 22px 0px 0px;
}
.clients_more-buttn a, .subscrib-btnn, .sent-butnn {
    margin: 14px 0px;
	padding: 8px 23px;
}
.abut-gride h5 {
font-size: 22px;
}
}
@media(max-width:767px){
.search-right input[type="search"] {
    width: 74%;
}
.search-right button {
    width: 26%;
}
.slider-info h5 {
    font-size: 39px;
}
.slider-info p {
    font-size: 14px;
}
.slider-img {
    min-height: 620px;
}
.slider-info {
    padding: 19em 0 0;
}
h1 a.navbar-brand {
    font-size: 28px;
}
.toys-grids-upper {
    width: 97%;
    left: 1%;
}	
.about-toys-off h2 {
    font-size: 23px;
}
.img-toy-w3l-top {
    height: 253px;
}
.img-toy-w3l-top {
    height: 253px;
}
.toys-img-one-two, .toys-img-one-three {
    height: 252px;
}
.map-info-right iframe {
    height: 18em;
}
.search-right {
    margin: 16px 0px;
}
.slider-info {
    padding: 22em 0 0;
}
.callbacks_container
{
    max-height: 104px;
}
.callbacks_nav {
    top:85%; 81%;
}
.abut-gride:nth-child(2) {
    margin: 26px 0px;
}
.contact-forms textarea {
    height: 8em;
}
}
@media(max-width:736px){
	.title {
    font-size: 39px;
	 letter-spacing: 1px;
}
.sub-info-mail {
    width: 85%;
}
.page-not-agile h4 {
    font-size: 7em;
}
}
@media(max-width:667px){
.slider-info h5 {
    font-size: 36px;
}
.map-info-right iframe {
    height: 15em;
}	
.about-innergrid-agile h4, .about-sub-inner h4 {
    font-size: 24px
}

}
@media(max-width:640px){
	h1 a.navbar-brand {
    font-size: 26px;
}
.info-contact-agile ul li p, .info-contact-agile ul li p a {
    font-size: 13px;
}
.page-not-agile h4 {
    font-size: 6em;
}
h3.typo-main-heading {
    font-size: 2em;
}
.register-form input[type="text"], .register-form input[type="email"], .register-form input[type="password"] {
    padding: 9px 7px;
}
}
@media(max-width:600px){
.hedder-up, .info-top-grid, nav.navbar.navbar-expand-lg.navbar-light {
    padding: 1em 1em;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
	  padding: 10px 15px;
}
.contact-forms textarea {
    height: 7em;
}
}
@media(max-width:568px){
	.toys-grids-upper {
    position: initial;
    width: 100%;
	margin-top: 20px;
	}
	.carousel-control-prev {
    left: -9px;
}
.carousel-control-next {
    right: -7px;
}
.toys-img-one {
    height: 712px;
}
.callbacks_nav, .callbacks_nav.next {
    background-size: 23px;	
}
.banner-agile-flowers:nth-child(2){
    margin-top: 21px;
}	
.abut-gride h5 {
    font-size: 21px;
}
.page-not-agile h4 {
    font-size: 5em;
}
.agileits-toys-left {
    height: 559px;
}
}
@media(max-width:480px){
.toys-img-one {
    height: 712px;
}	
.slider-info p {
    line-height: 27px;
}
.about-toys-off h2 {
    font-size: 21px;
}
.about-toys-off h2 {
    font-size: 21px;
}
.toys-grids-upper {
    padding: 2em 1em;
}
.news-agile-text img {
    width: 98%;
}
.about-innergrid-agile h4, .about-sub-inner h4 {
    font-size: 22px;
}
.sub-text-page p {
    font-size: 14px;
}
.agileits-toys-left {
    height: 497px;
}
}
@media(max-width:440px){
	.email-sub-agile input[type="email"], .contact-forms input, .contact-forms textarea {
    padding: .7em .7em;
}
.sub-info-mail {
    width: 92%;
}
.copy-agile-right p {
    line-height: 28px;
}
.about-innergrid-agile h4, .about-sub-inner h4 {
    font-size: 22px;
    line-height: 33px;
}

.timetable_sub th, .timetable_sub td {
    padding: 6px;
    font-size: 13px;
}
}
@media(max-width:414px){
.toys-img-one-two, .toys-img-one-three {
    height: 210px;
}
.toys-img-one {
    height: 527px;
}
.img-toy-w3l-top {
    height: 212px;
}	
.slider-info h5 {
    font-size: 29px;
}
.slider-img {
    min-height:219px; 613px;
}
.about-toys-off h2 {
    font-size: 19px;
}
.sub-text-page p {
    line-height: 25px;
}
.agileits-toys-left {
    height: 416px;
}
}
@media(max-width:384px){
	.hedder-up, .info-top-grid, nav.navbar.navbar-expand-lg.navbar-light {
    padding: .7em 1em;
}
	.clients-says-w3layouts {
    padding: 16px 0px 0px;
}
.title {
    font-size: 26px;
}
.slider-info h5 {
    font-size: 23px;
}
.slider-info {
    padding: 5em 0 0;23em 0 0;
}
.about-toys-off h2 {
    font-size: 18px;
}
.page-not-agile h4 {
    font-size: 4em;
}
.checkout-right h4, .address_form h4 {
    font-size: .9em;
}
.shop_inner_inf {
    width: 100%;
    margin: 0 auto;
}
.timetable_sub th, .timetable_sub td {
    padding: 4px;
    font-size: 12px;
}
.product.product-single .product-btns a:first-child
{
    width: 13%;
}
}
@media(max-width:375px){

.slider-info p {
    font-size: 13px;
}
.toys-img-one-two, .toys-img-one-three {
    height: 186px;
}
.abut-gride span {
    font-size: 24px;
}
.register-form input[type="text"], .register-form input[type="email"], .register-form input[type="password"] {
    font-size: 14px;
}
.agileits-toys-left {
    height: 374px;
}
}
@media(max-width:320px){
.slider-info h5 {
    font-size: 21px;
}
.slider-info {
    padding: 22em 0 0;
}
.img-toy-w3l-top {
    height: 142px;
}
.toys-img-one {
    height: 377px;
}
.toys-img-one-two,.toys-img-one-three {
    height: 156px;
}
.timetable_sub th, .timetable_sub td {
    padding: 3px;
    font-size: 11px;
}
.agileits-toys-left {
    height: 312px;
}
}
/*--//responsive--*/



.callbacks1_tabs {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    list-style: none;
    line-height: 1px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.callbacks_tabs
{
    position: absolute;
    bottom: 3%;
    z-index: 9;
    left: 0;
}
.callbacks_tabs {
    margin: 0 auto !important;
    background: transparent !important;
    display: inline !important;
    line-height: 1px !important;
    -webkit-tap-highlight-color: transparent;
}
.callbacks_tabs li {
    background: transparent !important;
}
.callbacks_tabs li {
    display: inline-block !important;
    position: relative;
    width: 26px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    float: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.callbacks_tabs li {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #cccccc;
    float: none;
    margin-right: 6px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.callbacks_tabs li a
{
    display:none;
}
.callbacks_tabs li:before {
    content: "";
    display: block;
    width: 5px !important;
    height: 5px !important;
    background: #fff !important;
    -webkit-border-radius: 2.5px;
    -moz-border-radius: 2.5px;
    border-radius: 2.5px;
    margin: 6px;
}
.callbacks_tabs li.callbacks_here {
    cursor: default;
}
.callbacks_tabs li.callbacks_here {
    background: #999999;
}
.callbacks_tabs li.callbacks_here:before {
    content: "";
    background: transparent !important;
    border: 1px solid #fff !important;
    width: 10px !important;
    height: 10px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 3px;
}

