/*
  logo color: #2c3494
  yellow color: #ffca28
*/
html {
  font-size: 16px;
}

body {
  font-family: "Nunito" !important;
  font-size: 16px;
}

.slider_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 36%);
  z-index: -1;
}

.navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.navbar-brand {
  width: 300px !important;
  margin: 10px 0px;
}

.navbar-toggler {
  padding: 0px;
  border: none;
  outline: none;
}

.logo {
  max-width: 100%;
  height: 100px;
}

@media only screen and (max-width: 576px) {
  .navbar-brand {
    width: 250px !important;
  }
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 18px;
  margin: 0px 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.active {
  color: #2c3494 !important;
  border: none;
  position: relative;
}

.active::after {
  width: 100% !important;
  content: "";
  position: absolute;
  width: 0px;
  height: 5px;
  left: 0%;
  bottom: 0;
  background-color: #ffca28;
  transition: all ease-in-out 0.2s;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #2c3494;
}

.animated_border {
  border: none;
  position: relative;
}

.animated_border::after {
  width: 100%;
  content: "";
  position: absolute;
  width: 0px;
  height: 5px;
  left: 0%;
  bottom: 0;
  background-color: #ffca28;
  transition: all ease-in-out 0.2s;
}
.animated_border:hover::after {
  width: 100%;
  left: 0;
}

.page_top_padding {
  padding-top: 170px;
}

.splide__slide__ss img {
  width: 100%;
  height: auto;
}

.splide__slide__ss {
  display: flex;
  min-height: 640px;
  max-height: 640px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.s_head {
  font-family: "Lato";
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  position: relative;
  letter-spacing: 0.4px;
}

.s_title {
  color: #fff;
  letter-spacing: 0.4px;
  margin: 10px 0px;
  padding: 0px;
  font-size: 18px;
}

.bbtn,
.obtn {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 0px auto;
  background: #2c3494;
}

.obtn {
  background: #2c3494;
  margin: 5px 0px 0px 0px;
}
span {
  display: block;
  padding: 5px;
}
.bbtn::before,
.bbtn::after,
.obtn::before,
.obtn::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #ffca28;
}

span::before,
span::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #ffca28;
}
.bbtn:hover::before,
.bbtn:hover::after,
.obtn:hover::before,
.obtn:hover::after {
  width: 100%;
}
.bbtn:hover span::before,
.bbtn:hover span::after,
.obtn:hover span::before,
.obtn:hover span::after {
  height: 100%;
}

/*----- button 6 -----*/
.btn-6::before {
  left: 50%;
  top: 0;
  transition-duration: 0.2s;
}
.btn-6::after {
  left: 50%;
  bottom: 0;
  transition-duration: 0.2s;
}
.btn-6 span::before {
  left: 0;
  top: 50%;
  transition-duration: 0.2s;
}
.btn-6 span::after {
  right: 0;
  top: 50%;
  transition-duration: 0.2s;
}
.btn-6:hover::before,
.btn-6:hover::after {
  left: 0;
}
.btn-6:hover span::before,
.btn-6:hover span::after {
  top: 0;
}

.slide1 {
  background-image: url("../img/young.jpg");
}
.slide2 {
  background-image: url("../img/train.jpg");
}
.slide3 {
  background-image: url("../img/lamp.jpg");
}
.slide4 {
  background-image: url("../img/slides/os_4.jpg");
}

.your-class-page {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin: 0 0.3rem;
  border-radius: 50%;
  border: 1px solid #626262;
  cursor: pointer;
  background: #fff;
}

.main_nav {
  position: fixed;
  width: 100%;
  z-index: 2;
}

.top_bar_info {
  margin: 0 auto;
  padding: 8px 0px;
  list-style: outside none none;
}

.top_bar_info .info_item:first-child {
  margin-left: 0px;
}

.top_bar_info .info_item {
  display: inline-block;
  margin-left: 15px;
}

