body {
  font-family: 'Lato';
}

p {
  font-size: 14px;
}

a {
  text-decoration: none !important;
}

@media (min-width: 992px) {
  p {
    font-size: 16px;
  }
}




.top-section {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(../img/bg/1.png);
  background-size: cover;
}

.logo-text {
  font-family: 'Amaranth';
  font-weight: 800;
  color: #0131b6;
  font-size: 28px;
  text-align: center;
}

@media (min-width: 576px) {
  .logo-text {
    font-family: 'Amaranth';
    font-weight: 800;
    color: #0131b6;
    font-size: 30px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .logo-text {
    font-family: 'Amaranth';
    font-weight: 800;
    color: #0131b6;
    font-size: 35px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .logo-text {
    font-family: 'Amaranth';
    font-weight: 800;
    color: #0131b6;
    font-size: 24px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .logo-text {
    font-family: 'Amaranth';
    font-weight: 800;
    color: #0131b6;
    font-size: 30px;
  }
}

.slogan-text {
  margin-top: -14px;
  color: #00adea;
  font-size: 16px;
  text-align: center;
}

.awards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.img-fluid.award-image {
  border: 10px solid #fff;
  box-shadow: 0px 3px 30px #8a8585;
}

@media (min-width: 768px) {
  .slogan-text {
    margin-top: -14px;
    color: #0131b6;
    font-size: 18px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .slogan-text {
    margin-top: -14px;
    color: #00adea;
    font-size: 15px;
    text-align: left;
  }
}

.list-inline.top-list {
  margin-top: 30px;
  display: none;
}

@media (min-width: 768px) {
  .list-inline.top-list {
    margin-top: 30px;
    display: block;
  }
}

.top-info-icon {
  font-size: 30px;
  margin-right: 12px;
  color: #0131b6;
}

.info-link {
  position: relative;
  top: -5px;
  color: #534b4b;
  font-family: 'Lato';
}

.top-info-list-2 {
  padding-right: 15px;
}

.top-info-list {
  border-right: 2px solid #cacacc;
  padding-right: 15px;
}

.top-social-icon:hover  {
  color: #ffff;
  opacity: 1;
  background-color: #0131b6;
  transition: 0.5s all ease-in;
}

.top-social-icon {
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border: 1px solid rgba(131, 159, 196, 0.66);
  color: #0131b6;
}

.icon.ion-ios-search {
  font-size: 40px;
}

.swap-slider {
  margin-top: 0px;
  z-index: 1;
}

@media (min-width: 768px) {
  .swap-slider {
    margin-top: -40px;
    z-index: 1;
  }
}

.carousel-inner {
  height: 300px;
}

@media (min-width: 576px) {
  .carousel-inner {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .carousel-inner {
    height: 700px;
  }
}

@media (min-width: 992px) {
  .carousel-inner {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .carousel-inner {
    height: 700px;
  }
}

.slider-1 {
  width: 100%;
  background: url(../img/slider/slide1.png);
  height: auto;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

.slider-2 {
  width: 100%;
  background: url(../img/slider/slide2.png);
  height: 100%;
  background-size: cover;
  background-position: center;
  height: 700px;
  position: relative;
  z-index: 1;
}

.slider-3 {
  width: 100%;
  background: url(../img/slider/slide3.png);
  height: auto;
  background-size: cover;
  background-position: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

.slider-effect:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34,42,53,0.35);
  z-index: -1;
}

.slider-2:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(34,42,53,0.35);
  z-index: -1;
}

.slider-3:before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34,42,53,0.37);
  z-index: -1;
}

.carousel-caption {
  top: 46px;
}

@media (min-width: 576px) {
  .carousel-caption {
    top: 80px;
  }
}

@media (min-width: 768px) {
  .carousel-caption {
    top: 220px;
  }
}

@media (min-width: 992px) {
  .carousel-caption {
    top: 130px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption {
    top: 130px;
  }
}

.carousel-caption p {
  font-size: 12px;
  font-family: 'Lato';
  margin-top: 0px;
}

@media (min-width: 576px) {
  .carousel-caption p {
    font-size: 20px;
    font-family: 'Lato';
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .carousel-caption p {
    font-size: 30px;
    font-family: 'Lato';
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .carousel-caption p {
    font-size: 30px;
    font-family: 'Lato';
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .carousel-caption p {
    font-size: 50px;
    font-family: 'Lato';
    margin-top: 0px;
  }
}

.carousel-caption h3 {
  font-size: 20px;
  font-family: 'Poppins';
}

@media (min-width: 576px) {
  .carousel-caption h3 {
    font-size: 30px;
    font-family: 'Poppins';
  }
}

@media (min-width: 768px) {
  .carousel-caption h3 {
    font-size: 48px;
    font-family: 'Poppins';
  }
}

@media (min-width: 992px) {
  .carousel-caption h3 {
    font-size: 58px;
    font-family: 'Poppins';
  }
}

@media (min-width: 1200px) {
  .carousel-caption h3 {
    font-size: 98px;
    font-family: 'Poppins';
  }
}

.text-2 {
  font-size: 14px !important;
}

@media (min-width: 576px) {
  .text-2 {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) {
  .text-2 {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) {
  .text-2 {
    font-size: 24px !important;
  }
}

@media (min-width: 1200px) {
  .text-2 {
    font-size: 24px !important;
  }
}

.slide-arrow {
  font-size: 30px;
}

@media (min-width: 576px) {
  .slide-arrow {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .slide-arrow {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .slide-arrow {
    font-size: 50px;
  }
}

.btn.btn-primary.slider-btn {
  width: 120px;
  height: 40px;
  border: 0;
  border-radius: 0;
  font-family: 'Lato';
  background: #0131b6;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 12px;
}

@media (min-width: 576px) {
  .btn.btn-primary.slider-btn {
    width: 150px;
    height: 40px;
    border: 0;
    border-radius: 0;
    font-family: 'Lato';
    background: #0131b6;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .btn.btn-primary.slider-btn {
    width: 200px;
    height: 50px;
    border: 0;
    border-radius: 0;
    font-family: 'Lato';
    background: #0131b6;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 16px;
  }
}

.how-section {
  padding-top: 120px;
  background: #f5f5f5;
  background-image: linear-gradient(to right, #00ADEA,#0131B6);
}


.bottom-img {
  width: 100%;
}

.card.how-box {
  border: 0;
  border-radius: 0;
}

.hezagon-1 {
  position: relative;
  width: 70px;
  height: 40.41px;
  background-color: #00adea;
  margin: 20.21px 0;
  transition: .25s ease-out all;
  margin: auto;
  margin-top: -40px;
}

.hezagon-1:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  bottom: 100%;
  border-bottom: 20.21px solid #0131b6;
}

.hezagon-1:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  bottom: 100%;
  top: 100%;
  width: 0;
  border-top: 20.21px solid #0131b6;
}

.how-link {
  font-family: 'Poppins';
  font-weight: 600;
  color: #534b4b;
  text-decoration: none !important;
  font-size: 18px;
}

@media (min-width: 576px) {
  .how-link {
    font-family: 'Poppins';
    font-weight: 600;
    color: #534b4b;
    text-decoration: none !important;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .how-link {
    font-family: 'Poppins';
    font-weight: 600;
    color: #222222;
    text-decoration: none !important;
    font-size: 28px;
  }
}

.about-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-heading {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 30px;
}

@media (min-width: 768px) {
  .about-heading {
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 40px;
  }
}

.list-unstyled.about-list li {
  font-size: 17px;
  color: #0131b6;
  margin-bottom: 20px;
}

.list-unstyled.about-list li a {
  font-weight: bold;
  margin-left: 15px;
  text-decoration: none !important;
  color: #534b4b;
}

.list-unstyled.about-list li a:hover {
  color: #00adea;
  transition: all 0.5s ease-in;
}

.site-btn-2 {
  border: 0;
  height: 45px;
  border-radius: 0;
  background: #0131b6;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 30px;
}

.site-btn-1 {
  border: 0;
  height: 45px;
  width: 200px;
  border-radius: 0;
  background: #0131b6;
  text-transform: uppercase;
  color: #fff !important;
  line-height: 30px;
}

@media (min-width: 768px) {
  .site-btn-1 {
    border: 0;
    height: 55px;
    width: 250px;
    border-radius: 0;
    background: #0131b6;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 40px;
  }
}

.btn.btn-primary.site-btn-1:hover {
  background: #00adea;
  transition: all 0.5s ease-in;
}

.play-box {
  width: 110px;
  height: 110px;
  position: relative;
  margin: auto;
  margin-top: -140px;
  background: #00adea;
  border-radius: 100%;
  transition: 1s ease-out;
}

@media (min-width: 576px) {
  .play-box {
    width: 110px;
    height: 110px;
    position: relative;
    margin: auto;
    margin-top: -240px;
    background: rgba(255,255,255,0.55);
    border-radius: 100%;
    transition: 1s ease-out;
  }
}

@media (min-width: 768px) {
  .play-box {
    width: 110px;
    height: 110px;
    position: relative;
    margin: auto;
    margin-top: -180px;
    background: rgba(255,255,255,0.55);
    border-radius: 100%;
    transition: 1s ease-out;
  }
}

@media (min-width: 992px) {
  .play-box {
    width: 110px;
    height: 110px;
    position: relative;
    margin: auto;
    margin-top: -240px;
    background: rgba(255,255,255,0.55);
    border-radius: 100%;
    transition: 1s ease-out;
  }
}

.play-box:hover {
  transform: scale(1.1);
  transition: all 1s ease-in;
}

.play-box-small {
  width: 80px;
  height: 80px;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  top: 15px;
  left: 15px;
  position: absolute;
  line-height: 88px;
}

.play-icon {
  color: rgba(6, 72, 255, 0.66);
  font-size: 25px;
}

.rank-section {
  background: #00adea;
}

.count-line {
  border-right: 1px solid #ccc;
}

.count-number {
  margin-top: 50px;
  font-size: 98px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #fff;
}

.number-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.gallery-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-heading-1 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 30px;
}

@media (min-width: 576px) {
  .page-heading-1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .page-heading-1 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 60px;
  }
}

.info-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../img/bg/bg1.png);
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 1;
}

.info-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0,0,0,0.66);
  top: 0;
  left: 0;
}

.offer-heading-1 {
  font-size: 27px;
  color: #fff;
  font-weight: 800;
  font-family: 'Lato';
}

@media (min-width: 576px) {
  .offer-heading-1 {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    font-family: 'Lato';
  }
}

@media (min-width: 768px) {
  .offer-heading-1 {
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    font-family: 'Lato';
  }
}

@media (min-width: 992px) {
  .offer-heading-1 {
    font-size: 80px;
    color: #fff;
    font-weight: 800;
    font-family: 'Lato';
  }
}

.offer-heading-2 {
  color: #fff;
  font-weight: 800;
  font-family: 'Lato';
  font-size: 20px;
}

@media (min-width: 576px) {
  .offer-heading-2 {
    color: #fff;
    font-weight: 800;
    font-family: 'Lato';
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .offer-heading-2 {
    color: #fff;
    font-weight: 800;
    font-family: 'Lato';
    font-size: 40px;
  }
}

.info-text {
  color: #fff;
  font-family: 'Poppins';
}

.testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f5f5f5;
  display: none;
}

.testimonial-box {
  width: 136px;
  height: 149px;
  border: 6px solid #0131b6;
  margin: auto;
}

.t-image {
  margin: 10px;
}

.text-center.mt-5.testimonial-text {
  color: #878787;
}

.list-inline.text-center.test-list li {
  color: #0131b6;
  font-size: larger;
  font-weight: bold;
}

.event-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #fff;
}

.text-left.card-text.event-text {
  color: #00adea;
  font-size: large;
}

.blog-link {
  color: #00adea;
  text-decoration: none !important;
  font-family: 'Amaranth';
}

.card.news-box {
  border: none;
  box-shadow: 0px 3px 10px #ccc;
  border-radius: 0px;
}

.text-left.site-text-1 {
  color: #878787;
}

.qoute-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/bg/bg-3.png);
  background-size: cover;
  background-position: left;
  position: relative;
  z-index: 1;
}

.qoute-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.74);
  z-index: -1;
}

