/** Default CSS **/
a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  vertical-align: middle;
  width: 100%;
}

input {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 400;
  font-family: "Rufina", serif;
  line-height: 100%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}

html,
body {
  height: 100%;
  font-family: "Quicksand", sans-serif;
}

a {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

a:focus {
  text-decoration: none;
}

a:active {
  outline: 0 none;
}

button {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

button:hover {
  outline: none;
  cursor: pointer;
}

select:active,
button:active {
  outline: none;
}

select:focus,
button:focus {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

p {
  color: #000;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  line-height: 24px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.form-group label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.form-group .submit-btn {
  background-image: none;
  background-color: #fb4f1b;
  border: none;
  color: #ffffff;
  font-size: 17px;
  padding: 15px 25px;
  text-transform: capitalize;
  transition: .4s;
  min-width: 165px;
}

.form-group .submit-btn:hover {
  background-color: #000000 !important;
}

.form-group .form-control {
  height: 45px;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}

.form-group .form-control:focus {
  outline: none;
}

.form-group textarea {
  width: 100%;
  padding: 6px 12px;
  border: 1px solid #dddddd;
  resize: none;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.dropdown-menu {
  border-radius: 0;
}

.slick-slide:focus {
  outline: none;
}

.navbar-toggler {
  background-color: #ffffff00;
}

/** Default CSS **/

@media (min-width: 1200px) {
  .container {
    max-width: 1680px;
    padding: 0 80px;
  }
}


/* ----- header-area-start ------- */
.top-header-area{
  padding: 12px 0;
}
.top-header-area .main-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header-area .main-wrap .right-top-logo ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header-area .main-wrap .left-logo{
  display: flex;
  flex: 0.45;
}
.top-header-area .main-wrap .left-logo img{
  height: 76px;
}
.top-header-area .main-wrap .right-top-logo{
  display: flex;
  flex: 0.6;
  justify-content: flex-end;
}
.top-header-area .main-wrap .right-top-logo ul li{
  margin-right: 32px;
}
.top-header-area .main-wrap .right-top-logo ul li a img{
  width: 87px;
}
.top-header-area .main-wrap .right-top-logo ul li a img.bengal-clg{
  width: 172px;
}
.top-header-area .main-wrap .right-top-logo ul li a.adm-btn{
  color: #00053E;
  background-color: #FFC72C;
  border-style: solid;
  border-color: #FFC72C;
  border-radius: 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 16px;
  display: flex;
  align-items: center;
}
.top-header-area .main-wrap .right-top-logo ul li a.adm-btn svg{
  margin-left: 8px;
}

/* ----- header-area-end ------- */

/* ----- menu-area-start ------- */
#menu-area {
  position: relative;
  z-index: 999;
}
#menu-area .navigation-wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: .5rem 0 !important;
}
#menu-area .navbar {
  padding: 0 15px;
  flex: 1;
  background-color: #e3e3e3;
}
#menu-area .navbar .nav {
  flex: 1;
}
#menu-area .navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
#menu-area .navbar-toggler:active,
#menu-area .navbar-toggler:focus {
  outline: none;
}
#menu-area .navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000000;
  transition: all 300ms linear;
}
#menu-area .navbar-light .navbar-toggler-icon:after,
#menu-area .navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
#menu-area .navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
#menu-area .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
#menu-area .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
#menu-area .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
#menu-area .nav-link {
  color: #000000;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 15px;
  position: relative;
  padding: 5px;
  display: inline-block;
  text-transform: capitalize;
}
#menu-area .nav-link span i{
  margin-left: 6px;
}
/*#menu-area .nav-item:hover .nav-link {*/
/*    color: #ffffff;*/
/*    background-color: #2e7f9e;*/
/*}*/
/*#menu-area .nav-item.active .nav-link {*/
/*    color: #ffffff;*/
/*    background-color: #2e7f9e;*/
/*}*/
#menu-area .nav-item {
  position: relative;
  transition: all 200ms linear;
}
#menu-area .nav-item.megamenu {
  position: static;
}
#menu-area .nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
#menu-area .nav-item.show > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0, 0);
}
#menu-area .nav-item a i.fa {
  font-size: 12px;
}
#menu-area .nav-item.show a i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
#menu-area .dropdown-menu {
  /* padding: 10px 15px !important; */
  margin: 0;
  letter-spacing: 0;
  color: #212121;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
  border-radius: 3px;
  border-bottom: 3px solid #FFC72C;
}
#menu-area .dropdown-toggle::after {
  display: none;
}
#menu-area .dropdown-item {
  padding: 6px;
  color: #636363;
  border-radius: 0 !important;
  transition: all 200ms linear;
  font-weight: 400;
  font-size: .875rem;
  text-transform: capitalize;
  border-bottom: 1px solid #c3c3c37d;
}
#menu-area .dropdown-item:hover,
#menu-area .dropdown-item:focus {
  color: #000325;
  background-color: #00032517;
}
#menu-area .dropdown-header {
  padding: 15px 0;
  font-weight: 700;
  color: #000000;
  font-size: .825rem;
}
#menu-area .mega-menu-content {
  flex: 1;
}
#menu-area .navbar-light .navbar-toggler {
  padding-left: 0;
}
#menu-area .navbar-brand {
  /* padding: 6px; */
  display: flex;
  align-items: center;
}
#menu-area .navbar-brand img {
  width: 122px;
}
#menu-area .navbar-brand ul li {
  font-size: .875rem;
  color: #120d75;
}
#menu-area .navbar-brand ul li.title {
  font-family: 'Adamina', serif;
  font-size: 1.75rem;
  color: #333333;
}
#menu-area .start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #e3e3e3;
}
#menu-area .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: fixed;
  background-color: #2d6071;
  padding: 17px 0 !important;
  width: 100%;;
}
#menu-area .start-header.scroll-on .navbar-brand img {
  /* height: 45px; */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#menu-area .start-header.scroll-on .nav-link {
  padding: 10px 8px !important;
  margin-top: 15px;
}
#menu-area .start-header.scroll-on .nav-link.link {
  padding: 8px 15px !important;
}
#menu-area .start-header.scroll-on .navbar-brand {
  padding: 5px 0;
}
#menu-area .start-header.scroll-on .nav-link .badge {
  top: 0;
}
#menu-area .start-header.scroll-on .navbar-brand ul li {
  font-size: .675rem;
  color: #120d75;
}
#menu-area .start-header.scroll-on .navbar-brand ul li.title {
  font-size: 1.25rem;
  color: #333333;
}
#menu-area .dropdown-submenu {
  position: relative;
}
#menu-area .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
#menu-area .dropdown-submenu .dropdown-menu .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
#menu-area .dropdown-submenu .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
}

