body {
  font-family: Arial, sans-serif;
  margin: 0;
}
header {
  /* padding: 1rem;
  text-align: center;
  display: flex;
  justify-content: space-between; */
  /* align-items: center; */
}
footer {
  background-color: #f0f0f0;
  padding: 1rem;
  text-align: center;
}
/*
About section style
====================*/
body {
  background-color: #fff;
  font-size: 14px;
  color: #797979;
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  width: 100%;
  font-family: "Raleway", sans-serif;
}
.ab_head {
  width: 100%;
  display: table;
}
.ab_head .ab_head_icon {
  float: left;
  margin-right: 20px;
}
.ab_head .ab_head_icon .icofont,
.ab_head .ab_head_icon .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.5rem;
  background-color: #ff6863;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 6px rgba(255, 104, 99, 0.4);
}
/*
FAQ Page
--------*/
.faq_main_content h6 {
  margin-bottom: 0rem;
  border: 1px solid;
  border-color: #eee;
  position: relative;
}
.faq_main_content h6 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  display: block !important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  border: 0px solid #cdcdcd;
}
.faq_main_content h6 + div.open {
  height: 133px;
  border: 1px solid;
  border-top: 0;
  border-color: #eee;
}
.faq_main_content h6 a {
  display: block;
  color: #6a6a6a;
  text-decoration: none;
  font-weight: normal;
  overflow: hidden;
}
.faq_main_content h6 span {
  font-weight: 600;
}
.faq_main_content h6 a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #eeeeee;
  text-align: center;
  color: #444444;
  margin-right: 15px;
  font-size: 1.5rem;
}
.faq_main_content h6.open a {
  color: #444;
}
.faq_main_content h6.open a i {
  color: #fff;
  background-color: #444444;
}
.faq_main_content h6.open a i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq_main_content .content {
  padding: 25px;
  color: #4a4a4a;
}
/*
service section style
========================*/
.main_featured,
.main_service {
  display: table;
  overflow: hidden;
  width: 100%;
}
/* first section */
.about {
  padding-top: 150px;
  padding-bottom: 200px;
}
/* third section */
.contact {
  padding-bottom: 100px;
  padding-left: auto;
}
.predictive {
  padding-bottom: 100px;
  padding-left: auto;
}
.about_content {
  /* border-style: groove; */
  border-radius: 35px;
  /* background-position: left top; */
  /* background-repeat: repeat; */
  padding: 25px;
  width: auto;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* opacity: 0.9; */
  background-color: rgb(0 0 0 / 0.4);
  color: #fff;
}
.rcorners3 {
  /* border-style: groove; */
  border-radius: 35px;
  background-position: left top;
  background-repeat: repeat;
  padding: 25px;
  width: 100%;
  height: 450px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #f8f8f8;
}
.rcorners4 {
  /* border-style: groove; */
  border-radius: 35px;
  background-position: left top;
  background-repeat: repeat;
  padding: 25px;
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #f8f8f8;
}
.rcorners5 {
  /* border-style: groove; */
  border-radius: 35px;
  background-position: left top;
  background-repeat: repeat;
  padding: 25px;
  width: 100%;
  height: auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  background-color: #f8f8f8;
}
.rcorners3 i.fa,
.rcorners3 span.icon {
  font-size: 3rem;
}
.rcorners3 i.fa-map-marker,
.rcorners3 i.fa-mobile-phone,
.rcorners3 i.fa-envelope-o {
  font-size: 2rem;
}
.rcorners5 i.fa,
.rcorners5 span.icon {
  font-size: 2rem;
}
.service_item {
  width: 100%;
}
.service_item i.fa,
.service_item span.icon {
  font-size: 5rem;
}
.service_item i.fa-map-marker,
.service_item i.fa-mobile-phone,
.service_item i.fa-envelope-o {
  font-size: 1.3rem;
}
.service_item h6 {
}
.service_item p {
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
/*
Separator
*/
.separator_left {
  width: 85px;
  height: 2px;
  margin: 20px 0px;
  background: #ff6863;
}
.separator_auto {
  width: 85px;
  height: 2px;
  margin: 20px auto;
  background: #ff6863;
}
.separator_small {
  width: 30px;
  height: 2px;
  margin: 20px 0px;
  background: #ff6863;
}
.centered {
  width: 300px;
  margin: 0 auto;
}
.col-md-offset-2 {
  margin-left: 16.66666667%;
}
.col-sm-10,
.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
} /*
Contact Section style
=====================*/
.main_contact {
  overflow: hidden;
}

.main_predictive {
  overflow: hidden;
}

.main_contact a.btn {
  width: 100%;
}

.main_predictive a.btn {
  width: 100%;
}

.bg-mega {
  /* background-color: #922323; */
}

.whitetext {
  color: rgb(14, 13, 13);
}

h1 {
  font-size: 3.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 0;
  color: #000000;
}

.head_title {
  margin-bottom: 60px;
}

.head_titlee {
  margin-top: 60px;
  margin-bottom: 30px;
}

.head_title h1 {
  font-size: 3.125rem;
  color: #eef1f5;
}

.head_titlework h1 {
  font-size: 3.125rem;
  /* color: #eef1f5; */
}

.head_title p {
  font-size: 1rem;
}

