

.link_style a{
	text-decoration: underline !important;
}
.link_style a:hover{
	text-decoration: none !important;
}

 a.link_style{
  text-decoration: underline !important;
}
 a.link_style:hover{
  text-decoration: none !important;
}


/*================
=====Sitemap======
=================*/
.site-map-nav {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .site-map-nav {
    margin: 30px auto 40px auto;
  }
}
@media (max-width: 767px) {
  .site-map-nav {
    margin: 20px auto 40px auto;
  }
}
.site-map-nav ul {
  padding-left: 20px;
}
.site-map-nav ul li {
  padding-top: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}
.site-map-nav ul li a {
  position: relative;
  padding-left: 20px;
  z-index: 1;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 20px;
  display: block;
  line-height: 1.3;
  text-align: left;
  color: #000;
}
.site-map-nav ul li a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  top: 9px;
  border-bottom: 8px solid #00205c;
  border-right: 8px solid transparent;
  transition: 0.3s ease all;
  rotate: 225deg;
}
.site-map-nav ul li a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  top: 7px;
  border-bottom: 8px solid #00205c;
  border-right: 8px solid transparent;
  transition: 0.3s ease all;
  rotate: 225deg;
}
.site-map-nav ul li a:hover {
  color: #00205c;
  font-weight: 600;
}
.site-map-nav ul li a:hover:before {
  rotate: 250deg;
  border-width: 0 10px 10px 0;
  transform: translate(-3px, 3px);
}
.site-map-nav ul li a:hover:after {
  rotate: 200deg;
  border-width: 0 10px 10px 0;
}


.tw-btn-sty{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tw-btn-sty a{
  background: #121d5c;
  width: fit-content;
  padding: 15px 25px;
  color: #fff;
  font-size: 22px;
}

.tw-btn-sty a:hover{
  background:#000;
}

@media (max-width: 1799px) {
  .tw-btn-sty a{
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media (max-width: 1599px) {
  .tw-btn-sty a{
    font-size: 17px;
    padding: 8px 15px;
  }
}
@media (max-width: 991px) {
  .tw-btn-sty a{
    font-size: 15px;
  }
}


.footer-bottom-style .fl-rich-text p{
    background-color: #6a9eff;
    border-radius: 8px;
    padding: 6px 12px;
}

.tw_dub_hd{
  display: block;
  font-size: 45px;
}
.sec-404{
  text-align: center;
  text-align: center;
  padding: 50px 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec-404 h1{
  font-size: 60px;
  color: #000;
  font-weight: 700;
  line-height: 1;
}
.sec-404 h2{
  font-size: 50px;
  color: #000;
  font-weight: 600;
}
.sec-404 p{
  font-size: 20px;
  color: #000;
}
.sec-404 p a{
  color: #000;
  text-decoration: underline;
}
.sec-404 p a:hover{
  text-decoration: none;
}

.newsletter-holder h3 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.newsletter-holder h2 {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.student-wrap{
  padding-top: 80px;
}
.student-wrap h1{
    text-align: center;
    color: #000;
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 1799px) {
  .student-wrap h1{
    font-size: 55px;
  }
}
@media (max-width: 1599px) {
  .student-wrap h1{
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .student-wrap h1{
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .tw_dub_hd{
    font-size: 25px;
  }
  .sec-404 h1{
    font-size: 55px;
  }
  .sec-404 h2{
    font-size: 35px;
  }
  .student-wrap{
    padding-top: 40px;
  }
  .student-wrap h1{
    font-size: 35px;
  }
}
