a[href^=tel] { color: inherit; } /*For mobile phone number*/

/*customise select dropdown arrow for all browsers*/
select {
  background-image:
    linear-gradient(45deg, transparent 50%, black 60%),
    linear-gradient(135deg, black 40%, transparent 50%) !important;
  background-position:
    calc(100% - 30px) 24px,
    calc(100% - 20px) 24px,
    100% 0;
  background-size:
    7px 7px,
    10px 7px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/*main navbar customised dropdown arrow*/
.dropdown-toggle::after {
  border: none!important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107"!important; /* the desired FontAwesome icon */
  vertical-align: 0; /* to center vertically */
}


body {
  font-family: "Roboto", sans-serif;
  color: #3e3e3e;
}

/* 
Navbar styling desktop ---start   */

@media (min-width: 1024px) {
.navbar .navbar-nav {
    align-items: center;
    display: flex;
}
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #f58d46 !important;
    transition: all 0.5s ease-in-out;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

.navbar {
  padding: 20px 85px 20px 85px;
}

.navbar-light {
  background-color: #fff !important;
  transition: 0.5s;
}

.navbar-light .help-btn:hover {
  background-color: #000;
  color: #fff;
}

.navbar-dark .help-btn:hover {
  background-color: #fff;
  color: #f58d46;
}

.navbar-dark {
  background-color: rgba(0, 0, 0, 0.9) !important;
  transition: 0.5s;
}

.navbar-dark .nav-link {
  color: rgb(211, 211, 211) !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #f58d46 !important;
}

.nav-link {
  font-size: 14px;
  color: #707070 !important;
  margin-right: 50px;
  transition: all 0.5s ease-in-out;
}

.dropdown-menu a {
  color: #707070;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}

.dropdown-menu a:hover {
  color: #f58d46;
  transition: all 0.5s ease-in-out;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fff;
}

.help-btn {
  background-color: #f58d46;
  border: none;
  width: 188px;
  height: 45px;
  text-transform: uppercase;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  color: #fff;
}

.help-btn:hover {
  background-color: #fff;
  color: #f58d46;
  transition: all 0.5s ease-in-out;
}

/* 
Navbar styling desktop ---end   */

ul.social {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
  float: left;
  color: rgb(211,211,211);
}

ul.social p {
  color: rgb(211, 211, 211);
}

ul.social > li {
  display: inline-block;
  text-align: center;
}

ul.social > li > a {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
}

ul.social > li > a {
  display: inline-block;
  font-size: 18px;
  line-height: 34px;
  width: 32px;
  height: 32px;
  border-radius: 18px;
  background-color: #fff;
  color: #000;
  margin-right: 10px;
}

.section-one h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-top: 140px;
}

.section-two h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.section-two p {
  font-size: 16px;
}

.section-two {
  margin-bottom: 140px;
}

.section-three {
  background-image: linear-gradient(to right, #f58d46, #f07474);
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 40px;
}

.section-three p {
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}

.section-three h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 30px;
}

.section-three a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.section-four a {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3e3e3e;
  transition: 0.5s;
}

.section-four a:hover {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f58d46;
  transition: 0.5s;
}

.section-four h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.section-four p {
  margin: 0 30px 0 30px;
  padding-bottom: 30px;
}

.section-five h2 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 40px 0;
}

.section-five {
  padding: 100px 0;
}

.section-six {
  background-color: #f7f7f7;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-six img {
  margin-bottom: 40px;
  margin-top: 60px;
}

.section-six h3 {
  font-size: 24px;
  font-weight: 700;
}

.section-six h1 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 90px;
}

.section-six .whychoose-btn {
  background-color: #000;
  border: none;
  width: 250px;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 92px;
  border-radius: 1;
  transition: 0.5s;
  color: #fff;
}

.section-six .whychoose-btn:hover {
  background-color: #f58d46;
  transition: 0.5s;
}

.section-ten h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.section-ten h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.steps {
  padding-top: 200px;
}

.steps p {
    line-height: 30px;
}

/* Navbar mobile/tab styling ---start */

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(245,141,70, 0.8)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler,
.navbar-light .navbar-toggler {
  border: none;
}

