html {
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Exo", sans-serif;
  font-weight: 700;
  color: #222;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #223a66;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #223a66;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: .5px;
  padding: .75rem 2rem;
  font-family: "Exo", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all .35s ease;
}

.btn.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  padding-left: 15px;
}

.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-main:hover {
  background: #e12454;
  border-color: #e12454;
  color: #fff;
}


.btn-solid-border {
  border: 2px solid #223a66;
  background: transparent;
  color: #223a66;
}

.btn-solid-border:hover {
  border: 2px solid #223a66;
  color: #fff;
  background: #223a66;
}

.btn-solid-border:hover.btn-icon i {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.btn-solid-border.btn-icon i {
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.btn-transparent {
  background: transparent;
  color: #222;
  border-color: #6F8BA4;
}

.btn-transparent:hover {
  background: #6F8BA4;
  color: #fff;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #222;
}

.btn-white:hover {
  background: #223a66;
  color: #fff;
  border-color: #223a66;
}

.btn-solid-white {
  border-color: #fff;
  color: #fff;
}

.btn-solid-white:hover {
  background: #fff;
  color: #222;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #223a66;
}

.bg-primary-dark {
  background: #152440;
}

.bg-primary-darker {
  background: #090f1a;
}

.bg-dark {
  background: #222;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding-top: 50px;
}

.section-sm {
  padding: 70px 0;
}

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

.subtitle {
  color: #223a66;
  font-size: 14px;
  letter-spacing: 1px;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #223a66;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #222;
  text-decoration: none;
  transition: all .35s ease;
}

a:focus, a:hover {
  color: #e12454;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 120px 0px 70px 0px;
  position: relative;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 1.3rem;
    line-height: 36px;
  }
}

.title-color {
  color: #223a66;
}

.secondary-bg {
  background: #223a66;
}

.section-title {
  margin-bottom: 30px;
}

.section-title h2 {
  color: #000;
}

.text-lg {
  font-size: 50px;
}

.gray-bg {
  background: #f4f9fc;
}

@media (max-width: 480px) {
  .text-lg {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .text-lg {
    font-size: 28px;
  }
}

#navbarmain {
  padding: 20px 0px;
}

#navbarmain .nav-link {
  font-weight: 600;
  padding: 10px 15px;
  color: #fff;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  transition: all .25s ease;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 10px;
}

.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solid #e12454;
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color: #e12454;
}

.header-top-bar {
  background: #000;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}
nav#navbar {
  padding: 0px;
  
  background: #000;
}
img.img-fluid.logo {
  max-width: 35%;
}
.icofont-navigation-menu:before {
  content: "\efa2";
  color: #fff !important;
}
.banner {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
  url("https://kiyantraininginstitute.in/ramona//wp-content/themes/hello-elementor-child/ndis//images/banner_1.jpg") 
  no-repeat;
  /* background: url("https://kiyantraininginstitute.in/ramona//wp-content/themes/hello-elementor-child/ndis//images/banner_1.jpg") no-repeat; */
  background-size: cover;
  /* background-position: center; */
  min-height: 550px;
}

.banner .block {
  padding: 80px 0px 160px;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #fff;
}
.banner .block h1 span{
  color: #c3a251;
}
.banner .block p{
  font-size: 18px;
  color: #fff;
}
.banner .btn-main-2 {
  background: #c3a251;
  color: #fff;
  border-color: #c3a251;
}

.banner .btn-main-2:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}



@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .banner {
    min-height: 450px;
  
  }
}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .banner .block h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .banner {
   
    background-position: center;

  }
}

.service .icon {
  float: left;
  margin-bottom: 10px;
}


.service h4 {
  color: #c3a251;
}

.service p {
 margin: 0px;
}

.service .content {
  clear: both;
}

.service-block {
  padding: 20px;
  margin-top: 40px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 38px rgba(21, 40, 82, 0.07);
}

.service-block img {
  width: 100%;
  margin-top: -60px;
  border: 5px solid #fff;
}


.service .row {
  display: flex;
  justify-content: center;
  align-items: stretch; /* Ensures all columns stretch to the same height */
}

.service .service-item {
  /* background: #f4f9fc; */
  padding: 30px;
  border-radius: 5px;
  height: 200px; /* Set a fixed height for uniformity */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border:1px solid #c3a251;
}
.service .service-item:hover{
    background: #c3a251;
}

.service .service-item:hover h4 {
  color: #fff;
}
.service .service-item:hover p{
  color: #fff;
}
.service .service-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}