.qoute-heading {
  font-weight: 600;
  font-family: 'Poppins';
  color: #fff;
  text-align: left;
  font-size: 32px;
}

.qoute-heading {
  font-weight: 600;
  font-family: 'Poppins';
  color: #fff;
  text-align: left;
}

.footer {
  padding-top: 80px;
  padding-bottom: 20px;
  background: url(../img/bg/2.png);
}

.list-unstyled.footer-list li a {
  color: #534b4b;
  font-family:  'Poppins';
  font-size: 15px;
}

.list-unstyled.footer-list li a:hover {
  color: #00adea;
}

.footer-heading {
  font-family: 'Amaranth';
}

.footer-2 {
  padding-top: 20PX;
  padding-bottom: 10px;
  background: linear-gradient(to right, #0131b6, #00adea); 
}

.text-center.footer-2-text {
  color: #fff;
  font-family: 'Poppins';
  font-size: 14px;
}

@media (min-width: 576px) {
  .text-center.footer-2-text {
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .text-center.footer-2-text {
    color: #fff;
    font-family: 'Poppins';
    font-size: 14px;
  }
}

.footer-link {
  color: #534b4b;
}

.footer-link:hover {
  color: #00adea;
}

.footer-heading-2 {
  color: #00adea;
  font-family: 'Amaranth';
}

.navbar-menu {
  border-radius: 0;
  background: #0131b6;
  transition: all 0.3s ease 0s;
  margin-top: 13px;
  border: 0;
  color: #fff;
  font-family: 'Lato';
  font-size: 15px;
}

.navbar-menu a {
  color: #fff;
  font-family: 'Lato';
  font-size: 15px;
}

.navbar-menu a:hover {
  color: #00adea;
  font-family: 'Lato';
  font-size: 15px;
}

.hamburger-row {
  margin-top: -58px;
  padding: 0;
  display: flex;
}

@media (min-width: 768px) {
  .hamburger-row {
    margin-top: -58px;
    padding: 0;
    display: none;
  }
}

.float-right.mt-1.side-icon-2 {
  color: #00adea;
  cursor: pointer;
}

.side-menu-1 {
  position: fixed;
  background: #fff;
  top: 96px;
  bottom: 0;
  z-index: 999;
  height: auto;
  width: 85%;
  display: none;
  animation-duration: 0.3s;
}

.sidemenu-link-box-active {
  padding: 10px 20px;
  height: 50px;
  line-height: 30px;
  background: #0131b6;
  color: #fff;
}

.sidemenu-link-box {
  padding: 10px 20px;
  height: 50px;
  line-height: 30px;
}

.sidemenu-link-box:hover {
  padding: 10px 20px;
  height: 50px;
  line-height: 30px;
  background: #00adea;
  transition: all 0.3s ease-in;
}

.side-bar-link-active {
  font-family: 'Amaranth';
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}

.side-bar-link {
  font-family: 'Amaranth';
  font-size: 19px;
  color: #5f5656;
  text-decoration: none;
}

.sidemenu-link-box:hover .side-bar-link {
  color: #ffffff;
  text-decoration: none;
}

.side-menu-2 {
  position: fixed;
  top: 96px;
  background: #fff;
  width: 100%;
  height: auto;
  z-index: 2;
  padding: 20px;
  display: none;
  animation-duration: 0.2s;
}

@media (min-width: 768px) {
  .side-menu-2 {
    position: fixed;
    top: 96px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 20px;
    display: none;
  }
}

.sidemenu-link-box.dropdown-box {
  min-height: 50px;
  height: auto;
}

.dropdown-list-link {
  color: #a7a7a7;
  margin-left: 20px;
  text-decoration: none !important;
}

.sidemenu-link-box:hover .dropdown-list-link {
  color: #ffffff;
  text-decoration: none !important;
}

.dropdown-list {
  display: none;
}

.footer-text {
  text-align: center;
}

@media (min-width: 992px) {
  .footer-text {
    text-align: left;
  }
}

.list-inline.footer-social-list {
  text-align: center;
}

@media (min-width: 992px) {
  .list-inline.footer-social-list {
    text-align: left;
  }
}

.banner-section {
  margin-top: 0px;
  height: auto;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 1;
  padding-top: 8%;
  color: #fff;
  font-family: 'Poppins';
  padding-bottom: 5px;
}

@media (min-width: 576px) {
  .banner-section {
    margin-top: 0px;
    height: 300px;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 1;
    padding-top: 8%;
    color: #fff;
    font-family: 'Poppins';
  }
}

@media (min-width: 768px) {
  .banner-section {
    margin-top: -50px;
    height: 300px;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 1;
    padding-top: 8%;
    color: #fff;
    font-family: 'Poppins';
  }
}

@media (min-width: 992px) {
  .banner-section {
    margin-top: -40px;
    height: 400px;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 1;
    padding-top: 8%;
    color: #fff;
    font-family: 'Poppins';
  }
}

.banner-section:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.55);
}

