*{

  padding: 0;
  margin: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}



/*-- Reset Code --*/

body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #fff;
  /* background-image: url(images/body-bg.jpg); */
  background-image:linear-gradient(to right , rgba(0, 191, 255, 0.512),rgba(215, 125, 200, 0.472));
  background-size: cover;
  overflow-x: hidden;
}


body a {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

body a:focus,
a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

input[type="button"]:hover,
input[type="submit"]:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}



p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.9;
  color: #999;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none
}

/*-- //Reset Code --*/

/*-- bottom-to-top --*/

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 24px;
  right: 3%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 38px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.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);
}

/*-- //bottom-to-top --*/

/* header */

/* hear top */

.top-head-w3ls h1 {
  font-size: 15px;
  letter-spacing: 1px;
}

.agile-addresmk p a {
  color: #999;
}

/*-- social-icons --*/

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  font-size: 12px;
  color: #dc3545;
  line-height: 2.5;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  width: 30px;
  height: 30px;
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
}

.icon-border {
  position: relative;
}

.icon-border::before,
.icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

/* facebook */

.icon-border.facebook:hover::before {
  -webkit-box-shadow: inset 0 0 0 48px #3b5998;
  -moz-box-shadow: inset 0 0 0 48px #3b5998;
  -o-box-shadow: inset 0 0 0 48px #3b5998;
  -ms-box-shadow: inset 0 0 0 48px #3b5998;
  box-shadow: inset 0 0 0 48px #3b5998;
}

/* twitter */

.icon-border.twitter:hover::before {
  -webkit-box-shadow: inset 0 0 0 48px #4099ff;
  -moz-box-shadow: inset 0 0 0 48px #4099ff;
  -o-box-shadow: inset 0 0 0 48px #4099ff;
  -ms-box-shadow: inset 0 0 0 48px #4099ff;
  box-shadow: inset 0 0 0 48px #4099ff;
}

/* google plus */

.icon-border.googleplus:hover::before {
  -webkit-box-shadow: inset 0 0 0 48px #d34836;
  -moz-box-shadow: inset 0 0 0 48px #d34836;
  -o-box-shadow: inset 0 0 0 48px #d34836;
  -ms-box-shadow: inset 0 0 0 48px #d34836;
  box-shadow: inset 0 0 0 48px #d34836;
}

/* rss */

.icon-border.rss:hover::before {
  -webkit-box-shadow: inset 0 0 0 48px #ee802f;
  -moz-box-shadow: inset 0 0 0 48px #ee802f;
  -o-box-shadow: inset 0 0 0 48px #ee802f;
  -ms-box-shadow: inset 0 0 0 48px #ee802f;
  box-shadow: inset 0 0 0 48px #ee802f;
}

/*-- //social-icons --*/

/* //header top */

/* middle header */

a.logo {
  font-size: 48px;
  color: #42a5f5;
  line-height: 1;
}

.nav-middle i {
  font-size: 28px;
  line-height: 1.8;
  color: #42a5f5;
}