/* ----- menu-area-end ------- */

/* ----- video-area-start ------- */
.video-area{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.video-area video{
  width: 100%;
  height: 724px;
  object-fit: cover;
  display: inherit;
}
.top-logo-area{
  position: absolute;
  top: 3%;
  left: 2%;
  z-index: 9;
}
.top-logo-area img{
  width: 240px;
}

/* ----- video-area-end ------- */

/* ----- about-area-start ------- */


/* ----- about-area-start ------- */
.about-area{
  background-image: url(../images/facility-5.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 77px 0 88px 0;
  position: relative;
}
.about-area::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to right, #645a9dc4, #04d58ebf);
  opacity: .9;
  top: 0;
  left: 0;
  z-index: 9;
}
.about-content-area {
  position: relative;
  z-index: 9;
  max-width: 1099px;
  margin: 0 auto;
}
.about-content-area h3 {
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
}
.about-content-area h3::after{
  position: absolute;
  content: "";
  left: 50%;
  top: 30%;
  /* bottom: -10px; */
  transform: translateX(-50%);
  height: 3px;
  background-color: #e0e0e0;
  width: 33%;
  border-radius: 15px;
}
.about-content-area p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  margin-top: 41px;
}


/* ----- footer-area-start ------- */
#footer-area {
  background-color: #124c64;
  padding-top: 80px;
  overflow: hidden;
}

#footer-area .footer-area-inner-content {
  margin-bottom: 60px;
}

#footer-area .footer-area-inner-content .logo-area {
  margin-bottom: 10px;
}

#footer-area .footer-area-inner-content .logo-area img {
  max-width: 231px;
}

#footer-area .footer-area-inner-content h4 {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 21px;
  position: relative;
  padding: 8px 0;
  margin-bottom: 30px;
  font-weight: 600;
}

#footer-area .footer-area-inner-content h4::after {
  content: " ";
  position: absolute;
  top: 101%;
  left: 0;
  height: 3px;
  width: 35px;
  background-color: #949393;
  z-index: 9;
  border-radius: 10px;
}

#footer-area .footer-area-inner-content h4::before {
  content: " ";
  position: absolute;
  top: 105%;
  left: 0;
  height: 2px;
  width: 100px;
  background-color: #949393;
}

#footer-area .footer-area-inner-content p {
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 10px;
}

#footer-area .footer-area-inner-content p a.pop-underline {
  margin: 4px 0 0 0;
  font-size: 15px;
}

#footer-area .footer-area-inner-content .quick-links {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}

#footer-area .footer-area-inner-content .quick-links li a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 27px;
  /* text-transform: capitalize; */
  text-decoration: none;

  display: inline-block;
  /* display: inline; */
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: 0.3s linear;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}

#footer-area .footer-area-inner-content .quick-links li a:hover {
  color: #7baac4;
  background-size: 0% 1px, 100% 1px;
  margin-left: 5px;
}

#footer-area .footer-area-inner-content .quick-links li a.borderhide:hover {
  background-size: unset;
  background-image: unset;
}

#footer-area .footer-area-inner-content .quick-links li a.adrs {
  text-transform: unset;
}



#footer-area .footer-area-inner-content .quick-links li {
  margin: 5px 0;
}

#footer-area .footer-area-inner-content .quick-links li i {
  color: #ffffff;
  font-size: 14px;
  margin-right: 6px;
}

#footer-area .footer-area-inner-content .quick-links li.media i {
  color: #ffffff;
  margin-right: 10px;
  /* margin-top: 5px; */
  width: 30px;
  font-size: 16px;
  height: 30px;
  /* background-color: #0e3849; */
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  /* border-bottom: 1px solid #fdfdfd; */
}

#footer-area .footer-bottom {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
  position: relative;
  border-top: 1px solid #c3bdbd8a;
}

#footer-area .footer-bottom .copy-right {
  margin-top: 8px;
  text-align: center;
}

#footer-area .footer-bottom .copy-right p {
  /* text-transform: capitalize; */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: #d8d2d2;
  margin-bottom: 0;
  line-height: 25px;
  font-family: "Quicksand", sans-serif;
}

#footer-area .footer-bottom .copy-right p a {
  color: #61a9d0;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
}

#footer-area .social-links {
  padding: 0;
  margin: 20px 8px 0 0;
}

#footer-area .social-links li {
  display: inline-block;
  margin-right: 6px;
}

#footer-area .social-links li a {
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  line-height: 43px;
  color: #fff3f3;
  font-size: 16px;
  height: 40px;
  margin-right: 5px;
  background: #0e3849;
  border-radius: 10px;
  transform: rotate(50deg);
  transition: .5s;
  border: 1px solid #fdfdfd;
}
#footer-area .social-links li a i{
  font-size: 15px;
  transform: rotate(-50deg);
}

