body {
  font-family: 'Arial', sans-serif;
  color: #FF6634;
}

.call_to-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #FF6634;
  border: 1px solid transparent;
  color: #fff!important;
  transition: all 0.3s ease 0s;
}



.btn_on-hover {
  transition: all 0.3s ease 0s;
}

.call_to-btn:hover,
.btn_on-hover:hover {
  color: #fff;
  ßbox-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  color: #fff;
  transform: translateY(-7px);
}

.main-heading {
  color: #082465;
  font-weight: bold;
  text-align: center;
}

/*header section*/
.header_section {
  padding-top: 10px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:focus {
  color: initial;
}
.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}
.top_container {
  height: 95vh;
  position: relative;
}
.top_container::before {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.top_container.sub_pages::before {
  background-size: 400px 200px;
  background-position: top left;
}
.top_container.sub_pages {
  height: 35vh;
}
.top_container.sub_page {
  height: auto;
}
/*end header section*/

/* hero section */
.hero-container {
  display: flex;
  padding-top: 50px;
  padding-bottom: 75px;
}
.hero_detail-box {
  width: 45%;
}
.hero_img-container {
  width: 55%;
}
.hero_detail-box {
  color: #fff;
  padding-right: 10px;
}
.hero_detail-box h1 {
  text-transform: uppercase;
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}
.hero_detail-box p {
  margin-top: 24px;
  margin-bottom: 35px;
}
/* end hero section */

/* common style for some sections */
.common_style>section {
  padding: 0px 0;
}
.common_style .row {
  align-items: center;
}
.common_style h3 {
  font-weight: 550;
  color: #FF6634;
  letter-spacing: 1px;
}
.common_style p {
  font-weight: 400;
  color: #FF6634;
  margin: 30px 0 50px 0;
}
.common_style img {
  width: 100%;
}
/* end common style */

/* admission section */
.admission_section .container-fluid.position-relative {
  height: 500px;
}

.admission_img-box {
  width: 50%;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}
.admission_detail {
  width: 50%;
  background-color: #082465;
  padding: 20px;
  color: #fefeff;
  border-radius: 0 25px 25px 0;
}
.admission_img-box img {
  width: 100%;
}
.admission_detail .admission_btn {
  background-color: #fec913;
  padding: 7px 35px;
  color: #fefeff;
  font-size: 15px;
  border-radius: 5px;
}
/* end admission section */

/* contact section */
.contact_section {
  padding: 75px 45px;
  font-family: 'Arial', sans-serif;
}
.contact_section .row {
  align-items: center;
}
.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #FF6634;
  width: 90%;
  margin: 15px 0;
}
.contact_form-container button {
  border: none;
  background-color: #FF6634;
  color: #fff;
  font-size: 15px;
  padding: 15px 45px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact_img-box {
  display: flex;
  align-items: center;
}
.contact_img-box img {
  width: 100%;
}
.contact_section h2 {
  font-size: 26px;
  color: #FF6634;
  font-weight: 600;
  font-family: 'Arial', sans-serif;
  margin-bottom: 35px;
}
/* end contact section */