@font-face {
    font-family: 'MyriadPror';
    src: url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
html,
body {
padding: 0;
margin: 0;
background: #fff;
letter-spacing: 1px;
font-family: 'MyriadPror';
}

hr{
    margin: 7px 0px;
}

body a {
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;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
text-decoration: none;
color: #8b7e16;
}
input[type="button"],
input[type="submit"] {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
letter-spacing: 1px;
font-family: 'MyriadPror';
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea{
font-family: 'MyriadPror';
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
letter-spacing: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'MyriadPror';
letter-spacing: 1px;
}
p {
margin: 0;
padding: 0;
letter-spacing: 1px;
font-family: 'MyriadPror';
font-size:14px;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
/*-- //Reset-Code --*/
.title {
    font-size: 47px;
color: #000;
letter-spacing: 3px;
font-weight: 600;
text-transform: uppercase;
}
.clr {
color: #fff;
}
.line-w3ls-title {
width: 69px;
height: 2px;
margin: 0px auto;
background:#8b7e16;
}
.title-sub p,.right-abut-agile-txt p,.abut-text-wthree p,.ser-text-wthree p,.news-agile-text p,.footer-office-hour p,.footer-office-hour ul li span{
    font-size: 16px;
    color: #000;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 18px;
}
.team-w3layouts-info h4{height: 52px;}
.abut-text-wthree h4,.ser-text-wthree h4,.team-w3layouts-info h4,.news-agile-text h4,.dance-agile-info h4{
font-size: 22px;
font-weight: bold;
color:#8b7e16;
text-transform: capitalize;
}
/*--Background Colors--*/
.clients,.team {
background:#eaeaea;
/* height: 506px; */
}
/*--//Background Colors--*/
.fun-hedder-up h2 {
font-size: 26px;
line-height: 43px;
color: #000;
padding: 0em 7em;
}
/*-- Heading-1 --*/
.header-w3layouts {
    padding-top: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: #070704b5;
    padding-bottom: 0px;
}
.hedder-logo{display:inline-block;}
.hedder-logo h1 a {
font-size: 38px;
color: #fff !important;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 2px;
}
.hedder-logo h1 a span {
color:#8b7e16;
}
/*-- menu-navigation --*/
nav {
background-color:rgba(255, 255, 255, 0.95);
height: 100%;
position: fixed;
right: -220px;
top: 0;
-moz-transition: right 0.2s linear;
-o-transition: right 0.2s linear;
-webkit-transition: right 0.2s linear;
transition: right 0.2s linear;
width:212px;
z-index: 9001;/* IT'S OVER 9000! */
padding-top: 4em;
-webkit-box-shadow:-3px 6px 17px 0px #040404;
-moz-box-shadow:-3px 6px 17px 0px #040404;
box-shadow:-3px 6px 17px 0px #040404;
}
#menuToggle {
    background: #8f8110;
    display: block;
    position: fixed;
    height: 40px;
    right: 3%;
    top: 42px;
    width: 46px;
    z-index: 9999;
    border-radius: 7px;
    border: 2px solid #fff;
}
#menuToggle span {
background: white;
display: block;
height:6%;
left: 20%;
position: absolute;
top: 45%;
width: 60%;
}
#menuToggle span:before,
#menuToggle span:after {
background: white;
content: '';
display: block;
height: 100%;
position: absolute;
top: -250%;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
width: 100%;
}
#menuToggle span:after { top: 250%; }
nav a {
color:#595210;
display: block;
font-size: 1.3em;
margin: 30px 0 30px 30px;
font-weight:500;
letter-spacing: 1px;
}
nav a:after {
background:#8b7e16;
content: '';
display: block;
height: 2px;
-moz-transition: width 0.5s;
-o-transition: width 0.5s;
-webkit-transition: width 0.5s;
transition: width 0.5s;
width: 0;
margin-top: 0.2em;
}
nav a:hover:after { width: 100%; }
.menu nav a:hover,.menu nav a:focus {
color:#000;
}
.open nav {
right: 0;
}
.open #menuToggle span {
background: transparent;
left: 20%;
top: 45%;
}
.open #menuToggle span:before,
.open #menuToggle span:after {
background: white;
top: 0;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #menuToggle span:after {
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#menuToggle .navClosed {
-moz-transition: background 0.1s linear;
-o-transition: background 0.1s linear;
-webkit-transition: background 0.1s linear;
transition: background 0.1s linear;
}
#menuToggle .navClosed:before,
#menuToggle .navClosed:after {
-moz-transition: top 0.2s linear 0.1s, -moz-transform 0.2s linear 0.1s;
-o-transition: top 0.2s linear 0.1s, -o-transform 0.2s linear 0.1s;
-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
-webkit-transition-delay: 0.1s, 0.1s;
transition: top 0.2s linear 0.1s, transform 0.2s linear 0.1s;
}
#menuToggle .navOpen {
-moz-transition: background 0.1s linear 0.2s;
-o-transition: background 0.1s linear 0.2s;
-webkit-transition: background 0.1s linear;
-webkit-transition-delay: 0.2s;
transition: background 0.1s linear 0.2s;
}
#menuToggle .navOpen:before,
#menuToggle .navOpen:after {
-moz-transition: top 0.2s linear, -moz-transform 0.2s linear;
-o-transition: top 0.2s linear, -o-transform 0.2s linear;
-webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
transition: top 0.2s linear, transform 0.2s linear;
}
/*-- //menu-navigation --*/
/*-- banner --*/
.hedder-up {
padding: 10px 0px 0px;
text-align: center;
}
.one-img{ 
    background: url(../images/b11.jpg)no-repeat center;
}
.two-img{  background: url(../images/b2.jpg)no-repeat center;}
.three-img{  background: url(../images/b3.jpg)no-repeat center;}
.slider-img{  background-size: cover;
min-height: 800px;}
.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;
}
a {
    color: #8b7e16;
text-decoration: none;
}
/* Callback example */
/*.events {
list-style: none;
}*/
.callbacks_container {
position: relative;
float: left;
width: 100%;
}
.callbacks {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
.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:7em 0 0;
text-align: right;
}
.slider-info h5 {
font-size: 4em;
color: #ffffff;
font-weight: 600;
letter-spacing: 2px;
line-height:75px;
text-shadow: 1px 1px 7px #000000;
}
.slider-info p {
font-size: 16px;
letter-spacing: 1px;
padding: 1em 31em 2em 0em;
color: #fff;
line-height: 31px;
}
.outs_more-buttn a,.outs_about-buttn a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background-color: #ff3d00;
    outline: none;
    padding: 13px 18px;
    border-radius: 5px;
    border: 1px solid #ff3d00;
    font-weight: bold;
}
.callbacks_nav {
position: absolute;
-webkit-tap-highlight-color: rgba(0,0,0,0);
top:53%;
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("../images/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("../images/right-arrow.png") no-repeat 0px 0px;
background-position: right top;
right: 0;
}
.callbacks_nav ,
.callbacks_nav.next {
background-size:40px;
}
.table_block_new{
    display: none;
}
/*#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;
}*/
/*-- //banner --*/
/*-- about --*/
.right-abut-agile-txt h2 {
font-size: 29px;
color:#8b7e16;
}
.about-agile-icon  span ,.banner-icon span{
font-size: 43px;
color:#000000;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
/*--//about --*/
/*-- counter--*/
.stats {
background: url(../images/stats.png)no-repeat fixed 0px 0px/cover;
background-size: 100%;
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
-ms-background-size: 100%;
padding-top: 100px!important;
    padding-bottom: 100px!important;
}
.counter {
    font-size: 54px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
}
.stat-info h5 {
    font-size: 25px;
    line-height: 33px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
/*-- //counter --*/
/*--Services --*/
.ser-icon:hover span {
color:#8b7e16;
}
/*-- //Services --*/
/*--fun-facts --*/
.fun-facts{
background: url(../images/kredit.jpg)no-repeat fixed 0px 0px/cover;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.fun-hedder-up h5 {
font-size: 33px;
line-height: 54px;
color: #fff;
padding: 0em 12em;
}
/*--//fun-facts --*/
/*--team --*/
.list-social-icons ul li{
list-style: none;
display: inline-block;
}
.list-social-icons ul li span {
font-size: 15px;
border: 1px solid #000;
letter-spacing: 0px;
width: 37px;
height: 37px;
line-height: 35px;
text-align: center;
margin: 0px 3px;
color:#8b7e16;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}
/*--//team --*/
/*--gallery-- */
/*--//gallery-- */
/*-- clients --*/
.wls-client-title {
    font-size: 14px;
color: #000;
margin: 0px;
display: block;
line-height: 30px;
}
.list-social-icons ul li span:hover,.footer-office-hour ul li p a:hover {
color: #000;
}
.customer-rev ul li span {
color:#8b7e16;
font-size:12px;
}
.carousel-indicators li {
border-radius: 20px;
width: 13px;
height: 13px;
margin-right: 5px;
margin-left: 5px;
background:#000;
cursor: pointer;
}
.carousel-indicators .active {
    background-color: #8b7e16;
    width: 13px;
    height: 13px;
}
.carousel-indicators {
bottom: -31px;
}
/*-- //clients --*/
/*-- contact --*/
.contact{
background: url(../images/cc1.png)no-repeat 0px 0px;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
.contact-forms input, .contact-forms textarea {
width: 100%;
font-size: 14px;
color: #fff;
padding: .8em 0em;
border: none;
border-bottom: 1px solid #f1f1f1;
border-radius: 0px;
background: transparent !important;
outline: none !important;
}
.contact-forms textarea {
resize: none;
height: 10em;
}
.form-control::-webkit-input-placeholder { /* Chrome */
color: #fff;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
color: #fff;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
color: #fff;
opacity: 1;
}
.form-control:-moz-placeholder { /* Firefox 4 - 18 */
color: #fff;
opacity: 1;
}
.sent-butnn button {
width: 16%;
font-size: 16px;
padding: 13px 0px;
color: #fff;
font-weight: 600;
text-transform: uppercase;
margin-top: 1em;
background: #8b7e16;
transition: 0.5s all;
-webkit-transition: 0.5s all;
transition: 0.5s all;
-moz-transition: 0.5s all;
}
.sent-butnn button:hover,.outs_about-buttn a:hover,.outs_more-buttn a:hover,button.btn1:hover{
background:#000;
color: #fff;
}
/*-- //contact --*/
/*--map --*/
.address_mail_footer_grids iframe {
width: 100%;
height:13em;
border: none;
}
/*-- //map --*/
/*-- footer-- */
.footer-office-hour ul li h6 {
font-size: 18px;
color: #000;
font-weight: 500;
}
.newsletter input[type="email"]::-webkit-input-placeholder { /* Chrome */
color: #000;
}
.newsletter input[type="email"]:-ms-input-placeholder { /* IE 10+ */
color: #000;
}
.newsletter input[type="email"]::-moz-placeholder { /* Firefox 19+ */
color: #000;
opacity: 1;
}
.newsletter input[type="email"]:-moz-placeholder { /* Firefox 4 - 18 */
color: #000;
opacity: 1;
}
.newsletter input[type="email"] {
outline: none;
padding: 13px 15px;
color: #000;
font-size: 14px;
width: 80%;
border-radius:0px;
background: rgba(0, 0, 0, 0);
border: 1px solid #000;
}
button.btn1 {
width: 20%;
color: #fff;
border: 1px solid #000;
padding: 11.5px 0;
font-size: 16px;
background: #8b7e16;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
cursor: pointer;
}
footer p {
font-size: 14px;
color: #000;
letter-spacing: 2px;
}
footer p a {
color:#8b7e16;
}
footer p a:hover {
color:#000;
}
.copy-agile-right {
border-top: 1px solid #848181;
margin: 30px 0px 0px;
}
/*-- //footer-- */
/*-- to-top --*/
#toTop {
display: none;
text-decoration: none;
position: fixed;
bottom: 55px;
right: 2%;
overflow: hidden;
z-index: 999;
width: 46px;
height: 36px;
border: none;
text-indent: 100%;
background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
width: 32px;
height: 32px;
display: block;
overflow: hidden;
float: right;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1920px){
}
@media(max-width:1680px){
}
@media(max-width:1600px){
}
@media(max-width:1440px){
.slider-img {
min-height: 680px;
}
.slider-info {
padding: 8em 0 0;
}
.slider-info h5 {
    font-size: 43px;
    line-height: 49px;
    width: 80%;
    float: right;
}
.title {
font-size: 41px;
}
.right-abut-agile-txt h2 {
font-size: 27px;
}
.stat-info h5 {
font-size: 23px;
}
.callbacks_nav, .callbacks_nav.next {
background-size: 35px;
}
nav {
width: 193px;
}
.sent-butnn button {
width: 20%;
}
}
@media(max-width:1366px){
.hedder-logo h1 a {
font-size: 36px;
}
.counter {
    font-size: 44px;
}
.fun-hedder-up h5 {
font-size: 29px;
padding: 0em 11em;
}
.list-social-icons ul li span {
width: 34px;
height: 34px;
line-height: 33px;
}
}
@media(max-width:1280px){
nav a {
font-size: 1.1em;
margin: 30px 0 30px 21px;
}
nav {
width: 180px;
}
.line-w3ls-title {
width: 61px;
}
.customer-rev ul li span {
font-size: 11px;
}
.slider-info p {
font-size: 15px;
padding: 1em 28em 1.5em 0em;
}
.title {
font-size: 39px;
}
.outs_more-buttn a, .outs_about-buttn a {
padding: 12px 14px;
}
.about-agile-icon span,.banner-icon span {
font-size: 40px;
}
.sent-butnn button {
width: 23%
}
}
@media(max-width:1080px){
.slider-img {
min-height: 600px;
}
.slider-info h5 {
font-size: 3.1em;
line-height: 62px;
}
.slider-info p {
font-size: 15px;
padding: .8em 25em 1.1em 0em;
}
.slider-info {
padding: 11em 0 0;
}
.hedder-logo h1 a {
font-size: 34px;
}
.stat-info h5 {
font-size: 22px;
}
.fun-hedder-up h5 {
font-size: 26px;
padding: 0em 8em;
line-height: 44px;
}
nav {
width: 154px;
}
}
@media(max-width:1050px){
.callbacks_nav, .callbacks_nav.next {
background-size: 31px;
}
.callbacks_nav {
height: 30px;
width: 33px;
}
.title {
font-size: 36px;
}
.right-abut-agile-txt h2 {
font-size: 26px;
}
.counter {
font-size: 20px;
}
.contact-forms textarea {
height: 9em;
}
}
@media(max-width:1024px){
.slider-img {
min-height: 550px;
}
.slider-info h5 {
font-size: 2.8em;
line-height: 56px;
}
.slider-info p {
line-height: 27px;
}
.slider-info {
padding: 10em 0 0;
}
.abut-text-wthree h4, .ser-text-wthree h4, .team-w3layouts-info h4, .news-agile-text h4, .dance-agile-info h4 {
font-size: 20px;
}
.about-agile-icon span, .banner-icon span {
font-size: 37px;
}
.fun-hedder-up h5 {
font-size: 24px;
}
}
@media(max-width:991px){
.slider-info p {
padding: .8em 9em 1.1em 0em;
}
.header-w3layouts {
padding-top: 1.5em;
}
.hedder-logo h1 a {
font-size: 31px;
}
.title {
font-size: 32px;
}
.contact-forms input, .contact-forms textarea {
padding: 0.7em 0em;
}
.dance-agile-info:nth-child(3),.dance-agile-info:nth-child(4) {
margin-top: 22px;
}
.sent-butnn button {
width: 27%;
}
.footer-office-hour ul li h6 {
font-size: 17px;
}
}
@media(max-width:900px){
nav {
width: 142px;
}
nav a {
font-size: 1em;
margin: 21px 0 26px 21px;
}
.stat-info h5 {
font-size: 20px;
}
.list-social-icons ul li span {
width: 32px;
height: 32px;
line-height: 30px;
font-size: 14px;
}
.wls-client-title {
margin: 13px 0px;
}
.carousel-indicators {
bottom: -30px;
}
.copy-agile-right {
margin: 25px 0px 0px;
}
footer p {
letter-spacing: 1px;
}
}
@media(max-width:800px){
#menuToggle {
top: 36px;
width: 42px;
right: 4%;
}
.fun-hedder-up h5 {
font-size: 22px;
padding: 0em 6em;
}
.abut-text-wthree h4, .ser-text-wthree h4, .team-w3layouts-info h4, .news-agile-text h4, .dance-agile-info h4 {
font-size: 18px;
}
.contact-forms textarea {
height: 9em;
}
}
@media(max-width:768px){
.slider-img {
min-height: 521px;
}
.slider-info h5 {
font-size: 2.5em;
line-height: 53px;
}
.callbacks_nav, .callbacks_nav.next {
background-size: 27px;
}
.outs_more-buttn a, .outs_about-buttn a {
padding: 11px 13px;
letter-spacing:1px;
}
.slider-info {
padding: 9em 0 0;
}
.title {
font-size: 30px;
letter-spacing: 2px;
}
.about-agile-icon span, .banner-icon span {
font-size: 34px;
}
.contact-forms textarea {
height: 8em;
}
.sent-butnn button {
font-size: 15px;
padding: 11px 0px;
}
.wls-client-title {
margin: 6px 0px;
}
footer p {
font-size: 13px;
}
}
@media(max-width:767px){
.slider-info p {
padding: .8em 2em 1em 0em;
}
.right-abut-agile-txt {
margin-top: 25px;
}
.about-agile-icon:nth-child(2),.about-agile-icon:nth-child(3),.stats-grid-3,.stats-grid-4{
margin-top: 20px;
}
.list-social-icons ul li span {
width: 27px;
height: 28px;
line-height: 25px;
font-size: 12px;
}
.contact-forms textarea {
height: 7em;
}
.sent-butnn button {
width: 30%;
}
}
@media(max-width:736px){
.fun-hedder-up h5 {
font-size: 20px;
padding: 0em 5em;
}
.sent-butnn button {
width: 33%;
}

.img_privat{
    width: 100%
}

.tabl_section .tabl_block{
    display: none;
}

.table_block_new{
    width: 100%;
    display: block!important;
}


}
@media(max-width:667px){
.slider-img {
min-height: 483px;
}
.slider-info h5 {
font-size: 2.1em;
line-height: 47px;
}
.slider-info p {
font-size: 14px;
}
.about-agile-icon span, .banner-icon span {
font-size: 32px;
}
}
@media(max-width:640px){
.title {
font-size: 28px;
letter-spacing: 1px;
}
.contact-forms input, .contact-forms textarea {
padding: 0.6em 0em;
}
.sent-butnn button {
font-size: 14px;
}
}
@media(max-width:600px){
.about-agile-icon span, .banner-icon span {
font-size: 30px;
}
.stat-info h5 {
font-size: 18px;
line-height: 28px;
}
.fun-hedder-up h5 {
line-height: 38px;
}
.hedder-logo img {
    width: 45%!important;
    margin-top: 0!important;
}
.new_phone {
    top: 17px!important;
}
.dropdown {
    right: 20%!important;
    top: 95px!important;;
}
.stats-grid{
    margin-top: 50px!important;
}
}
@media(max-width:568px){
.slider-info {
text-align:center;
}
.title {
font-size: 25px;
}
.profile {
width: 56%;
margin: 0px auto;
}
.profile:nth-child(1),.profile:nth-child(2){
margin-bottom:25px;
}
.fun-hedder-up h5 {
font-size: 19px;
padding: 0em 3em;
}
.gallery-images {
width: 50%;
}
.news-agile-text {
margin-top: 21px;
}
.dance-agile-info:nth-child(2) {
margin-top: 25px;
}
}
@media(max-width:480px){
.slider-info {
text-align:center;
}
.slider-img {
min-height: 469px;
}
.slider-info h5 {
font-size: 1.3em;
line-height: 34px;
}
.hedder-logo h1 a {
font-size: 29px;
}
.slider-info p {
padding: .8em 1em 1em 0em;
font-size: 13px;
}
.outs_more-buttn a, .outs_about-buttn a {
padding: 10px 11px;
}
.callbacks_nav, .callbacks_nav.next {
background-size: 24px;
}
.fun-hedder-up h5 {
padding: 0em 2em;
}
.sent-butnn button {
width: 44%;
}
footer p {
font-size: 13px;
line-height: 28px;
}
}
@media(max-width:440px){
.title {
font-size: 25px;
}
.right-abut-agile-txt h2 {
font-size: 23px;
}
.stat-info h5 {
font-size: 17px;
line-height: 26px;
}
.about-agile-icon span, .banner-icon span {
font-size: 28px;
}
.profile {
width: 65%;
}
.address_mail_footer_grids iframe {
height: 12em;
}
.fun-hedder-up h5 {
font-size: 18px;
}
}
@media(max-width:414px){
.counter {
font-size: 64px;
}
.profile {
width: 80%;
}
.header-w3layouts {
padding-top: 1em;
}
.fun-hedder-up h5 {
padding: 0em 1em;
}
.gallery-images {
width: 100%;
}
.contact-forms textarea {
height: 6em;
}
}
@media(max-width:384px){
.slider-img {
min-height: 438px;
}
.slider-info {
padding: 8em 0 0;
}
.callbacks_nav {
top: 58%
}
.stat-info h5 {
font-size: 16px;
}
.profile {
width: 90%;
}
.sent-butnn button {
width: 51%;
}
}
@media(max-width:375px){
.about-agile-icon span, .banner-icon span {
font-size: 26px;
}
.profile {
width: 95%;
}
.fun-hedder-up h5 {
line-height: 34px;
}
}
@media(max-width:320px){
.slider-img {
min-height: 420px;
}
.slider-info p {
padding: .8em 0em 1em 0em;
}
.slider-info {
padding: 7em 0 0;
}
.fun-hedder-up h5 {
font-size: 17px;
}
}
/*--//responsive--*/


.outs_more-buttn.amica_tov{
    margin-bottom: 20px;
}

.new_phone{
    width: 240px;
    font-size: 20px;
    position: absolute;
    display: inline-block;
    right: 24%;
    top: 45px;
}

.new_phone img{
    width: 26px;
}

.hedder-logo img{
    width: 250px;
    margin: 10px 0;
}

.menu_title{
    position: absolute;
    top: -27px;
    font-weight: bold;
    color: #ff3b00;
}

.menu_top{
    position: relative;
}

.dropbtn {
    padding: 5px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: absolute;
    display: inline-block;
    right: 17%;
    top: 45px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f96b;
    width: 60px;
    left: -5px;
}

.dropbtn
{
    padding-left: 0;
    width: 60px;
    color: #fff;
}

.dropbtn::after {
    background: rgba(0, 0, 0, 0) url(../images/ic_keyboard_arrow_down_48px-16.png) no-repeat scroll center center;
    content: "";
    height: 20px;
    position: absolute;
    right: -5px;
    top: 7px;
    width: 16px;
}



/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 2px 0 2px 5px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1;
    color: #8b7e16;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.img_flag{
    width: 20px;
    margin-left: 8px;
    margin-bottom: 5px;
}

.new_phone a{
    color: #fff;

}


/* MODAL */
.modal-wrapper {
    width: 400px;
    min-height: 300px;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
    text-align: center;
}

.modal-wrapper .modal-close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    font-size: 20px;
    color: #004b9e;
}

#overlay {
	z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	background-color: #000; /* черная */
	opacity: 0.8; /* но немного прозрачна */
	width: 100%;
	height: 100%; /* размером во весь экран */
	top: 0;
	left: 0; /* сверху и слева 0, обязательные свойства! */
	cursor: pointer;
	display: none; /* в обычном состоянии её нет) */
}

/* MODAL  AND*/



/* TABL*/
.tabl_block table {

    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
    margin: 0 auto;
    }
    th, td:first-child {
        background: #252F48;
    color: white;
    padding: 10px 30px;
    }
     td {
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #37b5a5;
        /* border: 3px; */
        color: #252f48;
        font-weight: bold;
    }

    th {
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #37b5a5;
        /* border: 3px; */
        color: #252f48;
        font-weight: bold;
        color: #fff;

    }
    td {
    background: #fff;
    }
    th:first-child, td:first-child {
    text-align: left;
    }



.types_fuel{
    text-align: center;
    margin: 0 auto;
}

/* TABL AND*/


.top_vo{
    background: url(../images/maxresdefault.jpg) no-repeat fixed 0px 0px/cover;

    color: #fff;

}

.top_vo p{
    color:#fff;
}

.top_vo h3{
    color: #fff;
}

.firewood_img{
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 40px;
}

.tabl_block{
    margin: 100px 0;
}

.brest_img{
    position: relative;
    width: 100%;
    right: 0px;
    display: none;
}

.brest_img img{
    position: absolute;
    right: -10%;
    width: 560px;
    top: -400px;
}

.about-agile-icon img{
    width: 80px;
}

.service img{
    width: 80px;
}

.timer_top{
    color: #fff!important;
    background: transparent!important;
    box-shadow: none!important;
}

.eTimer .etUnit .etNumber {
    width: 30px!important;
}

.timer_top .etTitle{
    /* display: none!important; */
}

.timer_top.eTimer .etUnit .etNumber {
    width: 60px!important;
    font-size: 50px!important;
}
.timer_top.eTimer .etUnit .etSign {
    text-align: center!important;
    font-size: 22px!important;
}

.sale_title{
    color: #e83800;
    font-size: 30px;
    background-color: #ffffffdb;
    float: right;
    margin-top: 14px;
}

.number_sale{
    color: #000000;
    background-color: #ffff00;
}

.profile{
    box-shadow: 3px 0px 9px rgba(0,0,0,0.1);
    transition: 0.5s;
    margin-top: 50px;
}

.profile:hover {
    transition: 0.5s;
    box-shadow: 0 14px 24px rgba(0,0,0,0.25), 0 4px 13px rgba(0,0,0,0.2);
    cursor: pointer;
}


.style-1 del {
    color: rgba(255, 0, 0, 0.5);
    text-decoration: none;
    position: relative;
    font-size: 20px;
    margin: 15px;
}

.style-1 del:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgba(255, 0, 0, 0.8);
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-7deg);
}

