.nav-item > a:hover,
.nav-item.active > a,
.nav-item.active > a > span
{
  color: #ef1919;
  text-decoration: none;
}

.active
{
    background-color: #d083cf;
  
}

.nav-tab.active {
  background-color: #d083cf;
}

.nav-brand-text {
  font-size: 24px;
  color: #c2aeae;
}
.navbar {
  z-index: 1;
  position: fixed;
}

/*******************************/
/********** sliderSection CSS ***********/
/*******************************/
.sliderSection {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
  padding: 120px 0 0 0;
  overflow: hidden;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sliderSection .container-fluid {
  padding: 0;
}

.sliderSection .sliderSection-image {
  background-color: aquamarine;
  position: relative;
  text-align: right;
  padding-right: 75px;
}

.sliderSection .sliderSection-image img {
  max-width: 80%;
  max-height: 80%;
}

.sliderSection .sliderSection-content {
  position: relative;
  padding-left: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.sliderSection-slide {
  background-color: aqua;
}

.sliderSection-latest{
  background-color: rgb(255, 0, 153);
}

.sliderSection .sliderSection-text p {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sliderSection .sliderSection-text h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.sliderSection .sliderSection-text h2 {
  display: inline-block;
  margin: 0;
  height: 35px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 600;
}


.sliderSection .sliderSection-text .typed-text {
  display: none;
}

.sliderSection .sliderSection-text .typed-cursor {
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
}

.sliderSection .sliderSection-btn .btn {
  margin-top: 35px;
  color: #EF233C;
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
}

.sliderSection .sliderSection-btn .btn:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-color: #ffffff;
}

.sliderSection .sliderSection-btn .btn:first-child {
  margin-right: 10px;
}
.sliderDescription {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
.sliderDescription>h2 {  
  color: #1515d1;
}
.carouselItemHeigh {
  height: 500px;
}
@media (max-width: 991.98px) {
  .sliderSection {
      padding-top: 60px;
  }
  
  .sliderSection .sliderSection-content {
      padding: 0 15px;
  }
  
  .sliderSection .sliderSection-text p {
      font-size: 20px;
  }
  
  .sliderSection .sliderSection-text h1 {
      font-size: 45px;
  }
  
  .sliderSection .sliderSection-text h2 {
      font-size: 25px;
      height: 25px;
  }
  
  .sliderSection .sliderSection-btn .btn {
      padding: 12px 30px;
      letter-spacing: 1px;
  }
}

@media (max-width: 767.98px) {
  .sliderSection {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  
  .sliderSection,
  .sliderSection .sliderSection-text,
  .sliderSection .sliderSection-btn {
      width: 100%;
      text-align: center;
  }
  
  .sliderSection .sliderSection-text p {
      font-size: 18px;
  }
  
  .sliderSection .sliderSection-text h1 {
      font-size: 35px;
  }
  
  .sliderSection .sliderSection-text h2 {
      font-size: 22px;
      height: 22px;
  }
  
  .sliderSection .sliderSection-btn .btn {
      padding: 10px 15px;
      letter-spacing: 1px;
  }
}

@media (max-width: 575.98px) {
  .sliderSection .sliderSection-text p {
      font-size: 16px;
  }
  
  .sliderSection .sliderSection-text h1 {
      font-size: 30px;
  }
  
  .sliderSection .sliderSection-text h2 {
      font-size: 18px;
      height: 18px;
  }
  
  .sliderSection .sliderSection-btn .btn {
      padding: 8px 10px;
      letter-spacing: 0;
  }
}

/*******************************/
/********* Pricing CSS *********/
/*******************************/
.price {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.price .row {
  padding: 0 15px;
}

.price .col-md-4 {
  padding: 0;
}

.price .price-item {
  position: relative;
  margin-bottom: 30px;
  background: #ffffff;
}

.price .featured-item {
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
  z-index: 1;
}

.price .price-header,
.price .price-body,
.price .price-footer {
  position: relative;
  text-align: center;
}

.price .price-header {
  padding: 45px 0 30px 0;
  color: #414141;
}

.price .price-item.featured-item .price-header {
  color: #EF233C;
}

.price .price-title h2 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.price .price-prices h2 {
  font-size: 45px;
  font-weight: 700;
  margin-left: 10px;
}

.price .price-prices h2 small {
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  margin-top: 9px;
  margin-left: -12px;
}

.price .price-prices h2 span {
  margin-left: 1px;
  font-size: 18px;
  font-weight: 400;
}

.price .price-item.featured-item h2 {
  color: #EF233C;
}

.price .price-body {
  padding: 0 0 20px 0;
}

.price .price-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price .price-description ul li {
  padding: 0 0 20px 0;
}

.price .price-item .price-action {
  padding-bottom: 45px;
}

.price .price-item .price-action .btn {
  color: #ffffff;
  background: #414141;
  box-shadow: inset 0 0 0 50px #414141;
}

.price .price-item .price-action .btn:hover {
  color: #414141;
  background: transparent;
  box-shadow: inset 0 0 0 0 #414141;
  border-color: #414141;
}

.price .price-item.featured-item .price-action .btn {
  color: #ffffff;
  background: #EF233C;
  box-shadow: inset 0 0 0 50px #EF233C;
}

.price .price-item.featured-item .price-action .btn:hover {
  color: #EF233C;
  background: transparent;
  box-shadow: inset 0 0 0 0 #EF233C;
  border-color: #EF233C;
}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 45px;
  background: #EF233C;
}

.footer .container-fluid {
  padding: 60px 0 0 0;
}

.footer .footer-info {
  position: relative;
  width: 100%;
  text-align: center;
}

.footer .footer-info h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}

.footer .footer-info h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.footer .footer-menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

.footer .footer-menu p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 15px;
  border-right: 1px solid #ffffff;
}

.footer .footer-menu p:last-child {
  border: none;
}

.footer .footer-social {
  position: relative;
  margin-top: 15px;
}

.footer .footer-social a {
  display: inline-block;
}

.footer .footer-social a i {
  margin-right: 15px;
  font-size: 20px;
  color: #ffffff;
  transition: .3s;
}

.footer .footer-social a:last-child i {
  margin: 0;
}

.footer .footer-social a:hover i {
  color: #414141;
}

.footer .copyright {
  position: relative;
  text-align: center;
  margin-top: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .copyright::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 1px;
  top: 0;
  left: 25%;
  background: rgba(256, 256, 256, .2);
}

.footer .copyright p {
  margin: 0;
  color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #ffffff;
  font-weight: 600;
}

.footer .copyright p a:hover {
  color: #414141;
}

@media (max-width: 575.98px) {
  .footer .footer-info h2 {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 600;
  }

  .footer .footer-info h3 {
      margin-bottom: 20px;
      font-size: 16px;
  }

  .footer .footer-menu p {
      font-size: 16px;
      line-height: 16px;
      padding: 0 5px;
  }
}



/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  margin: 45px 0;
  background: #EF233C;
}

.contact .container-fluid {
  background: url(../img/contact.jpg) left center no-repeat;
  background-size: contain;
}

.contact .contact-form {
  position: relative;
  padding: 90px 0 90px 45px;
  background: #EF233C;
}

.contact .contact-form input {
  color: #ffffff;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form textarea {
  color: #ffffff;
  height: 90px;
  padding: 15px 0;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(256, 256, 256, .5);
}

.contact .contact-form .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

.contact .contact-form .form-control:-ms-input-placeholder,
.contact .contact-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact .contact-form .btn {
  margin-top: 35px;
  color: #EF233C;
  background: #ffffff;
  box-shadow: inset 0 0 0 50px #ffffff;
}

.contact .contact-form .btn:hover {
  color: #ffffff;
  background: transparent;
  box-shadow: inset 0 0 0 0 #ffffff;
  border-color: #ffffff;
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .contact .container-fluid {
      background: none;
  }
  
  .contact .contact-form {
      padding: 90px 0;
  }
}

h2 span a {
  color: #ffffff;
}
.headerContent {
  display: flex;
  align-items: center;
  align-content: center;
  
}

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}

.pageContent {
  margin-top: 100px;
}

.immigration_education_area {
  background-color: #ffffff;
}

.page_detail_content{
  margin-top: 10px;
}

.home_news_item {
  display: flex;
  column-gap: 5px;
}