.top_bar_social {
  float: right;
}

.info_item a {
  color: #707070 !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-decoration: none;
  transition: all 0.2s linear;
}

.info_item a:hover {
  color: #2c3494 !important;
}

@media only screen and (max-width: 767px) {
  .top_bar_social {
    display: none !important;
  }

  .top_bar_info {
    text-align: center;
  }

  .main_nav_ul {
    display: none;
  }

  .feature_container {
    margin-bottom: 50px;
  }

  .sp_20 {
    padding: 20px 0px 20px 0px !important;
  }

  .cf_container {
    margin: 20px 10px !important;
  }

  .cf_input {
    width: 100% !important;
    margin: 0px !important;
  }

  .p_photo {
    margin: 0 auto !important;
    padding-bottom: 20px;
  }

  .p_about_p {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 548px) {
  .top_bar_info .info_item {
    display: block;
    margin-left: 0px;
  }

  .top_bar_info {
    text-align: center;
  }

  .top_bar_info .info_item:first-child {
    margin-bottom: 5px;
  }
}

footer {
  background-color: #e1e1e1;
  padding: 50px 0px;
  border-bottom: 1px solid #b5b5b5;
}
.bottom_logo {
  max-width: 100%;
}

.footer_links {
  margin: 0px;
  padding: 0px;
}

.footer_links li {
  list-style-type: none;
  list-style-position: inside;
}

.footer_links li a {
  display: block;
  text-decoration: none;
  color: #4f4f4f !important;
  letter-spacing: 0.4px;
  transition: all 0.2s linear;
  padding: 5px 0px;
}

.footer_links li a:hover {
  color: #2c3494 !important;
}

.footer_icons {
  font-size: 18px;
  padding: 10px 10px 0px 0px;
  color: #6e6e6e !important;
}

.sp {
  padding: 50px 0px;
}

.section_headings {
  margin: 0px 0px 30px 0px;
  padding: 5px 10px;
  font-size: 28px;
  letter-spacing: 0.4px;
  font-weight: 700;
  color: #2c3494;
  border-bottom: 3px solid #ffca28;
  display: inline-block;
}

.sub_section_headings {
  margin: 0px 0px 10px 0px;
  padding: 5px 10px;
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #2c3494;
  border-bottom: 3px solid #ffca28;
  display: inline-block;
}

.sh_f_input {
  width: 100%;
  display: inline-block;
  padding: 5px;
  border-radius: 0px;
  border: 1px solid #838383;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #585858;
}

.page_intro {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/page_header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  position:relative;
}
.pabs {
  position:absolute;
  width: 100%;
    height: 100%;
    background: rgb(46 48 146 / 50%);
    z-index: 0;
}

.page_headings {
  color: white;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin: 0px;
  padding: 0px 10px 5px 10px;
  border-bottom: 2px solid #ffca28;
  display: inline-block;
}

.c_breadcrumb {
  padding: 10px;
}
.c_breadcrumb a,
.c_breadcrumb span {
  display: inline-block;
  color: #fff;
  padding: 0px;
  font-size: 16px;
  letter-spacing: 0.4px;
}

.c_breadcrumb a {
  text-decoration: underline;
}

.content_container {
  margin-bottom: 20px;
}

.content p {
  margin: 0px 0px 20px 0px;
  padding: 0px 10px;
  line-height: 32px;
  text-align: justify;
  font-size: 18px;
  letter-spacing: 0.4px;
}

.page_links {
  margin: 0px;
  padding: 0px 15px;
}
.page_links li {
  list-style-type: none;
  padding: 5px;
}
.with_symbol li {
  list-style-type: disc !important;
  list-style-position: inside;
}

.gradient_icons {
  font-size: 65px;
  background: -webkit-linear-gradient(#2c3494, #ffca28);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  text-align: center;
}

.feature_heading {
  margin: 10px 5px;
  padding: 5px 20px;
  color: #6c6c6c;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.04px;
  text-align: center;
  line-height: 32px;
}

.approach_img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}

.not {
  display: none;
}

.contact_p_list {
  margin: 0px;
  padding: 0px;
}

.contact_p_list li {
  display: block;
  list-style: none;
  margin: 20px 0px;
}

.contact_p_list li i {
  font-size: 18px;
  padding: 5px;
}

.cf_icons {
  font-size: 65px !important;
}

.contact_p_list .details {
  padding: 5px;
  letter-spacing: 0.4px;
  text-decoration: none;
  color: #444;
  font-size: 20px;
  text-align: center;
  display: block;
}

.tagline {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.4px;
  color: #444;
}

.cf_container {
  margin: 20px 0px;
}

.cf_input {
  display: block;
  margin: 0px 5px;
  border-radius: 0px;
  border: 1px solid #858585;
  padding: 5px;
  width: 80%;
  letter-spacing: 0.4px;
}

.cf_textarea {
  display: block;
  height: 215px;
}

.c_form_heads {
  font-weight: bold;
}

.footer_credits {
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #4f4f4f !important;
}

.footer_credits a {
  color: #303030 !important;
}

@media only screen and (max-width: 991px) {
  .c_cols {
    width: 100%;
    display: block;
    text-align: center !important;
  }
}

.p_photo {
  max-width: 100%;
  width: 50%;
  display: block;
  margin: auto 0 auto auto;
}

/* global button style starts */
.cbtn {
  background: none;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  letter-spacing: 0.4px;
}

.animated-button:link,
.animated-button:visited {
  position: relative;
  display: inline-block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #2c3494;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 0.08em;
  border-radius: 0;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.animated-button:link:after,
.animated-button:visited:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.animated-button:link:hover,
.animated-button:visited:hover {
  color: #2c3494;
  text-shadow: none;
}

.animated-button:link:hover:after,
.animated-button:visited:hover:after {
  height: 450%;
}

.animated-button:link,
.animated-button:visited {
  position: relative;
  display: block;
  margin: 30px auto 0;
  padding: 14px 15px;
  color: #2c3494;
  font-size: 18px;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  letter-spacing: 0.08em;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.animated-button.thar-three {
  color: #2c3494;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 2px solid #2c3494;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.animated-button.thar-three:hover {
  color: #fff !important;
  background-color: transparent;
}

.animated-button.thar-three:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.animated-button.thar-three:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: #2c3494;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
/* global button style ends */

.alt_bg {
  background: #f7f7f7;
}

.gi {
  font-size: 0px;
  padding: 0px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}

.cosl {
  margin-bottom: 20px !important;
}

.top_ss_per {
  margin-right: 25px;
}

.top_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.your-class-arrow {
  background: #ffc000;
}

.your-class-prev {
  left: 0 !important;
}
.your-class-next {
  right: 0 !important;
}

.splide__slide.top_ss_per {
  opacity: 0.6;
}

.splide__slide.top_ss_per.is-prev {
  opacity: 0.8;
}

.splide__slide.top_ss_per.is-active {
  border: 2px solid #2c3494;
  opacity: 1;
  border-radius: 10px;
}

.splide__slide.top_ss_per.is-next {
  opacity: 0.8;
}

.rm {
  padding: 5px 10px !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
}

.lists {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.lists li {
  display: block;
  margin: 10px 5px 15px 0px;
  font-size: 18px;
  padding-bottom: 10px;
  letter-spacing: 0.4px;
  line-height: 32px;
  text-align: justify;
}

.lists_head_highlight {
  font-weight: bold;
  color: #2c3494;
  font-size: 18px;
  display: inline-block !important;
  margin-right: 5px;
}

.whp_cards {
  width: 300px;
  background: #fff3d7;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
}

.whp_head {
  font-size:24px;
  font-weight: bold;
  color: #2c3494;
}

.testimonials_style_pagination {
	position:relative;
	bottom:0px;
	margin-top:25px;
}
