@font-face {
font-family: "SCRIPTIN";
src: url("../webfonts/SCRIPTIN.ttf");
}

html,
body {
    padding: 0;
    margin: 0;
    background: #000;
    letter-spacing: 0px;
font-family: 'Montserrat', sans-serif;
}

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;
}

.about_agile {
	 background: url(../images/b1.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
	padding-top:5em ;
	padding-bottom:3em ;
  margin-bottom: -50px;
}
.about_agile1{
	background: url(../images/s9.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
	padding-top:5em ;
  margin-bottom: -50px;
}

.about-grids {
	margin-top: 10em;
	background:  rgba(0, 0, 0, 0.58);

}

.agile_secives h3 {
	color: #fff;
	text-shadow: 3px 3px 2px #1f1d1d;
}

.abt-lt-grid {
	background: #ef8a09;
	padding: 3em 2em 5em;
}
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
width: 100%;
  height:auto;
}

.about_us{
  padding-top: 122px;
  margin-bottom: 30px;
}
.about_us h2{
align-items: center;
text-align: center;
   
}

.about_us h5 {
align-items: center;
text-align: center;
  font-family: 'Montserrat';
  font-size: 25px;
  font-weight:100;
  color: #fff;
  padding-top: 30px;
padding-bottom: 10px;
}
.about_us img{


padding-top:10px;

  height: 7vh;
    margin-left: -40px;
    margin-bottom: 50px;
}



.about_us span {
text-align: center;
}
.about_us p{



  align-items: center;
  text-align: center;
  padding-left:30px;
  padding-right:30px;
  margin-top: 40px;
  font-family:'Montserrat';
  font-size: 20px;
  color: #fff;
}


.abt-lt-grid h4 {
	font-size: 1.5em;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 1em 0;
}

.abt-lt-grid p {
	font-size: 0.9em;
	letter-spacing: 2px;
	color: #fff;
	margin: 1em 0;
}

.abt-lt-grid p i {
	color: #000;
	padding: 0 0.5em 0 0;
}

p.ma-p {
	color: #212121;
}

.ls-grid-head h6 {
	font-size: 0.9em;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin: 2em 0 0 0;
	color: #f99104;
}
.ls-grid-head h3 {
    font-size: 1.8em;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 0em 0 2em;
    padding: 20px 0;
    background: #ff6666;
    color: #fff;
}




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: 0px;
   font-family: 'Montserrat', sans-serif;
}
select,input[type="email"],input[type="text"],input[type=password],
input[type="button"],input[type="submit"],textarea{
   font-family: 'Montserrat', sans-serif;
	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: 0px;

}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0px;
}

p {
    font-size:14px;
    margin: 0;
    padding: 0;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}
ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
}
/*-- //Reset-Code --*/
.title {
    font-size: 50px;
    color: #dddcdc;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
	    font-family: 'Felipa', cursive;

}
.clr {
    color: #fff;
}
.lft{    text-align: left;}
.rigt{    text-align: right;}
/*-- header --*/

/*-- nav --*/
.header-bar {
    position: absolute;
    width: 100%;
	z-index: 99;
}
.navbar-brand img{
    height:2.5em;
}
h1 a.navbar-brand {
    font-size: 35px;
    color: #fff !important;

    font-weight: 400;

    margin: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px;
    align-content: right;
    font-weight: 400;
	  padding: 10px 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;

}
nav.navbar.navbar-expand-lg.navbar-light {
    background: rgba(14, 14, 14, 0);
    padding: 2em 2em 0em;

}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#0274be;
  transition: 1s;

}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #fff ;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link:hover, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link:hover {
    color: #0274be;
    transition: 0.5s;
}



