/******************************

[Table of Contents]


1. Body and some general stuff
2. FONTS
3. HEADER
4. MENU
5. HOME
6. MAIN SLIDER
7. WELCOME OUR COLLEGE
8. OUR FACULTY
10.APPLY NOW
11.EVENT
12.ABOUT US
13.CONTACT US
14.COURSES
15.ADMISSIONS 
16.PLACEMENTS
17.CAMPUS LIFE
18.FOOTER 



******************************/

/***********
1. Body and some general stuff
***********/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  /* -webkit-font-smoothing: antialiased; */
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

/*********************************
2.  FONTS
*********************************/

body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: lighter;
}

/*********************************
3.  HEADER
*********************************/
.logotextu p {
  color: #11cbd7;
  text-shadow: rgba(21, 19, 19, 0.36) 1px 2px 2px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 2px;
  padding-top: 5px;
  margin-left: -2%;
}

.custom-nav {
  background: #fff !important;
}

.navbar-dark .custom-brand {
  color: #000;
}

.navbar-nav .nav-item .custom-nav-link {
  color: #11cbd7;
  margin-left: 9px;
}

.ml-auto .dropdown-menu {
  left: auto;
  right: 0px;
}

header {
  height: 48px;
  background-color: #11cbd7;
}

#main {
  padding-top: 70px;
}

.navbar {
  border-radius: 0;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  padding: 3px;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

li.dropdown {
  position: relative;
  display: inline-block;
}

li>ul.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  list-style-type: none;
}

li>ul.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

li>ul.dropdown-content a:hover {
  background-color: #11cbd7;
}

.header-right a {
  color: #ffffff;
  font-size: 14px;
}

span.fa.fa-search.custom-fa-fa {
  position: relative;
  right: 35px;
  top: -2px;
}

.custom-input-text {
  background: #fff;
  color: #11cbd7;
  border-radius: 16px;
  border: none;
  padding: 2px 12px 2px 10px;
  outline: none;
}

.custome-input-group {
  position: relative;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  /* width: 100%; */
  display: inline-block;
  font-size: 14px;
}

li.dropdown:hover ul.dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* fixed to top styles */

.affix.navbar {
  background-color: #ffffff;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  padding: 3px;
}

.affix.navbar .nav-item>a, .affix.navbar .navbar-brand {
  color: #11cbd7;
}

a.nav-link.custom-nav-link {
  font-size: 14px;
}

.logo_text {
  padding: 18px 0;
  font-size: 47px;
  font-weight: 700;
  line-height: 0.75;
  color: #384158;
  vertical-align: middle;
  margin-left: 7px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo_text span {
  color: #11cbd7;
}

.header-right {
  float: right;
  margin-top: 6px;
  display: inline-block;
}

.header-right a:hover {
  text-decoration: none
}

.admission-text {
  background-color: #11cbd7;
  border-radius: 23px;
  display: inline-block;
  padding: 2px 18px 2px 18px;
  margin-left: 10px;
  margin-right: 10px;
}

.admission-text a {
  color: #fff;
  font-size: 14px
}

.admission-text a:hover {
  text-decoration: none;
}

.custom-brand img {
  width: 240px;
  padding: 4px 0;
}

.affix .custom-brand img {
  width: 240px;
  display: block;
  padding: 4px 0;
}

.navbar .navbar-nav .nav-item .dropdown-content a:hover {
  color: #11cbd7;
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 575px) {
  header {
    display: none;
  }
  div#collapsibleNavbar {
    height: 100vh;
  }
  .navbar-nav .nav-item .custom-nav-link {
    /* margin-left: 0px; */
    font-size: 32px;
    text-align: center;
    padding-top: 45px;
  }
  .affix.navbar .nav-item>a, .affix.navbar .navbar-brand {
    color: #11cbd7;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar-nav .nav-item .custom-nav-link {
    margin-left: 0px;
    font-size: 8px;
  }
  .affix .custom-brand img {
    width: 185px;
  }
  .custom-brand img {
    width: 185px;
  }
}

/*********************************
6.  MAIN SLIDER
*********************************/

.bxslider {
  height: 100vh;
  margin: 0;
  padding: 0;
}