.banner-heading {
  font-weight: 600;
  font-size: 50px;
}

.banner-link {
  color: #00adea;
}

.content-box-section {
  background: #f5f5f5;
  padding-top: 110px;
  padding-bottom: 111px;
}

.side-box {
  border-radius: 0;
  border: 0;
}

.side-bar-list-box {
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
  font-family: 'Poppins';
  border-bottom: 1px solid #f5f5f5;
}

.side-bar-list-box a {
  color: #00adea;
  text-transform: uppercase;
  text-decoration: none !important;
}

.hide-icon {
  visibility: hidden;
}

.side-bar-list-box:hover .hide-icon {
  visibility: visible;
}

.top-heading {
  font-family: 'Poppins';
  font-size: 35px;
  font-weight: 600;
}

.logo-view {
  margin-left: 15%;
}

@media (min-width: 576px) {
  .logo-view {
    margin-left: 30%;
  }
}

@media (min-width: 768px) {
  .logo-view {
    margin-left: 30%;
  }
}

@media (min-width: 992px) {
  .logo-view {
    margin-left: 0;
  }

.card-body span{
   color: #00adea;
}
}
.container span{
   color: #00adea;
}


.page-heading-small {
  font-family: 'Poppins';
  font-weight: 600;
}

.history-link-card-2 {
  background: #fff;
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
  box-shadow: 0 0 7px 0 rgba(0,0,0,.11);
}