.style-1 ins {
    color: green;
    font-size: 50px;
    text-decoration: none;
    padding: 0;
}

.new_price_sal{
    float: right;
    background-color: #e7e7e6c2;
    border-radius: 5px;
	margin-top: 16px;

}

.title_form{
    font-size: 22px;
    line-height: 20px;
    margin-bottom: 14px;
}

.btn_submit_form{
    width: 80%;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #8b7e16;
    color: #fff;
}

.input_form{
    width: 80%;
    padding-left: 3%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #8b7e16;
    color: #000;
}

.btn_go_call{
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.top_best{
    margin-top: 3rem!important;
}

.image-fluid{
    width: 200px;
}

.news-agile-text{
    min-height: 230px;
}

.eTimer .etUnit .etNumber {
    width: 45%!important;
}

.eTimer .etUnit .etNumber {
    width: 35px!important;
}


#carouselExampleIndicators{
    min-height: 320px;
  }




  .menu_top .navbar-nav .nav-link {
    color: #ffffff!important;
    text-align: center;
    font-size: 18px;

}
.menu_navbar .navbar-nav .nav-link:hover {
    color: #db2923!important;
}
.menu_navbar .menu_top {
    background: #000!important;
    color: #fff!important;
}
.menu_navbar {
    background: #000;
}