.opacity-custom {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100vh;
  width: 100%;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.bx-wrapper img {
  width: 100%;
  height: 100vh
}

ul.bxslider h1 {
  position: relative;
  top: 50%;
  text-align: center;
  color: #fff;
  font-size: 43px;
  /* width: 635px; */
  margin: 0px 114px;
  text-shadow: 4px 4px 8px #000;
}

/*********************************
7.  WELCOME OUR COLLEGE
*********************************/

.site-section {
  padding: 5em 0;
}

.block-15 .heading h2 {
  font-size: 45px;
  margin: 0;
  padding: 0;
  color: #11cbd7;
}

.block-15 .heading {
  max-width: 400px;
  margin-bottom: 20px;
}

.block-15 .text {
  max-width: 450px;
}

/*********************************
8.  OUR FACULTY
*********************************/

.cutstom-center h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}
.cutstom-center h2::after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #11cbd7;
}
.team {
  width: 100%;
  padding-bottom: 60px;
}

.section_title_container {
  max-width: 600px;
  margin: 0 auto;
}

.section_title {
  line-height: 1.2;
}

h2.section_title {
  font-size: 45px;
  margin: 0;
  padding: 0;
  color: #11cbd7;
  margin-bottom: 0;
}

.section_subtitle {
  line-height: 1.85;
  margin-top: 14px;
}

.section_subtitle p {
  font-size: 14px;
  line-height: 1.85;
  font-weight: 400;
  color: #76777a;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.team_row {
  margin-top: 43px;
}

.team_col {
  margin-bottom: 40px;
}

.team_col:first-child .team_item {
  padding-left: 0;
  padding-right: 6px;
}

.team_image {
  width: 180px;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -86px;
  z-index: 5;
}