#footer-area .social-links li a:hover {
  color: #ffffff;
  background: linear-gradient(to right, #327fa9, #0f4f72);
}

#footer-area .footer-area-inner-content .form-group input {
  margin: 10px 0;
  background-color: #dcdcdc;
  border: none;
  color: #0f1f3d;
}

/* ----- footer-area-end ------- */


/* ----- featured-area-start ------- */
.featured-area{
  width: 100%;
  position: relative;
  background-color: #404040;
  padding: 60px 0;
}
.featured-area .heading h3{
  color: #fff;
}
.featured-area .heading h3::after{
  background-color: #fff;
}
.featured-area .heading h3::before{
  background-color: #fff;
}
.featured-area .featured-bg-area{
  /* background-color: #e4c727; */
  padding: 19px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.7s ease;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.featured-area .featured-bg-area:hover{
  transform: translateY(-12px);
  box-shadow: 0 10px 50px #0000003b !important;
  background: #4d99b7;
  border-bottom: 4px solid #38758d;
}
.featured-area .featured-bg-area:hover h3 a{
  color: #fff;
}
.featured-area .featured-bg-area:hover p{
  color: #fff;
}
.featured-area .featured-bg-area h3 a{
  color: #393939;
    text-transform: capitalize;
    font-size: 27px;
    font-family: "Rufina", serif;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all 0.7s ease;
}
.featured-area .featured-bg-area p{
  font-size: 14px;
  color: #393939;
  line-height: 22px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* ----- featured-area-end ------- */

/* ----- heading-tag-area-start ------- */
.heading {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.heading h3 {
  text-transform: capitalize;
  font-weight: 700;
  color: #3f3f3f;
  position: relative;
  display: inline-block;
  padding: 0 0 12px 0;
  margin: 10px 0 30px;
  font-size: 27px;
  font-family: "Quicksand", sans-serif;
  /* text-shadow: 2px 2px 0 #ffa230; */
}


.heading h3::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  height: 1px;
  background-color: #3f3f3f;
  width: 32%;
}

.heading h3::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  height: 1px;
  background-color: #3f3f3f;
  width: 60%;
}
.heading p{
  text-align: justify;
}

/* ----- heading-tag-area-end ------- */

/* ----- custom-button-area-start ------- */
.bg_btn{
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.bg_btn svg{
  margin-left: 7px;
}
.bg_btn:hover{
  color: #fff;
}

/* ----- custom-button-area-end ------- */

/* ----- Collapsed-Sidebar-area-start ------- */
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  /* left: 0; */
  right: 0%;
  background-color: #111111a3;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #eeeeee;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #FCDB25;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 16px;
  cursor: pointer;
  background-color: #FCDB25;
  color: #000;
  padding: 10px 15px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.openbtn:hover {
  background-color: #FCDB25;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0%;
}

@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  /* .sidebar a {font-size: 13px;} */
}

/* ----- Collapsed-Sidebar-area-end ------- */


/* ----- social-media-sidebar-area-start ------- */
.mf-social-side-list {
  position: fixed;
  top: 30vh;
  right: 0;
  z-index: 100;
  padding: 9px 10px;
  border-radius: 6px 0 0 6px;

}
.mf-social-side-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
 padding: 0;
 margin:0
}
.mf-social-side-list ul li a {
  color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.mf-social-side-list ul li a:hover {
  opacity: .9;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #FCDB25;
}
.mf-social-side-list ul li a{
  background-color: #464545;
  border: 1px solid #fff;
}
/* .mf-social-side-list ul li a[href*='facebook'] {
  background: #3b5998;
}
.mf-social-side-list ul li a[href*='instagram'] {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);;
}
.mf-social-side-list ul li a[href*='youtube'] {
  background: #c4302b;
}
.mf-social-side-list ul li a[href*='linkedin'] {
  background: #0077B5;
}
.mf-social-side-list ul li a[href*='twitter'] {
  background: #00acee;
} */

/* ----- social-media-sidebar-area-end ------- */

/* ----- Awards-and-recognitions-area-start ------- */
.banner_award {
  /* padding-top: 45px; */
  display: block;
  padding-bottom: 20px;
}

.banner-award-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-award-left {
  width: 320px;
  padding-right: 20px;
}

.award-heading {
  font-size: 25px;
  font-weight: bold;
  line-height: 39px;
  font-family: "Quicksand", sans-serif;
}

.banner-award-right {
  width: calc(100% - 320px);
}

.award_slider {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.each_award_slide {
  flex-wrap: wrap;
  width: 12.5%;
  display: flex;
}

.each_award_slide img {
  width: 102px;
  transition: all 0.7s ease;
}

.each_award_slide img:hover {
  transform: translateY(-12px);
}

/* ----- Awards-and-recognitions-area-end ------- *

/* ----- placement-company-area-start ------- */
.placement-area {
  padding: 52px 0 38px;
}

.placement-area .owl-carousel .brand-info {
  position: relative;
}

.placement-area .owl-carousel .brand-info img {
  width: auto;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.placement-area .owl-carousel .brand-info img:hover {
  transform: scale(1);
}

.placement-area .owl-carousel .owl-item img {
  /* width: 160px;
  height: 125px;
  object-fit: contain; */
}

/* ----- placement-company-area-end ------- */


/* ----- ranking-area-start ------- */
.ranking-area {
  background-image: url('../images/student-bg.jpeg');
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 100px 0;
  position: relative;
}

.ranking-area::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #11469abd;
  opacity: .9;
  top: 0;
  left: 0;
}

.ranking-area .feature .content h5.title {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: bold;
}

.ranking-area .feature .content p {
  color: #ffffff;
}

.ranking-area .feature .content h2 {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 21px;
}

.ranking-area .feature .content h2.span.white-txt {
  color: #ffffff;
}

.ranking-area .feature .content {
  border-right: 2px solid #fff;
}

.ranking-area .feature .content .wrapping-area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: baseline;
}

.ranking-area .feature .content .wrapping-area span.white-txt {
  color: #ffffff;
  font-size: 33px;
  font-weight: 600;
  margin-left: 3px;
}

.ranking-area .feature .content .small-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
}