.menu_navbar .navbar-nav {
    width: 100%;
}




.phone_top{
    top: 7px!important;
}

.navbar-nav {
justify-content: space-between;
}

  @media(max-width:768px){
    .style-1 ins {
        color: green;
        font-size: 32px;
      }

      .amount{
          font-size: 28px;
      }

      .new_phone img {

    }

      .new_phone {
        top: 97px!important;
        left: 15px;
      }

      .phone_top{
        top: 60px!important;
      }



.header-w3layouts {
    height: 150px;
}

.slider-info {
    padding: 12em 0 0;
}
#gallery{
		display:none;
	}  
}
.pdf {

display: flex;    
justify-content: center;
flex-wrap: nowrap;
}
.pdf_a {
display:inline-block;
margin: 50px 10px;
}

  
.icon-follower{
text-align: center;
} 

.video_container {
display: grid;    
grid-template-columns: 1fr 1fr;    
column-gap: 40px;    
row-gap: 40px;
}

@media(max-width:768px){
.video_container{
     grid-template-columns: 1fr;
column-gap: 0px;    
row-gap: 0px;
margin-left:20px;
}
.video iframe {
width:300px;
height:150px;
}
.details_inner{
    padding: 10px;
    width: 201px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b3b1b1;
    margin: auto;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #b3b1b1;
    text-transform: uppercase;
    font-size: 14px;
}
.details_inner:hover{
    color: #fff;
    border: 1px solid #000;
}
.img-fluid {
    max-width: 80%!important;
    height: auto;
}
}

@media(max-width:500px){ 
    .pdf img {
        width:150px;
        height:200px;
    }
}