.team_body {
  width: 100%;
  padding-top: 108px;
  padding-bottom: 24px;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
  text-align: center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team_item:hover .team_body {
  box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
}

.team_title a {
  font-size: 20px;
  font-weight: 700;
  color: #384158;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team_subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #76777a;
  margin-top: 6px;
}

.social_list {
  margin-top: 16px;
}

.social_list ul {
  list-style: none;
  margin-bottom: 0px;
}

.social_list ul li:not(:last-child) {
  margin-right: 10px;
}

.social_list ul li {
  display: inline-block;
}

.team_title a, .team_title a:hover, .team_title a:visited, .team_title a:active, .team_title a:link {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.social_list ul li a i {
  font-size: 18px;
  color: #76777a;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team_col .team_item {
  padding-left: 6px;
  padding-right: 6px;
}

.team_item {
  width: 100%;
}

.team_image img {
  max-width: 100%;
}

/*********************************
9.  OUR COURSE
*********************************/

.custom-box {
  margin-top: 40px;
  text-align: center;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.custom-bg-1 {
  background: #fff;
  padding-bottom: 10px;
  padding-top: 15px;
}

.custom-bg-1>h6>a {
  color: #11cbd7;
  font-size: 22px;
}

.service__details p {
  padding: 10px;
}

.service__btn a.dcare__btn--2 {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: #777777;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 42px;
  padding: 0 36px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}

.custom-box img {
  display: block;
  height: 250px;
}

.custom-bg-1>h6>a:hover {
  color: #11cbd7;
  text-decoration: none;
}

.service__btn a.dcare__btn--2:hover {
  background-color: #11cbd7;
  text-decoration: none;
  color: #fff;
}

/*********************************
10.  APPLY NOW
*********************************/

.site-margin {
  margin-bottom: 5em;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: .4s;
  transition: .4s;
}

.section-title {
  position: relative;
}

.section-title p {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}

.section-title h4 {
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}

.section-title h4::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background-color: #d8d8d8;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

.section-title h4::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #11cbd7;
  left: 0;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.contact {
  background-image: url("../images/apply-img.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  color: #fff;
}

.contact-form input, textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 5px 10px;
  text-transform: capitalize;
  margin-top: 15px;
  background-color: transparent;
  color: #fff;
}

.contact:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #333;
  z-index: -1;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.single-contact {
  text-align: left;
  position: relative;
  padding-left: 70px;
  margin-bottom: 50px;
  margin-top: 10px;
}

.single-contact i.fa {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #11cbd7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
}

.single-contact h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.single-contact p {
  font-size: 15px;
  font-weight: 400;
}

.contact-form input[type="submit"] {
  background-color: #11cbd7;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 5px;
}

.contact-form input[type="submit"]:hover {
  background-color: #11cbd7
}

.contact-form input:focus, textarea:focus {
  border-color: #CC5B00
}

/*********************************
11.  EVENT
*********************************/

.blog-entry {
  border: 1px solid #f5f7f9;
  background: #fff;
  -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px;
}

.blog-entry .text {
  position: relative;
  border-top: 0;
  border-radius: 2px;
  width: 100%;
}

.blog-entry .meta>div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.blog-entry .meta>div a {
  color: #8d9db9;
  font-size: 15px;
}

.blog-entry .text .heading {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 400;
}

.blog-entry .text .heading a {
  color: #1b212c;
}

.blog-entry .text .time-loc {
  font-size: 14px;
}

.blog-entry .text .time-loc span {
  color: #96a1af;
}

.blog-entry .text .time-loc span i {
  color: #167ce9;
}

.event_thumb {
  overflow: hidden;
  height: 270px;
}

a.custom-effect {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease;
}

a.custom-effect:hover {
  transform: scale(1.2);
}

/*********************************
12.  ABOUT US
*********************************/

.bg-img {
  background-image: url(../images/main-img.jpg);
  background-attachment: fixed;
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-color {
  background-color: rgba(0, 0, 0, 0.6);
  height: 50vh;
  background-size: cover;
}

.bg-img h1 {
  position: relative;
  top: 42%;
  ;
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: bolder;
  font-family: 'Playfair Display', serif;
}

.sec-spacer {
  padding: 100px 0;
}

.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.abt-title h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

.abt-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #11cbd7;
}

.vision-desc p:last-child, .about-desc p:last-child {
  margin-bottom: 0;
}

.rs-mission img {
  max-width: 100%;
  height: 50vh;
}

.rs-history img {
  max-width: 100%;
  height: auto;
}

.sec-color {
  background-color: #f9f9f9;
}

.rs-vision .vision-img {
  position: relative;
}

.rs-vision img {
  max-width: 100%;
  height: auto;
}

/*********************************
13.  CONTACT US
*********************************/

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
}

.section-title h2 span {
  color: #11cbd7;
  font-size: 40px;
  font-weight: 400;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #11cbd7;
}


.section-title p {
  color: #666;
  margin: 0;
}

.contact-map {
  margin-top: 30px;
}

.contact-map #map {
  height: 466px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-head {
  margin-top: 30px;
}

.form-head .form-group input {
  height: 50px;
  width: 100%;
  padding-left: 15px;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border: 1px solid #eeeeee;
  color: #666666;
  font-size: 15px;
  transition: all 0.4s ease;
}

.form-head .form-group input:hover, .contact .form-head .form-group textarea:hover {
  padding-left: 25px;
}

.form-head .form-group textarea {
  height: 192px;
  width: 100%;
  font-size: 15px;
  padding-left: 15px;
  padding-top: 18px;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border: 1px solid #eeeeee;
  color: #666666;
  resize: none;
  transition: all 0.4s ease;
}

.form-head .form-group input:hover, .form-head .form-group textarea:hover {
  padding-left: 25px;
}

.form-head .form-group:last-child {
  margin: 0;
}

.form-head .form-group .button {
  margin-top: 20px;
}

.form-head .form-group button:hover {
  background: #14bdee;
  color: #fff;
}

.form-head .form-group button {
  background: #11cbd7;
  color: #fff;
}

.contact-bottom {
  margin-top: 50px;
}

.contact-info {
  text-align: left;
  margin-top: 30px;
  position: relative;
  padding-left: 100px;
}

.contact-info .icon {
  position: absolute;
  left: 0;
}

.contact-info .icon i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #e7e7e7;
  font-size: 25px;
  border-radius: 100%;
  text-align: center;
  color: #11cbd7;
}

.contact-info h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}