.ranking-area .feature .content .small-icon img {
  width: 39px;
  height: 39px;
  object-fit: contain;
}

/* ----- ranking-area-end ------- */


/* ----- services-area-start ------- */
.section-services {
  position: relative;
  padding: 36px 0 0 0;
}

.section-services .header-section {
	margin-bottom: 34px;
}

.section-services .header-section .title {
	position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	font-weight: 700;
    font-size: 32px;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #ff4500;
    border-radius: 3px;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
    border-radius: 3px;
}

.section-services .header-section .description {
	font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
	position: relative;
	z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #e4c727;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
}

.section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #FCDB25;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}
.section-services .single-service .icon img{
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.section-services .single-service:hover .icon {
	background-color: #fff;
	color: #ff4500;
}

.section-services .single-service .title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 19px;
  transition: color .3s;
  line-height: 29px;
}
.section-services .single-service .title a{
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 19px;
  transition: color .3s;
  font-family: "Rufina", serif;
  border-bottom: none;
}
.section-services .single-service .title a::after{
  background-color: transparent;
}

.section-services .single-service:hover .title {
	color: #fff;
}

.section-services .single-service .description {
  margin-bottom: 20px;
  font-size: 14px;
  color: #000000;
  transition: color .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-services .single-service:hover .description {
	color: #fff;
}

.section-services .single-service a {
	position: relative;
	font-size: 16px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
	color: #fff;
}

.section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #FCDB25;
	transition: background-color .3s;
}

.section-services .single-service:hover a:after {
	background-color: #fff;
}

/* ----- services-area-end ------- */


/* ----- testimonial-area-start ------- */
.client-section-two {
  background: #1e8bb812;
  padding: 43px 0 50px 0;
}
.client-box {
  background: #fff;
  border: 1px solid #F0F0F7;
  box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
  border-radius: 30px;
  padding: 25px;
  margin-bottom: 40px;
}
.client-box .client-content {
  border-bottom: 1px solid #E2E5F1;
}
.client-box .rating {
  font-size: 12px;
  margin-bottom: 13px;
}
.rating i.filled {
  color: #fbc418;
}
.client-box .client-content h6 {
  font-weight: 600;
  font-size: 18px;
  color: #28283C;
  margin-bottom: 12px;
}
.client-content p {
  margin-bottom: 24px;
  color: #686c7f;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.client-box .client-img {
  margin: 15px 0 0;
  display: flex;
  align-items: center;
}
.client-box .client-img img {
  width: 63px;
  height: 63px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}
.client-name h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
  color: #28283C;
  font-family: "Rufina", serif;
}
.client-name h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #74788d;
  margin-bottom: 0;
  text-align: left;
  font-family: "Quicksand", sans-serif;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  line-height: 12px;
  margin: 0;
  background: #F1E2EB;
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease;
}
.owl-dots .owl-dot.active span {
  background: #1e8bb8;
}
.owl-dots .owl-dot {
  margin-right: 5px;
}

/* ----- testimonial-area-end ------- */

/* -----scroll-to-top-area-start------- */
#scroll-top .scrollTop {
  position: fixed;
  right: 3%;
  bottom: 18px;
  background: #1e8bb8;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.35);
  animation: border-transform 10s linear infinite alternate forwards;
}

@keyframes border-transform {

  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }

  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }

  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }

  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }

  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }

  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }

  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

#scroll-top .scrollTop:hover {
  background-color: #279dcd;
}

#scroll-top .scrollTop span a {
  color: #ffffff;
}

#scroll-top .scrollTop span a i {
  position: absolute;
  top: 17px;
  left: 19px;
  font-size: 15px;
}

/* ----- scroll-to-top-area-end ------- */





.courses-grid{
padding: 17px;
  border-right: 1px dashed #fff;
  text-align: center;
  transition: all 0.7s ease;
}
.courses-grid:hover{
  transform: translateY(-12px);
  box-shadow: 0 10px 50px #ffffff3d !important;
  border-bottom: 4px solid #4187a3;
  border-radius: 11px;
}

.courses-grid:hover h3 a{
  color: #FCDB25;
}
.courses-grid h3{
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  margin-bottom: 22px;
  transition: all 0.7s ease;
  letter-spacing: 0.3px;
}
.courses-grid h3 a span{
  font-weight: 400;
}
.courses-grid p{
  font-size: 14px;
  color: #ffffff;
  line-height: 23px;
  font-weight: 400;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.courses-grid .pic-area{
  margin-bottom: 15px;
}
.courses-grid .pic-area img{
  width: 100%;
  border-radius: 5px;
}
.courses-grid p.short-descrip{
  text-align: center;
}
.courses-grid .view-all-btn-area{
  margin-top: 16px;
}

/* ----- speker-message-area-start ------- */
.speaker-message {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 71px 25px 72px 25px;
}
.speaker-info .user-area {
  width: 111%;
}
.speaker-info .user-area img:hover{
  filter: grayscale(0%);
}

.speaker-info .user-area img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  filter: grayscale(100%);
  margin: 0px 0px 30px 0px;
  border-style: solid;
  border-width: 11px 11px 11px 11px;
  border-color: #ffffff;
  transition: all 0.5s ease;
  border-radius: 100% 100% 100% 100%;
  box-shadow: 0px 10px 70px 0px #0000004a;
}