/* .main_contact .single_message_right_info {
  display: inline-block;
  width: 100%;
  margin-top: 65px;
}

.single_message_right_info li {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  line-height: 1.5rem;
}
.single_message_right_info li i {
  padding: 2px;
  font-size: 1rem;
  float: left;
  width: 8%;
  display: inline-block;
  text-align: center;
}
.single_message_right_info li span {
  display: inline-block;
  float: left;
  width: 90%;
} */
/* .main_contact .single_message_right_info{
    display: inline-block;
    width: 100%;
    margin-top: 65px;
} */

.single_message_right_info li {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  line-height: 1.5rem;
}

.single_message_right_info li i {
  padding: 5px;
  font-size: 1rem;
  float: left;
  width: 8%;
  display: inline-block;
  text-align: center;
}

.single_message_right_info li span {
  display: inline-block;
  float: left;
  width: 90%;
}

.button {
  background-color: #04aa6d;
  /* Green */
  /* border: non; */
  color: white;
  padding: 5px 32px;
  text-align: center;
  /* text-decoration: none; */
  /* display: inline-block; */
  font-size: 16px;
  border-radius: 15px;
  margin: 8px 2px;
}

.contactdiv {
  /* border-style: groove; */
  border-radius: 35px;
  width: 40%;
  height: auto;
  /* padding: 20px; */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding-top: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  background-color: #f8f8f8;
}

.address {
  padding-left: auto;
  padding-right: auto;
}

/* nav bar css */
/**
 * index.scss
 * - Add any styles you want here!
 */

/* body {
  background: #f3f3f5 !important;
} */
/* main-header start */
[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}

#mainMenu li > a {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgb(19, 19, 19);
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.main-header.fixed-nav #mainMenu li > a {
  color: rgb(19, 19, 19);
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: rgb(19, 19, 19);
  bottom: -6px;
  left: 0;

  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;

  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
  background: #000;
}

.main-header {
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav {
  top: 0;
  background: rgb(19, 19, 19);
  -webkit-box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}

.navbar-brand {
  color: rgb(19, 19, 19);
}

.main-header .navbar-brand img {
  max-width: 40px;
  animation: fadeInLeft 0.4s both 0.4s;
}

/* main-header end */
@media (max-width: 991px) {
  /* ===== Navbar toggle button ===== */
  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25px;
    right: 0;
    border: none;
    background: transparent;
    outline: none !important;
    z-index: 1000;
  }

  /* ===== Custom hamburger bars ===== */
  .navbar-toggler .bar {
    display: block;
    position: absolute;
    right: 5px;
    width: 30px;
    height: 3px;
    background-color: rgb(19, 19, 19);
    border-radius: 0;
    transition: all 0.3s ease;
  }

  .navbar-toggler .bar:nth-child(1) {
    top: 8px;
    width: 10px;
  }

  .navbar-toggler .bar:nth-child(2) {
    top: 17px;
    width: 16px;
  }

  .navbar-toggler .bar:nth-child(3) {
    top: 26px;
    width: 20px;
  }

  /* ===== Hover / Focus states ===== */
  .navbar-toggler:hover .bar,
  .navbar-toggler:focus .bar {
    background-color: rgb(19, 19, 19);
  }

  /* ===== When active (menu open) ===== */
  .navbar-toggler[aria-expanded="true"] .bar:nth-child(1) {
    width: 18px;
  }

  .navbar-toggler[aria-expanded="true"] .bar:nth-child(2) {
    width: 30px;
  }

  .navbar-toggler[aria-expanded="true"] .bar:nth-child(3) {
    width: 10px;
  }

  /* ===== Navbar alignment tweaks ===== */
  .main-header .navbar {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .main-header .navbar-nav {
    margin-top: 70px;
  }

  .main-header .navbar-nav .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0;
  }
}

.WorkRegister {
  /* padding-left: auto; */
  padding-top: 40px;
  /* padding-bottom: 20px; */
  /* padding-right: auto; */
}

.course {
  /* padding-left: auto; */
  padding-top: 40px;
  /* padding-bottom: 20px; */
  /* padding-right: auto; */
}

.workredisgterbutton {
  background-color: #160c4b;
  /* Green */
  border-radius: 25px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.courseutton {
  background-color: #160c4b;
  /* Green */
  border-radius: 25px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.catalog {
  background-color: #160c4b;
  /* Green */
  border-radius: 15px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  /* line-height: 1em; */

  margin: 5px;
}

.curiculum {
  background-color: #cccccc;
  /* Green */
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.986);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;

  /* line-height: 1em; */
  margin: 5px;
}

.learnmore {
  text-decoration: none;
  color: #000002;
}

@media (max-width: 1200px) {
  .contactdiv {
    width: auto;
    height: auto;
    /* Auto width for mobile screens */
    /* background-color: lightcoral; */
    /* Just for visual feedback */
  }

  .rcorners3,
  .rcorners4,
  .rcorners5 {
    margin-top: 30px;
  }
  .rcorners3,
  .rcorners4,
  .rcorners5 {
    width: auto;
    height: auto;
  }
}

/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars,
.navbar-scroll .navar-brand {
  color: #4f4f4f;
}

.navbar-scroll .nav-link:hover {
  color: #1266f1;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars,
.navbar-scrolled .navar-brand {
  color: #4f4f4f;
}

/* Color of the navbar AFTER scroll */
.navbar-scroll,
.navbar-scrolled {
  background-color: #fff;
}

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}

body {
  background-color: #eee;
}
.main5 {
  display: flex;
  justify-content: center;
}