.contact-info p {
  color: #777;
  font-size: 15px;
}

.contact-info a {
  color: #777;
  font-size: 15px;
}

.contact-info a:hover {
  color: #11cbd7;
  text-decoration: none;
}

/*********************************
14.  COURSES
*********************************/

.gray-bg {
  background: #f8f8f8;
}

.pb-30 {
  padding-bottom: 30px;
}

.courses-text h2 {
  font-size: 35px;
  margin-top: 0;
  color: #222;
  text-transform: capitalize;
  font-weight: 600;
}

.b-line {
  position: relative;
  width: 60px;
  height: 3px;
  background: #11cbd7;
  display: block;
  /* margin: 0 auto; */
  margin: 0;
}

.mt-30 {
  margin-top: 30px;
}

.course_box {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 5px 40px rgba(29, 34, 47, 0.15);
}

.course_figure {
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease;
}

.course_figure:hover {
  transform: scale(1.1);
}

.course_figure img {
  width: 100%;
}

.btn-text:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.course_details {
  padding: 26px 20px 28px;
  background-color: #fff;
  box-sizing: border-box;
}

.course_details p {
  margin: 0px;
}

.course_details h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #222;
}

.info_course {
  margin-top: 22px;
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
}

.box_info {
  display: inline-block;
  margin: 0px 15px 0px 0px;
}

.box_info span {
  margin-left: 5px;
  padding: 6px 8px 6px 8px;
}

.box_info:last-child {
  margin-right: 0px;
}

.bg_color {
  background-color: #11cbd7;
}

.price_course {
  display: block;
  padding: 1px 12px;
  color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none;
}

.apply-a a {
  color: #fff;
  text-decoration: none;
}

.bg_green {
  background-color: #0cca6b;
}

/*********************************
15.  ADMISSIONS 
*********************************/

/* @extend display-flex; */

display-flex, .signup-content, .form-row, .form-radio, .select-icon, .select-icon i {
  display: flex;
  display: -webkit-flex;
}

a:focus, a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

.signup-img img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.addmission-form input[type=number] {
  -moz-appearance: textfield !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.addmission-form input:-webkit-autofill {
  box-shadow: 0 0 0 30px transparent inset;
  -moz-box-shadow: 0 0 0 30px transparent inset;
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -o-box-shadow: 0 0 0 30px transparent inset;
  -ms-box-shadow: 0 0 0 30px transparent inset;
}

.signup-img, .signup-form {
  width: 50%;
}

.signup-img {
  margin-bottom: -7px;
}

.register-form {
  padding: 0px 100px 50px 70px;
}

.register-form h2 {
  font-size: 26px;
  margin-bottom: 29px;
}

.form-row {
  margin: 0 -15px;
}

.form-row .form-group {
  width: 50%;
  padding: 0 15px;
}

.form-group {
  margin-bottom: 23px;
  position: relative;
}

.addmission-form input, select {
  display: block;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 11px 20px;
  box-sizing: border-box;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 13px;
}

.addmission-form input:focus, .addmission-form select:focus {
  border: 1px solid #ff6801;
}

label {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat';
  margin-bottom: 2px;
  display: block;
}

.form-radio {
  margin-bottom: 18px;
}

.form-radio input {
  width: auto;
  display: inline-block;
}

.radio-label {
  padding-right: 25px;
}

.form-radio-item {
  position: relative;
  margin-right: 45px;
}

.form-radio-item label {
  font-weight: 500;
  font-size: 13px;
  padding-left: 25px;
  position: relative;
  z-index: 9;
  display: block;
  cursor: pointer;
}

.check {
  display: inline-block;
  position: absolute;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  height: 14px;
  width: 14px;
  top: 4px;
  left: 0px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.check:before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type=radio] {
  position: absolute;
  visibility: hidden;
}

input[type=radio]:checked~.check {
  border: 1px solid #11cbd7;
}

input[type=radio]:checked~.check::before {
  background: #11cbd7;
}

.form-select {
  position: relative;
}

.select-icon {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
}

.select-icon i {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  width: 40px;
  height: 20px;
  font-size: 18px;
  color: #999;
}

.form-submit {
  text-align: right;
  padding-top: 27px;
}

.submit {
  width: 140px;
  height: 40px;
  display: inline-block;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
  padding: 10px;
  border: none;
  cursor: pointer;
}

#reset {
  background: #f8f8f8;
  color: #999;
  margin-right: 8px;
}