.speaker-info .quote-area {
  position: relative;
  width: 184%;
}

.speaker-message .speaker-wrap {
  max-width: 1077px;
  margin: 0 auto;
}

.speaker-message .speaker-wrap .speaker-info {
  display: flex;
  /* justify-content: space-around; */
  flex-direction: row;
  align-items: flex-start;
}

.speaker-info .quote-area img.quote-first {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.speaker-message .speaker-wrap .speaker-info .quote-area .quote-testimonial-content {
  font-size: 17px;
  /* font-style: italic; */
  font-weight: 500;
  color: #000;
  line-height: 28px;
}

.speaker-message .speaker-wrap .speaker-info .quote-area .quote-testimonial-content.first {
  margin-top: 10px;
}

.speaker-info .user-area .position-area h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 22px;
  margin: 29px 0 10px 0;
  font-weight: bold;
  line-height: 32px;
  font-family: "Quicksand", sans-serif;
}
.speaker-info .user-area .position-area h3 span{
  text-transform: capitalize;
}

.speaker-info .user-area .position-area p.sec {
  color: #000;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}

.speaker-info .user-area .position-area p.clg-name {
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.pop-underline {
  position: relative;
  background: none;
  margin: 5px 0 0 12px;
  border: none;
  overflow: hidden;
  font-size: 16px;
  color: #000;
  transition: color 600ms ease-in-out;
  padding-left: 0;
  font-weight: 500;
}

.pop-underline::after {
  content: "";
  display: block;
  position: relative;
  margin-top: 0.25em;
  border-bottom: 0.25em solid #FCDB25;
  opacity: 0;
  transition: all 450ms ease-in-out;
  width: 1%;
}

.pop-underline:hover::after {
  opacity: 1;
  width: 100%;
}

.pop-underline:hover {
  color: #000;
}

.pop-underline i {
  margin-left: 6px;
  font-size: 13px;
}

/* ----- speker-message-area-end ------- */



.section-services .facility-area{
  background-color: #FCDB25;
  text-align: center;
}
.section-services .facility-area::after{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #393b3da1;
  opacity: .9;
  top: 0;
  left: 0;
}
.section-services .row .col-lg-3{
  padding: 0;
}
.section-services .facility-area img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card {
  position: relative;
  width: 100%;
  background: radial-gradient(#111 50%, #000 100%);
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: unset;
}

img {
	max-width: 100%;
	display: block;
}

.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
	transform: scale(1.3);
	transition: 0.3s ease-out;
  filter: grayscale(100%);
}

.card:hover img {
	transform: scale(1.1) translateY(-10px);
	opacity: 0.4;
  filter: grayscale(0%);
}

.overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

	padding: 15px;
	text-align: center;
	color: #fff;
}
.overlay .btn-area{
  text-align: left;
}

.text-h1 {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}

.text-p {
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out 0.2s;
  font-size: 15px;
  text-align: left;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-a {
  display: inline-block;
  background: #256b87;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  transform: translateY(30px);
  opacity: 0;
  transition: all .3s ease-out 0.4s;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}

.overlay .link-a:hover {
  background: #FCDB25;
}

.card:hover .overlay .text-h1 {
	opacity: 1;
	transform: translateY(0);
}

.card:hover .overlay .text-p {
	opacity: 1;
	transform: translateY(0);
}

.card:hover .overlay .link-a {
	opacity: 1;
	transform: translateY(0);
}


/* ----- approval-area-start ------- */
.approval-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  position: absolute;
  z-index: 99;
  bottom: 4%;
  left: 33%;
}
.approval-header{
  position: absolute;
  bottom: 15%;
  left: 34%;
}
.approval-header h4{
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
}
.approval-info{
  width: 119px;
  position: relative;
}
.approval-info img{
  width: 80px;
  transition: all 0.7s ease;
}
.approval-info img:hover {
  transform: translateY(-12px);
}

/* ----- approval-area-end ------- */

/* ----- mission-&-vision-area-start ------- */
.mission-area {
  padding: 60px 0;
}

.mission-area .left-area {
  position: relative;
  padding: 28px;
  border-radius: 48px 0 48px 48px;
  box-shadow: 0 25px 35px rgba(50, 50, 93, 0.1), 0 15px 15px rgba(0, 0, 0, 0.07);
  height: 410px;
}

.mission-area .left-area.right {
  border-radius: 48px 0 48px 48px;
}

.mission-area .left-area h3 {
  color: #0d0d0d;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
}

.mission-area .left-area p {
  color: #ffffff;
}

.mission-area .right-area {
  position: relative;
  background-color: #80758c;
  padding: 48px;
  border-radius: 0 48px;
}

.mission-area .right-area h3 {
  color: #ffffff;
  font-size: 22px;
}

.mission-area .right-area p {
  color: #ffffff;
  text-align: justify;
  position: relative;
  z-index: 99;
}
.mission-area .left-area .left-pic {
  position: absolute;
  right: 11%;
  top: 8%;
}

.mission-area .left-area .left-pic img {
  width: 85px;
  opacity: 0.5;
  transition: all 0.7s ease;
}

.mission-area .right-area .right-pic {
  position: absolute;
  right: 53px;
  top: 8%;
  transition: all 0.7s ease;
}

.mission-area .right-area .right-pic img {
  width: 121px;
  opacity: 0.5;
  transition: all 0.7s ease;
}

.mission-area .left-area:hover img {
  transform: translateY(-20px);
}

.mission-area .right-area:hover img {
  transform: translateY(-20px);
  box-shadow: 0 0.5rem 1rem rgba(141, 98, 98, 0.15) !important;
}
.mission-area .left-area .mybox .smalltxt{
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.mission-area .left-area .view-all-btn-area{
  margin-top: 15px;
}

/* ----- mission-&-vision-area-start ------- */

/* ----- our-leadership-area-start ------- */
.leadership-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.leadership-info{
  width: 250px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 41px;
}
.leadership-info .pic-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.leadership-info .pic-area img{
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
}
.leadership-info h3{
  text-align: center;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  font-family: "Quicksand", sans-serif;
}
.leadership-info p{
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-family: "Rufina", serif;
  margin: 12px 0 10px 0;
}

/* ----- our-leadership-area-end ------- */

/* ----- principal-desk-area-start ------- */
.principal-desk{
  background-image: url(../images/clg-front-pic.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 77px 0 88px 0;
  position: relative;
  overflow: hidden;
}
.principal-desk::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(to right, #645a9dc4, #04d58ebf);
  opacity: .9;
  top: 0;
  left: 0;
  z-index: 9;
}
.principal-heading h3{
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
}
.principal-heading h3::after{
  position: absolute;
  content: "";
  left: 50%;
  top: 97%;
  /* bottom: -10px; */
  transform: translateX(-50%);
  height: 3px;
  background-color: #e0e0e0;
  width: 8%;
  border-radius: 15px;
}
.principal-desk .container.top-show{
  position: relative;
  z-index: 9;
}
.principal-desk .container .row.both-top-gap{
  margin-top: 53px;
}
.principal-desk .container .row.both-top-gap .pic-area img{
  max-width: 482px;
  margin: 0 auto;
  border-radius: 4px;
}
.principal-desk .container .row.both-top-gap .content-part{
  margin-top: 28px;
}
.principal-desk .container .row.both-top-gap .content-part p{
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
.principal-desk .container .row.both-top-gap .col-lg-6.left-gap-reduce{
  padding-left: 0;
}
.principal-desk .container .row.both-top-gap .proffer-info{
  text-align: center;
}
.principal-desk .container .row.both-top-gap .proffer-info h4{
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 22px;
  font-weight: 800;
}

/* ----- principal-desk-area-end ------- */

/* ----- bcpt-glance-area-start ------- */
.bcpt-glance{
  padding: 60px 0;
}
.pic-area-vector{
  text-align: center;
}
.pic-area-vector img{
  height: 222px;
  object-fit: contain;
  margin: 0 auto;
}
.pic-area-vector h4{
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
}



.single-academics-card3 {
  height: 299px;
  text-align: center;
  padding: 25px;
  /* border: 1px solid #eeeeee; */
  margin-bottom: 30px;
  position: relative;
  box-shadow: -4px 5px 35px rgba(50, 50, 93, 0.1), 0 15px 15px rgba(0, 0, 0, 0.07);
  border-radius: 17px;
}

.single-academics-card3::before {
  position: absolute;
  content: "";
  height: 100%;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  /* background-color: #e32845; */
  background: linear-gradient(to right, #645a9dc4, #04d58ebf);
  transition: all ease 0.5s;
}

.single-academics-card3 .icon {
  margin: 15px 0 20px;
}

.single-academics-card3 .icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.single-academics-card3 .icon img {
  /* font-size: 35px; */
  height: 65px;
  width: 65px;
  /* line-height: 72px; */
  border-radius: 10px;
  border: 1px solid #dbc130;
  display: inline-block;
  color: #e32845;
  position: relative;
  transition: 0.9s;
  padding: 8px;
}

.single-academics-card3 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  transition: all ease 0.5s;
}

.single-academics-card3 p {
  position: relative;
  transition: all ease 0.5s;
}

.single-academics-card3:hover::before {
  width: 100%;
  border-radius: 17px;
  left: 0;
  right: auto;
}

.single-academics-card3:hover .icon img {
  color: #ffffff;
  border-color: #ffffff;
  transform: rotate(45deg);
}

.single-academics-card3:hover h3 {
  color: #ffffff;
}

.single-academics-card3:hover p {
  color: #ffffff;
}

.single-academics-card3:hover .pop-underline {
  color: #ffffff !important;
}

.single-academics-card3 .pop-underline {
  color: #000000;
}

/* .single-academics-card3 .button-area .pop-underline{
  color: #000000;
} */
.academics-area .small-text {
  text-align: center;
  margin-bottom: 41px;
}

.academics-area .small-text p {
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
}
.academics-left-content{
  margin-top: 38px;
}

/* ----- bcpt-glance-area-end ------- */

/* ----- admission-apply-area-start ------- */
.admission-apply{
  padding: 60px 0;
}
.admission-apply .left-content h3{
  font-size: 29px;
  margin-bottom: 27px;
}
.admission-apply .left-content p{
  font-size: 16px;
    line-height: 27px;
}
.admission-apply .left-content .button-area .apply-btn{
  font-size: 16px;
  font-weight: 600;
}
.admission-apply .left-content .button-area .apply-btn svg{
  width: 18px;
  height: 30px;
  margin-left: 3px;
}
.admission-apply .youtube-video-area iframe{
  width: 100%;
  height: 350px;
}

/* ----- admission-apply-area-end ------- */

/* ----- quick-links-area-start ------- */
.quick-links-area{
  overflow: hidden;
  background: #3E4265;
  padding: 32px 0 50px 0;
}
.quick-links-area .heading h3{
  color: #fff;
}
.quick-links-area .heading h3::after{
  background-color: #fff;
}
.quick-links-area .heading h3::before{
  background-color: #fff;
}
.link-area ul li{
  margin-bottom: 7px;
}
.link-area ul li a{
    color: #fff;
    font-size: 15px;
}
.link-area ul li a i{
  font-size: 12px;
  margin-right: 3px;
}

/* ----- quick-links-area-end ------- */

/* ----- breadcrumb-area-start ------- */
#header-banner-area {
  padding: 50px 0 67px 0;
  background-repeat: no-repeat;
  background-image: url(../images/breadcrumb-pic-1.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  /* height: 334px; */
  background-attachment: fixed;
}

#header-banner-area::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: #373631cf;
  opacity: .9;
  top: 0;
}

#header-banner-area .header-banner {
  text-align: left;
  width: 100%;
  position: relative;
}

#header-banner-area .header-banner h1 {
  color: #ffffff;
  font-size: 23px;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

#header-banner-area .header-banner ul {
  padding: 0;
  margin: 0;
}

#header-banner-area .header-banner ul li {
  display: inline-block;
  color: #FFC72C;
  margin-right: 5px;
  font-weight: 500;
  font-size: 14px;
}