/*-- //nav --*/
/*-- //header --*/
/*-- inner-banner --*/
.inner_page-banner {
    text-align: center;
    background: url(../images/b1.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: 300px;
}
ul.short_ls li a {
    color: #dddcdc;
    text-decoration: none;
}
ul.short_ls li {
    list-style: none;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 14px;
    align-items: center;
}
.using-border {
    width: 100%;
    border: none;
    background: #eee;
}
/*-- //inner-banner --*/
/*-- banner --*/
.hedder-up {
    padding: 10px 0px 0px;
    text-align: center;
}
.one-img{  background: url(../images/hp.jpg)no-repeat  center;
}
.two-img{  background: url(../images/hp.jpg)no-repeat center;
 }
.three-img{  background: url(../images/hp.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;
  -moz-backface-visibility: hidden;
  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: #fff;
  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: #fff;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
.slider-info {
    padding: 22em 0 0;
}
.slider-info h4 {
    color: #fff;
    font-size: 52px;
    letter-spacing: 1px;
}
.slider-info p {
    font-size: 20px;
    letter-spacing: 3px;
    padding: 16px 0px;
    color: #fff;
}
span.pink-col {
    color: #fff;
    font-size: 1.7em;
	font-family: 'SCRIPTIN';
}
.outs_more-buttn a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background-color:#dddcdc;
    outline: none;
    border-radius: 50px;
    padding: 10px 22px;
    border: 2px double #dddcdc;
}
.outs_more-buttn a:hover{
	background:none;
    border: 2px double #dddcdc;
    color: #fff;
}
.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;
}
/*
#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: 40%;
    right: 4%;
    margin: 0;
    z-index: 9;
    display: block;
    text-align: center;
}
.callbacks_tabs li {
    display: block;
    margin: 0px 11px 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: #dddcdc;
    border: none;
    border-radius: 50%;
}
.callbacks_here a:after {
	background: #fff;
    border: 4px solid #dddcdc;
}*/
/*-- //banner --*/

/*--about --*/
.agile-abt-info h2 ,.bar-w3ls-both-side h4{
    font-size: 37px;
    color: #dddcdc;
    padding-bottom: 20px;
    line-height: 51px;
    font-weight: bold;
}
.info-sub-w3 p{
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff;
	    line-height: 28px;
}
.abt-sub-info h4 {
    font-size: 26px;
    color: #dddcdc;
    letter-spacing: 2px;
    margin: 17px 0px;
}
.abt-sub-info p {
    line-height: 25px;
    color: #fff;
    padding-bottom: 12px;
}
.abut-wls-gride-dance img {


    width: 105px;
    height: 108px;
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.white-shadow:hover img.banner-icon {
    color: #dddcdc;
}
.outs-agile-buttn a {
    font-size: 14px;
    color: #fff000;
    background:none;
    padding: 12px 27px;
    border-radius: 50px;
	display:inline-block;
    border: 2px solid #dddcdc;
}
.outs-agile-buttn a:hover{color:#fff;
background:#dddcdc;}
/*-- slider--*/
.agileit-folio_grid:before {
	content: "";
    font-size: 1.5em;
    width: 60px;
    height: 60px;
    line-height: 2.9em;
	font-family: FontAwesome;
    color: #fff;
	text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
    transform: translateX(-50%) translateY(-50%) scale(0.3,0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -moz-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -ms-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    -o-transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    transition: all .3s cubic-bezier(0.6,-0.28,0.735,0.045) 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.agileit-folio_grid:after {

	content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.agileinfo_port_grid:hover .agileit-folio_grid:after {
    opacity: 1;
}
.agileinfo_port_grid:hover .agileit-folio_grid:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1,1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1,1);
    transform: translateX(-50%) translateY(-50%) scale(1,1);
    -webkit-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -moz-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -ms-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    -o-transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1.275) 0.1ms;
}
/*--flexisel--*/
.flex-slider{
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	padding:0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: zoom-in;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 25px;
    height: 40px;
    position: absolute;
    cursor: zoom-in;
    z-index: 100;
    background:none;
    top: -5% !important;
    border-radius: 5px;
	display:none;
}
.nbs-flexisel-nav-left {
	left:50%;
}
.nbs-flexisel-nav-right {
	right: 1%;
    background:none;
}
/*.about{position:relative;}
.slid-img{position:absolute;
width:100%;
left:0%;
bottom:-86px}
/*--//flexisel--*/
/*--//slider--*/
/*-- //About-inner --*/
.abut-inner-right h4 {
    font-size: 35px;
    font-weight: bold;
    line-height: 51px;
    letter-spacing: 2px;
}
.abut-inner-left p,.wls-sub-hedder-right p{
    color: #fff;
    letter-spacing: 1px;
    line-height: 31px;
}
.w3l-abt-sub-txt p ,.w3l-ser-sub-txt p {
    color: #fff;
    line-height: 30px;
}
.w3l-abt-sub-txt h4,.w3l-ser-sub-txt h4 {
    color: #dddcdc;
    font-size: 25px;
}
.two-abut-inner-right {
    background: #dddcdc;
}
.wls-sub-hedder-right h4 {
    font-size: 32px;
	color:#fff;
    line-height: 49px;
}
.wls-sub-hedder-right {
    padding: 10em 5em 8em 13em;
}
/*-- //About-inner --*/
/*-- //About --*/
/*-- slider-img--*/
/*-- counter--*/
.side-img{

	background-size: cover;
  height: 600px;
}
.stats-grid {
    text-align: center;
    margin: 0 auto;
}
.counter {
    font-size: 32px;
    color: #dddcdc;
    font-weight: 500;
    font-weight: 600;
    letter-spacing: 1px;
}
.stat-info h4 {
    font-size: 23px;
    color: #fff;
	font-weight:bold;
	letter-spacing:4px;
      font-family: 'Felipa', cursive;
}
/*-- //counter --*/

/*--progress bar --*/
.progress.my-bar {
height: 3px;}
.left-side- h5, .right-side- h5 {
    font-size: 15px;
    color: #fff;
}

/*-- //progress bar --*/
/*-- //slider img--*/
/*--service--*/
.ser-icon-left span{
    font-size: 40px;
    text-align: center;

    background: #ced0d6;
    width: 81px;
    height: 81px;
    line-height: 88px;
    border-radius: 50px;
}
.service-info-list-agile h4 {
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 2px;
    padding-bottom: 8px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
}
.service-info-list-agile p {
    color: #fff;
    line-height: 28px;
}
/*-- //service--*/
/*-- //dance class--*/


/*-- //dance class--*/
/*--schedule--*/
.schedule{
    background: url(../images/tt1.jpg)no-repeat center;
	background-size: cover;
}
.timetable {
	font-size: 11px;
}
.timetable th, .timetable td {
    text-align: center;
    padding: 15px 10px;
    border:1px solid #cccccc;
    background: #fff;
    font-size: 14px;
        color: #dddcdc;
}
.timetable td {color:#fff;}
.timetable .event {
    background-color: #ffffff;
    color: #fff;
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    line-height: 150%;
}
.timetable .event-list:hover {
    background: #dddcdc;
    color:rgba(255, 255, 255, 0.9);
}
.timetable .event-list a {
	display: block;
	color:#dddcdc;
	font-weight: bold;
	text-decoration: none;
	    font-size: 13px;
}
.timetable .event-list:hover a {
	color:#fff;
}
.timetable .event-list:hover a span{
	color:#fff;
}
.timetable .event-list a span {
    display: block;
    color: #fff;
    padding-top: 8px;
}
.table-responsive.p-2.fact {
    background: #dddcdc;
}
/*-- //schedule--*/
/*--gallery--*/

/*--//gallery--*/
/*--testimonial--*/
.client-img img {
    border-radius: 50%;
}
.client-matter p {
    color: #fff;
    line-height: 28px;
}
.client-matter {
    padding: 1em 14em;
  

}
.client-matter h6 {
    font-size: 25px;
    color:#dddcdc;
	    font-family: 'Felipa', cursive;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 40px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #fff;
    text-align: center;
    height: 34px;
    opacity: .5;
    background: #dddcdc;
}
/*-- //testimonial--*/
/*--contact--*/
.contact-forms input, .contact-forms textarea {
    font-size: 14px;
    color: #fff;
    padding: 1em;
    border: 1px solid #fff;
    background: #dedede;
    outline: none;
}
.contact-forms textarea {
    resize: none;
    height: 14em;
}
::-webkit-input-placeholder { /* Chrome */
  color: #fff !important;
}
 :-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff!important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff !important;
  opacity: 1;
}
.sent-butnn {
    font-size: 17px;
    padding: 11px 68px;
    color: #fff;
    outline: none;
    margin-top: 1em;
    background:#fff;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sent-butnn:hover{ background:blue;}

/*-- //contact--*/
/*-- TYPOGRAPHY--*/
.sub-head h4 {
    font-size: 29px;
    font-weight: 600;
    color: #dddcdc;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}
.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: 12px;
    color: #0a0808;
    border-top: none !important;
}
.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;
}
/*-- //TYPOGRAPHY--*/
/*--footer--*/
footer{ background: url(../images/fbg.jpg) no-repeat 0px 0px;  background-position: center;}
.dance-agile-info h4 ,.dance-agile-info h4 a{
    font-size: 10px;
    color: #fff;
    margin-top: 50px;
  font-size:1.2em;
	font-family: 'Montserrat', ;
	font-weight:bold;
}
.bottom-para {
    line-height: 30px;
    color: #000;
}
.bottom-para p {

    color: #fff;
}

.nav-link {
    font-size: 12px;
text-transform: uppercase;
    color: #fff;

    letter-spacing: 0px;
}
.nav-link:focus, .nav-link:hover {
    color: #0274be;
    text-decoration: none;
}

.copy-agile-right p {
    letter-spacing: 0px;
}


.copy-agile-right p a {
    color:#dddcdc;
}
.copy-agile-right p a:hover {
    color: rgb(255, 255, 255);
}



.footer-post .img-fluid {
  padding: 2px 2px;
  border: 0.8px solid #fff;
  filter: grayscale(100%);

}
/*-- //footer--*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	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){
    .slider-img {
        min-height: 1000px;
    }
}
@media(max-width:1680px){
    .slider-img {
        min-height: 900px;
    }
}
@media(max-width:1600px){

}
@media(max-width:1440px){
h1 a.navbar-brand {
    font-size: 38px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 10px 15px;
}
.slider-img {
    min-height: 725px;
}
@keyframes slide-up {
    from {
        padding-top: 30em;
        opacity: .1;

    }
    to {
        padding-top: 15em;
        opacity: 1;

    }
}

.slide-up {
    animation: slide-up 2.5s;
}
.slider-info {
    padding: 15em 0 0;
}

.slider-info h4 {
    font-size: 47px;
}
.slider-info p {
  margin-top: 40px;
font-family:'lucida calligraphy italic';
    padding: 17em 0 0;
}
.agile-abt-info h2, .bar-w3ls-both-side h4 {
    font-size: 34px;
}
.abut-wls-gride-dance img {
    font-size: 53px;
	    width: 98px;
    height: 98px;
    line-height: 101px;
}
.abt-sub-info h4 {
    font-size: 24px;
}
.counter {
    font-size: 30px;
}
.stat-info h4 {
    font-size: 21px;
}
.title {
    font-size: 45px;
	letter-spacing:0px;
}
.ser-icon-left span {
    font-size: 35px;
    width: 77px;
    height: 77px;
    line-height: 84px;
}
.service-info-list-agile h4 {
    font-size: 21px;
    letter-spacing: 1px;
    padding-bottom: 6px;
}
.client-matter h6 {
    font-size: 23px;
}
.dance-agile-info h4, .dance-agile-info h4 a {
    font-size: 23px;
}
.abut-inner-right h4 {
    font-size: 33px;
}
.w3l-abt-sub-txt h4, .w3l-ser-sub-txt h4 {
    font-size: 23px;
}
.wls-sub-hedder-right {
    padding: 8em 5em 5em 10em;
}
.contact-forms input, .contact-forms textarea {
    padding: .8em 1em;
}
.sent-butnn {
    font-size: 16px;
}
.sub-head h4 {
    font-size: 27px;
}
}
@media(max-width:1366px){
.slider-info p {
    font-size: 18px;
    letter-spacing: 2px;
    padding: 12px 0px;
}
.outs_more-buttn a {
    padding: 8px 15px;
}
.wls-sub-hedder-right {
    padding: 8em 5em 5em 9em;
}
.wls-sub-hedder-right h4 {
    font-size: 29px;
}
.contact-forms textarea {
    height: 13em;
}
.address_mail_footer_grids iframe {
    height: 17em;
}

}
@media(max-width:1280px){
	.slider-img {
    min-height: 611px;
}
.slider-info {
    padding: 16em 0 0;
}
.callbacks_nav, .callbacks_nav.next {
    background-size: 35px;
}
.agile-abt-info h2, .bar-w3ls-both-side h4 {
    font-size: 32px;
	    padding-bottom: 15px;
    line-height: 47px;
}
.abut-wls-gride-dance img {
    font-size: 50px;
    width: 92px;
    height: 92px;
    line-height: 92px;
}
.title {
font-size: 42px;}
.abut-inner-right h4 {
    font-size: 31px;
}
.w3l-abt-sub-txt h4, .w3l-ser-sub-txt h4 {
    font-size: 22px;
}
.wls-sub-hedder-right {
    padding: 6em 5em 5em 9em;
}
.sub-head h4 {
    font-size: 24px;
}
}
@media(max-width:1080px){
.navbar-light .navbar-nav .nav-link {
    font-size: 12px;
      color: #fff;
    letter-spacing: 0px;
}
.outs-agile-buttn a {
    padding: 10px 21px;
}
.stat-info h4 {
    font-size: 19px;
	letter-spacing:3px;
}
.counter {
    font-size: 27px;
}
.ser-icon-left span {
    font-size: 32px;
    width: 73px;
    height: 73px;
    line-height: 72px;
}
.timetable th, .timetable td {
    padding: 15px 7px;
    font-size: 12px;
}
.client-matter {
    padding: 1em 12em;
}
.wls-sub-hedder-right {
    padding: 5em 2em 2em 5em;
}
.footer_grid_left {
    padding: 31px 32px;
}
.sent-butnn {
    padding: 11px 60px;
}
.sub-head h4 {
    font-size: 24px;
}
}
@media(max-width:1050px){
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 1.5em 2em 0em;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 17px;
      color: #fff;
}
.agile-abt-info h2, .bar-w3ls-both-side h4 {
    font-size: 30px;
    padding-bottom: 11px;
    line-height: 45px;
}
.title {
    font-size: 40px;
}
.client-matter h6 {
    font-size: 22px;
}
.wls-sub-hedder-right h4 {
    font-size: 27px;
    line-height: 43px;
}

}
@media(max-width:1024px){
.slider-img {
    min-height: 583px;
}
.slider-info {
    padding: 15em 0 0;
}
.abut-wls-gride-dance img {
    font-size: 47px;
    width: 87px;
    height: 87px;
    line-height: 85px;
}
.abt-sub-info h4 {
    font-size: 22px;
}
.abut-inner-right h4 {
    font-size: 29px;
}
.inner_page-banner {
    min-height: 284px;

}
}
@media(max-width:991px){
	div#navbarSupportedContent {
    background: #000;
    text-align: left;
    padding: 13px 0px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 12px 15px;
      color: #fff;
}
.navbar-light .navbar-toggler {
    border-color: rgb(0, 0, 0);
    background: #dddcdc;
    padding: 2px 6px;
    margin-top: 3px;
    outline: none;
    margin-right: 1px;
    cursor: zoom-in;
    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;
}
.slider-info h4 {
    font-size: 40px;
}
h1 a.navbar-brand {
    font-size: 36px;
}
.abt-sub-info h4 {
    font-size: 20px;
    letter-spacing: 1px;
}
.agile-abt-info h2, .bar-w3ls-both-side h4 {
    font-size: 26px;
}
.dance-agile-info:nth-child(3),.dance-agile-info:nth-child(4) {
    margin-top: 20px;
}
.client-matter {
    padding: 1em 4em;
}
.abut-inner-right h4 {
    font-size: 25px;
}
.w3l-abt-sub-txt h4, .w3l-ser-sub-txt h4 {
    font-size: 20px;
}
.wls-sub-hedder-right h4 {
    font-size: 25px;
    line-height: 41px;
}
.contact-forms textarea {
    height: 11em;
}
.footer_grid_left {
    padding: 26px 13px;
}
.footer_grid_left p, .footer_grid_left p a {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: .5px;
}
.btn {
    font-size: 13px;
}
h2.bootstrap-heading {
    font-size: 40px;
}
h1.bootstrap-heading {
    font-size: 45px;
}
.form-inline {
    width: 30%;
    margin: auto;
}
}
@media(max-width:900px){
.outs_more-buttn a {
    font-size: 13px;
}
.counter {
    font-size: 25px;
}
.ser-icon-left span {
    font-size: 28px;
    width: 69px;
    height: 69px;
    line-height: 70px;
}
.service-info-list-agile h4 {
    font-size: 20px;
    padding-bottom: 3px;
}
.timetable td {
    padding: 12px 7px;
}
.client-matter h6 {
    font-size: 21px;
}
.bottom-social ul li a span {
    font-size: 14px;
    width: 35px;
    height: 34px;
    line-height: 32px;
}
.wls-sub-hedder-right {
    padding: 3em 2em 2em 2em;
}
.address_mail_footer_grids iframe {
    height: 15em;
}
.form-inline {
    width: 37%;
}
.carousel-control-next, .carousel-control-prev {
    width: 4%;
}
}
@media(max-width:800px){
	.slider-img {
    min-height: 546px;
}
.slider-info {
    padding: 14em 0 0;
}
.title {
    font-size: 37px;
}
.dance-agile-info h4, .dance-agile-info h4 a {
    font-size: 21px;
}
.abut-inner-right h4 {
    font-size: 24px;
}
.wls-sub-hedder-right h4 {
    font-size: 22px;
    line-height: 38px;
}
.wls-sub-hedder-right {
    padding: 1em 1em 1em 1em;
}
.abut-inner-left p, .wls-sub-hedder-right p {
    line-height: 29px;
}
.form-inline {
    width: 40%;
}
}
@media(max-width:768px){
	.agile-abt-info h2, .bar-w3ls-both-side h4 {
    font-size: 24px;
}
.abut-wls-gride-dance img {
    font-size: 44px;
    width: 83px;
    height: 83px;
    line-height: 81px;
}
.wls-sub-hedder-right h4 {
    line-height: 35px;
}
h4.bootstrap-heading {
    font-size: 18px;
}
h5.bootstrap-heading {
    font-size: 16px;
}
.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: 12px!important;
}
}
@media(max-width:767px){
.slider-info h4 {
    font-size: 33px;
}
.slider-info p {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 0px;
}
.-abut-list:nth-child(2),.-abut-list:nth-child(3) {
    margin-top: 31px;
}
.title {
    font-size: 35px;
}
.right-side- {
    margin-top: 24px;
}
.abut-inner-img:nth-child(2),.abut-inner-img:nth-child(3){
    margin-top: 35px;
}
.abut-inner-left{ margin-top:20px;}
.inner_page-banner {
    min-height: 258px;
}
.abut-inner-right h4 {
    line-height: 42px;
    letter-spacing: 1px;
}
.footer_grid_left {
    padding: 21px 13px;
}
.address_mail_footer_grids iframe {
    height: 13em;
}
.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

}
@media(max-width:736px){
.slider-img {
    min-height: 493px;
}
.slider-img {
    min-height: 493px;
}
.copy-agile-right p {
    letter-spacing: 1px;
}
.abut-inner-right h4 {
    font-size: 23px;
}
.contact-forms input, .contact-forms textarea {
    padding: .7em .9em;
}
.form-inline {
    width: 42%;
}
}
@media(max-width:667px){
.slider-info h4 {
    font-size: 30px;
}
.slider-info {
    padding: 13em 0 0;
}
.abut-wls-gride-dance img {
    font-size: 39px;
    width: 79px;
    height: 79px;
    line-height: 79px;
}
.abt-sub-info h4 {
    font-size: 18px;
}
.agile-abt-info h2, .bar-w3ls-both-side h4 {
    line-height: 38px;
}
.stat-info h4 {
    font-size: 17px;
}
.abut-inner-img:nth-child(2), .abut-inner-img:nth-child(3) {
    margin-top: 31px;
}
.sent-butnn {
	font-size:15px;
    margin-top: .8em;
}
.form-inline {
    width: 48%;
}
}
@media(max-width:640px){
	.outs-agile-buttn a {
    font-size: 13px;
	    padding: 9px 19px;
	}
	.dance-agile-info h4, .dance-agile-info h4 a {
    font-size: 19px;
}
.form-inline {
    width: 51%;
}
}
@media(max-width:600px){
	.title {
    font-size: 33px;
	letter-spacing:1px;
}
.counter {
    font-size: 23px;
}
.inner_page-banner {
    min-height: 247px;
}
.form-inline {
    width: 56%;
}
}
@media(max-width:568px){
.dance-agile-info:nth-child(2),.dance-agile-info:nth-child(3), .dance-agile-info:nth-child(4) {
    margin-top: 19px;
}
.navbar-brand img{
    height:2.3em;
}
h1 a.navbar-brand {
    font-size: 33px;
}
.callbacks_nav, .callbacks_nav.next {
    background-size: 26px;
}
.abut-inner-right h4 {
    line-height: 36px
}
.w3l-abt-sub-txt h4, .w3l-ser-sub-txt h4 {
    font-size: 19px;
}
.ser-inner-img:nth-child(2),.ser-inner-img:nth-child(3)  {
    margin-top: 35px;
}
.form-control {
    width: 74%;
}
}









@media(max-width:480px){
.slider-info h4 {
    font-size: 25px;
}
.navbar-brand img{
    height:2.2em;
}
.title {
    font-size: 31px;
}
.service-info-list-agile h4 {
    font-size: 19px;
}
.footer_grid_left {
    padding: 19px 13px;
}
h1.bootstrap-heading {
    font-size: 23px;
}
h2.bootstrap-heading {
    font-size: 20px;
}
.table h3 {
    font-size: 19px;
}
.form-inline {
    width: 77%;
}
.carousel-control-next-icon,.carousel-control-prev-icon {
    background-size: 15px;
}
}
@media(max-width:440px){
.slider-info p {
    font-size: 14px;
}
.navbar-brand img{
    height:2.1em;
}
.slider-img {
    min-height: 457px;
}
.slider-info {
    padding: 12em 0 0;
}
.agile-abt-info h2, .bar-w3ls-both-side h4 {
    font-size: 22px;
}
.abut-wls-gride-dance img {
    font-size: 38px;
    width: 74px;
    height: 76px;
    line-height: 74px;
}
.client-matter {
    padding: 1em 1em;
}
.copy-agile-right p {
    line-height: 28px;
}
.wls-sub-hedder-right h4 {
    font-size: 21px;
}
.about_us p {

    width: 100%;
    padding:0;
    font-size: 12px;

}
.about_us img {
    padding-top: 10px;
    height: 12vh;
    margin-left: -30px;
    margin-bottom: 50px;
}
.about_us h5 {

    font-family: 'Montserrat';
    font-size: 20px;

    padding-top: 30px;
    padding-bottom: 10px;
}
}
@media(max-width:414px){
.title {
    font-size: 29px;
}
.navbar-brand img{
    height:2em;
}
.left-side- h5, .right-side- h5 {
    font-size: 14px;
}
.client-matter h6 {
    font-size: 19px;
}
.form-inline {
    width: 85%;
}
.about_us p {

    width: 100%;
     padding:0;
    font-size: 12px;

}
.about_us img {
    padding-top: 10px;
    height: 12vh;
    margin-left: -30px;
    margin-bottom: 50px;
}
.about_us h5 {

    font-family: 'Montserrat';
    font-size: 20px;

    padding-top: 30px;
    padding-bottom: 10px;
}
}
@media(max-width:384px){
.navbar-light .navbar-nav .nav-link {
    padding: 10px 15px;
}
.navbar-brand img{
    height:1.9em;
}
h1 a.navbar-brand {
    font-size: 31px;
}
.slider-info h4 {
    font-size: 23px;
}
.slider-img {
    min-height: 448px;
}
.slider-info {
    padding: 11em 0 0;
}
.service-info-list-agile h4 {
    font-size: 18px;
}
.w3l-abt-sub-txt h4, .w3l-ser-sub-txt h4 {
    font-size: 18px;
}
.form-inline {
    width: 90%;
}
.carousel-control-next, .carousel-control-prev {
    width: 6%;
}
.about_us p {

    width: 100%;
     padding:0;
    font-size: 12px;

}
.about_us img {
    padding-top: 10px;
    height: 12vh;
    margin-left: -30px;
    margin-bottom: 50px;
}
.about_us h5 {

    font-family: 'Montserrat';
    font-size: 20px;

    padding-top: 30px;
    padding-bottom: 10px;
}
}
@media(max-width:375px){
.counter {
    font-size: 21px;
}
.navbar-brand img{
    height:1.8em;
}
.ser-icon-left span {
    font-size: 26px;
    width: 62px;
    height: 62px;
    line-height: 67px;
}
.title {
    font-size: 27px;
}
.abut-inner-left p, .wls-sub-hedder-right p {
    line-height: 27px;
}
.form-inline {
    width: 93%;
}
.about_us p {

    width: 100%;
     padding:0;
    font-size: 12px;

}
.about_us img {
    padding-top: 10px;
    height: 12vh;
    margin-left: -30px;
    margin-bottom: 50px;
}
.about_us h5 {

    font-family: 'Montserrat';
    font-size: 20px;

    padding-top: 30px;
    padding-bottom: 10px;
}
}
@media(max-width:320px){
h1 a.navbar-brand {
    font-size: 29px;
}
.navbar-brand img{
    height:1.7em;
}
.slider-info h4 {
    font-size: 19px;
}
.agile-abt-info h2, .bar-w3ls-both-side h4 {
    font-size: 19px;
}
.abt-sub-info h4 {
    font-size: 17px;
}
.title {
    font-size: 25px;
}
.form-control {
    width: 67%;
}
.carousel-control-next, .carousel-control-prev {
    width: 7%;
}

.about_us p {

    width: 100%;
     padding:0;
    font-size: 12px;

}
.about_us img {
    padding-top: 10px;
    height: 12vh;
    margin-left: -30px;
    margin-bottom: 50px;
}
.about_us h5 {

    font-family: 'Montserrat';
    font-size: 20px;

    padding-top: 30px;
    padding-bottom: 10px;
}

}
.contact-btm span {
      color: #fff;
    font-size: 1.2em;
    padding: 20px 10px;
    display: inline-block;
    vertical-align: middle;
}
.contact-btm p {
    display: inline-block;
    vertical-align: middle;
      color: #696464;
    margin: 0 0 0 10px;
}
.contact-btm {
    margin-bottom: 0.5em;
}
.contact-btm p a {
      color: #696464;
}
.contact-btm p a:hover {
    color: #0274be;
}
.footer-on{
  text-align: center;

}
.footer-on ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;

}

.footer-on li {
display: inline-block;
color: white;
text-align: center;
padding: 5px 5px;
text-decoration: none;
}

.footer-on  li a {
  display: block;
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
}

.footer-on  a:hover:not(.active) {

  color:#1e73be;
  transition: 0.3s;

}

.footer-on ul li a span {

font-size: 1.3em;
    letter-spacing: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    border: 1px solid #fff;
    border-radius: 50%;
}

.footer-on ul li a span:hover {
    color:#0274be;
}


/*--//responsive--*/


/*  ############### VIDEO SLIDE ############## */




i {
	position: relative;
	display: block;
	width: 100%;
	height: 50vh;
	overflow: hidden;
    align-items: center;
	border-radius: 5px;
}

i:before, i:after {
	content: '⥪';
	position: absolute;
	top: 50%;
	left: 1rem;
	z-index: 2;
	width: 2rem;
	height: 2rem;
	background: rgb(245, 170, 222);
	color: rgb(221, 247, 252);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}

i:after {
	content: '⥭';
	left: auto;
	right: 1rem;
}

/* I haven't found a way for IE and Edge to let me style inputs that way */
input {
	appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    filter: grayscale(60%);
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform: translateX(100%);
	transition: transform ease-in-out 400ms;
	z-index: 1;
}

input:focus {
	outline: none;
}

input:after {
	content: attr(title);
	position: absolute;
	top: 2%;
	left: 46%;
    font-family: 'Montserrat';
	background-color: rgba(0,0,0,0.4);
	color: white;
	padding: .5rem;
	font-size: 1rem;
	border-radius: 5px;
}

input:not(checked):before {
	content: '';
	position: absolute;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	top: 50%;
    filter: grayscale(60%);
	left: calc(-100% + 1rem);
}

input:checked:before {
	display: none;
	left: 1rem;
}

input:checked {
	transform: translateX(0);
	z-index: 0;
    filter: grayscale(60%);
	box-shadow: -5px 10px 20px -15px rgba(0,0,0,1);
}

input:checked + input:before {
	left: -3rem;
    filter: grayscale(60%);
}

input:checked + input ~ input:before {
	display: none;
    filter: grayscale(60%);
}