#reset:hover {
  background: #11cbd7;
  color: #fff;
}

#submit {
  background: #0cadb7;
  color: #fff;
}

#submit:hover {
  background-color: #0cadb7;
}

@media screen and (max-width: 992px) {
  .signup-content {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }
  .signup-img, .signup-form {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .register-form {
    padding: 50px 40px 50px 40px;
  }
  .bg-img h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 575px) {
  .form-row {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    margin: 0px;
  }
  .form-row .form-group {
    width: 100%;
    padding: 0px;
  }
  .radio-label {
    padding-right: 22px;
  }
  .form-radio-item {
    margin-right: 25px;
  }
}

@media screen and (max-width: 480px) {
  .form-radio {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }
  .submit {
    width: 100%;
  }
  #reset {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

/*********************************
16.PLACEMENTS
*********************************/

.plac-text h2 {
  margin-bottom: 29px;
}

.plac-text p {
  margin-bottom: 29px;
  line-height: 30px;
  color: grey;
}

.plac-text img {
  width: 100%;
  height: auto;
  margin-bottom: 29px;
}

/*********************************
17.CAMPUS LIFE
*********************************/

.campus-img {
  overflow: hidden;
  transition: all 0.5s ease;
}

.campus-img:hover {
  transform: scale(1.1);
}

.campus-img img {
  width: 100%
}

/*********************************
18.FOOTER
*********************************/

.footer-area {
  background: #222;
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget {
    margin-bottom: 30px;
  }
}

.footer-area .single-footer-widget h4 {
  color: #11cbd7;
  margin-bottom: 35px;
}

@media (max-width: 1024px) {
  .footer-area .single-footer-widget h4 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer-area .single-footer-widget h4 {
    margin-bottom: 15px;
  }
}

.footer-area .single-footer-widget ul {
  padding-left: 0;
}

.footer-area .single-footer-widget ul li {
  margin-bottom: 15px;
  list-style: none;
}

.footer-area .single-footer-widget ul li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.footer-area .single-footer-widget ul li a:hover {
  text-decoration: none;
  color: #11cbd7;
}

.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}

.footer-area .single-footer-widget input {
  height: 40px;
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #333333;
  color: #ffffff;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  padding: 10px;
}

.custom-f {
  padding: 40px 0;
}

.subfooter {
  background: #292929;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.footer-area .single-footer-widget input:focus {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget .click-btn {
  background: linear-gradient(to right, #11CBD7, #bae2e4);
  background-size: 200% auto;
  color: #ffffff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 16px;
  margin-left: -60px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-area .single-footer-widget .click-btn span {
  font-weight: 500;
}

.footer-area .single-footer-widget .click-btn:focus {
  outline: none;
  box-shadow: none;
}

.footer-area .single-footer-widget .click-btn:hover {
  background-position: right center;
}

.copyrights {
  color: #fff;
  padding-top: 16px;
}

.footer-area .footer-bottom {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom {
    margin-top: 20px;
  }
}

.footer-area .footer-bottom a {
  color: #00aee0;
}

.footer-social {
  text-align: right;
}

.footer-social a {
  background: #111111;
  margin-left: 6px;
  width: 20px;
  margin: 10px 5px;
  width: 40px;
  display: inline-table;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover i {
  color: #fff;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .footer-area .footer-bottom .footer-social {
    text-align: left;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .copyrights {
    text-align: center;
  }
  .footer-social {
    text-align: center;
  }
}

/*---------------------------------------------------- */

/*---------------------- RESPONSIVE------------------------ */
@media (max-width: 600px) {
 
  .logotextu p {
    font-size: 17px;
    margin-left: 0%;
    
}
ul.bxslider h1 {
  top: 25%;
  width: 50%;
  margin: 0px auto;
 
}
.custom-box h6{
  font-size: 16px !important;
}
}