#header-banner-area .header-banner ul li a {
  display: block;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  color: #e2dfdf;
  text-transform: capitalize;
}

#header-banner-area .header-banner ul li a:hover {
  color: #ced1d2;
}

/* ----- breadcrumb-area-end ------- */

/* ----- contact-us-area-start ------- */
.contact-us {
  width: 100%;
  position: relative;
}

#contact-us .contact-details .contact-detail-box {
  padding: 20px;
  border-radius: 1.5rem;
  background: #ffffff;
  height: 100%;
  text-align: center;
  transition: all 0.7s ease;
  box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.08);
}

#contact-us .contact-details .contact-detail-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#contact-us .contact-details .contact-detail-box img {
  max-width: 60px;
  margin: 0 auto;
}

#contact-us .contact-details .contact-detail-box h4 {
  margin: 30px 0 15px;
  text-transform: inherit;
  font-size: 17px;
  font-weight: bold;
}

#contact-us .contact-details .contact-detail-box a,
#contact-us .contact-details .contact-detail-box p {
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #4f5a6b;
}

#contact-us .contact-details .contact-detail-box a:hover {
  color: #1e8bb8;
}

#contact-us .contact-form {
  margin-top: 40px;
}

#contact-us .contact-form .form-area {
  padding: 60px 30px 35px;
  background: #ffffff;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  box-shadow: 2px 3px 11px rgba(0, 0, 0, 0.08);
}