.service .content {
  flex-grow: 1; /* Ensures text fills space evenly */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.testimonial {
  position: relative;
}

.testimonial:before {
  width: 48%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  content: "";
  background: url("../images/bg/bg-2.jpg") no-repeat 50% 50%;
}

.testimonial .slick-dots {
  text-align: left;
}

.testimonial-block {
  position: relative;
  margin-bottom: 20px;
}

.testimonial-block p {
  background: #fff;
  font-size: 18px;
}

.testimonial-block .client-info {
  margin-bottom: 20px;
}

.testimonial-block .client-info h4 {
  margin-bottom: 0px;
}

.testimonial-block i {
  font-size: 60px;
  position: absolute;
  right: 46px;
  bottom: 89px;
  opacity: .08;
}

.testimonial-block .slick-dots {
  text-align: left;
}

.testimonial-wrap-2 .slick-dots {
  margin-left: -10px;
}

.testimonial-block.style-2 {
  background: #fffaec;
  border-radius: 10px;
  padding: 20px;
  margin: 0px 4px;
  margin-bottom: 30px;
  border: 1px solid #c3a251;
}

.testimonial-block.style-2 .testimonial-thumb {
  float: left;
}

.testimonial-block.style-2 .testimonial-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 2px solid #c3a251;
  margin-top: -5px;
}
.ndis-logos, .testimonial-wrap-2 {
  width: 100%;
}
.testimonial-block.style-2 .client-info p {
  clear: both;
  background: transparent;
}
.testimonial-block.style-2 i {
  bottom: -20px;
  color: #c3a251;
  opacity: .3;
}
@media (max-width: 480px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}

@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
  .testimonial::before {
    display: none;
  }
}
.footer {
  padding-bottom: 10px;
  background-color: #000;
}
.widget h4 {
  color: #c3a251;
}

.widget .footer-menu a {
  color: #fff;
 
}

.widget .footer-menu a:hover {
  color: #c3a251;
}

.footer-contact-block span {
  font-weight: 400;
  color: #fff;
}
.footer .widget .list-unstyled li {
  padding: 4px 0px;
}
.footer-contact-block i {
  font-size: 20px;
  color: #c3a251;
}



.footer-socials li a {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #c3a251;
  display: flex;
      justify-content: center;
      align-items: center;
  border-radius: 100%;
}
.register-content {
  position: relative;
}

.register-content img {
  width: 85%;
}

.register-content .emergency {
  position: absolute;
  content: "";
  right: 10px;
  top: 40px;
  background: #c3a251;
  padding: 28px;
}

.register-content .emergency h2 {
  color: #fff;
}

.register-content .emergency i {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

/* .register-form {
  margin-top: 40px;
} */
.register-form input#check {
  margin-right: 10px;
}
.register_row{
  background-color: #c3a2511f;

}
.register .btn {
  background: #000;
  color: #fff;
  border-color: #000;
}
.register .btn:hover {
  background: #c3a251;
  color: #fff;
  border-color: #c3a251;
}
.register-form .form-control {
  border-radius: 5px;
  height: 45px;
  border:1px solid #000;
  background-color: transparent;
}
.register-form .form-group {
  margin-bottom: 25px;
}

.register-form textarea.form-control {
  height: auto;
}
.navbar-nav.ml-auto ul {
 	padding-left:0px;
    list-style: none;
}
.navbar-nav.ml-auto ul li a {
    font-weight: 500;
    padding: 10px;
    color: #fff;
    font-family: "Exo", sans-serif;
    text-transform: capitalize;
    font-size: 16px;
    transition: all .25sease;
}
button.navbar-toggler{
	border:none;
}
button.navbar-toggler:hover{
	background:transparent;
}
button.navbar-toggler:focus{
	background:transparent;
}
.slick-slide{
	height:auto !important;
}
@media (max-width: 1023px) {
  .register-content img {
    width: 100%;
}
  .register_row {
    background-color: transparent;
}


}

@media (min-width: 992px) {
	.navbar-nav.ml-auto ul {
    flex-direction: row;
    display: flex;
    list-style: none;
    gap: 10px;
}
}
.newsletter{
    color:#fff;
}
 .email-container {
            display: flex;
            border-radius: 0px;
            overflow: hidden;
        }
 .email-container input.email-input {
    background-color: #3A3A3A;
     border-radius:0px;
}
.email-container button.send-button{
        background-color: #c3a251;
        border:none;
        border-radius:0px;
        padding: 0px 25px;
        color: #ffffff;
}
.footer a{
        color: #fff;
}