.history-link-card {
  background: #fff;
  height: auto;
  width: 98%;
}

.history-heading-link-2 {
  margin-top: 30px;
  font-family: 'Poppins';
  font-weight: 600;
}

.history-heading-link {
  margin-top: 50px;
  font-family: 'Poppins';
  font-weight: 600;
}

.history-heading-link-2 a {
  color: #222222;
  text-decoration: none;
}

.history-heading-link a {
  color: #222222;
  text-decoration: none;
}

.history-heading-link-2 a:hover {
  color: #0131b6;
  text-decoration: none;
}

.history-heading-link a:hover {
  color: #0131b6;
  text-decoration: none;
}

.teacher-line {
  width: 50px;
  float: left;
  margin: 0;
  height: 4px;
  background: #00adea;
  display: block;
  margin-top: -8px;
}

.email-link {
  color: #222222;
}

.btn.btn-primary.apply-btn {
  width: 150px;
  height: 50px;
  line-height: 34px;
  border: 2px solid #0131b6;
  border-radius: 0;
  background: none;
  color: #0131b6;
}

.form-control.site-input {
  height: 50px;
  border-radius: 0;
  background: #cccccc;
}

.form-control.site-input-2 {
  border-radius: 0;
  background: #cccccc;
}

.contact-social {
  font-size: 20px;
  color: #9b9b9b;
}

.contact-social:hover {
  color: #00adea;
}

.form-control.subscript-input {
  height: 55px;
  border: 1px solid #ccc;
  border-radius: 0;
  text-align: center;
}

.list-inline-item.tag-box {
  height: 40px;
  border: 2px solid #dddddd;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  line-height: 35px;
  color: #dddddd;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}

.list-inline-item.tag-box:hover {
  background: #0131B6;
  color: #fff;
  border: 2px solid #0131b6;
  transition: 0.3s ease-in;
}