#contact-us .contact-form .map-area {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  overflow: hidden;
}

#contact-us .contact-form iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

#contact-us .contact-form .form-control {
  border: none;
  border-radius: 0.25rem;
  height: 48px;
  background-color: #f5f5f5;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #313131;
  box-shadow: none;
  padding: 10px 15px;
  letter-spacing: 0;
  outline: none;
  transition: all 0.7s ease;
}

#contact-us .contact-form .form-control:focus {
  border: 2px solid #1e8bb8;
}

#contact-us .contact-form textarea.form-control {
  height: auto;
}

#contact-us .contact-form .form-area form {
  margin-top: 30px;
}

#contact-us .contact-form .form-area h2.section-heading {
  font-size: 25px;
  font-weight: bold;
}

/* ----- contact-us-area-end ------- */

.submit_btn{
  background-color: #256b87;
  border: 2px solid #256b87;
  color: #fff;
  transition: .5s;
  padding: 8px 35px;
  border-radius: 30px;
  font-size: 14px;
}
.submit_btn:hover{
  color: #fff;
}
.mission-area .about-top-content{
  margin-bottom: 51px;
}
.mission-area .about-top-content.top-gap{
  margin: 39px 0 0 0;
}

/* ----- our-trust-area-start ------- */
.course-table-area {
  margin-top: 20px;
}
.course-table-area .table {
  position: relative;
  width: 486px;
}
.course-table-area .table tr th {
  font-size: 15px;
  font-weight: 800;
  background-color: #124c64;
  color: #fff;
}
.course-table-area .table tr td {
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
}
.course-table-area h4.trustee{
  font-weight: bold;
  color: #363636;
}

/* ----- our-trust-area-end ------- */

/* ----- message-of-secretary-area-start ------- */
.secretary-message-area{
  padding: 60px 0;
}
.secretary-message-area .pic-area img{
  width: 100%;
}
.secretary-message-area .content-area p{
  line-height: 29px;
  text-align: justify;
}

/* ----- message-of-secretary-area-end ------- */

/* ----- message-of-principal-area-start ------- */
.secretary-message-area .pic-area h4{
  font-size: 19px;
  text-align: center;
  margin: 15px 0 12px 0;
  color: #124c64;
  font-weight: 600;
}
.secretary-message-area .pic-area h5{
  text-align: center;
  font-size: 17px;
  color: #124c64;
}

/* ----- message-of-principal-area-end ------- */

/* ----- governing-body-area-start ------- */
.course-table-area .table.governing-body{
  width: 980px;
}

/* ----- governing-body-area-end ------- */

/* ----- affiliations-approvals-area-start ------- */
.affiliations-approvals-area{
  padding: 60px 0;
}
.affiliate-wrap{
  display: flex;
  align-items: flex-start;
  margin-bottom: 71px;
}
.affiliate-wrap .left-area img{

}
.affiliate-wrap .right-area{
  margin-left: 47px;
}
.affiliate-wrap .right-area ul li{
  margin-bottom: 14px;
}
.affiliate-wrap .right-area ul li a{
  font-family: "Rufina", serif;
  color: #010089;
  font-size: 17px;
}
.affiliate-wrap .right-area ul li a i{
  margin-right: 10px;
  font-size: 16px;
}
.affiliate-wrap .left-area p{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
}

/* ----- affiliations-approvals-area-end ------- */