.logo-mobile img {
  padding-left: 20px;
  padding-top: 20px;
  float: left;
  width: 250px;
}

.mdiv {
  height: 25px;
  width: 2px;
  margin-left: 12px;
  background-color: #f58d46;
  transform: rotate(45deg);
  z-index: 1;
}

.md {
  height: 25px;
  width: 2px;
  background-color: #f58d46;
  transform: rotate(90deg);
  z-index: 2;
}

.offcanvas-header {
  display: none;
}

@media (max-width: 992px) {
  .offcanvas-header {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: black;
    transition: visibility 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index: 9999;
  }
  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.offcanvas-header img {
  padding-bottom: 30px;
}

/* Navbar mobile/tab styling ---end */

/* Mobile Screen 768px ---start */

@media (min-width: 576px) {
  .social-footer {
    right: 11%;
  }
  .footer-hotline {
    right: 18%;
  }
}

@media (max-width: 576px) {
  .main-address {
    margin-left: 0 !important;
    text-align: center;
    padding: 0 !important;
  }
  .footer-navbar,
  .social-footer {
    margin-top: 30px !important;
  }
  .footer-navbar .nav-link {
    font-size: 14px !important;
    text-align: center;
    margin-right: 0 !important;
  }
  .main-footer img {
    display: block;
    margin: auto;
  }
  .social-footer {
    text-align: center;
  }
  .footer-hotline {
    text-align: center;
  }
  .main-address {
    font-size: 14px !important;
  }
  .section-three {
    padding: 100px 20px !important;
    text-align: center;
  }
  .video-section {
    margin-top: 75px !important;
    margin-bottom: 75px;
    padding: 0px 40px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    padding: 20px;
  }

  .nav-link {
    color: rgb(211, 211, 211) !important;
  }

  .navbar {
    padding: 0;
  }

  .seperator {
    margin-top: 28px;
    margin-bottom: 28px;
    border-top: 1px solid rgb(135, 135, 135);
  }

  .offcanvas-tele {
    color: rgb(211, 211, 211);
    margin-top: 28px;
  }

  .offcanvas-email {
    color: rgb(211, 211, 211);
  }

  .offcanvas-active .dropdown-menu {
    background-color: transparent;
  }

  .offcanvas-active .dropdown-item {
    color: rgb(211, 211, 211);
  }
  .breadcrumb {
    margin: 30px !important;
    margin-left: 0 !important;
  }

  .story-main {
    text-align: center;
  }

  .img-here {
    margin-top: 50px;
  }

  .section-five h2 {
    font-size: 28px;
  }

  .section-four img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .form-horizontal .btn {
    padding: 10px 50px !important;
  }
  .story-main {
    padding: 0px 30px !important;
  }

  .section-four {
    padding: 0px 30px;
  }
  .section-four p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px;
  }
  .story-two img {
    margin-top: 40px;
  }
  .form-horizontal .form-content {
    padding: 18px !important;
  }
  .institute-btn,
  .institute-btn2 {
    margin-bottom: 20px;
  }
  .section-11 {
    padding-top: 150px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    text-align: center;
  }
  .section-11 .col-md-5 {
    margin-bottom: 40px;
  }
  .section-11 .high-btn {
    font-size: 16px !important;
  }
  .section-13 h1 {
    padding-top: 110px !important;
    padding-left: 60px !important;
    font-size: 38px !important;
  }
  .step-heading .title {
    font-size: 16px !important;
  }
  .section-two img {
    width: 100px;
  }
  .main-address {
    margin-left: 0 !important;
    padding-left: 52px;
  }
  .footer-navbar .nav-link {
    font-size: 10px;
  }
  .thank-you h1 {
    font-size: 24px !important;
    padding: 0 50px;
  }
  .thank-you p {
    font-size: 16px !important;
    padding: 0 44px;
  }
  .location-title {
    font-size: 20px;
    padding: 30px !important;
  }
}
/* Mobile Screen 768px ---end */