.nav-middle {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.agile-addresmk span {
  display: block;
}

a.button-head-mow3 {
  background: #f59963;
  padding: 9px 25px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
}

/* middle header */

.brands-w3ls {
  background: linear-gradient(to top, #0b2e13, #86c9ff);
}

.brands-w3ls ul li i {
  color: #efefef;
}

/*-- //Sticky Navigation --*/

/* //navigation */

/* //header */

/* banner */

.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
  min-height: 700px;
}

.banner-w3ls-1 {

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.banner-w3ls-2 {

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.banner-w3ls-3 {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.banner-w3ls-4 {
  background: url(../images/banner4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.banner-w3ls-5 {
  background: url(../images/banner5.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

/* slider */

.slider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 0vw;
  overflow: hidden;
  transition: width 400ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.slider li.active {
  z-index: 2;
  width: 100vw;
}

.slider li.prev {
  z-index: 1;
  width: 100vw;
}

.pager {
  z-index: 100;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pager li {
  display: inline-block;
  border: 2px solid white;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
}

.pager li.active {
  background: linear-gradient(to right, #42a5f5, #86c9ff);
}

/* //slider */

/* banner text */

.banner-agile {
  position: relative;
}

.banner-text-posi-w3ls {
  position: absolute;
  z-index: 999;
  left: 11%;
}

.banner-text-whtree {
  max-width: 600px;
  padding-top: 13em;
}

.banner-text-whtree h3 {
  font-size: 60px;
  letter-spacing: 1px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.52);
}

.banner-text-whtree h3 b {
  display: block;
  color: #42a5f5;
}

.banner-text-whtree p {
  background: rgba(255, 255, 255, 0.9);
}

a.button-agiles {
  background: #42a5f5;
  display: inline-block;
  border-radius: 40px;
  padding: 15px 36px;
  font-size: 15px;
  letter-spacing: 1px;
  background: linear-gradient(to right, #42a5f5, #86c9ff);
}

/* //banner text */

/* //banner */

/*-- about --*/

/* heading title */

h3.title {
  font-size: 46px;
  position: relative;
}

h3.title:before,
h3.title:after {
  position: absolute;
  background: #42a5f5;
  width: 10%;
  height: 2px;
  content: " ";
  bottom: -3%;
}

h3.title:before {
  left: 43%;
}

h3.title:after {
  bottom: -20%;
  right: 43%;
}

/* //heading title */

.about_right h3 {
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.about_right h3 span {
  display: block;
  color: #42a5f5;
  text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.22);
  font-size: 48px;
}

.about_right p {
  font-size: 14px;
  border-right: 2px solid #42a5f5 !important;
}

.about_left-list h6 {
  letter-spacing: 1px;
  font-size: 28px;
}

.about_left-list ul li i {
  color: #42a5f5;
}

.about_left-list ul li {
  color: #999;
  font-size: 15px;
  line-height: 1.9em;
  letter-spacing: 1px;
}

.left-img-agikes {
  position: relative;
}

.about-bottom {
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.21);
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: absolute;
  bottom: -2%;
  width: 100%;
  right: 28%;
}

.about-bottom ul li {
  display: inline-block;
}

.about-bottom ul li:nth-child(2) {
  margin: 0 5em;
}

.about-bottom ul li h5 {
  font-size: 40px;
  color: #42a5f5;
}

/*-- //about --*/

/*-- footer --*/

footer {
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

p.para-agileits-w3layouts a:hover {
  color: #a5a3a3 !important;
}

h4.contact-title,
h2.contact-title {
  letter-spacing: 1px;
  font-size: 36px;
}

p.conta-para-style {
  border-left: 2px solid #42a5f5 !important;
  color: #dcdcdc;
}

/* subscribe */

.subscribe-w3ls h6 {
  font-size: 22px;
  letter-spacing: 1px;
}

.subscribe-w3ls input[type="email"] {
  width: 70%;
  float: left;
  padding: 14px;
  font-size: 15px;
  color: #fff;
  outline: none;
  background: rgba(255, 255, 255, 0.26);
  border: none;
  letter-spacing: 1px;
  border-radius: 0;
}

.subscribe-w3ls button[type="submit"] {
  font-size: 15px;
  outline: none;
  letter-spacing: 2px;
  padding: 14px 40px;
  border: none;
  background: #4baaf6;
  border-radius: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.subscribe-w3ls button[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/* //subscribe */

p.para-agileits-w3layouts i {
  color: #42a5f5;
}

.map iframe {
  outline: none;
  border: none;
  width: 80%;
  height: 420px;
}

.map {
  position: relative;
}

.conta-posi-w3ls {
  background: linear-gradient(to left, #42a5f5, #86c9ff);
  width: 50%;
  position: absolute;
  top: 40%;
  right: 4%;
}

.conta-posi-w3ls h5 {
  font-size: 28px;
  letter-spacing: 1px;
}

.conta-posi-w3ls p {
  color: #efefef;
}

/* copyright */

.copyright-agiles {
  background: rgba(0, 0, 0, 0.57);
  box-shadow: 2px 1px 2px 1px #f9f5f5;
}

p.copy-right-grids a {
  color: #4baaf6;
}

p.copy-right-grids a:hover {
  color: #fff;
}

/* //copyright */

/*-- //footer --*/

/* what we do */

.why-choose-agile {
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.why-choose-agile,
.wthree_features_grid,
.wthree_features_grid i {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.wthree_features_grid i {
  font-size: 28px;
  color: #45a6f5;
}

.agile-why-text h4 {
  font-size: 27px;
  letter-spacing: 1px;
}

.agile-why-text p {
  color: #c5c5c5;
}

a.service-button {
  color: #45a6f5;
}

a.service-button:hover {
  color: #fff;
}

.wthree_agile_us:hover .wthree_features_grid {
  background: #45a6f5;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.wthree_agile_us:hover .wthree_features_grid i {
  color: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/* //what we do */

/* course section */

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.ih-item.circle.effect16.left_to_right .img {
  -webkit-transform-origin: 95% 40%;
  -moz-transform-origin: 95% 40%;
  -ms-transform-origin: 95% 40%;
  -o-transform-origin: 95% 40%;
  transform-origin: 95% 40%;
}

.ih-item.circle.effect16 .img {
  z-index: 11;
  -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 {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.ih-item.circle.effect16 .info {
  background: #00a5bb;
  -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 .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.circle.effect16 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect16 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -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.effect16.left_to_right a:hover .img {
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.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.effect16.left_to_right .img:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 40%;
  left: 95%;
  margin: -4px 0 0 -4px;
  background: rgba(1, 0, 0, 0.8);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}

h6.small-heading {
  font-size: 26px;
}

/* //course section */

/* stats */

.stats-w3layouts {
  background: url(../images/abf.jpg) no-repeat center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  border-radius: 30px;
}

.stats-Dream{
  background: url(../images/abf.jpg) no-repeat center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;


  border-radius: 50px;
  /* margin: 20px 10px; */
  /* padding: 70px 30px; */
  /* border-right: #0ad2ed solid 6px; */
  /* border-left: #d60aed solid 6px; */
  overflow: hidden;
}

.numscroller {
  font-size: 54px;
  color: #ea470b;
  text-shadow: 2px 4px 6px rgb(8, 8, 8);
  position: relative;
}

.whiteboldText {
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 4px 6px rgb(8, 8, 8);
  position: relative;
}

.numscroller:before {
  content: " ";
  background: #45a6f5;
  width: 30%;
  height: 8px;
  position: absolute;
  bottom: -25%;
  left: 35%;
}

/* //stats */

/* video and event section */

.video iframe {
  width: 634px;
  height: 357px;
  border: none;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
}

.events-up h5 {
  font-size: 23px;
}

.events-up h5 span {
  display: block;
}

.events-up {
  background: #46a7f5;
}

.events-right ul li i {
  color: #46a7f5;
}

.events-right ul li {
  font-size: 15px;
}

/* video and event section */

/* testimonials */

.testimonials {
  background: url(../images/logo.png) no-repeat center fixed;
  background-size: 90% 90%;;
  /*-webkit-background-size: cover;*/
  /*-moz-background-size: cover;*/
  /*-o-background-size: cover;*/
  /*-ms-background-size: cover;*/
}

.log {
  background: url(../images/logo.png) no-repeat center fixed;
  background-size: cover;
  /*background-size: 60% 90%;;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.logo {
  background: url(../images/logo.png) no-repeat center fixed;
  background-size: cover;
  /* background-size: 60% 90%;; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;

  
  border-radius: 20px;
}

/* .logo  img{
width: 100%;
height: 100%;

} */

/* //testimonials */

/* brnads */

.brands-w3ls ul li {
  display: inline-block;
  margin: 0 2em;
}

.brands-w3ls ul li i {
  font-size: 70px;
}

/* //brnads */

/*-- news --*/

.news-events-agile {
  background: #FFC107;
}

.post-img ul li {
  display: inline-block;
}

.news-grid h5 a {
  font-size: 25px;
}

.detail-bottom h6 a {
  letter-spacing: 1px;
  font-size: 23px;
  line-height: 1.5;
}

.news-grid p {
  font-size: 15px;
}

.news-events-agile.event-colo1 {
  background: #13e094;
}

.news-events-agile.event-colo3 {
  background: #f54a3e;
}

/*-- //news --*/

/* inner pages */

/* course page */

.banner-agile-2 {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
  min-height: 360px;
}

.banner-2-w3ls {
  padding-top: 7em;
}

.breadcrumb {
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.12);
  margin: 0;
}

li.breadcrumb-item a {
  color: #42a5f5;
}

.w3ls-cource-first {
  background: #F9F9F9;
  box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.15);
}

.w3ls-cource-first ul li i {
  color: #42a5f5;
}

.w3ls-cource-first {
  border-top: 5px solid #f76565;
}

.agile-course-main-2 {
  margin-left: -5em;
}

.cource-list-agile {
  position: relative;
}

.buttons-w3ls {
  left: 26%;
}

.buttons-w3ls,
.buttons-w3ls-2 {
  position: absolute;
  bottom: -6%;
}

.buttons-w3ls a,
.buttons-w3ls-2 a {
  font-size: 15px;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.buttons-w3ls a.button-cour-w3ls,
.buttons-w3ls-2 a.button-cour-w3ls {
  background: #42a5f5;
}

.agile-course-main-3 {
  margin-right: -5em;
  z-index: 99;
}

.buttons-w3ls-2 {
  right: 32%;
}

.cource-list-agile:nth-child(3) .w3ls-cource-first {
  border-top: 5px solid #42a5f5;
}

.cource-list-agile:nth-child(3) .w3ls-cource-first ul li i {
  color: #f76565;
}

.cource-list-agile-2 {
  margin: 5em 0;
}

/* //course page */

/*-- blog single page --*/

.single-left1 p i {
  color: #42a5f5;
  display: block;
}

.admin {
  background: #424040;
}

.admin p {
  color: #f5f5f5;
  font-size: 14px;
  line-height: 2.4;
}

.admin p i {
  font-size: 28px;
  vertical-align: middle;
}

.admin a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.admin a:hover {
  color: #fff;
}

/* comments */

.comments-grid-right ul li {
  display: inline-block;
  color: #888;
  font-size: 14px;
  letter-spacing: 1px;
}

.comments-grid-right ul li a {
  color: #42a5f5;
}

.comments-grid-right ul li a:hover {
  color: #555;
}

.comments-grid-right p {
  font-size: 14px;
}

/* //comments */

.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
  outline: none;
  border: 1px solid #000;
  background: none;
  padding: 12px;
  font-size: 15px;
  color: #212121;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.leave-coment-form textarea {
  min-height: 200px;
  resize: none;
  width: 100%;
}

.mm_single_submit {
  text-align: right;
}

.leave-coment-form input[type="submit"] {
  outline: none;
  border: none;
  background: #42a5f5;
  padding: 14px 36px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 2px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
}

.leave-coment-form input[type="submit"]:hover {
  background: #212121;
}

/*-- //blog single page --*/

/* blog page */

/* left side */

h6.blog-first {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
}

h6.blog-first i {
  color: #42a5f5;
}

ul.blog_list li {
  display: inline-block;
  color: #777;
}

ul.blog_list.my-3 li a:hover,
h5.card-title a:hover {
  color: #000 !important;
}

ul.blog_list.my-3 li {
  font-size: 15px;
}

h5.card-title a {
  font-size: 24px;
  letter-spacing: 1px;
}

a.blog-button {
  background: #353535;
  border: none;
  font-size: 14px;
  padding: 11px 22px;
  letter-spacing: 1px;
}
a.blog-button:hover {
  background: #42a5f5;
}
/* //left side */

/* right side */

/* search */

.event-right input[type="search"] {
  padding: 12px;
  width: 100%;
  letter-spacing: 1px;
  margin-right: 0 !important;
}

.event-right button {
  width: 100%;
  padding: 10px;
}

/* //search */

/* blog right title */

h3.blog-title {
  font-size: 25px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}

/*// blog right title */

/* Categories */

.categories ul li,
.single-left2-left ul li {
  list-style-type: none;
  font-size: 14px;
}

.categories ul li i,
.single-left2-left ul li i {
  color: #42a5f5;
}

.categories ul li a,
.single-left2-left ul li a {
  color: #555;
}

.categories ul li a:hover,
.single-left2-left ul li a:hover,
.posts-grid-right h4 a:hover,
.wthree_blog_events_list li a:hover {
  color: #4caf50 !important;
}

/* //Categories */

/* event */

.posts-grid-right h4 a {
  font-size: 15px;
  letter-spacing: 1px;
}

.posts-grid-right h4 a:hover {
  color: #999;
}

.wthree_blog_events_list li {
  display: inline-block;
  font-size: 14px;
}

ul.wthree_blog_events_list li i {
  color: #42a5f5;
}

/* //event */

/* tags */

.tags ul li {
  display: inline-block;
}

.tags ul li a {
  padding: 10px 10px;
  margin: 0 10px 10px 0;
  display: block;
  letter-spacing: 1px;
  font-size: 15px;
}

.tags ul li a:hover {
  background: #42a5f5;
  border: 1px solid #42a5f5;
  color: #fff !important;
}

/* //tags */

/* //right side */

/* //blog page */

/* course details */

h6.details-heading {
  font-size: 32px;
  color: #42a5f5;
}

h6.reque-title {
  font-size: 30px;
}

.social-details-icons li {
  display: inline-block;
}

.social-details-icons li a {
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 2.3;
}

/* //course details */

/*-- contact page  --*/

.con-ic i {
  font-size: 22px;
  color: #42a5f5;
  width: 80px;
  height: 80px;
  line-height: 3.5;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.37);
}

.contact-grid1 h4 {
  font-size: 24px;
  color: #000;
  letter-spacing: 1px;
}

.contact-grid1 p a {
  color: #999;
  text-decoration: none;
}

.contact-grid1 p a:hover {
  color: #000;
}

.contact-grid1 p label {
  display: block;
  font-weight: normal;
}

.contact-form1 h4,
.contact-me h4 {
  font-size: 1.2em;
  color: #3e3a3a;
  margin: 0 0 .5em;
}

.contact-form1 input[type="text"],
.contact-form1 input[type="email"],
.contact-me textarea {
  outline: none;
  padding: 10px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  font-size: 14px;
  color: #000;
  width: 100%;
  border-radius: 0;
}

.contact-me textarea {
  min-height: 18em;
  resize: none;
}

.contact-me textarea:focus {
  background: #f5f5f5;
}

.contact-grids1 input[type="submit"] {
  outline: none;
  padding: 13px 0;
  border: none;
  background: #000;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 1em;
  cursor: pointer;
}

.contact-grids1 input[type="submit"]:hover {
  background: #42a5f5;
  letter-spacing: 6px;
}

/*-- //contact page --*/

/*-- gallery --*/

.section_1_gallery_grid1 {
  position: relative;
}

.proj_gallery_grid1_pos {
  background: rgba(14, 15, 16, 0.59);
  bottom: 23px;
  left: 30px;
  opacity: 0;
  padding: 1em;
  position: absolute;
  right: 30px;
  text-align: center;
  visibility: hidden;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.proj_gallery_grid1_pos h3 {
  font-size: 1.3em;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  color: #42a5f5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.proj_gallery_grid1_pos p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}

.section_1_gallery_grid:hover .proj_gallery_grid1_pos {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}

p.quia {
  font-size: 1.2em;
  color: #140b05;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.proj_gallery_grid img {
  width: 100%;
}

/*-- //gallery --*/

/*-- form styling (login) --*/

.sub-main-w3 form {
  background: url(../images/loginbg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.sub-main-w3 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.sub-main-w3 form {
  max-width: 700px;
  padding: 3.5vw;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.sub-main-w3 label {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.sub-main-w3 label i {
  font-size: 15px;
  margin-left: 5px;
  color: #03A9F4;
  border-radius: 50%;
  line-height: 1.9;
  text-align: center;
}

.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
  width: 100%;
  color: #000;
  outline: none;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 15px;
  box-sizing: border-box;
  border: none;
  border: 1px solid #000;
  background: #fff;
}

.sub-main-w3 input[type="submit"],
.register-form input[type="submit"] {
  color: #fff;
  background: #03A9F4;
  border: none;
  padding: 13px 0;
  margin-top: 30px;
  outline: none;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}

.sub-main-w3 input[type="submit"]:hover,
.register-form input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/*--placeholder-color--*/

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

/*-- //placeholder-color --*/

/* switch */

ul.list-unstyled.list-login {
  width: 100%;
}

label.switch {
  position: relative;
  display: inline-block;
  height: 23px;
  padding-left: 5em;
  cursor: pointer;
}

.list-login li:nth-child(2) a,
label.switch {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.switch input {
  display: none;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 26%;
  background-color: #777;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider-switch {
  background-color: #42a5f5;
}

input:focus+.slider-switch {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
}

.slider-switch-2 {
  width: 17%;
}

/* //switch */

/*-- //form styling (login) --*/

/* about page */

.right-abw3ls h4 {
  font-size: 38px;
  color: #42a5f5;
  letter-spacing: 2px;
}

.about-page-2 {
  background: #f5f5f5;
}

/*-- team --*/

.blog-gd-w3ls {
  position: relative;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  padding: 0;
}

.date-w3 {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(14, 14, 14, 0.46);
  width: 100%;
  padding: 25px;
  text-align: center;
}

.date-w3 h4 {
  font-size: 24px;
  color: #3095fd;
  letter-spacing: 1px;
}

.blog-gd-w3ls:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 1;
  border: none;
}

.blog-gd-w3ls:hover .date-w3 {
  display: block;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.date-w3 p {
  color: #eaeaea;
  font-size: 14px;
  margin: 6px 0 12px;
}

/*-- team social icons --*/

.agileinfo-social-grids ul {
  padding: 0;
  margin: 0;
}

.agileinfo-social-grids ul li {
  display: inline-block;
  margin: 0 .5em 0 0;
}

.agileinfo-social-grids ul li a {
  color: #FFFFFF;
  text-align: center;
}

.agileinfo-social-grids ul li a i {
  height: 30px;
  width: 30px;
  border: solid 1px #FFFFFF;
  line-height: 29px;
  color: #FFFFFF;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.agileinfo-social-grids ul li a i.fa-facebook-f {
  background: #3b5998;
}

.agileinfo-social-grids ul li a i.fa-twitter {
  background: #55acee;
}

.agileinfo-social-grids ul li a i.fa-rss {
  background: #f26522;
}

.agileinfo-social-grids ul li a i,
.agileinfo-social-grids ul li a i:hover {
  background: transparent;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/*-- //team social icons --*/

/*-- //team --*/

/* 404 error page */

.w3-main-error {
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.agile-info h3 {
  font-size: 14em;
  line-height: 1;
  letter-spacing: 1px;
  color: #42a5f5;
  text-shadow: 11px 8px 10px rgba(0, 0, 0, 0.18);
}

.agile-info h4 {
  font-size: 3em;
  letter-spacing: 2px;
}

.agile-info p {
  letter-spacing: 6px;
}

button.w3ls-button2 {
  background: linear-gradient(to left, #42a5f5, #86c9ff);
  border: none;
  padding: 14px 30px;
  letter-spacing: 3px;
  box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.28);
}

/* //404 error page */

/* coming soon page */

.w3-main-coming {
  background: url(../images/bg7.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

/* forms style (coming-soon) */

.sub-main-w3-2 form {
  max-width: 700px;
  margin: 2.5vw auto;
}

.w3l-agile-coming h3 {
  font-size: 50px;
  letter-spacing: 10px;
}

.form-style-agile {
  flex-basis: 100%;
}

.sub-main-w3-2 p {
  font-size: 20px;
}

/* forms style (coming-soon) */

.form-style-agile-2 {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-style-agile-2 input[type="email"] {
  outline: none;
  font-size: 14px;
  border: none;
  color: #000;
  letter-spacing: 1px;
  padding: 12px;
  background: #fff;
  flex-basis: 75%;
  -webkit-flex-basis: 75%;
  box-sizing: border-box;
}

.sub-main-w3-2 input[type="submit"] {
  color: #fff;
  background: #000;
  border: none;
  padding: 15px 0;
  outline: none;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/* counter */

.examples {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div#simply-countdown-losange {
  max-width: 800px;
  margin: 2vw 5vw;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.simply-section {
  flex-basis: 24%;
  -webkit-flex-basis: 24%;
  box-sizing: border-box;
  text-align: center;
  padding: 2vw;
}

span.simply-amount {
  color: #42a5f5;
  font-size: 60px;
  font-weight: bold;
}

span.simply-word {
  font-size: 16px;
  letter-spacing: 2px;
  color: #999;
  display: block;
  text-transform: capitalize;
}

/*-- //Countdown-Timer --*/

/* //forms style (coming-soon) */

/* admission form page */

.form-w3l {
  background: url(../images/bg9.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.register-form {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.register-form form {
  max-width: 700px;
  padding: 3.5vw;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.3);
  background: rgba(249, 246, 246, 0.3);
}

.styled-input {
  flex-basis: 100%;
}

.register-form input[type="text"],
.register-form input[type="email"],
select.category2 {
  font-size: 16px;
  color: #5a5656;
  padding: 12px;
  border: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  background: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

label.header-admin-form {
  font-size: 18px;
  letter-spacing: 1px;
}

/* //admission form page */

/*-- faq-page --*/

h3.w3-head {
  font-size: 35px;
}

.faq-w3agile .faq li {
  list-style-type: decimal;
}

.faq-w3agile .faq>li>a {
  color: #025061;
  font-size: 17px;
  letter-spacing: 0.5px;
}

li.subitem1 p {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #000;
}

.faq-w3agile .faq li li.subitem1 {
  display: block;
}

/*-- //faq-page --*/

/*--responsive--*/

@media(max-width: 1680px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 70%;
  }
}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 80%;
  }
  .banner-agile-2 {
      min-height: 320px;
  }
}

@media(max-width: 1366px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 84%;
  }
}

@media(max-width: 1280px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 88%;
  }
  .banner-agile-2 {
      min-height: 300px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 600px;
  }
  .banner-text-whtree h3 {
      font-size: 52px;
  }
  .banner-text-whtree {
      padding-top: 10em;
  }
}

@media(max-width: 1080px) {
  .brands-w3ls ul li {
      margin: 0 1.3em;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 30px;
  }
  .map iframe {
      height: 390px;
  }
  .conta-posi-w3ls {
      top: 37%;
  }
  h3.w3-head {
      font-size: 30px;
  }
  .agile-info h3 {
      font-size: 13em;
  }
  .event-right {
      padding: 0;
  }
  .w3ls-cource-first h3 {
      font-size: 25px;
  }
  .agile-course-main-2,
  .agile-course-main-3 {
      margin-top: 3em !important;
  }
  .agile-why-text {
      padding-right: 0;
  }
  .left-abw3ls {
      margin-top: 4em;
  }
  .about_right h3 {
      font-size: 36px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 4em;
  }
  .about-bottom {
      bottom: 8%;
      right: 22%;
  }
  .numscroller {
      font-size: 48px;
  }
  .stats-grid-w3-agile p {
      font-size: 14px;
  }
  .numscroller:before {
      bottom: -28%;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 180px;
      height: 180px;
  }
  .ih-item.circle.effect16 .info h3 {
      font-size: 20px;
      margin: 0 17px;
      padding: 48px 0 0 0;
      height: 90px;
      letter-spacing: 1px;
  }
  .video iframe {
      width: 529px;
      height: 298px;
      margin-top: 2em;
  }
  .pager {
      left: 48%;
  }
}

@media(max-width: 1050px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 90%;
  }
  .proj_gallery_grid1_pos p {
      font-size: 13px;
  }
}

@media(max-width: 1024px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 93%;
  }
  a.logo {
      font-size: 45px;
  }
  .nav-middle i {
      font-size: 26px;
  }
  .banner-agile-2 {
      min-height: 260px;
  }
}

@media(max-width: 991px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 86%;
  }
  .navbar-light .navbar-toggler {
      border-color: #fff;
      border-radius: 0;
      padding: 0.25rem 0.65rem;
  }
  .dropdown-menu {
      text-align: center;
  }
  a.logo {
      font-size: 42px;
  }
  .brands-w3ls ul li {
      margin: 0 .8em;
  }
  .brands-w3ls ul li i {
      font-size: 56px;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 40px;
  }
  .conta-posi-w3ls {
      top: 38%;
      width: 42%;
  }
  span.simply-amount {
      font-size: 50px;
  }
  .w3l-agile-coming h3 {
      font-size: 44px;
      letter-spacing: 8px;
  }
  span.simply-word {
      font-size: 14px;
  }
  .agile-info h3 {
      font-size: 12em;
  }
  .section_1_gallery_grid {
      padding: 0 .5em;
  }
  .proj_gallery_grid1_pos {
      padding: 1em .5em;
  }
  .contact-grid {
      padding: 0 .2em;
  }
  .contact-me textarea {
      min-height: 14em;
  }
  .event-right {
      padding: 0 1em;
  }
  .buttons-w3ls,
  .buttons-w3ls-2 {
      position: initial;
      margin-top: 2em;
      padding: 0 1em;
  }
  .agile-course-main-2 {
      margin-left: 0;
      text-align: center;
  }
  .agile-course-main-3 {
      margin-right: 0;
      text-align: center;
  }
  .agile-course-main-2,
  .agile-course-main-3 {
      margin-top: 0em !important;
  }
  .cource-list-agile-2 {
      margin: 3em 0;
  }
  .left-abw3ls {
      margin-top: 0;
  }
  .date-w3 p {
      font-size: 12px;
      margin: 4px 0 10px;
  }
  .date-w3 h4 {
      font-size: 20px;
      letter-spacing: 0px;
  }
  .date-w3 {
      padding: 10px;
  }
  .agile-why-text {
      padding-right: 1em;
  }
  .news-grid {
      padding: 0 .5em;
  }
  .news-grid h5 a,
  .detail-bottom h6 a {
      font-size: 20px;
  }
  .news-grid p {
      font-size: 14px;
  }
  .left-img-agikes {
      margin-bottom: 10em;
  }
  .about-bottom {
      bottom: -32%;
      right: 10%;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 5em;
  }
  .stats-grid-w3-agile p {
      font-size: 12px;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 220px;
      height: 220px;
  }
  .ih-item.circle.effect16 .info h3 {
      padding: 66px 0 0 0;
      height: 118px;
  }
  .banner-text-whtree h3 {
      font-size: 48px;
  }
  .banner-text-whtree p {
      font-size: 14px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 550px;
  }
  .banner-text-whtree {
      padding-top: 8em;
  }
  a.button-agiles {
      padding: 14px 32px;
      font-size: 14px;
  }
  .video iframe {
      width: 688px;
      height: 387px;
      margin-top: 0;
      margin-bottom: 2em;
  }
}

@media(max-width: 900px) {
  .about-bottom {
      right: 5%;
  }
}

@media(max-width: 800px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 90%;
  }
  .proj_gallery_grid1_pos h3 {
      letter-spacing: 1px;
  }
  .about-bottom {
      right: 12%;
      width: 86%;
      bottom: -24%;
  }
  .left-img-agikes {
      margin-bottom: 8em;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 500px;
  }
  .banner-text-whtree h3 {
      font-size: 44px;
  }
  .banner-text-whtree p {
      font-size: 13px;
  }
  .pager {
      bottom: 24px;
  }
}

@media(max-width: 768px) {}

@media(max-width: 736px) {
  .agile-addresmk p {
      font-size: 14px;
  }
  .right-info-agiles {
      padding: 0 .5em;
  }
  a.logo {
      font-size: 39px;
  }
  .banner-agile-2 {
      min-height: 220px;
  }
  h3.title {
      font-size: 42px;
  }
  .form-style-agile input[type="text"],
  .form-style-agile input[type="email"],
  .form-style-agile input[type="password"] {
      font-size: 13px;
      padding: 13px 15px;
  }
  .sub-main-w3 input[type="submit"],
  .register-form input[type="submit"] {
      padding: 11px 0;
      font-size: 15px;
  }
  .brands-w3ls ul li i {
      font-size: 46px;
  }
  .brands-w3ls ul li {
      margin: 0 .4em;
  }
  .register-form input[type="text"],
  .register-form input[type="email"],
  select.category2 {
      font-size: 15px;
  }
  span.simply-amount {
      font-size: 40px;
  }
  .w3l-agile-coming h3 {
      font-size: 37px;
  }
  .sub-main-w3-2 p {
      font-size: 18px;
  }
  .agile-info h3 {
      font-size: 11em;
  }
  .proj_gallery_grid1_pos {
      padding: .8em .2em;
      left: 10%;
      width: 80%;
  }
  .proj_gallery_grid1_pos h3 {
      font-size: 1.2em;
  }
  .proj_gallery_grid1_pos p {
      font-size: 11px;
  }
  .contact-me textarea {
      min-height: 12em;
  }
  h5.card-title a {
      font-size: 23px;
      line-height: 1.4;
      letter-spacing: 0px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 3.5em;
  }
  .about-bottom {
      right: 10%;
      width: 100%;
  }
  .left-img-agikes {
      margin-bottom: 6em;
  }
  .stats-grid-w3-agile p {
      font-size: 13px;
  }
  .video iframe {
      width: 509px;
      height: 287px;
  }
}

@media(max-width: 667px) {
  .faq-w3agile .faq>li>a {
      font-size: 16px;
  }
  .about-bottom {
      right: 14%;
      width: 90%;
  }
}

@media(max-width: 640px) {
  .banner-agile-2 {
      min-height: 200px;
  }
  h4.contact-title,
  h2.contact-title {
      font-size: 34px;
  }
  .about_right h3 span {
      font-size: 44px;
  }
  .about-bottom {
      right: 10%;
  }
  .pager {
      left: 45%;
  }
}

@media(max-width: 600px) {}

@media(max-width: 568px) {
  .right-info-agiles {
      padding: 0 1em;
  }
  .nav-middle i {
      font-size: 24px;
  }
  h3.title {
      font-size: 40px;
  }
  li.subitem1 p {
      font-size: 13px;
  }
  h3.w3-head {
      font-size: 28px;
  }
  .section_1_gallery_grid {
      padding: 0 1em;
  }
  .proj_gallery_grid1_pos {
      padding: 1em .2em;
      left: 20%;
      width: 60%;
  }
  .proj_gallery_grid1_pos h3 {
      font-size: 1.5em;
  }
  .proj_gallery_grid1_pos p {
      font-size: 12px;
  }
  .posts-grid-right {
      margin-top: 3em;
  }
  .right-abw3ls h4 {
      font-size: 34px;
  }
  .about-bottom ul li h5 {
      font-size: 34px;
  }
  .about-bottom {
      right: 5%;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 200px;
      height: 200px;
  }
  .ih-item.circle.effect16 .info h3 {
      padding: 56px 0 0 0;
      height: 104px;
  }
  .banner-text-whtree h3 {
      font-size: 38px;
  }
  .banner-text-whtree p {
      font-size: 12px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 460px;
  }
}

@media(max-width: 480px) {
  .brands-w3ls ul li i {
      font-size: 37px;
  }
  .conta-posi-w3ls {
      top: 36%;
      width: 54%;
  }
  p {
      font-size: 14px;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 32px;
      font-size: 14px;
  }
  .subscribe-w3ls input[type="email"] {
      font-size: 14px;
  }
  .register-form input[type="submit"] {
      margin-top: 20px;
  }
  .w3l-agile-coming h3 {
      font-size: 32px;
      letter-spacing: 6px;
  }
  span.simply-amount {
      font-size: 35px;
  }
  .agile-info h3 {
      font-size: 10em;
  }
  button.w3ls-button2 {
      padding: 13px 28px;
      font-size: 14px;
  }
  .posts-grid-right {
      margin-top: 1.8em;
  }
  .admin p {
      font-size: 13px;
  }
  .comments-grid-left {
      padding-right: 0;
  }
  .w3ls-cource-first h3 {
      font-size: 22px;
  }
  .about_right h3 {
      font-size: 32px;
  }
  .about_right h3 span {
      font-size: 40px;
  }
  .left-img-agikes {
      margin-bottom: 4em;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 180px;
      height: 180px;
  }
  .ih-item.circle.effect16 .info h3 {
      padding: 50px 0 0 0;
      height: 96px;
  }
  .banner-text-whtree h3 {
      font-size: 38px;
  }
  a.button-agiles {
      padding: 13px 30px;
      font-size: 13px;
  }
  .banner-text-posi-w3ls {
      left: 7%;
  }
  .pager {
      left: 42%;
      bottom: 16px;
  }
  .video iframe {
      width: 432px;
      height: 243px;
  }
}

@media(max-width: 440px) {
  .social-icons,
  .top-head-w3ls h1 {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center !important;
  }
  .social-icons {
      margin: 10px 0 5px;
  }
  .navbar-toggler-icon {
      width: 1.2em;
      height: 1.2em;
  }
  a.button-head-mow3 {
      padding: 13px 24px;
      font-size: 13px;
  }
  a.logo {
      font-size: 37px;
  }
  .top-head-w3ls h1 {
      font-size: 14px;
  }
  .banner-agile-2 {
      min-height: 160px;
  }
  .brands-w3ls ul li {
      margin: 0 1em;
  }
  .brands-w3ls ul li i {
      font-size: 47px;
  }
  .map iframe {
      height: 300px;
  }
  .conta-posi-w3ls h5 {
      font-size: 26px;
  }
  .conta-posi-w3ls {
      top: 34%;
  }
  h4.contact-title,
  h2.contact-title {
      font-size: 30px;
      letter-spacing: 0px;
  }
  .subscribe-w3ls input[type="email"] {
      width: 63%;
  }
  label.switch {
      padding-left: 4em;
  }
  span.simply-amount {
      font-size: 32px;
  }
  .posts-grid-right {
      margin-top: 1em;
  }
  .tags ul li a {
      font-size: 14px;
  }
  .leave-coment-form textarea {
      min-height: 160px;
  }
  .comments-grid-right p {
      font-size: 13px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 2.5em;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 150px;
      height: 150px;
  }
  .ih-item.circle.effect16 .info h3 {
      padding: 40px 0 0 0;
      height: 79px;
      font-size: 16px;
  }
  .ih-item.circle.effect16 .info p {
      margin: 0 15px;
      font-size: 11px;
  }
  h6.small-heading {
      font-size: 22px;
  }
  .banner-text-posi-w3ls {
      left: 4%;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 420px;
  }
  .banner-text-whtree {
      padding-top: 6em;
  }
  .video iframe {
      width: 392px;
      height: 221px;
  }
}

@media(max-width: 414px) {
  .wthree-text ul li a {
      font-size: 13px;
  }
  .wthree-text ul li:nth-child(2) {
      float: none;
      margin-top: 12px;
  }
  p.dont-do a {
      display: block;
  }
  ul.list-unstyled.list-login li {
      float: none !important;
  }
  .register-form input[type="text"],
  .register-form input[type="email"],
  select.category2 {
      padding: 10px 12px;
  }
  .register-form form {
      padding: 5.5vw;
  }
  h3.w3-head {
      font-size: 26px;
  }
  .faq-w3agile .faq>li>a {
      font-size: 15px;
  }
  .w3l-agile-coming h3 {
      letter-spacing: 4px;
  }
  .simply-section {
      flex-basis: 49%;
      -webkit-flex-basis: 49%;
  }
  span.simply-amount {
      font-size: 36px;
  }
  .posts-grid-right {
      margin-top: 0;
  }
  .w3ls-cource-first ul li {
      font-size: 15px;
  }
  .about_right h3 {
      font-size: 27px;
  }
  .about_right h3 span {
      font-size: 38px;
  }
  .about_left-list ul li {
      font-size: 14px;
  }
  .banner-text-whtree h3 {
      font-size: 34px;
  }
  .banner-text-whtree p {
      font-size: 11px;
  }
  .video iframe {
      width: 366px;
      height: 206px;
  }
}

@media(max-width: 384px) {
  .brands-w3ls ul li {
      margin: 0 .6em;
  }
  p,
  .agile-addresmk p {
      font-size: 13px;
  }
  h3.w3-head {
      font-size: 23px;
  }
  h5.card-title a {
      font-size: 21px;
  }
  h3.title {
      font-size: 37px;
  }
  .agile-why-text {
      padding-right: 0;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 2em;
  }
  .stats-grid-w3-agile p {
      font-size: 12px;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 160px;
      height: 160px;
      margin: 0 !important;
  }
  h6.small-heading {
      font-size: 22px;
      text-align: left !important;
      margin-top: 15px !important;
  }
  .banner-text-whtree p {
      padding: 12px 10px !important;
  }
  .banner-text-whtree h3 {
      font-size: 32px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 380px;
  }
  a.button-agiles {
      padding: 12px 28px;
      font-size: 12px;
  }
  .banner-text-whtree {
      padding-top: 5em;
  }
  .pager li {
      width: 12px;
      height: 12px;
  }
  .video iframe {
      width: 100%;
      height: 190px;
  }
}

@media(max-width: 375px) {
  .sub-main-w3 form {
      padding: 5vw;
  }
  .conta-posi-w3ls {
      top: 30%;
  }
  li.nav-item a {
      font-size: 14px;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 30px;
  }
  label.switch {
      line-height: 2;
  }
  div#simply-countdown-losange {
      margin: 6vw 5vw;
  }
  .contact-form1 {
      margin-bottom: .2rem;
  }
  .contact-form1 label {
      font-size: 15px;
  }
  .contact-grid1 h4 {
      font-size: 22px;
  }
  .buttons-w3ls a,
  .buttons-w3ls-2 a {
      font-size: 14px;
      padding: 9px 16px;
  }
  .cource-list-agile-2 {
      margin: 2em 0;
  }
  .buttons-w3ls,
  .buttons-w3ls-2 {
      margin-top: 1.2em;
  }
  .about_right h3 {
      font-size: 26px;
  }
  .about_right h3 span {
      font-size: 36px;
  }
  .about_right p {
      font-size: 13px;
  }
  .about_left-list h6 {
      letter-spacing: 0px;
      font-size: 26px;
  }
  .about_left-list ul li {
      font-size: 13px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 1em;
  }
  .about-bottom ul li h5 {
      font-size: 30px;
  }
  .left-img-agikes {
      margin-bottom: 3em;
  }
  .numscroller {
      font-size: 42px;
  }
  .numscroller:before {
      bottom: -31%;
  }
  .video iframe {
      height: 185px;
  }
}

@media(max-width: 320px) {
  .nav-middle {
      padding-right: 0;
  }
  .nav-middle i {
      font-size: 21px;
      margin-right: 10px !important;
  }
  .top-login-butt {
      padding: 0;
      margin-top: 12px;
  }
  a.button-head-mow3 {
      padding: 12px 20px;
  }
  .top-head-w3ls h1 {
      font-size: 13px;
  }
  .social-icons ul li a {
      font-size: 11px;
      line-height: 2.8;
      width: 28px;
      height: 28px;
  }
  .social-icons {
      margin: 6px 0 3px;
  }
  .banner-agile-2 {
      min-height: 120px;
  }
  li.breadcrumb-item {
      font-size: 14px;
  }
  h3.title {
      font-size: 30px;
  }
  .sub-main-w3 label {
      font-size: 13px;
      margin-bottom: 6px;
  }
  .form-style-agile input[type="text"],
  .form-style-agile input[type="email"],
  .form-style-agile input[type="password"] {
      font-size: 13px;
      padding: 11px 10px;
  }
  .sub-main-w3 input[type="submit"],
  .register-form input[type="submit"] {
      padding: 10px 0;
      font-size: 14px;
  }
  .brands-w3ls ul li {
      margin: 0 .5em;
  }
  .brands-w3ls ul li i {
      font-size: 40px;
  }
  .map iframe {
      height: 270px;
      width: 88%;
  }
  .conta-posi-w3ls {
      top: 32%;
      width: 66%;
  }
  p,
  .agile-addresmk p {
      font-size: 12px;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 21px;
  }
  .register-form input[type="text"],
  .register-form input[type="email"],
  select.category2 {
      padding: 8px 12px;
  }
  .register-form input[type="submit"] {
      margin-top: 10px;
  }
  h3.w3-head {
      font-size: 24px;
      line-height: 1.4;
  }
  span.simply-amount {
      font-size: 32px;
  }
  .w3l-agile-coming h3 {
      letter-spacing: 2px;
      font-size: 29px;
  }
  .sub-main-w3-2 p {
      font-size: 15px;
  }
  .sub-main-w3-2 input[type="submit"],
  .form-style-agile-2 input[type="email"] {
      font-size: 13px;
  }
  .agile-info h3 {
      font-size: 8em;
  }
  .agile-info h4 {
      font-size: 2em;
  }
  .proj_gallery_grid1_pos {
      padding: 1em .2em;
      left: 10%;
      width: 80%;
      bottom: 18px;
  }
  .proj_gallery_grid1_pos h3 {
      font-size: 1.3em;
  }
  .posts-grid-left,
  .posts-grid-right,
  .comments-grid-left,
  .comments-grid-right,
  .blog-gd-w3ls,
  .stats-grid-w3-agile {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .posts-grid-left {
      padding-right: 1em !important;
  }
  .posts-grid-right {
      margin-top: 1em;
  }
  .tags ul li a {
      padding: 8px 10px;
      margin: 0 4px 10px 0;
      font-size: 13px;
  }
  h6.blog-first {
      font-size: 18px;
  }
  ul.blog_list.my-3 li {
      font-size: 14px;
  }
  h5.card-title a {
      font-size: 23px;
  }
  a.blog-button {
      font-size: 13px
  }
  .categories ul li,
  .single-left2-left ul li {
      font-size: 13px;
  }
  .admin p {
      font-size: 12px;
      line-height: 2;
  }
  .comments-grid-left {
      text-align: center;
  }
  h5.card-title a {
      font-size: 20px;
  }
  .leave-coment-form input[type="text"],
  .leave-coment-form input[type="email"],
  .leave-coment-form textarea {
      padding: 11px;
      font-size: 14px;
  }
  .leave-coment-form textarea {
      min-height: 130px;
  }
  .leave-coment-form input[type="submit"] {
      padding: 13px 19px;
      font-size: 14px;
  }
  h6.details-heading {
      font-size: 28px;
  }
  .w3ls-cource-first ul li {
      font-size: 14px;
  }
  .right-abw3ls h4 {
      font-size: 30px;
  }
  .blog-gd-w3ls:nth-child(2) {
      margin-top: 1em;
  }
  .events-right h4 {
      font-size: 22px;
  }
  .about_right h3 {
      font-size: 28px;
  }
  .about_left-list ul li {
      font-size: 12px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 .8em;
  }
  .about-bottom ul li h5 {
      font-size: 28px;
  }
  .about-bottom {
      bottom: -32%;
  }
  .stats-grid-w3-agile:nth-child(2),
  .stats-grid-w3-agile:nth-child(3),
  .stats-grid-w3-agile:nth-child(4) {
      margin-top: 1em !important;
  }
  .banner-text-whtree h3 {
      font-size: 30px;
      padding: 15px 20px !important;
  }
  .banner-text-whtree p {
      padding: 12px 16px !important;
  }
  .banner-text-whtree {
      max-width: 280px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 370px;
  }
  .pager {
      left: 40%;
      bottom: 10px;
  }
  .video iframe {
      height: 154px;
  }
}

/*--//responsive--*/

/*# sourceMappingURL=style.css.map */

/* peart-html.css */


.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}



.more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Great Vibes', cursive;
  margin-top: 25px;
}

.more_btn span {
  color: #1a1a1a;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
}

.more_btn img {
  width: 65px;
}

.heading_container h2 {
  color: #1f1f1f;
  font-size: 2.5rem;
}

.heading_container h2 span {
  color: #cc0001;
}

section .container {
  position: relative;
}

/*header section*/
.hero_area {
  position: relative;
}

.header_section {
  overflow: hidden;
}

.header_section .container {
  position: relative;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff51;
  text-align: center;
  font-family: "Roboto",
 sans-serif;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 14px;
}

.custom_menu-btn button {
  margin-top: 7px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #f7684d;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 20px;
  margin-left: auto;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(16px);
          transform: rotate(45deg) translateY(16px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-16px);
          transform: rotate(-45deg) translateY(-16px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(240, 227, 222, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 2px 0px;
  text-decoration: none;
  font-size: 22px;
  color: #000000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.navbar-brand img {
  width: 105px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.user_option {
  margin-left: auto;
  margin-right: 95px;
}

.user_option a {
  color: #ffffff;
  font-size: 16px;
}

/*end header section*/
.slider_section {
  margin-top: 75px;
  padding: 45px;
  position: relative;
}

.slider_section .carousel {
  position: unset;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1 {
  color: #1f1f1f;
  font-size: 4rem;
}

.slider_section .detail-box h1 span {
  color: #cc0001;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section #carouselExampleIndicators {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: unset;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: 28px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev-white.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next-white.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next.png);
}

.slider_section .carousel-indicators {
  width: 25px;
  height: 80%;
  margin: 0;
  bottom: 50%;
  left: initial;
  right: -90px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  margin: 0;
  width: auto;
  height: auto;
  text-indent: 0;
  opacity: 1;
  color: #000000;
  background-color: transparent;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  color: #cc0001;
}

.slider_section .carousel-indicators::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 90px);
  background-color: rgba(255, 0, 0, 0.4);
}

.about_section {
  margin-top: 215px;
  padding: 75px 0;
}

.about_section .img-box img {
  max-width: 400px;
}

.our_section {
  margin-top: 90px;
}

.our_section .detail-box {
  margin-top: 45px;
}

.our_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our_section .img-box img {
  max-width: 325px;
}

.girl_section {
  margin-top: 245px;
}

.girl_section .img-box img {
  max-width: 275px;
}

.boy_section {
  margin-top: 0;
}

.boy_section .detail-box {
  margin-bottom: 45px;
}

.boy_section .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.boy_section .img-box img {
  max-width: 200px;
}

.guitar_section {
  margin-top: 245px;
}

.guitar_section .img-box img {
  max-width: 200px;
}

.time_section {
  margin-top: 125px;
}

.time_section .container {
  padding: 75px 0;
}

.time_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.time_section .time_box {
  text-align: center;
}

.time_section .time_box h3,
.time_section .time_box h4 {
  color: #ffffff;
}

.client_section {
  margin-top: 175px;
  padding-top: 90px;
}

.client_section .client_box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .client_box .text-box {
  width: 195px;
  color: #ffffff;
  margin-top: 35px;
}

.client_section .client_box .text-box h5 {
  font-weight: bold;
}

.client_section .client_box .text-box p {
  margin: 15px 0;
}

.client_section .client_box .text-box img {
  margin-top: 15px;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 90px;
  height: 40px;
  border-radius: 100%;
  background-size: 75px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev-arrow.png);
}

.client_section .carousel-control-prev:hover {
  background-image: url(../images/prev-arrow-black.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/next-arrow.png);
}

.client_section .carousel-control-next:hover {
  background-image: url(../images/next-arrow-black.png);
}

/* contact section */
.contact_section {
  padding: 45px 0;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .detail-box {
  margin-top: 75px;
}

.contact_section .form_container {
  padding-top: 45px;
  width: 70%;
  margin: auto;
  border-radius: 20px;
}

.contact_section .form_container h5 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.contact_section .form_container input {
  border: 1px solid rgba(245, 242, 242, 0.8);
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  color: #ffffff;
}

.contact_section .form_container input.input_message {
  height: 125px;
  border-radius: 10px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: rgba(245, 242, 242, 0.8);
}

.contact_section .form_container input:-ms-input-placeholder {
  color: rgba(245, 242, 242, 0.8);
}

.contact_section .form_container input::-ms-input-placeholder {
  color: rgba(245, 242, 242, 0.8);
}

.contact_section .form_container input::placeholder {
  color: rgba(245, 242, 242, 0.8);
}

.contact_section .form_container button {
  outline: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 55px;
  background-color: #f74f64;
  color: #fefdfc;
  border-radius: 45px;
  border: 1px solid #f74f64;
  margin-top: 25px;
}

/* end contact section */
.map_section {
  margin-top: 125px;
  padding-top: 125px;
  padding-bottom: 225px;
}

.map_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map_section .img-box img {
  max-width: 475px;
}

.footer_bg {
  position: relative;
  /* background-image: url(../images/footer-bg.png); */

  /* background: linear-gradient(to bottom, #ffffff90, transparent) center center repeat-x; */
  z-index: 1;
  background-image:linear-gradient(to right , rgba(0, 191, 255, 0.512),rgba(215, 125, 200, 0.472));
  background-size: cover;

  /* background-position: center bottom; */
  /* background-size: 95% 100%; */
  
  /* background-repeat: no-repeat; */
  /* padding-top: 175px;
  max-width: 1570px; */
  margin: auto;
  border-radius: 30px;
}

.info_section {
  color: #ffffff;
}



.info_section h4 {
  border-bottom: 2px solid #13bdec;
  /* width: 60%; */
  color: #ec2525;
  margin: 0 auto;
  /* text-align: center; */
  padding: 20px 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

.info_links ul {
  padding-left: 15px;
}

.info_links ul .active::before {
  background-color: #fd4d1b;
}

.info_links ul li {
  list-style-type: none;
  position: relative;
}

.info_links ul li::before {
  content: "";
  left: -15px;
  top: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info_links ul li a {
  color: #ffffff;
}

.info_links ul li:hover::before {
  background-color: #fd4d1b;
}

.info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_form button {
  background-color: #fd4d1b;
  padding: 8px 35px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
}

.info_form button:hover {
  background-color: #fc3a02;
}

.info_social .social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_social .social_container a {
  margin: 0 5px;
}

.info_social .social_container a img {
  width: 35px;
}

.info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_contact > div img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}

.info_contact h4 {
  border-top: 1px solid #ffffff;
  /* width: 60%; */
  color: #ec2525;
  margin: 0 auto;
  text-align: center;
  padding: 20px 35px;
}
.info_contact p {
  border-top: 1px solid #ffffff;
  /* width: 60%; */
  color:#ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 20px 35px;
}
/* footer section*/
.footer_section p {
  border-top: 1px solid #ffffff;
  width: 90%;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  /* padding: 20px 35px; */
  font-weight: 600;
  direction: rtl;
}

.footer_section a {
  color: #ffffff;
}
/* preschool.css */

/********** Template CSS **********/

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}



.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}




.font-secondary {
  font-family: 'Lobster Two', cursive;
}



/*** Facility ***/
.facility-item .facility-icon {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility-item .facility-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .9);
  transition: .5s;
  z-index: 1;
}

.facility-item .facility-icon span {
  position: absolute;
  content: "";
  width: 15px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.facility-item .facility-icon span:last-child {
  left: auto;
  right: 0;
}

.facility-item .facility-icon i {
  position: relative;
  z-index: 2;
}

.facility-item .facility-text {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border-radius: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
}

.facility-item .facility-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .9);
  transition: .5s;
  z-index: 1;
}

.facility-item .facility-text * {
  position: relative;
  z-index: 2;
}

.facility-item:hover .facility-icon::before,
.facility-item:hover .facility-text::before {
  background: transparent;
}

.facility-item * {
  transition: .5s;
}

.facility-item:hover * {
  color: #FFFFFF !important;
}


/*** About ***/
.about-img img {
  transition: .5s;
}

.about-img img:hover {
  background: var(--primary) !important;
}


/*** Classes ***/
.classes-item {
  transition: .5s;
}

.classes-item:hover {
  margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  border: 17px solid var(--light);
  border-radius: 250px;
  transition: .5s;
}

.team-item:hover .team-text {
  border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
      padding-left: 4rem;
      padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item .border {
  border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 45px;
  font-size: 20px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 45px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  border-color: var(--primary);
  background: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary) !important;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: #FFFFFF;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
  color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* custum */


*{

  padding: 0;
  margin: 0;
}


/*-- Reset Code --*/



body a {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

body a:focus,
a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

input[type="button"]:hover,
input[type="submit"]:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}



p {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.9;
  color: #999;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

label {
  margin: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none
}

/*-- //Reset Code --*/

/*-- bottom-to-top --*/

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 24px;
  right: 3%;
  overflow: hidden;
  z-index: 999;
  width: 32px;
  height: 38px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.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);
}

/*-- //bottom-to-top --*/

/* header */

/* hear top */

.top-head-w3ls h1 {
  font-size: 15px;
  letter-spacing: 1px;
}

.agile-addresmk p a {
  color: #999;
}

/*-- social-icons --*/

.social-icons ul li {
  display: inline-block;
}

.social-icons ul li a {
  font-size: 12px;
  color: #dc3545;
  line-height: 2.5;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  width: 30px;
  height: 30px;
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.76);
}

.icon-border {
  position: relative;
}

.icon-border::before,
.icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

/* facebook */

.icon-border.facebook:hover::before {
  -webkit-box-shadow: inset 0 0 0 48px #3b5998;
  -moz-box-shadow: inset 0 0 0 48px #3b5998;
  -o-box-shadow: inset 0 0 0 48px #3b5998;
  -ms-box-shadow: inset 0 0 0 48px #3b5998;
  box-shadow: inset 0 0 0 48px #3b5998;
}

/* twitter */

.icon-border.twitter:hover::before {
  -webkit-box-shadow: inset 0 0 0 48px #4099ff;
  -moz-box-shadow: inset 0 0 0 48px #4099ff;
  -o-box-shadow: inset 0 0 0 48px #4099ff;
  -ms-box-shadow: inset 0 0 0 48px #4099ff;
  box-shadow: inset 0 0 0 48px #4099ff;
}

/* google plus */

.icon-border.googleplus:hover::before {
  -webkit-box-shadow: inset 0 0 0 48px #d34836;
  -moz-box-shadow: inset 0 0 0 48px #d34836;
  -o-box-shadow: inset 0 0 0 48px #d34836;
  -ms-box-shadow: inset 0 0 0 48px #d34836;
  box-shadow: inset 0 0 0 48px #d34836;
}

/* rss */

.icon-border.rss:hover::before {
  -webkit-box-shadow: inset 0 0 0 48px #ee802f;
  -moz-box-shadow: inset 0 0 0 48px #ee802f;
  -o-box-shadow: inset 0 0 0 48px #ee802f;
  -ms-box-shadow: inset 0 0 0 48px #ee802f;
  box-shadow: inset 0 0 0 48px #ee802f;
}

/*-- //social-icons --*/

/* //header top */

/* middle header */

a.logo {
  font-size: 48px;
  color: #42a5f5;
  line-height: 1;
}

.nav-middle i {
  font-size: 28px;
  line-height: 1.8;
  color: #42a5f5;
}

.nav-middle {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.agile-addresmk span {
  display: block;
}

a.button-head-mow3 {
  background: #f59963;
  padding: 9px 25px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
}

/* middle header */



.brands-w3ls {
  background: linear-gradient(to top, #0b2e13, #86c9ff);
}

.brands-w3ls ul li i {
  color: #efefef;
}

/*-- //Sticky Navigation --*/

/* //navigation */

/* //header */

/* banner */

.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
  min-height: 700px;
}

.banner-w3ls-1 {

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.banner-w3ls-2 {

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.banner-w3ls-3 {
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.banner-w3ls-4 {
  background: url(../images/banner4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.banner-w3ls-5 {
  background: url(../images/banner5.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

/* slider */

.slider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 0vw;
  overflow: hidden;
  transition: width 400ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.slider li.active {
  z-index: 2;
  width: 100vw;
}

.slider li.prev {
  z-index: 1;
  width: 100vw;
}

.pager {
  z-index: 100;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pager li {
  display: inline-block;
  border: 2px solid white;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: transparent;
}

.pager li.active {
  background: linear-gradient(to right, #42a5f5, #86c9ff);
}

/* //slider */

/* banner text */

.banner-agile {
  position: relative;
}

.banner-text-posi-w3ls {
  position: absolute;
  z-index: 999;
  left: 11%;
}

.banner-text-whtree {
  max-width: 600px;
  padding-top: 13em;
}

.banner-text-whtree h3 {
  font-size: 60px;
  letter-spacing: 1px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.52);
}

.banner-text-whtree h3 b {
  display: block;
  color: #42a5f5;
}

.banner-text-whtree p {
  background: rgba(255, 255, 255, 0.9);
}

a.button-agiles {
  background: #42a5f5;
  display: inline-block;
  border-radius: 40px;
  padding: 15px 36px;
  font-size: 15px;
  letter-spacing: 1px;
  background: linear-gradient(to right, #42a5f5, #86c9ff);
}

/* //banner text */

/* //banner */

/*-- about --*/

/* heading title */

h3.title {
  font-size: 46px;
  position: relative;
}

h3.title:before,
h3.title:after {
  position: absolute;
  background: #42a5f5;
  width: 10%;
  height: 2px;
  content: " ";
  bottom: -3%;
}

h3.title:before {
  left: 43%;
}

h3.title:after {
  bottom: -20%;
  right: 43%;
}

/* //heading title */

.about_right h3 {
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 1px;
}

.about_right h3 span {
  display: block;
  color: #42a5f5;
  text-shadow: 3px 1px 4px rgba(0, 0, 0, 0.22);
  font-size: 48px;
}

.about_right p {
  font-size: 14px;
  border-right: 2px solid #42a5f5 !important;
}

.about_left-list h6 {
  letter-spacing: 1px;
  font-size: 28px;
}

.about_left-list ul li i {
  color: #42a5f5;
}

.about_left-list ul li {
  color: #999;
  font-size: 15px;
  line-height: 1.9em;
  letter-spacing: 1px;
}

.left-img-agikes {
  position: relative;
}

.about-bottom {
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.21);
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  position: absolute;
  bottom: -2%;
  width: 100%;
  right: 28%;
}

.about-bottom ul li {
  display: inline-block;
}

.about-bottom ul li:nth-child(2) {
  margin: 0 5em;
}

.about-bottom ul li h5 {
  font-size: 40px;
  color: #42a5f5;
}

/*-- //about --*/

/*-- footer --*/

footer {
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

p.para-agileits-w3layouts a:hover {
  color: #a5a3a3 !important;
}

h4.contact-title,
h2.contact-title {
  letter-spacing: 1px;
  font-size: 36px;
}

p.conta-para-style {
  border-left: 2px solid #42a5f5 !important;
  color: #dcdcdc;
}

/* subscribe */

.subscribe-w3ls h6 {
  font-size: 22px;
  letter-spacing: 1px;
}

.subscribe-w3ls input[type="email"] {
  width: 70%;
  float: left;
  padding: 14px;
  font-size: 15px;
  color: #fff;
  outline: none;
  background: rgba(255, 255, 255, 0.26);
  border: none;
  letter-spacing: 1px;
  border-radius: 0;
}

.subscribe-w3ls button[type="submit"] {
  font-size: 15px;
  outline: none;
  letter-spacing: 2px;
  padding: 14px 40px;
  border: none;
  background: #4baaf6;
  border-radius: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.subscribe-w3ls button[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/* //subscribe */

p.para-agileits-w3layouts i {
  color: #42a5f5;
}

.map iframe {
  outline: none;
  border: none;
  width: 80%;
  height: 420px;
}

.map {
  position: relative;
}

.conta-posi-w3ls {
  background: linear-gradient(to left, #42a5f5, #86c9ff);
  width: 50%;
  position: absolute;
  top: 40%;
  right: 4%;
}

.conta-posi-w3ls h5 {
  font-size: 28px;
  letter-spacing: 1px;
}

.conta-posi-w3ls p {
  color: #efefef;
}

/* copyright */

.copyright-agiles {
  background: rgba(0, 0, 0, 0.57);
  box-shadow: 2px 1px 2px 1px #f9f5f5;
}

p.copy-right-grids a {
  color: #4baaf6;
}

p.copy-right-grids a:hover {
  color: #fff;
}

/* //copyright */

/*-- //footer --*/

/* what we do */

.why-choose-agile {
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.why-choose-agile,
.wthree_features_grid,
.wthree_features_grid i {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.wthree_features_grid i {
  font-size: 28px;
  color: #45a6f5;
}

.agile-why-text h4 {
  font-size: 27px;
  letter-spacing: 1px;
}

.agile-why-text p {
  color: #c5c5c5;
}

a.service-button {
  color: #45a6f5;
}

a.service-button:hover {
  color: #fff;
}

.wthree_agile_us:hover .wthree_features_grid {
  background: #45a6f5;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.wthree_agile_us:hover .wthree_features_grid i {
  color: #fff;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/* //what we do */

/* course section */

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.ih-item.circle.effect16.left_to_right .img {
  -webkit-transform-origin: 95% 40%;
  -moz-transform-origin: 95% 40%;
  -ms-transform-origin: 95% 40%;
  -o-transform-origin: 95% 40%;
  transform-origin: 95% 40%;
}

.ih-item.circle.effect16 .img {
  z-index: 11;
  -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 {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}

.ih-item.circle.effect16 .info {
  background: #00a5bb;
  -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 .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.circle.effect16 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect16 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -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.effect16.left_to_right a:hover .img {
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
  transform: rotate(-120deg);
}

.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.effect16.left_to_right .img:after {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  top: 40%;
  left: 95%;
  margin: -4px 0 0 -4px;
  background: rgba(1, 0, 0, 0.8);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}

h6.small-heading {
  font-size: 26px;
}

/* //course section */

/* stats */






.whiteboldText {
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 4px 6px rgb(8, 8, 8);
  position: relative;
}



/* //stats */

/* video and event section */

.video iframe {
  width: 634px;
  height: 357px;
  border: none;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.12);
}

.events-up h5 {
  font-size: 23px;
}

.events-up h5 span {
  display: block;
}

.events-up {
  background: #46a7f5;
}

.events-right ul li i {
  color: #46a7f5;
}

.events-right ul li {
  font-size: 15px;
}

/* video and event section */

/* testimonials */

.testimonials {
  background: url(../images/logo.png) no-repeat center fixed;
  background-size: 90% 90%;;
  /*-webkit-background-size: cover;*/
  /*-moz-background-size: cover;*/
  /*-o-background-size: cover;*/
  /*-ms-background-size: cover;*/
}

.log {
  background: url(../images/logo.png) no-repeat center fixed;
  /* background-size: cover; */
  background-size: 60% 90%;
  -webkit-background-size: 60% 90%;
  -moz-background-size: 60% 90%;
  -o-background-size: 60% 90%;
  -ms-background-size: 60% 90%;
  background-position: 0;
  height: 600px;
  /* background-color: rebeccapurple; */
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
}

.logo {
  background: url(../images/logo.png) no-repeat center fixed;
  /*background-size: cover;*/
  background-size: 60% 90%;;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

/* //testimonials */

/* brnads */

.brands-w3ls ul li {
  display: inline-block;
  margin: 0 2em;
}

.brands-w3ls ul li i {
  font-size: 70px;
}

/* //brnads */

/*-- news --*/

.news-events-agile {
  background: #FFC107;
}

.news-events-agile ul li{


  list-style: none;
}

.post-img ul li {
  display: inline-block;
}

.news-grid h5 a {
  font-size: 25px;
}

.detail-bottom h6 a {
  letter-spacing: 1px;
  font-size: 23px;
  line-height: 1.5;
}

.news-grid p {
  font-size: 15px;
}

.news-events-agile.event-colo1 {
  background: #13e094;
}

.news-events-agile.event-colo3 {
  background: #f54a3e;
}

/*-- //news --*/

/* inner pages */

/* course page */

.banner-agile-2 {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
  min-height: 360px;
}

.banner-2-w3ls {
  padding-top: 7em;
}

.breadcrumb {
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.12);
  margin: 0;
}

li.breadcrumb-item a {
  color: #42a5f5;
}

.w3ls-cource-first {
  background: #F9F9F9;
  box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.15);
}

.w3ls-cource-first ul li i {
  color: #42a5f5;
}

.w3ls-cource-first {
  border-top: 5px solid #f76565;
}

.agile-course-main-2 {
  margin-left: -5em;
}

.cource-list-agile {
  position: relative;
}

.buttons-w3ls {
  left: 26%;
}

.buttons-w3ls,
.buttons-w3ls-2 {
  position: absolute;
  bottom: -6%;
}

.buttons-w3ls a,
.buttons-w3ls-2 a {
  font-size: 15px;
  border-radius: 0;
  letter-spacing: 1px;
  padding: 10px 20px;
}

.buttons-w3ls a.button-cour-w3ls,
.buttons-w3ls-2 a.button-cour-w3ls {
  background: #42a5f5;
}

.agile-course-main-3 {
  margin-right: -5em;
  z-index: 99;
}

.buttons-w3ls-2 {
  right: 32%;
}

.cource-list-agile:nth-child(3) .w3ls-cource-first {
  border-top: 5px solid #42a5f5;
}

.cource-list-agile:nth-child(3) .w3ls-cource-first ul li i {
  color: #f76565;
}

.cource-list-agile-2 {
  margin: 5em 0;
}

/* //course page */

/*-- blog single page --*/

.single-left1 p i {
  color: #42a5f5;
  display: block;
}

.admin {
  background: #424040;
}

.admin p {
  color: #f5f5f5;
  font-size: 14px;
  line-height: 2.4;
}

.admin p i {
  font-size: 28px;
  vertical-align: middle;
}

.admin a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.admin a:hover {
  color: #fff;
}

/* comments */

.comments-grid-right ul li {
  display: inline-block;
  color: #888;
  font-size: 14px;
  letter-spacing: 1px;
}

.comments-grid-right ul li a {
  color: #42a5f5;
}

.comments-grid-right ul li a:hover {
  color: #555;
}

.comments-grid-right p {
  font-size: 14px;
}

/* //comments */

.leave-coment-form input[type="text"],
.leave-coment-form input[type="email"],
.leave-coment-form textarea {
  outline: none;
  border: 1px solid #000;
  background: none;
  padding: 12px;
  font-size: 15px;
  color: #212121;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
}

.leave-coment-form textarea {
  min-height: 200px;
  resize: none;
  width: 100%;
}

.mm_single_submit {
  text-align: right;
}

.leave-coment-form input[type="submit"] {
  outline: none;
  border: none;
  background: #42a5f5;
  padding: 14px 36px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 2px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.14);
}

.leave-coment-form input[type="submit"]:hover {
  background: #212121;
}

/*-- //blog single page --*/

/* blog page */

/* left side */

h6.blog-first {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
}

h6.blog-first i {
  color: #42a5f5;
}

ul.blog_list li {
  display: inline-block;
  color: #777;
}

ul.blog_list.my-3 li a:hover,
h5.card-title a:hover {
  color: #000 !important;
}

ul.blog_list.my-3 li {
  font-size: 15px;
}

h5.card-title a {
  font-size: 24px;
  letter-spacing: 1px;
}

a.blog-button {
  background: #353535;
  border: none;
  font-size: 14px;
  padding: 11px 22px;
  letter-spacing: 1px;
}
a.blog-button:hover {
  background: #42a5f5;
}
/* //left side */

/* right side */

/* search */

.event-right input[type="search"] {
  padding: 12px;
  width: 100%;
  letter-spacing: 1px;
  margin-right: 0 !important;
}

.event-right button {
  width: 100%;
  padding: 10px;
}

/* //search */

/* blog right title */

h3.blog-title {
  font-size: 25px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
}

/*// blog right title */

/* Categories */

.categories ul li,
.single-left2-left ul li {
  list-style-type: none;
  font-size: 14px;
}

.categories ul li i,
.single-left2-left ul li i {
  color: #42a5f5;
}

.categories ul li a,
.single-left2-left ul li a {
  color: #555;
}

.categories ul li a:hover,
.single-left2-left ul li a:hover,
.posts-grid-right h4 a:hover,
.wthree_blog_events_list li a:hover {
  color: #4caf50 !important;
}

/* //Categories */

/* event */

.posts-grid-right h4 a {
  font-size: 15px;
  letter-spacing: 1px;
}

.posts-grid-right h4 a:hover {
  color: #999;
}

.wthree_blog_events_list li {
  display: inline-block;
  font-size: 14px;
}

ul.wthree_blog_events_list li i {
  color: #42a5f5;
}

/* //event */

/* tags */

.tags ul li {
  display: inline-block;
}

.tags ul li a {
  padding: 10px 10px;
  margin: 0 10px 10px 0;
  display: block;
  letter-spacing: 1px;
  font-size: 15px;
}

.tags ul li a:hover {
  background: #42a5f5;
  border: 1px solid #42a5f5;
  color: #fff !important;
}

/* //tags */

/* //right side */

/* //blog page */

/* course details */

h6.details-heading {
  font-size: 32px;
  color: #42a5f5;
}

h6.reque-title {
  font-size: 30px;
}

.social-details-icons li {
  display: inline-block;
}

.social-details-icons li a {
  width: 35px;
  height: 35px;
  font-size: 15px;
  line-height: 2.3;
}

/* //course details */

/*-- contact page  --*/

.con-ic i {
  font-size: 22px;
  color: #42a5f5;
  width: 80px;
  height: 80px;
  line-height: 3.5;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.37);
}

.contact-grid1 h4 {
  font-size: 24px;
  color: #000;
  letter-spacing: 1px;
}

.contact-grid1 p a {
  color: #999;
  text-decoration: none;
}

.contact-grid1 p a:hover {
  color: #000;
}

.contact-grid1 p label {
  display: block;
  font-weight: normal;
}

.contact-form1 h4,
.contact-me h4 {
  font-size: 1.2em;
  color: #3e3a3a;
  margin: 0 0 .5em;
}

.contact-form1 input[type="text"],
.contact-form1 input[type="email"],
.contact-me textarea {
  outline: none;
  padding: 10px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  font-size: 14px;
  color: #000;
  width: 100%;
  border-radius: 0;
}

.contact-me textarea {
  min-height: 18em;
  resize: none;
}

.contact-me textarea:focus {
  background: #f5f5f5;
}

.contact-grids1 input[type="submit"] {
  outline: none;
  padding: 13px 0;
  border: none;
  background: #000;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 1em;
  cursor: pointer;
}

.contact-grids1 input[type="submit"]:hover {
  background: #42a5f5;
  letter-spacing: 6px;
}

/*-- //contact page --*/

/*-- gallery --*/

.section_1_gallery_grid1 {
  position: relative;
}

.proj_gallery_grid1_pos {
  background: rgba(14, 15, 16, 0.59);
  bottom: 23px;
  left: 30px;
  opacity: 0;
  padding: 1em;
  position: absolute;
  right: 30px;
  text-align: center;
  visibility: hidden;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.proj_gallery_grid1_pos h3 {
  font-size: 1.3em;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
  color: #42a5f5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.proj_gallery_grid1_pos p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
}

.section_1_gallery_grid:hover .proj_gallery_grid1_pos {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}

p.quia {
  font-size: 1.2em;
  color: #140b05;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.proj_gallery_grid img {
  width: 100%;
}

/*-- //gallery --*/

/*-- form styling (login) --*/

.sub-main-w3 form {
  background: url(../images/loginbg.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.sub-main-w3 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.sub-main-w3 form {
  max-width: 700px;
  padding: 3.5vw;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.sub-main-w3 label {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.sub-main-w3 label i {
  font-size: 15px;
  margin-left: 5px;
  color: #03A9F4;
  border-radius: 50%;
  line-height: 1.9;
  text-align: center;
}

.form-style-agile input[type="text"],
.form-style-agile input[type="email"],
.form-style-agile input[type="password"] {
  width: 100%;
  color: #000;
  outline: none;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px 15px;
  box-sizing: border-box;
  border: none;
  border: 1px solid #000;
  background: #fff;
}

.sub-main-w3 input[type="submit"],
.register-form input[type="submit"] {
  color: #fff;
  background: #03A9F4;
  border: none;
  padding: 13px 0;
  margin-top: 30px;
  outline: none;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.49);
}

.sub-main-w3 input[type="submit"]:hover,
.register-form input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/*--placeholder-color--*/

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

/*-- //placeholder-color --*/

/* switch */

ul.list-unstyled.list-login {
  width: 100%;
}

label.switch {
  position: relative;
  display: inline-block;
  height: 23px;
  padding-left: 5em;
  cursor: pointer;
}

.list-login li:nth-child(2) a,
label.switch {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.switch input {
  display: none;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 26%;
  background-color: #777;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-switch:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider-switch {
  background-color: #42a5f5;
}

input:focus+.slider-switch {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */

.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round:before {
  border-radius: 50%;
}

.slider-switch-2 {
  width: 17%;
}

/* //switch */

/*-- //form styling (login) --*/

/* about page */

.right-abw3ls h4 {
  font-size: 38px;
  color: #42a5f5;
  letter-spacing: 2px;
}

.about-page-2 {
  background: #f5f5f5;
}

/*-- team --*/

.blog-gd-w3ls {
  position: relative;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  padding: 0;
}

.date-w3 {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(14, 14, 14, 0.46);
  width: 100%;
  padding: 25px;
  text-align: center;
}

.date-w3 h4 {
  font-size: 24px;
  color: #3095fd;
  letter-spacing: 1px;
}

.blog-gd-w3ls:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  z-index: 1;
  border: none;
}

.blog-gd-w3ls:hover .date-w3 {
  display: block;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.date-w3 p {
  color: #eaeaea;
  font-size: 14px;
  margin: 6px 0 12px;
}

/*-- team social icons --*/

.agileinfo-social-grids ul {
  padding: 0;
  margin: 0;
}

.agileinfo-social-grids ul li {
  display: inline-block;
  margin: 0 .5em 0 0;
}

.agileinfo-social-grids ul li a {
  color: #FFFFFF;
  text-align: center;
}

.agileinfo-social-grids ul li a i {
  height: 30px;
  width: 30px;
  border: solid 1px #FFFFFF;
  line-height: 29px;
  color: #FFFFFF;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.agileinfo-social-grids ul li a i.fa-facebook-f {
  background: #3b5998;
}

.agileinfo-social-grids ul li a i.fa-twitter {
  background: #55acee;
}

.agileinfo-social-grids ul li a i.fa-rss {
  background: #f26522;
}

.agileinfo-social-grids ul li a i,
.agileinfo-social-grids ul li a i:hover {
  background: transparent;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/*-- //team social icons --*/

/*-- //team --*/

/* 404 error page */

.w3-main-error {
  background: url(../images/bg1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.agile-info h3 {
  font-size: 14em;
  line-height: 1;
  letter-spacing: 1px;
  color: #42a5f5;
  text-shadow: 11px 8px 10px rgba(0, 0, 0, 0.18);
}

.agile-info h4 {
  font-size: 3em;
  letter-spacing: 2px;
}

.agile-info p {
  letter-spacing: 6px;
}

button.w3ls-button2 {
  background: linear-gradient(to left, #42a5f5, #86c9ff);
  border: none;
  padding: 14px 30px;
  letter-spacing: 3px;
  box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.28);
}

/* //404 error page */

/* coming soon page */

.w3-main-coming {
  background: url(../images/bg7.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

/* forms style (coming-soon) */

.sub-main-w3-2 form {
  max-width: 700px;
  margin: 2.5vw auto;
}

.w3l-agile-coming h3 {
  font-size: 50px;
  letter-spacing: 10px;
}

.form-style-agile {
  flex-basis: 100%;
}

.sub-main-w3-2 p {
  font-size: 20px;
}

/* forms style (coming-soon) */

.form-style-agile-2 {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-style-agile-2 input[type="email"] {
  outline: none;
  font-size: 14px;
  border: none;
  color: #000;
  letter-spacing: 1px;
  padding: 12px;
  background: #fff;
  flex-basis: 75%;
  -webkit-flex-basis: 75%;
  box-sizing: border-box;
}

.sub-main-w3-2 input[type="submit"] {
  color: #fff;
  background: #000;
  border: none;
  padding: 15px 0;
  outline: none;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

/* counter */

.examples {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

div#simply-countdown-losange {
  max-width: 800px;
  margin: 2vw 5vw;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.simply-section {
  flex-basis: 24%;
  -webkit-flex-basis: 24%;
  box-sizing: border-box;
  text-align: center;
  padding: 2vw;
}

span.simply-amount {
  color: #42a5f5;
  font-size: 60px;
  font-weight: bold;
}

span.simply-word {
  font-size: 16px;
  letter-spacing: 2px;
  color: #999;
  display: block;
  text-transform: capitalize;
}

/*-- //Countdown-Timer --*/

/* //forms style (coming-soon) */

/* admission form page */

.form-w3l {
  background: url(../images/bg9.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}

.register-form {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.register-form form {
  max-width: 700px;
  padding: 3.5vw;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 0px 11px 0px rgba(0, 0, 0, 0.3);
  background: rgba(249, 246, 246, 0.3);
}

.styled-input {
  flex-basis: 100%;
}

.register-form input[type="text"],
.register-form input[type="email"],
select.category2 {
  font-size: 16px;
  color: #5a5656;
  padding: 12px;
  border: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
  background: none;
  outline: none;
  box-sizing: border-box;
  border-radius: 0;
}

label.header-admin-form {
  font-size: 18px;
  letter-spacing: 1px;
}

/* //admission form page */

/*-- faq-page --*/

h3.w3-head {
  font-size: 35px;
}

.faq-w3agile .faq li {
  list-style-type: decimal;
}

.faq-w3agile .faq>li>a {
  color: #025061;
  font-size: 17px;
  letter-spacing: 0.5px;
}

li.subitem1 p {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #000;
}

.faq-w3agile .faq li li.subitem1 {
  display: block;
}

/*-- //faq-page --*/

/*--responsive--*/

@media(max-width: 1680px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 70%;
  }
}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 80%;
  }
  .banner-agile-2 {
      min-height: 320px;
  }
}

@media(max-width: 1366px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 84%;
  }
}

@media(max-width: 1280px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 88%;
  }
  .banner-agile-2 {
      min-height: 300px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 600px;
  }
  .banner-text-whtree h3 {
      font-size: 52px;
  }
  .banner-text-whtree {
      padding-top: 10em;
  }
}

@media(max-width: 1080px) {
  .brands-w3ls ul li {
      margin: 0 1.3em;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 30px;
  }
  .map iframe {
      height: 390px;
  }
  .conta-posi-w3ls {
      top: 37%;
  }
  h3.w3-head {
      font-size: 30px;
  }
  .agile-info h3 {
      font-size: 13em;
  }
  .event-right {
      padding: 0;
  }
  .w3ls-cource-first h3 {
      font-size: 25px;
  }
  .agile-course-main-2,
  .agile-course-main-3 {
      margin-top: 3em !important;
  }
  .agile-why-text {
      padding-right: 0;
  }
  .left-abw3ls {
      margin-top: 4em;
  }
  .about_right h3 {
      font-size: 36px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 4em;
  }
  .about-bottom {
      bottom: 8%;
      right: 22%;
  }
  .numscroller {
      font-size: 48px;
  }
  .stats-grid-w3-agile p {
      font-size: 14px;
  }
  .numscroller:before {
      bottom: -28%;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 180px;
      height: 180px;
  }
  .ih-item.circle.effect16 .info h3 {
      font-size: 20px;
      margin: 0 17px;
      padding: 48px 0 0 0;
      height: 90px;
      letter-spacing: 1px;
  }
  .video iframe {
      width: 529px;
      height: 298px;
      margin-top: 2em;
  }
  .pager {
      left: 48%;
  }
}

@media(max-width: 1050px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 90%;
  }
  .proj_gallery_grid1_pos p {
      font-size: 13px;
  }
}

@media(max-width: 1024px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 93%;
  }
  a.logo {
      font-size: 45px;
  }
  .nav-middle i {
      font-size: 26px;
  }
  .banner-agile-2 {
      min-height: 260px;
  }
}

@media(max-width: 991px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 86%;
  }
  .navbar-light .navbar-toggler {
      border-color: #fff;
      border-radius: 0;
      padding: 0.25rem 0.65rem;
  }
  .dropdown-menu {
      text-align: center;
  }
  a.logo {
      font-size: 42px;
  }
  .brands-w3ls ul li {
      margin: 0 .8em;
  }
  .brands-w3ls ul li i {
      font-size: 56px;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 40px;
  }
  .conta-posi-w3ls {
      top: 38%;
      width: 42%;
  }
  span.simply-amount {
      font-size: 50px;
  }
  .w3l-agile-coming h3 {
      font-size: 44px;
      letter-spacing: 8px;
  }
  span.simply-word {
      font-size: 14px;
  }
  .agile-info h3 {
      font-size: 12em;
  }
  .section_1_gallery_grid {
      padding: 0 .5em;
  }
  .proj_gallery_grid1_pos {
      padding: 1em .5em;
  }
  .contact-grid {
      padding: 0 .2em;
  }
  .contact-me textarea {
      min-height: 14em;
  }
  .event-right {
      padding: 0 1em;
  }
  .buttons-w3ls,
  .buttons-w3ls-2 {
      position: initial;
      margin-top: 2em;
      padding: 0 1em;
  }
  .agile-course-main-2 {
      margin-left: 0;
      text-align: center;
  }
  .agile-course-main-3 {
      margin-right: 0;
      text-align: center;
  }
  .agile-course-main-2,
  .agile-course-main-3 {
      margin-top: 0em !important;
  }
  .cource-list-agile-2 {
      margin: 3em 0;
  }
  .left-abw3ls {
      margin-top: 0;
  }
  .date-w3 p {
      font-size: 12px;
      margin: 4px 0 10px;
  }
  .date-w3 h4 {
      font-size: 20px;
      letter-spacing: 0px;
  }
  .date-w3 {
      padding: 10px;
  }
  .agile-why-text {
      padding-right: 1em;
  }
  .news-grid {
      padding: 0 .5em;
  }
  .news-grid h5 a,
  .detail-bottom h6 a {
      font-size: 20px;
  }
  .news-grid p {
      font-size: 14px;
  }
  .left-img-agikes {
      margin-bottom: 10em;
  }
  .about-bottom {
      bottom: -32%;
      right: 10%;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 5em;
  }
  .stats-grid-w3-agile p {
      font-size: 12px;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 220px;
      height: 220px;
  }
  .ih-item.circle.effect16 .info h3 {
      padding: 66px 0 0 0;
      height: 118px;
  }
  .banner-text-whtree h3 {
      font-size: 48px;
  }
  .banner-text-whtree p {
      font-size: 14px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 550px;
  }
  .banner-text-whtree {
      padding-top: 8em;
  }
  a.button-agiles {
      padding: 14px 32px;
      font-size: 14px;
  }
  .video iframe {
      width: 688px;
      height: 387px;
      margin-top: 0;
      margin-bottom: 2em;
  }
}

@media(max-width: 900px) {
  .about-bottom {
      right: 5%;
  }
}

@media(max-width: 800px) {
  nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
      width: 90%;
  }
  .proj_gallery_grid1_pos h3 {
      letter-spacing: 1px;
  }
  .about-bottom {
      right: 12%;
      width: 86%;
      bottom: -24%;
  }
  .left-img-agikes {
      margin-bottom: 8em;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 500px;
  }
  .banner-text-whtree h3 {
      font-size: 44px;
  }
  .banner-text-whtree p {
      font-size: 13px;
  }
  .pager {
      bottom: 24px;
  }
}

@media(max-width: 768px) {}

@media(max-width: 736px) {
  .agile-addresmk p {
      font-size: 14px;
  }
  .right-info-agiles {
      padding: 0 .5em;
  }
  a.logo {
      font-size: 39px;
  }
  .banner-agile-2 {
      min-height: 220px;
  }
  h3.title {
      font-size: 42px;
  }
  .form-style-agile input[type="text"],
  .form-style-agile input[type="email"],
  .form-style-agile input[type="password"] {
      font-size: 13px;
      padding: 13px 15px;
  }
  .sub-main-w3 input[type="submit"],
  .register-form input[type="submit"] {
      padding: 11px 0;
      font-size: 15px;
  }
  .brands-w3ls ul li i {
      font-size: 46px;
  }
  .brands-w3ls ul li {
      margin: 0 .4em;
  }
  .register-form input[type="text"],
  .register-form input[type="email"],
  select.category2 {
      font-size: 15px;
  }
  span.simply-amount {
      font-size: 40px;
  }
  .w3l-agile-coming h3 {
      font-size: 37px;
  }
  .sub-main-w3-2 p {
      font-size: 18px;
  }
  .agile-info h3 {
      font-size: 11em;
  }
  .proj_gallery_grid1_pos {
      padding: .8em .2em;
      left: 10%;
      width: 80%;
  }
  .proj_gallery_grid1_pos h3 {
      font-size: 1.2em;
  }
  .proj_gallery_grid1_pos p {
      font-size: 11px;
  }
  .contact-me textarea {
      min-height: 12em;
  }
  h5.card-title a {
      font-size: 23px;
      line-height: 1.4;
      letter-spacing: 0px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 3.5em;
  }
  .about-bottom {
      right: 10%;
      width: 100%;
  }
  .left-img-agikes {
      margin-bottom: 6em;
  }
  .stats-grid-w3-agile p {
      font-size: 13px;
  }
  .video iframe {
      width: 509px;
      height: 287px;
  }
}

@media(max-width: 667px) {
  .faq-w3agile .faq>li>a {
      font-size: 16px;
  }
  .about-bottom {
      right: 14%;
      width: 90%;
  }
}

@media(max-width: 640px) {
  .banner-agile-2 {
      min-height: 200px;
  }
  h4.contact-title,
  h2.contact-title {
      font-size: 34px;
  }
  .about_right h3 span {
      font-size: 44px;
  }
  .about-bottom {
      right: 10%;
  }
  .pager {
      left: 45%;
  }
}

@media(max-width: 600px) {}

@media(max-width: 568px) {
  .right-info-agiles {
      padding: 0 1em;
  }
  .nav-middle i {
      font-size: 24px;
  }
  h3.title {
      font-size: 40px;
  }
  li.subitem1 p {
      font-size: 13px;
  }
  h3.w3-head {
      font-size: 28px;
  }
  .section_1_gallery_grid {
      padding: 0 1em;
  }
  .proj_gallery_grid1_pos {
      padding: 1em .2em;
      left: 20%;
      width: 60%;
  }
  .proj_gallery_grid1_pos h3 {
      font-size: 1.5em;
  }
  .proj_gallery_grid1_pos p {
      font-size: 12px;
  }
  .posts-grid-right {
      margin-top: 3em;
  }
  .right-abw3ls h4 {
      font-size: 34px;
  }
  .about-bottom ul li h5 {
      font-size: 34px;
  }
  .about-bottom {
      right: 5%;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 200px;
      height: 200px;
  }
  .ih-item.circle.effect16 .info h3 {
      padding: 56px 0 0 0;
      height: 104px;
  }
  .banner-text-whtree h3 {
      font-size: 38px;
  }
  .banner-text-whtree p {
      font-size: 12px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 460px;
  }
}

@media(max-width: 480px) {
  .brands-w3ls ul li i {
      font-size: 37px;
  }
  .conta-posi-w3ls {
      top: 36%;
      width: 54%;
  }
  p {
      font-size: 14px;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 32px;
      font-size: 14px;
  }
  .subscribe-w3ls input[type="email"] {
      font-size: 14px;
  }
  .register-form input[type="submit"] {
      margin-top: 20px;
  }
  .w3l-agile-coming h3 {
      font-size: 32px;
      letter-spacing: 6px;
  }
  span.simply-amount {
      font-size: 35px;
  }
  .agile-info h3 {
      font-size: 10em;
  }
  button.w3ls-button2 {
      padding: 13px 28px;
      font-size: 14px;
  }
  .posts-grid-right {
      margin-top: 1.8em;
  }
  .admin p {
      font-size: 13px;
  }
  .comments-grid-left {
      padding-right: 0;
  }
  .w3ls-cource-first h3 {
      font-size: 22px;
  }
  .about_right h3 {
      font-size: 32px;
  }
  .about_right h3 span {
      font-size: 40px;
  }
  .left-img-agikes {
      margin-bottom: 4em;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 180px;
      height: 180px;
  }
  .ih-item.circle.effect16 .info h3 {
      padding: 50px 0 0 0;
      height: 96px;
  }
  .banner-text-whtree h3 {
      font-size: 38px;
  }
  a.button-agiles {
      padding: 13px 30px;
      font-size: 13px;
  }
  .banner-text-posi-w3ls {
      left: 7%;
  }
  .pager {
      left: 42%;
      bottom: 16px;
  }
  .video iframe {
      width: 432px;
      height: 243px;
  }
}

@media(max-width: 440px) {
  .social-icons,
  .top-head-w3ls h1 {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center !important;
  }
  .social-icons {
      margin: 10px 0 5px;
  }
  .navbar-toggler-icon {
      width: 1.2em;
      height: 1.2em;
  }
  a.button-head-mow3 {
      padding: 13px 24px;
      font-size: 13px;
  }
  a.logo {
      font-size: 37px;
  }
  .top-head-w3ls h1 {
      font-size: 14px;
  }
  .banner-agile-2 {
      min-height: 160px;
  }
  .brands-w3ls ul li {
      margin: 0 1em;
  }
  .brands-w3ls ul li i {
      font-size: 47px;
  }
  .map iframe {
      height: 300px;
  }
  .conta-posi-w3ls h5 {
      font-size: 26px;
  }
  .conta-posi-w3ls {
      top: 34%;
  }
  h4.contact-title,
  h2.contact-title {
      font-size: 30px;
      letter-spacing: 0px;
  }
  .subscribe-w3ls input[type="email"] {
      width: 63%;
  }
  label.switch {
      padding-left: 4em;
  }
  span.simply-amount {
      font-size: 32px;
  }
  .posts-grid-right {
      margin-top: 1em;
  }
  .tags ul li a {
      font-size: 14px;
  }
  .leave-coment-form textarea {
      min-height: 160px;
  }
  .comments-grid-right p {
      font-size: 13px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 2.5em;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 150px;
      height: 150px;
  }
  .ih-item.circle.effect16 .info h3 {
      padding: 40px 0 0 0;
      height: 79px;
      font-size: 16px;
  }
  .ih-item.circle.effect16 .info p {
      margin: 0 15px;
      font-size: 11px;
  }
  h6.small-heading {
      font-size: 22px;
  }
  .banner-text-posi-w3ls {
      left: 4%;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 420px;
  }
  .banner-text-whtree {
      padding-top: 6em;
  }
  .video iframe {
      width: 392px;
      height: 221px;
  }
}

@media(max-width: 414px) {
  .wthree-text ul li a {
      font-size: 13px;
  }
  .wthree-text ul li:nth-child(2) {
      float: none;
      margin-top: 12px;
  }
  p.dont-do a {
      display: block;
  }
  ul.list-unstyled.list-login li {
      float: none !important;
  }
  .register-form input[type="text"],
  .register-form input[type="email"],
  select.category2 {
      padding: 10px 12px;
  }
  .register-form form {
      padding: 5.5vw;
  }
  h3.w3-head {
      font-size: 26px;
  }
  .faq-w3agile .faq>li>a {
      font-size: 15px;
  }
  .w3l-agile-coming h3 {
      letter-spacing: 4px;
  }
  .simply-section {
      flex-basis: 49%;
      -webkit-flex-basis: 49%;
  }
  span.simply-amount {
      font-size: 36px;
  }
  .posts-grid-right {
      margin-top: 0;
  }
  .w3ls-cource-first ul li {
      font-size: 15px;
  }
  .about_right h3 {
      font-size: 27px;
  }
  .about_right h3 span {
      font-size: 38px;
  }
  .about_left-list ul li {
      font-size: 14px;
  }
  .banner-text-whtree h3 {
      font-size: 34px;
  }
  .banner-text-whtree p {
      font-size: 11px;
  }
  .video iframe {
      width: 366px;
      height: 206px;
  }
}

@media(max-width: 384px) {
  .brands-w3ls ul li {
      margin: 0 .6em;
  }
  p,
  .agile-addresmk p {
      font-size: 13px;
  }
  h3.w3-head {
      font-size: 23px;
  }
  h5.card-title a {
      font-size: 21px;
  }
  h3.title {
      font-size: 37px;
  }
  .agile-why-text {
      padding-right: 0;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 2em;
  }
  .stats-grid-w3-agile p {
      font-size: 12px;
  }
  .ih-item.circle,
  .ih-item.circle .img {
      width: 160px;
      height: 160px;
      margin: 0 !important;
  }
  h6.small-heading {
      font-size: 22px;
      text-align: left !important;
      margin-top: 15px !important;
  }
  .banner-text-whtree p {
      padding: 12px 10px !important;
  }
  .banner-text-whtree h3 {
      font-size: 32px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 380px;
  }
  a.button-agiles {
      padding: 12px 28px;
      font-size: 12px;
  }
  .banner-text-whtree {
      padding-top: 5em;
  }
  .pager li {
      width: 12px;
      height: 12px;
  }
  .video iframe {
      width: 100%;
      height: 190px;
  }
}

@media(max-width: 375px) {
  .sub-main-w3 form {
      padding: 5vw;
  }
  .conta-posi-w3ls {
      top: 30%;
  }
  li.nav-item a {
      font-size: 35px;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 30px;
  }
  label.switch {
      line-height: 2;
  }
  div#simply-countdown-losange {
      margin: 6vw 5vw;
  }
  .contact-form1 {
      margin-bottom: .2rem;
  }
  .contact-form1 label {
      font-size: 15px;
  }
  .contact-grid1 h4 {
      font-size: 22px;
  }
  .buttons-w3ls a,
  .buttons-w3ls-2 a {
      font-size: 14px;
      padding: 9px 16px;
  }
  .cource-list-agile-2 {
      margin: 2em 0;
  }
  .buttons-w3ls,
  .buttons-w3ls-2 {
      margin-top: 1.2em;
  }
  .about_right h3 {
      font-size: 26px;
  }
  .about_right h3 span {
      font-size: 36px;
  }
  .about_right p {
      font-size: 13px;
  }
  .about_left-list h6 {
      letter-spacing: 0px;
      font-size: 26px;
  }
  .about_left-list ul li {
      font-size: 13px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 1em;
  }
  .about-bottom ul li h5 {
      font-size: 30px;
  }
  .left-img-agikes {
      margin-bottom: 3em;
  }
  .numscroller {
      font-size: 42px;
  }
  .numscroller:before {
      bottom: -31%;
  }
  .video iframe {
      height: 185px;
  }
}

@media(max-width: 320px) {
  .nav-middle {
      padding-right: 0;
  }
  .nav-middle i {
      font-size: 21px;
      margin-right: 10px !important;
  }
  .top-login-butt {
      padding: 0;
      margin-top: 12px;
  }
  a.button-head-mow3 {
      padding: 12px 20px;
  }
  .top-head-w3ls h1 {
      font-size: 13px;
  }
  .social-icons ul li a {
      font-size: 11px;
      line-height: 2.8;
      width: 28px;
      height: 28px;
  }
  .social-icons {
      margin: 6px 0 3px;
  }
  .banner-agile-2 {
      min-height: 120px;
  }
  li.breadcrumb-item {
      font-size: 14px;
  }
  h3.title {
      font-size: 30px;
  }
  .sub-main-w3 label {
      font-size: 13px;
      margin-bottom: 6px;
  }
  .form-style-agile input[type="text"],
  .form-style-agile input[type="email"],
  .form-style-agile input[type="password"] {
      font-size: 13px;
      padding: 11px 10px;
  }
  .sub-main-w3 input[type="submit"],
  .register-form input[type="submit"] {
      padding: 10px 0;
      font-size: 14px;
  }
  .brands-w3ls ul li {
      margin: 0 .5em;
  }
  .brands-w3ls ul li i {
      font-size: 40px;
  }
  .map iframe {
      height: 270px;
      width: 88%;
  }
  .conta-posi-w3ls {
      top: 32%;
      width: 66%;
  }
  p,
  .agile-addresmk p {
      font-size: 12px;
  }
  .subscribe-w3ls button[type="submit"] {
      padding: 14px 21px;
  }
  .register-form input[type="text"],
  .register-form input[type="email"],
  select.category2 {
      padding: 8px 12px;
  }
  .register-form input[type="submit"] {
      margin-top: 10px;
  }
  h3.w3-head {
      font-size: 24px;
      line-height: 1.4;
  }
  span.simply-amount {
      font-size: 32px;
  }
  .w3l-agile-coming h3 {
      letter-spacing: 2px;
      font-size: 29px;
  }
  .sub-main-w3-2 p {
      font-size: 15px;
  }
  .sub-main-w3-2 input[type="submit"],
  .form-style-agile-2 input[type="email"] {
      font-size: 13px;
  }
  .agile-info h3 {
      font-size: 8em;
  }
  .agile-info h4 {
      font-size: 2em;
  }
  .proj_gallery_grid1_pos {
      padding: 1em .2em;
      left: 10%;
      width: 80%;
      bottom: 18px;
  }
  .proj_gallery_grid1_pos h3 {
      font-size: 1.3em;
  }
  .posts-grid-left,
  .posts-grid-right,
  .comments-grid-left,
  .comments-grid-right,
  .blog-gd-w3ls,
  .stats-grid-w3-agile {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .posts-grid-left {
      padding-right: 1em !important;
  }
  .posts-grid-right {
      margin-top: 1em;
  }
  .tags ul li a {
      padding: 8px 10px;
      margin: 0 4px 10px 0;
      font-size: 13px;
  }
  h6.blog-first {
      font-size: 18px;
  }
  ul.blog_list.my-3 li {
      font-size: 14px;
  }
  h5.card-title a {
      font-size: 23px;
  }
  a.blog-button {
      font-size: 13px
  }
  .categories ul li,
  .single-left2-left ul li {
      font-size: 13px;
  }
  .admin p {
      font-size: 12px;
      line-height: 2;
  }
  .comments-grid-left {
      text-align: center;
  }
  h5.card-title a {
      font-size: 20px;
  }
  .leave-coment-form input[type="text"],
  .leave-coment-form input[type="email"],
  .leave-coment-form textarea {
      padding: 11px;
      font-size: 14px;
  }
  .leave-coment-form textarea {
      min-height: 130px;
  }
  .leave-coment-form input[type="submit"] {
      padding: 13px 19px;
      font-size: 14px;
  }
  h6.details-heading {
      font-size: 28px;
  }
  .w3ls-cource-first ul li {
      font-size: 14px;
  }
  .right-abw3ls h4 {
      font-size: 30px;
  }
  .blog-gd-w3ls:nth-child(2) {
      margin-top: 1em;
  }
  .events-right h4 {
      font-size: 22px;
  }
  .about_right h3 {
      font-size: 28px;
  }
  .about_left-list ul li {
      font-size: 12px;
  }
  .about-bottom ul li:nth-child(2) {
      margin: 0 .8em;
  }
  .about-bottom ul li h5 {
      font-size: 28px;
  }
  .about-bottom {
      bottom: -32%;
  }
  .stats-grid-w3-agile:nth-child(2),
  .stats-grid-w3-agile:nth-child(3),
  .stats-grid-w3-agile:nth-child(4) {
      margin-top: 1em !important;
  }
  .banner-text-whtree h3 {
      font-size: 30px;
      padding: 15px 20px !important;
  }
  .banner-text-whtree p {
      padding: 12px 16px !important;
  }
  .banner-text-whtree {
      max-width: 280px;
  }
  .banner-w3ls-1,
  .banner-w3ls-2,
  .banner-w3ls-3,
  .banner-w3ls-4,
  .banner-w3ls-5,
  .banner-agile {
      min-height: 370px;
  }
  .pager {
      left: 40%;
      bottom: 10px;
  }
  .video iframe {
      height: 154px;
  }
}

/*--//responsive--*/

/*# sourceMappingURL=style.css.map */

/* peart-html.css */


.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}



.more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Great Vibes', cursive;
  margin-top: 25px;
}

.more_btn span {
  color: #1a1a1a;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
}

.more_btn img {
  width: 65px;
}

.heading_container h2 {
  color: #1f1f1f;
  font-size: 2.5rem;
}

.heading_container h2 span {
  color: #cc0001;
}

section .container {
  position: relative;
}

/*header section*/
.hero_area {
  position: relative;
}

.header_section {
  overflow: hidden;
}

.header_section .container {
  position: relative;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
  width: 22px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family: "Roboto",
 sans-serif;
}

.custom_menu-btn {
  z-index: 9;
  position: absolute;
  right: 15px;
  top: 14px;
}

.custom_menu-btn button {
  margin-top: 7px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #f7684d;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_menu-btn .s-2 {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 20px;
  margin-left: auto;
}

.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(16px);
          transform: rotate(45deg) translateY(16px);
}

.menu_btn-style button .s-2 {
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
}

.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-16px);
          transform: rotate(-45deg) translateY(-16px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(240, 227, 222, 0.9);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 2px 0px;
  text-decoration: none;
  font-size: 22px;
  color: #000000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  margin: 0 40px 0 15px;
  background-position: center;
}

.navbar-brand img {
  width: 105px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.user_option {
  margin-left: auto;
  margin-right: 95px;
}

.user_option a {
  color: #ffffff;
  font-size: 16px;
}

/*end header section*/
.slider_section {
  margin-top: 75px;
  padding: 45px;
  position: relative;
}

.slider_section .carousel {
  position: unset;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box h1 {
  color: #1f1f1f;
  font-size: 4rem;
}

.slider_section .detail-box h1 span {
  color: #cc0001;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section #carouselExampleIndicators {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
}

.slider_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: unset;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-size: 28px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev-white.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next-white.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next.png);
}

.slider_section .carousel-indicators {
  width: 25px;
  height: 80%;
  margin: 0;
  bottom: 50%;
  left: initial;
  right: -90px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  margin: 0;
  width: auto;
  height: auto;
  text-indent: 0;
  opacity: 1;
  color: #000000;
  background-color: transparent;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  color: #cc0001;
}

.slider_section .carousel-indicators::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 90px);
  background-color: rgba(255, 0, 0, 0.4);
}






.animation-element {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 3.5s ease-in-out;
  transition: all 3.5s ease-in-out;
}

.animation-element.in-view {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

.common_section-style .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common_section-style .img-box img {
  max-width: 100%;
}


.design-box {
  position: absolute;
  top: 50%;
  width: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.design-box img {
  width: 100%;
}

.design-box.d1 {
  right: -5%;
}

.design-box.d2 {
  left: -5%;
}



.partners_section {
  /* margin-top: 215px;
  padding: 75px 0; */

  border-radius: 30px;

  min-width: 700px;
  min-height: 500px;
  /* background-color: #0a6ebd; */

}

.registration_section {
  /* margin-top: 215px;
  padding: 75px 0; */

  border-radius: 30px;

  width: 90%;
  height: 1000px;
  /* background-color: #0a6ebd; */

}

.registration_section .img-box {
  /* width: 300px;
  height: 300px; */
  /* background-color: red; */
}
.registration_section .img-box img {
  width: 400px;
  /* background-color: red; */
}

.registration {
  background: url(../images/logo.png) no-repeat center fixed;
  /* background-size: cover; */
  background-size: 50% 60%;;
  /* background-position: center; */
  
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; */
}


.courseRequest_section {
  /* margin-top: 215px;
  padding: 75px 0; */

  border-radius: 30px;

  width: 100%;
  /* height: 1000px; */
  background-color: #5fb0ee;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 47px 4px;
  padding: 10px 10px;

}
.courseRequest_section::before {
  position: relative;
  content: "";
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: url(../images/bg-header-top.png) center center repeat-x;
  z-index: 1;
  /* background-color: red; */
}
.courseRequest {
  background: url(../images/logo.png) no-repeat center fixed;
/* background-size: cover; */
background-size: 50% 60%;;
/* background-position: center; */

/* -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover; */
}
.partners_section .img-box {
  min-width: 700px;
  min-height: 500px;
  /* background-color: red; */
}
.partners_section .img-box img {
  max-width: 400px;
}

.partners {
  background: url(../images/logo.png) no-repeat left fixed;
  /* background-size: cover; */
  background-size: 45% 60%;;
  
  /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover; */
}



.workshops_section{
  /* margin-top: 215px;
  padding: 75px 0; */

  /* border-radius: 30px; */

  width: 100%;
  /* height: 1000px; */
  /* background-color:red; */

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 46px 0px;
  padding: 10px 10px;

}
.workshops_section::before{
  position: relative;
  content: "";
  width: 100%;
  height: 10px;
  top: 0px;
  left: 0;
  background: url(../images/bg-header-top.png) center center repeat-x;
  z-index: 1;
  /* background-color: red; */
}
.workshops{
  background: url(../images/logo.png) no-repeat center fixed;
/* background-size: cover; */
background-size: 50% 60%;;
/* background-position: center; */

/* -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover; */
}

.our_section {
  margin-top: 90px;
}

.our_section .detail-box {
  margin-top: 45px;
}

.our_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our_section .img-box img {
  max-width: 325px;
}

.girl_section {
  margin-top: 245px;
}

.girl_section .img-box img {
  max-width: 275px;
}

.boy_section {
  margin-top: 0;
}

.boy_section .detail-box {
  margin-bottom: 45px;
}

.boy_section .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.boy_section .img-box img {
  max-width: 200px;
}

.guitar_section {
  margin-top: 245px;
}

.guitar_section .img-box img {
  max-width: 200px;
}

.time_section {
  margin-top: 125px;
}

.time_section .container {
  padding: 75px 0;
}

.time_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.time_section .time_box {
  text-align: center;
}

.time_section .time_box h3,
.time_section .time_box h4 {
  color: #ffffff;
}

.client_section {
  margin-top: 175px;
  padding-top: 90px;
}

.client_section .client_box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client_section .client_box .text-box {
  width: 195px;
  color: #ffffff;
  margin-top: 35px;
}

.client_section .client_box .text-box h5 {
  font-weight: bold;
}

.client_section .client_box .text-box p {
  margin: 15px 0;
}

.client_section .client_box .text-box img {
  margin-top: 15px;
}

.client_section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 90px;
  height: 40px;
  border-radius: 100%;
  background-size: 75px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.client_section .carousel-control-prev {
  background-image: url(../images/prev-arrow.png);
}

.client_section .carousel-control-prev:hover {
  background-image: url(../images/prev-arrow-black.png);
}

.client_section .carousel-control-next {
  background-image: url(../images/next-arrow.png);
}

.client_section .carousel-control-next:hover {
  background-image: url(../images/next-arrow-black.png);
}

/* contact section */
.contact_section {
  padding: 45px 0;
}

.contact_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_section .detail-box {
  margin-top: 75px;
}

.contact_section .form_container {
  padding-top: 45px;
  width: 70%;
  margin: auto;
  border-radius: 20px;
}

.contact_section .form_container h5 {
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

.contact_section .form_container input {
  border: 1px solid rgba(245, 242, 242, 0.8);
  outline: none;
  background-color: transparent;
  width: 100%;
  margin: 15px 0;
  padding: 10px 20px;
  color: #ffffff;
}

.contact_section .form_container input.input_message {
  height: 125px;
  border-radius: 10px;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: rgba(245, 242, 242, 0.8);
}

.contact_section .form_container input:-ms-input-placeholder {
  color: rgba(245, 242, 242, 0.8);
}

.contact_section .form_container input::-ms-input-placeholder {
  color: rgba(245, 242, 242, 0.8);
}

.contact_section .form_container input::placeholder {
  color: rgba(245, 242, 242, 0.8);
}

.contact_section .form_container button {
  outline: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 55px;
  background-color: #f74f64;
  color: #fefdfc;
  border-radius: 45px;
  border: 1px solid #f74f64;
  margin-top: 25px;
}

/* end contact section */
.map_section {
  margin-top: 125px;
  padding-top: 125px;
  padding-bottom: 225px;
}

.map_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.map_section .img-box img {
  max-width: 475px;
}



.info_section {
  color: #ffffff;
}


.info_section h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.info_links ul {
  padding-left: 15px;
}

.info_links ul .active::before {
  background-color: #fd4d1b;
}

.info_links ul li {
  list-style-type: none;
  position: relative;
}

.info_links ul li::before {
  content: "";
  left: -15px;
  top: 50%;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info_links ul li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  /* background-color: #00a5bb; */
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}
.info_links ul li:hover {
  background-color: #fd4d1b;
  border-radius: 10px;
}

.info_links ul li:hover::before {
  background-color: #fd4d1b;
}

.info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_form button {
  background-color: #fd4d1b;
  padding: 8px 35px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #fff;
  text-transform: uppercase;
}

.info_form button:hover {
  background-color: #fc3a02;
}

.info_social .social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_social .social_container a {
  margin: 0 5px;
}

.info_social .social_container a img {
  width: 35px;
}

.info_contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_contact > div img {
  width: 20px;
  height: auto;
  margin-right: 12px;
}

/* footer section*/
.footer_section {
  border-top: 1px solid #ffffff;
  width: 100%;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  /* padding: 20px 35px; */
  font-weight: 600;
  direction: rtl;
}
.footer_section pre{
  
   width: 80%;
  color:#ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  /* padding: 2px 5px; */

  background-color: #00a5bb;
  font-weight: 800;
  font-size: 16px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.footer_section a {
  color: #ffffff;
}
/* preschool.css */

/********** Template CSS **********/
:root {
  --primary: #f74f64;
  --light: #FFF5F3;
  --dark: #f74f64;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}



.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}


/*** Heading ***/
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: 'Lobster Two', cursive;
  font-weight: 700;
}

h5,
h6,
.h5,
.h6 {
  font-weight: 600;
}


.font-secondary {
  font-family: 'Lobster Two', cursive;
}




/*** About ***/
.about-img img {
  transition: .5s;
}

.about-img img:hover {
  background: var(--primary) !important;
}


/*** Classes ***/
.classes-item {
  transition: .5s;
}

.classes-item:hover {
  margin-top: -10px;
}


/*** Team ***/
.team-item .team-text {
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFFFFF;
  border: 17px solid var(--light);
  border-radius: 250px;
  transition: .5s;
}

.team-item:hover .team-text {
  border-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .testimonial-carousel {
      padding-left: 4rem;
      padding-right: 4rem;
  }
}

.testimonial-carousel .testimonial-item .border {
  border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 45px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 45px;
  font-size: 20px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 45px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  border-color: var(--primary);
  background: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--primary) !important;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .form-control {
  border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: #FFFFFF;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
  color: var(--primary) !important;
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
/* custum */


.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: 200px;
  border: none;
  display: block;
  outline: 0;
  background-color: #f44336
}
.w3-red, .w3-hover-red:hover {
  color: #fff!important;
  background-color: #8CD4F5!important;
}
.w3-btn, .w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w3-btn, .w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}


.top-head-w3ls{

  padding: 8px 16px;
  /*float: left;*/
  /*width: 200px;*/
  background-color: #ac462d;
  border-color: #b0b0b0;
  box-shadow: white;
}

.navbar-brand{

  border: none;
  display: inline-block;
  padding: 80px 80px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;

}


.testimonial{ margin: 0 10px; }
.testimonial .testimonial-content{
  margin: 20px 0 50px 0;
  position: relative;
}
.testimonial .testimonial-content:after{
  content: "";
  width: 20px;
  height: 20px;
  border-top: 20px solid #f74f64;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
.testimonial .description{
  padding: 2px 2px;
  margin: 0;
  background: #f74f64;
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
  position: relative;


}
.testimonial .description:before,
.testimonial .description:after{
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  width: 2px;
  height: 2px;
  line-height: 2px;
  border-radius: 2px;
  text-align: center;
  background: #f74f64;
  position: absolute;
}
.testimonial .description:before{
  content: "\f10d";
  /* top: -18px;
  left: 25px; */
}
.testimonial .description:after{
  content: "\f10e";
  bottom: -18px;
  right: 25px;
}
.testimonial .testimonial-profile{
  display: table;
  padding: 0px;
  border: 4px solid #f74f64;
  border-radius: 20px;
  /* margin: 0 auto; */
  position: relative;
  overflow: hidden;
}
.testimonial-profile img{

height: 200px;
}
.testimonial .pic{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #dca842;
  float: left;
  overflow: hidden;
}
.testimonial .title{
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 19px;
  font-weight: bold;
  color: #dca842;
  position: relative;
  top: 22px;
}
.testimonial .title:before{
  content: "";
  width: 1px;
  height: 70px;
  background: #dca842;
  position: absolute;
  top: -8px;
  left: -15px;
}
.testimonial .post{
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #888;
  /* margin-top: 10px; */
}
.owl-theme .owl-controls{
  margin-top: 3px;
}
.owl-theme .owl-controls .owl-page span{
  background: transparent;
  border: 1px solid #dca842;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span{
  background: #dca842;
  border: 1px solid #dca842;
}
@media only screen and (max-width: 479px){
  .testimonial .description{
      padding: 20px;
      font-size: 16px;
  }
  .testimonial .testimonial-profile
  { 
    padding: 0px; 
  }


  .testimonial .title{ font-size: 16px; }
  .testimonial .post{ font-size: 13px; }
}




/*.card-almobtakron-Best1 {*/
/*-webkit-box-flex: 1;*/
/*-ms-flex: 1 1 auto;*/
/*flex: 1 1 auto;*/
/*min-height: 1px;*/
/*!*padding: 2.25px;*!*/

/*!*padding: 10px 20px 30px 40px;*!*/


/*!*padding-bottom: 20px;*!*/
/*background-color: #f50057;*/
/*!*background-clip: border-box;*!*/
/*border: 1px solid #ECF0F3;*/
/*border-radius: 25px;*/

/*margin-left: 2px; margin-top: 80px; margin-right: 45px; margin-bottom: -5px*/

/*}*/

/*.btn:not(:disabled):not(.disabled) {*/
/*cursor: pointer;*/
/*}*/

/*.btn:not(.btn-text) {*/
/*cursor: pointer;*/
/*}*/



/*.font-size-h3 {*/
/*font-size: 1.5rem !important;*/
/*}*/
/*.font-weight-bold {*/
/*font-weight: 500 !important;*/
/*}*/


.btn.btn-primary {
  color: #FFFFFF;
  background-color: #f74f64;
 
  box-shadow: blueviolet;

  width: fit-content;
  /* outline: none; */
  /* text-transform: uppercase; */
  display: inline-block;
  /*padding: 20px 5px;*/
  
  border-radius: 10px;
  border: 3px solid #fff;
  padding: auto;
  margin: auto;
  /* margin-top: 5px; */



  -webkit-box-shadow: #0a6ebd;
  box-shadow: #0a6ebd;

  transition: 1s;
}

.btn.btn-primary:hover {
  color: #000;
  background-color: #00a5bb;
 
  box-shadow: blueviolet;

  width: fit-content;
  /* outline: none; */
  /* text-transform: uppercase; */
  display: inline-block;
  /*padding: 20px 5px;*/
  
  border-radius: 10px;
  border: 3px solid #000;
  padding: auto;
  margin: auto;
  /* margin-top: 5px; */



  -webkit-box-shadow: #0a6ebd;
  box-shadow: #0a6ebd;
  transform: rotate(360deg);
  transition-duration: 2s;
}

.btn.btn-secondary {
  color: #FFFFFF;
  background-color: #7dacf5;
  border-color: #b0b0b0;
  box-shadow: white;

  width: fit-content;
  /* outline: none; */
  /* text-transform: uppercase; */
  display: inline-block;
  outline: none;
  text-transform: uppercase;
  /*display: inline-block;*/
  /*padding: 20px 5px;*/
  /*background-color: #f74f64;*/
  /*color: #fefdfc;*/
  border-radius: 45px;
  border: 1px solid #f74f64;
  margin-top: 5px;

  /*color: #212121;*/
  /*background-color: #ffffff;*/
  /*border-color: black;*/
  -webkit-box-shadow: none;
  box-shadow: #0a6ebd;

  border: 3px solid #fff;
}


.btn.btn-secondary:hover {
  color: #000;
  background-color: #00a5bb;
 
  box-shadow: blueviolet;

  width: fit-content;
  /* outline: none; */
  /* text-transform: uppercase; */
  display: inline-block;
  /*padding: 20px 5px;*/
  
  border-radius: 10px;
  border: 3px solid #000;
  padding: auto;
  margin: auto;
  /* margin-top: 5px; */



  -webkit-box-shadow: #0a6ebd;
  box-shadow: #0a6ebd;
  transform: rotate(360deg);
  transition-duration: 2s;
}


.title{
  background-color: #6bb5f5;
  border-color: #b0b0b0;
  color: #FFFFFF;

  width: 90%;
  outline: none;
  /*text-transform: uppercase;*/
  /*display: inline-block;*/
  /*padding: 20px 5px;*/
  /*background-color: #f74f64;*/
  /*color: #fefdfc;*/
  border-radius: 15px;
  border: 1px solid #f74f64;
  margin-top: 150px;

  align-items: center;
align-content: center;
  /*color: #212121;*/
  /*background-color: #ffffff;*/
  /*border-color: black;*/
  -webkit-box-shadow: none;
  box-shadow: #0a6ebd;
  font-size: 32px;
  display: flex;
  justify-content: center;
}

.title2 { 
  background-color: #375af5;
  border-color: #b0b0b0;
  color: #FFFFFF;

  width: 70%;
  padding: 2px 2px;
  margin: 0;
  background: #f74f64;
  border-radius: 15px;
  font-size: 30px;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.award-title { 
  /* background-color: #375af5; */
 
  color: #FFFFFF;

  border-radius: 15px;
  font-size: 30px;

  /* position: relative; */
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
  gap: 3px;

  /* direction: rtl; */
  margin: 20px;
  padding: 10px;
  
}


.award-title label { 
  border: #b0b0b0 solid 1px;
  font-size: 16px;
  color: #fff ; 
  background: #00a5bb90;
  direction: rtl;
  border-radius: 10px;
  /* margin: 30px; */
  font-weight: bold;
  padding: 10px;
 


  
}

.award-title div{ 
  font-size: 18px;
  color: white ; 
  background: #ac462d;
  direction: rtl;
  border-radius: 30px;
  margin: 30px;
  font-weight: bold;

  text-align: center;
  min-width: 200px;
  
  padding: 10px;
}
.award-title p{ 

  border: #b0b0b0 solid 1px;
  font-size: 16px;
  color: #fff ; 
  background: #d3483695;
  direction: rtl;
  border-radius: 10px;
  /* margin: 30px; */
  font-weight: bold;
  padding: 10px;
  display: flex;
  /* flex-direction: column; */
  justify-content:center;
  align-items: center;
  gap: 3px;

}

.award-title marquee{ 
  font-size: 18px;
  color: #0c0c0c ; 
  background: #45a6f5;
  /* direction: rtl; */
  border-radius: 10px;
  /* margin: 30px; */
  font-weight: bold;
  /* padding: 7px; */
  /* width: 100%; */
  height: 100px;
  direction: right;

  


}


.nav-lang{
  background-color: #00a5bb80;
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  margin: 5px;
  /* min-height: 150px; */

  transition: 1s;
  color: #fff;
  border: #ffffff60 solid 3px;
  }

  .nav-lang:hover{
    background-color: #03A9F4;
    color: #000;
    border-radius: 20px;
    border: #ac462d40 solid 3px;
    
    /* transform: rotate(360deg); */
    transform: translateY(5px);
      transition-duration: 1s;
    }
.nav-link {
  background-color: #00a5bb80;
  color: #fff;
  border-radius: 20px;
  padding: 1px;
  margin: 1px;
  /* min-height: 150px; */

  transition: 1s;
  color: #fff;
  border: #ffffff60 solid 3px;

  }

  .nav-link a {

  color: #787;

  }

.nav-link:hover {
background-color: #03A9F4;
color: #03A9F4;
border-radius: 20px;
border: #ac462d40 solid 3px;

/* transform: rotate(360deg); */
transform: translateY(5px);
  transition-duration: 1s;
}

.container-fluid{

  background-color: #00a5bb05;
  border-radius: 20px;
}

/* .navbar , .navbar-expand-lg , .bg-body-tertiary , .fixed-top , .px-4 , .px-lg-5 , .py-lg-0 {

  background-color: red;
} */



/*** Header ***/
.header-carousel::before,

.page-header::before
 {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  top: -1px;
  left: 0;
  background: url(../images/bg-header-top.png) center center repeat-x;
  z-index: 1;
}


.header-carousel::after,
.page-header::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  /* background: url(../images/bg-header-bottom.png) center center repeat-x; */
  background: linear-gradient(to bottom,transparent,#ffffff80 ) center center repeat-x;
 
  z-index: 1;
}



@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
      position: relative;
      min-height: 400px;
      border-radius: 20px;
  }
  
  .header-carousel .owl-carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
      /* margin: 10px; */
      background-position:center;
    
  }

  .header-carousel .owl-carousel-item p {
      font-size: 16px !important;
      font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
      font-size: 30px;
      font-weight: 600;
  }
}



.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 45px;
  font-size: 22px;
  transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, .5);
}

.header-carousel .owl-nav {
  position: absolute;
  /* top: 50%; */
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}



.page-header {
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, .5);
}

.header-carousel .owl-carousel-item img2 {
  /* position: relative; */
      
  height: 100%;
  width: 100%;
  
  object-fit: contain;
  
  /* background-color: #00a5bb; */

  background-position: center;
  /* background-size: contain; */
  border-radius: 50%;
  /* padding: 10px 10px; */
  border: 2px solid white;
  
}

.owl-carousel-item-image {
 width: 450px;
 height: 450px;


 /* background-color: red; */


}

.owl-carousel-container {
  width: 100%;
  height: 450px;
 
 
  /* background-color: red; */
 
 
 }
 

.owl-carousel-item-image img{
  /* position: relative; */
      
  width: 100%;
  height: 100%;
  
  /* object-fit: cover; */

  
  
  /* background-color: #00a5bb; */

  background-position: center;
  /* background-size: contain; */
  border-radius: 50%;
  /* padding: 10px 10px; */
  border: 2px solid white;
  
}




 
 .gallery-item-image-container {
  /* position: relative; */
   width: 800px;
   /* height: 200px; */
  
   /* border-radius: 50%; */
   /* background-color: red; */
   display: flex;
   gap: 5px;
   justify-content: center;
   align-items: center;
  
  
  }
  .gallery-item-image {
    /* position: relative; */
    width: 150px;
    height: 150px;
   
   
    /* background-color: blue; */
   
   
   }
 
 .gallery-item-image img{
   /* position: absolute; */
       
   width: 100%;
   height: 100%;
   
   /* object-fit: cover; */
 
   
   
   /* background-color: #00a5bb; */
 
   background-position: center;
   /* background-size: contain; */
   border-radius: 50%;
   /* padding: 10px 10px; */
   border: 2px solid white;
   
 }
 
/* navigation */
/*** Navbar ***/
.navbar .navbar-nav .nav-link {
  /* padding: 10px 15px; */
  /* color: var(--dark); */
  font-weight: 800;
  outline: none;
  color: --primary;
  vertical-align: middle;
  text-align: center;
  
}

.navbar::after,
.navbar-nav::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  bottom: -7px;
  left: 0;
  background: url(../images/bg-header-bottom.png) center center repeat-x;
  z-index: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar.sticky-top{
  top: -100px;
  transition: .5s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.navbar {

  /* background-color: #03A9F4; */
  /* height: 200px; */
 background-image:linear-gradient(to right , rgba(0, 191, 255, 1),rgba(215, 125, 200, 0.472));
 background-size: cover;
  /* overflow-x: hidden; */
  border-radius: 20px;
}


.bg-light {
  background: linear-gradient(to bottom, #42a5f5, #86c9ff);
}

li.nav-item a {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 800;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.nav-item a:hover {
  color: #000 !important;
}

.dropdown-item:hover,
.dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background: linear-gradient(to left, #42a5f5, #86c9ff);
}

/*-- Sticky Navigation --*/

.sticky-nav.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-nav {
  z-index: 999;
  -webkit-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 12px -2px rgba(0, 0, 0, 0.75);
  width: 60%;
  margin: 0 auto;
}

.navbar-logo {
  /* max-width: 800px; */
  margin: 2vw 5vw;
  /* box-sizing: border-box; */
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-basis: 60%;
  -webkit-flex-basis: 60%;
}
/* navigation */
.navbar {
 
  --bs-navbar-toggler-padding-y: 0;
 
;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.nav-tab{
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  /* justify-content: space-between; */
  align-items: center;
  gap: 3px;
  padding: 30px 10px;
    margin: 30px 10px;

}
.nav-tab-item{

  background-color: #03A9F4;
  color: #03A9F4;
  border-radius: 10px;
  border: #ac462d40 solid 3px;
  
  /* transform: rotate(360deg); */
  
    font-size: 20px;
    min-width: 100px;
    text-align: center;
    padding: 2px 3px;
    margin: 2px 3px;
    flex-grow: 1;
    flex-shrink: 1;
}
.nav-tab-link{
  /* background-color: red; */
  /* color: #fff; */
  
  display: flex;
  text-align: center;
  font-weight: bold;
  align-items: center;
  justify-content: center;


}
.nav-tab-item:hover ,.nav-tab-link:hover{
  background-color: #fff;
  color: #000;
  border-radius: 2px;
  border: #03A9F4 solid 3px;
  
  

}

.nav-tab-link a:active{
  background-color: #ac462d;
  color: #000;
  border-radius: 2px;
  border: #03A9F4 solid 3px;
  
  

}

.nav-tab-item ul {

  list-style: none;
}
.nav-tab-item ul li{

  list-style: none;
}

.bg-light {
  background: linear-gradient(to bottom, #42a5f5, #86c9ff);
}

.dropdown-item:hover,
.dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  background: linear-gradient(to left, #42a5f5, #86c9ff);
}

/*-- Sticky Navigation --*/

.sticky-nav.fixed-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}




@media (max-width: 768px) {


  .owl-carousel-item-image {
    width: 240px;
    height: 240px;
   
   
    /* background-color: red;  */
   
   
   }
  .header-carousel .owl-carousel-item {
      position: relative;
      
      min-height: 600px;
      border-radius: 20px;
      /* background-color: red;  */
  }
  
  .owl-carousel .header-carousel .position-relative
   {
      position: absolute;
      width: 95%;
      height: 450px;
      object-fit: cover;
      /* margin: 20px; */
  }

  .header-carousel .owl-carousel-item p {
      font-size: 16px !important;
      font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
      font-size: 30px;
      font-weight: 600;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar .navbar-nav {
      margin-top: 15px;
      border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      top: calc(100% - 15px);
      margin-top: 0;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
      
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}


.text-white {
  --bs-text-opacity: 1;
  /* color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; */
color: #03A9F4;
font-size: 20px;
/* background-color: #0ad2ed30; */
border-radius: 30px;
border: 3px solid white;
border-bottom: 4px solid #03A9F4;
font-weight: bolder;
margin: auto;
padding: auto;
text-align: center;
}

.statistic_text {
  --bs-text-opacity: 1;
  /* color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; */
color: #03A9F4;
font-size: 16px;
background-color: #0ad2ed30;
border-radius: 30px;
border: 3px solid white;
border-bottom: 4px solid #d34836;
font-weight: bolder;
margin: auto;
padding: auto;
text-align: center;
background-color: #02506140;

}



.border-3 {
  border-width: 3px !important;

  background-color: #03A9F460;
  border-radius: 10px;

  text-align: center;
  font-size: 25px;
  font-weight: 800;
}



.form-group input,
/* .form-group input[type="email"], */
.form-group select {
  
  
  padding: 5px;
  
  width: 100%;
  border-bottom: 1px solid blue;
 
  outline: none;
  box-sizing: border-box;
  border-radius: 10px;

  color: #5a5656;
  font-size: 16px;
  font-weight: 800;

  /* background: red; */

}

.form-group input:focus ,
.form-group select:focus {
  
  


  color: #fff;
  font-size: 18px;
  font-weight: 800;

  background:#025061;

}


.whatapp{
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;

  margin: 20px;
  border-radius: 20px;
  /* background-color: rgba(240, 227, 222, 0.9); */

  -webkit-transition: 0.5s;
  transition: 0.5s;
  


  animation-name: whatapp;


    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: both;
    animation-delay: 1s;


}

.whatapp img{
  height: 100%;
  width: 100%;
  /* background-size: cover; */
 

}

.whatapp:hover{

  animation-play-state: paused;
  cursor: pointer;
}
@keyframes  whatapp{

  0%{
      /* background-color:red; */
      width: 60px;
      height: 60px;
      /* translate: 100 0; */
      rotate: 0deg;
  }
  /* 25%{
      background-color:green;
      width: 100px;
      translate: 0 500px;
      rotate: 25deg;
  }
  50%{
      background-color:blue;
      width: 100px;
      translate: 400px 500px;
      rotate: 90deg;
  }
  75%{
      background-color:yellow;
      width: 100px;
      translate: 400px 0;
      rotate: 180deg;
  } */

  100%{
      background-color: #ff000060;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      /* translate: -100 0; */
      rotate: 360deg;
      padding:5px;

  }
}



.location_text {
  --bs-text-opacity: 1;
  /* color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; */
color: #55acee;  !important;
font-size: 14px;  !important;
background-color: #0ad2ed30;
border-radius: 30px;
border: 3px solid white;
border-bottom: 4px solid #d34836;
font-weight: bolder;
margin: auto;
padding: auto;
text-align: center;
background-color: #02506140;

}