/* ----- why-bcpt-area-start ------- */
.why-bcpt-area{
  padding: 60px 0;
}
.why-bcpt-area .content-area ul li{
  color: #00053E;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}
.why-bcpt-area .content-area ul li i{
  font-size: 12px;
  margin-right: 6px;
}
.why-bcpt-area .content-area .credit-pic-area{
  margin-top: 25px;
}
.why-bcpt-area .content-area .credit-pic-area img{
  width: 355px;
}

/* ----- why-bcpt-area-end ------- */

/* ----- scholarship-area-start ------- */
.scholarship-area{
  padding: 60px 0;
}
.scholarship-content h3{
  font-weight: 600;
  font-size: 23px;
  color: #124c64;
}
.scholarship-content ul{
  margin-left: 24px;
  margin-top: 28px;
}
.scholarship-content ul li{
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
}

/* ----- scholarship-area-end ------- */

/* ----- b-pharm-result-area-start ------- */
.pharmacy-result-area{
  padding: 60px 0;
}
.pharmacy-result-area .content-area{
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.pharmacy-result-area .content-area ul li{
  margin-bottom: 12px;
}
.pharmacy-result-area .content-area ul li i{
  font-size: 14px;
  margin-right: 4px;
}
.pharmacy-result-area .content-area ul li a{
  color: #124c64;
  font-size: 16px;
  font-weight: 600;
}

/* ----- b-pharm-result-area-end ------- */

/* ----- anti-ragging-committee-area-start ------- */
.different-committee-area{
  padding: 60px 0;
}
.different-committee-area .committee-pic-area img{
  width: 100%;
}
/* ----- anti-ragging-committee-area-end ------- */

/* ----- gallery-area-start ------- */
.gallery-area{
  position: relative;
  padding: 70px 0;
}
.widget-gallery {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 320px; */
}

.widget-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
      -ms-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  background: transparent;
  color: #fff;
}

.widget-gallery .gallery-btn:hover {
  color: #fff;
  background: transparent;
}

.widget-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  margin-bottom: 28px;
}

.widget-gallery .gallery-thumb:before {
  content: '';
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: #000000;
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: inherit;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.widget-gallery .gallery-thumb img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}

.widget-gallery .gallery-thumb:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.widget-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.widget-gallery .gallery-btn i{
  background: #124c64;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* ----- gallery-area-end ------- */

/* ----- placement-inner-page-area-start ------- */
.placement-inner-area{
  padding: 60px 0;
}
.placement-inner-area .pic-area img{
  max-width: 529px;
  margin: 0 auto;
  border-radius: 5px;
}
.placement-inner-area .right-content p{
  line-height: 30px;
}
.six-logo-wrap ul{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 16px;
}
.six-logo-wrap ul li img{
  width: 186px;
}
.six-logo-wrap{
  margin-top: 70px;
}
.success-stories-area .header-area h3{
  color: #493197;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 35px;
}
.stories-area{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.stories-area .pic-area img{
  width: 82px;
  height: 145px;
  object-fit: contain;
}
.stories-area .right-content{
  margin-left: 20px;
}
.stories-area .right-content h4{
  color: #FF9090;
  font-size: 21px;
  font-weight: bold;
}
.stories-area .right-content p{
  font-weight: 500;
  color: #7a7a7a;
  line-height: 29px;
}

/* ----- placement-inner-page-area-end ------- */

/* ----- administration-team-area-start ------- */
.administration-team-area{
  padding: 60px 0;
}
.adminis-team-wrap ul{
  display: flex;
  justify-content: space-evenly;
}
.adminis-team-wrap ul li{
  text-align: center;
}
.adminis-team-wrap ul li img{
  width: 259px;
}
.adminis-team-wrap ul li h4{
  font-size: 18px;
  margin: 22px 0 11px 0;
  font-weight: bold;
}
.adminis-team-wrap ul li p{
  font-size: 16px;
  font-weight: 500;
}

/* ----- administration-team-area-end ------- */

/* ----- principal-profile-area-start ------- */
.principal-profile-area{
  padding: 60px 0;
}
.principal-profile-area .pic-area img{
  max-width: 529px;
  margin: 0 auto;
  border-radius: 5px;
}
.principal-profile-area .row .col-lg-6.padding-left-reduce{
  padding-left: 0;
}
.principal-profile-area .qualification-area p{
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  color: #302e2e;
  line-height: 30px;
}
.principal-profile-area .qualification-area p span{
  font-style: italic;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}
.principal-profile-area .qualification-area p a{
  color: #0274be;
  font-weight: bold;
}

/* ----- principal-profile-area-end ------- */

/* ----- b-pharm-admission-details-area-start ------- */
.b-pharm-admission-details-area{
  padding: 60px 0;
}
.b-pharm-admission-details-area .content-area{
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.b-pharm-admission-details-area .content-area ul{
  margin-bottom: 25px;
}
.b-pharm-admission-details-area .content-area ul li{
  display: flex;
      align-items: baseline;
      text-align: justify;
      font-size: 16px;
      line-height: 29px;
      font-weight: 400;
}
.b-pharm-admission-details-area .content-area ul li i{
  color: #124c64;
  font-size: 13px;
  margin-right: 5px;
}
.b-pharm-admission-details-area .content-area p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.b-pharm-admission-details-area .content-area p span{
  font-family: "Rufina", serif;
  font-size: 16px;
  font-weight: bold;
}

/* ----- b-pharm-admission-details-area-end ------- */

/* ----- admission-query-area-start ------- */
.admission-query-form{
  padding: 60px 0;
}
.admission-query-form .form-area{
  padding: 23px;
  border-radius: 8px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}
.admission-query-form .form-area .form-group label{
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}
.admission-query-form .form-area .form-group .form-control{
  height: 46px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}
.admission-query-form .form-area .form-group .form-control-textarea{
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  outline: none;
  color: #495057;
}

/* ----- admission-query-area-end ------- */