@media (min-width: 1024px) {
  .left-side2 {
    left: 38% !important;
  }
  .footer-hotline {
    right: 0;
  }
  .social-footer {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .navbar {
    padding: 0;
  }

  .navbar-brand {
    padding: 20px;
  }

  .navbar-brand img {
    width: 150px;
  }

  .navbar .nav-link {
    font-size: 12px;
    margin-right: 10px;
  }

  .help-btn {
    margin-right: 20px;
    font-size: 12px;
  }

  .dropdown-menu .dropdown-item {
    font-size: 12px;
  }
  .carousel-caption {
    top: 30%;
  }
  .carousel-caption h1 {
    font-size: 24px !important;
  }
  .carousel-caption p {
    font-size: 12px !important;
  }
  .carousel-caption button {
    width: 180px;
    height: 50px;
    font-size: 12px;
  }

  ul.social {
    width: 100% !important;
  }

  .story-two img {
    width: 120px;
  }

  .story-two p {
    font-size: 16px !important;
  }
  .left-side3 {
    left: 36% !important;
  }

  .footer-navbar .nav-link {
    font-size: 10px;
  }
  .social-footer p {
    font-size: 10px;
  }
  ul.social > li > a {
    font-size: 14px;
    line-height: 26px;
    width: 26px;
    height: 26px;
  }
  .footer-btn {
    font-size: 14px !important;
    padding: 10px 25px !important;
  }
  .footer-hotline h4 {
    font-size: 15px;
  }
  .thank-you {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .section-13 h1 {
    padding-top: 140px !important;
    padding-left: 60px !important;
    font-size: 38px !important;
  }
  .main-address {
    font-size: 10px !important;
  }
}

@media (min-width: 1366px) {
  .left-side2 {
    left: 30% !important;
  }
  .main-address {
    font-size: 14px !important;
  }
    .footer-hotline h4 {
    font-size: 22px;
  }
}

@media (max-width: 1366px) {
  .navbar {
    padding: 0;
  }

  .navbar-brand {
    padding: 20px;
  }

  .navbar-brand img {
    width: 150px;
  }

  .navbar .nav-link {
    font-size: 12px;
    margin-right: 10px;
  }

  .help-btn {
    margin-right: 20px;
    font-size: 12px;
    width: 160px;
  }

  .dropdown-menu .dropdown-item {
    font-size: 12px;
  }

  .carousel-caption h1 {
    font-size: 24px !important;
  }

  .carousel-caption p {
    font-size: 12px !important;
  }

  .carousel-caption {
    margin-bottom: 140px !important;
    left: 10%;
  }

  .banner-btn {
    width: 200px !important;
    font-size: 12px !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }

  ul.social > li > a {
    font-size: 14px;
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin-right: 3px;
  }
}

/* Carousel styles --- start*/

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(135, 135, 135, 0.5)' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(135, 135, 135, 0.5)' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-caption {
  margin-bottom: 200px;
  left: 10%;
}

.carousel-caption h1 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  color: #3e3e3e;
}

.carousel-caption p {
  font-size: 16px;
  font-weight: 400;
  color: #3e3e3e;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.banner-btn {
  background-color: #f58d46;
  border: none;
  width: 272px;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
  color: #fff;
}

.banner-btn:hover {
  background-color: #000;
  transition: 0.5s;
  color: #fff;
}
/* Carousel styles --- end*/

@media (max-width: 992px) {
  .partnering .carousel-inner .carousel-item > div {
    display: none;
  }
  .partnering .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.partnering .carousel-inner .carousel-item.active,
.partnering .carousel-inner .carousel-item-next,
.partnering .carousel-inner .carousel-item-prev {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .partnering .carousel-inner .carousel-item-right.active,
  .partnering .carousel-inner .carousel-item-next {
    transform: translateX(16.6%);
  }

  .partnering .carousel-inner .carousel-item-left.active,
  .partnering .carousel-inner .carousel-item-prev {
    transform: translateX(-16.6%);
  }
}

.partnering .carousel-inner .carousel-item-right,
.partnering .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.partnering .bg-dark,
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #fff !important;
}

.partnering {
  margin-bottom: 140px;
}

/* testimonial section styling --start */

.card {
  box-shadow: 0px 4px 8px 0px #bdbdbd;
}

.profile-pic {
  width: 100px !important;
  height: 100px;
  box-shadow: 0px 4px 8px 0px #bdbdbd;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: #1e88e5 !important;
  border: none;
  padding: 5px 20px !important;
  font: inherit;
  font-size: 50px !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #0d47a1 !important;
  background-color: transparent !important;
}

.owl-dots {
  display: none;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.item {
  display: none;
}

.next {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.prev {
  display: block !important;
  position: relative;
  transform: scale(0.8);
  transition-duration: 0.3s;
  opacity: 0.6;
}

.item.show {
  display: block;
  transition-duration: 0.4s;
}

@media screen and (max-width: 999px) {
  .next,
  .prev {
    transform: scale(1);
    opacity: 1;
  }

  .item {
    display: block !important;
  }
}

.section-seven h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.section-seven {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  padding: 20px 0px 10px 0px;
  background-image: linear-gradient(to right, #f07474, #f58d46);
  background-repeat: no-repeat;
}

.section-seven p {
    display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  height: 3.6em; /* Fallback for non-webkit, line-height * 2 */
  line-height: 1.3em;
  -webkit-line-clamp: 3; /* if you change this, make sure to change the fallback line-height and height */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-seven .btn-read {
    color: #3e3e3e;
    text-decoration: none;
}

.section-seven .btn-read:hover {
    color: #f58d46;
}



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  color: rgba(255, 255, 255, 0.5) !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: #fff !important;
}

/* testimonial section styling --end */

/* contact form  */

.form-horizontal {
  padding-bottom: 60px;
}

.form-horizontal .header2 {
  padding: 30px 25px;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.form-horizontal .header {
  padding: 30px 25px;
  font-size: 34px;
  font-weight: 700;
  color: #3e3e3e;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}

.form-horizontal .form-content {
  padding: 50px;
  background: #fff;
}
.form-horizontal .form-control {
  height: 50px;
  font-size: 16px;
  color: #3e3e3e !important;
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 50px;
  padding:0;
}
.form-horizontal .form-control:focus {
  border-color: #f58d46;
  box-shadow: none;
}
.form-horizontal .control-label {
  font-size: 17px;
  color: #ccc;
  position: absolute;
  top: 5px;
  left: 27px;
  text-align: center;
}
.form-horizontal textarea.form-control {
  resize: vertical;
  height: 130px;
}
.form-horizontal .btn {
  background-color: #f58d46;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  float: left;
  padding: 20px 100px;
  border: none;
  border-radius: 4;
  transition: all 0.5s ease 0s;
}

.form-horizontal .btn:hover {
  background: #000;
  color: #fff;
  border: none;
}

.form-horizontal .col-sm-6 {
  float: left;
}
.form-horizontal .col-md-offset-2.col-md-6 {
  margin: 0 auto;
}

.form-check-label {
  margin-left: 40px;
}

/* Hide the browser's default checkbox */
.form-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  margin-left: 10px;
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
  background-color: #1bb515;
}

/* Create the checkmark/indicator (hidden when not checked) */
.form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-check label {
  margin-left: 30px;
}

/* footer styling */

footer {
  background-color: #000;
}

.main-address {
  color: rgb(211, 211, 211);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 65px;
  margin-top: 60px;
}

.footer-navbar,
.social-footer {
  margin-top: 60px;
}

.footer-navbar .nav-link {
  color: rgb(211, 211, 211) !important;
}

.footer-navbar .nav-link:hover {
  color: #f58d46 !important;
}

ul.social > li > a:hover {
  background-color: #f58d46;
  transition: 0.5s;
}

ul.social > li > a {
  background-color: rgb(211, 211, 211);
  transition: 0.5s;
}

.social-footer p {
  color: rgb(211, 211, 211);
}

.footer-hotline {
  color: rgb(211, 211, 211);
  margin-top: 60px;
}

.main-footer {
  padding: 60px 0;
}

.footer-btn {
  background-color: #f58d46;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 50px;
  transition: 0.5s;
}

.footer-btn:hover {
  background-color: #f7f7f7;
  color: #f58d46;
}

/* mobile version main image styling */

.mobile-image {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-btn {
  background-color: #000;
  color: #fff;
  border: none;
  height: 50px;
  width: 200px;
  transition: 0.5s;
  font-size: 12px;
  text-transform: uppercase;
}

.mobile-btn:hover {
  color: #f58d46;
  transition: 0.5s;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered h2 {
  font-size: 30px;
}

.story-image {
  position: relative;
  text-align: left;
  color: #3e3e3e;
}

.left-side {
  position: absolute;
  top: 50%;
  left: 37%;
  transform: translate(-50%, -50%);
}

.left-side h1,
.left-side2 h1,
.left-side3 h1,
.left-side4 h1 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.left-side p,
.left-side2 p,
.left-side3 p,
.left-side p {
  font-size: 16px;
  font-weight: 400;
}

.left-side2 {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}

.left-side3 {
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(-50%, -50%);
}

.left-side4 {
  position: absolute;
  top: 50%;
  left: 31%;
  transform: translate(-50%, -50%);
}

.left-side5 {
   position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);   
}

.pages-btn {
  background-color: #f58d46;
  color: #fff;
  border: none;
  height: 60px;
  width: 272px;
  font-size: 16px;
  transition: 0.5s;
  text-transform: uppercase;
}

.pages-btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

.breadcrumb {
  background-color: #fff;
  margin: 50px;
}

.breadcrumb .breadcrumb-item {
  color: #f58d46;
}

.breadcrumb .breadcrumb-item a {
  color: #bdbdbd !important;
  transition: 0.5s;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #3e3e3e !important;
  text-decoration: none;
  transition: 0.5s;
}

.story-para p {
  color: #3e3e3e;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}

.story-main h1 {
  font-size: 34px;
  font-weight: 700;
  color: #f58d46;
  text-transform: uppercase;
}

.story-main p {
  font-size: 18px;
  line-height: 34px;
}

.pathway-section h2 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 18px;
  color: #3e3e3e;
}

.pathway-section p {
  line-height: 30px;
  font-size: 18px;
  color: #3e3e3e;
}

.programme-levels .story-main {
  margin-top: 10%;
  padding-left: 70px;
  color: #3e3e3e;
}

.programme-levels {
  padding-top: 100px;
}

.story-main a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3e3e3e;
  transition: 0.5s;
}

.story-main a:hover {
  color: #f58d46;
  transition: 0.5s;
}

.pathway-section {
  margin-top: 120px;
}

.story-bg {
  background-image: linear-gradient(to right, #f58d46, #f07474);
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 100px 0px;
}

.story-one h1 {
  font-style: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}

.story-two h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
}

.story-two p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.story-form {
  padding: 50px 0px;
}

.institute-btn,
.institute-btn:hover {
  background-color: #f58d46;
  color: #fff;
  width: 350px;
  height: 70px;
  border-radius: 2;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.institute-btn2,
.institute-btn3,
.institute-btn2:hover,
.institute-btn3:hover {
  background-color: #3e3e3e;
  color: #fff;
  width: 350px;
  height: 70px;
  border-radius: 2;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-button {
  margin-top: 124px;
}

.institute-logos img {
  margin-top: 100px;
  margin-bottom: 30px;
}

/* partner slider */

.logo-slider img {
  width: 100%;
}

.logo-slider .item-logo {
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
}

.logo-slider .slick-slide {
  margin: 15px;
}

.slick-next:before,
.slick-prev:before {
  color: #bdbdbd !important;
  font-size: 24px;
}

.form-bg2 {
  background-image: linear-gradient(to right, #f58d46, #f07474);
  padding-top: 100px;
  padding-bottom: 140px;
  margin: 100px 0px 0 0;
}

/* partnering institute styling */

.tabs-underline {
  margin: 0 auto;
  text-align: center;
}

/* The tabs */

.tabs-underline ul {
  list-style: none;
  text-align: center;
  margin: auto;
  padding: 0;
}

.tabs-underline ul li {
  display: inline-block;
}

.tabs-underline ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  padding: 20px 60px;
  text-transform: uppercase;
  background-color: #3e3e3e;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 100px;
}

.tabs-underline ul li a.tab-active {
  color: #fff;
  background-color: #f58d46;
}

/* The content */

.tabs-underline .tabs-content-placeholder {
  overflow: hidden;
  font-weight: normal;
}

.tabs-underline .tabs-content-placeholder div {
  display: none;
}

.tabs-underline .tabs-content-placeholder div.tab-content-active {
  display: block;
}

.tabs-underline .tabs-content-placeholder div img {
  max-width: 100%;
  margin: 30px;
}

@media (max-width: 500px) {
  .tabs-underline ul li a {
    font-size: 12px;
    margin: 5px;
  }
  .tabs-underline .tabs-content-placeholder div img {
    margin: 10px;
  }
 .steps {
    padding-top: 70px;
    text-align: center;
 }
}

@media (max-width: 1024px) {
  .tabs-underline ul li a {
    font-size: 16px;
  }
.left-side4 {
    left:36%;
}
}

/* programme levels styling */

.section-11 {
  padding-top: 200px;
  padding-right: 60px;
  padding-left: 60px;
}

.section-11 .col-md-8 {
  max-width: 1200px;
  padding-left: 60px;
}

.section-11 h1 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-11 p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}

.section-11 .high-btn {
  background-color: #3e3e3e;
  border: none;
  padding: 20px 60px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  transition: 0.5s;
}

.section-11 .high-btn:hover {
  background-color: #f58d46;
  transition: 0.5s;
}

/* why brookland styling */

.section-12 {
  margin-top: 100px;
}

.section-12 h1 {
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.section-12 h2 {
  font-size: 24px;
  font-weight: 700;
}

.section-12 p {
  font-size: 18px;
  line-height: 30px;
}

/* terms and condition styling */

.section-13 {
  background-image: linear-gradient(to right, #de2673, #fd4f33);
  height: 330px;
}

.section-13 h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  margin: auto;
  height: 50%;
  padding-top: 140px;
  padding-left: 100px;
}

.steps-terms {
  padding-top: 100px;
  padding-bottom: 100px;
}

.step-heading {
  height: 33px;
  padding-bottom: 50px;
  cursor: pointer;
}

.step-heading .title {
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.step:last-child .step-heading {
  padding-bottom: 0;
}
.step-heading > a:hover {
  text-decoration: none;
}
.step-heading .num {
  width: 32px;
  height: 32px;
}

.step-body p {
  font-size: 16px;
  line-height: 32px;
}

.bg-primary {
  background-color: #f58d46 !important;
}

.steps-terms .step .line {
  border-left: 1px solid #333;
  left: 16px;
  bottom: 0px;
  top: 32px;
}

.section-14 {
  margin: 100px 0px;
}

.section-14 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.footer-navbar .nav-link {
  padding-top: 0 !important;
}

/* video popup */

.video-section {
  margin-top: 265px;
  padding-left: 50px;
}

.video-section p {
  line-height: 30px;
  font-size: 18px;
  color: #3e3e3e;
  margin-top: 30px;
}

.video-section h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: #3e3e3e;
  margin-top: 30px;
}

.video-play {
  background-color: #000;
  border: none;
  padding: 20px 40px;
  border-radius: 3px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  transition: all 0.5s ease-in-out;
}

.video-play:hover {
  background-color: #f58d46;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/* help form styling */

.help-formbg {
  background-image: linear-gradient(to right, #f58d46, #f07474);
  padding-top: 60px;
  padding-bottom: 60px;
}

.help-form1 h1 {
  font-style: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}

.thank-you {
  text-align: center;
  margin: 200px 0;
}

.thank-you h1 {
  font-weight: 700;
  font-size: 34px;
  color: #3e3e3e;
}

.thank-you p {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 50px;
}

.thank-you a {
  color: #bdbdbd;
  text-decoration: none;
  transition: 0.5s;
}

.thank-you a:hover {
  color: #f58d46;
  transition: 0.5s;
}

.location-title {
  padding: 50px;
  background-image: linear-gradient(to right, #f58d46, #f07474);
  color: #fff;
  margin: 0;
}
