body {
  font-family: 'Quicksand', sans-serif;

}

textarea:focus,
input:focus,
button {
  outline: none;
}

*:focus {
  outline: none;
}

a,
button {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px !important;
  background: transparent;
  box-shadow: none;
}

#header {
  padding: 28px 0 !important;
}

#header.sticky_header .header_default.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 32;
  opacity: 1;
  -webkit-transform: translateZ(0);
}

#header.sticky_header .header_default.fixed .header-menu>li {
  margin-bottom: 0;
}

#header.sticky_header .header_default.fixed .header-menu>li>a {
  color: #333;
}

#header.sticky_header .header_default.fixed:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  z-index: 10;
  bottom: -3px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
  padding: 15px 0 !important;
}

.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  color: #333333;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
}

.topnav a:hover {
  color: #f0cfc3;
  text-decoration: none;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav-right {
  float: right;
}

.menu-top {
  padding-top: 30px;
}


#sidebar-wrapper {
  top: 0;
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #fff;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.5s ease-in 0s;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 50px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #f0cfc3;
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
  background: none;
  color: #000;
  border: none;
}

#sidebar-wrapper.active {
  top: 0;
  right: 250px;
  width: 250px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

.banner-in {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  padding: 150px 0;
  background-position: center;
}

.banner-h1 {
  font-size: 80px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  font-weight: 400;
  font-family: 'Quicksand', sans-serif;
}

.banner-h3 {
  text-align: center;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 30px;

}

.anyonyam-glance {
  background-color: #efefef;
  text-align: center;
  color: #4f4f4f;
  padding: 50px 0;
  clear: both;
}

.anyonyam-glance h1 {
  font-size: 40px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 32px;
  margin: 0;
}

.anyonyam-glance h2 {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 25px;
}

.anyonyam-glance p {
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 100px;
}

.button-4 {

  background-color: #eca798;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 20px 0 0;
  display: inline-block;
}

.button-4 a {
  display: inline-block;
  width: 140px;
  height: 50px;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
}

.eff-4 {
  display: inline-block;
  width: 140px;
  height: 50px;
  left: -140px;
  background: #d49689;
  position: absolute;
  transition: all .5s ease;
  z-index: 1;
}

.button-4:hover .eff-4 {
  left: 0;
}

.button-4:hover a {
  color: #fff;
  text-decoration: none;
}

.arpeed-box-txt {
  padding: 32px 0 !important;
  color: #4f4f4f;
}

.arpeed-box-txt p {
  font-size: 17px;
  margin-top: 16px;
}

.intro {
  width: 100%;
  height: 30px;
}

.button-1 {
  width: 140px;
  height: 50px;
  border: 2px solid #34495e;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 0 40px 0;
}

.button-1 a {
  font-family: arial;
  font-size: 16px;
  color: #34495e;
  text-decoration: none;
  line-height: 50px;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
}

.eff-1 {
  width: 140px;
  height: 50px;
  top: -2px;
  right: -140px;
  background: #34495e;
  position: absolute;
  transition: all .5s ease;
  z-index: 1;
}


.child-img {
  padding: 0;
}

/* 
   *  Author: Piotr Elmanowski
   *  Company: Frontoes.com
   *  Distributed and described: css-workshop.com
   *  v1.0
   */

.hvrbox,
.hvrbox * {
  box-sizing: border-box;
}

.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.hvrbox img {
  max-width: 100%;
}

.hvrbox_background {
  width: 400px;
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hvrbox .hvrbox-layer_bottom {
  display: block;
}

.hvrbox .hvrbox-layer_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  color: #333;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hvrbox .hvrbox-layer_top1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #eca798;
  color: #333;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hvrbox .hvrbox-layer_top2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f0cfc3;
  color: #333;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.box3Hover:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}

.box3Hover:hover .hvrbox-layer_top1,
.hvrbox.active .hvrbox-layer_top1 {
  opacity: 1;
}

.box3Hover:hover .hvrbox-layer_top2,
.hvrbox.active .hvrbox-layer_top2 {
  opacity: 1;
}

.hvrbox .hvrbox-text {
  text-align: center;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid rgb(179, 179, 179);
  /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}

.hvrbox.active .hvrbox-text_mobile {
  display: block;
}

.hvrbox .hvrbox-layer_image {
  padding: 0;
  background: none;
}

.hvrbox .hvrbox-layer_slideup {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.box3Hover:hover .hvrbox-layer_slideup,
.hvrbox.active .hvrbox-layer_slideup {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hvrbox .hvrbox-layer_slidedown {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.box3Hover:hover .hvrbox-layer_slidedown,
.hvrbox.active .hvrbox-layer_slidedown {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hvrbox .hvrbox-layer_slideleft {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.box3Hover:hover .hvrbox-layer_slideleft,
.hvrbox.active .hvrbox-layer_slideleft {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hvrbox .hvrbox-layer_slideright {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.box3Hover:hover .hvrbox-layer_slideright,
.hvrbox.active .hvrbox-layer_slideright {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hvrbox .hvrbox-layer_scale {
  border-radius: 50%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.box3Hover:hover .hvrbox-layer_scale,
.hvrbox.active .hvrbox-layer_scale {
  border-radius: 0%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hvrbox .hvrbox-layer_rotate {
  border-radius: 50%;
  -moz-transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
}

.hvrbox:hover .hvrbox-layer_rotate,
.hvrbox.active .hvrbox-layer_rotate {
  border-radius: 0%;
  -moz-transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.hvrbox .hvrbox-layer_scale-rotate {
  border-radius: 50%;
  -moz-transform: scale(0) rotateZ(0);
  -webkit-transform: scale(0) rotateZ(0);
  -ms-transform: scale(0) rotateZ(0);
  transform: scale(0) rotateZ(0);
}

.box3Hover:hover .hvrbox-layer_scale-rotate,
.hvrbox.active .hvrbox-layer_scale-rotate {
  border-radius: 0%;
  -moz-transform: scale(1) rotateZ(360deg);
  -webkit-transform: scale(1) rotateZ(360deg);
  -ms-transform: scale(1) rotateZ(360deg);
  transform: scale(1) rotateZ(360deg);
}
.form-row{
  display:-webkit-flex;
  display: flex;
   flex-wrap: wrap;
  width: 100%;
}

.child1 {
  background-color: #efefef;
}

.child2 {
  background-color: #eca798;
}

.child3 {
  background-color: #f0cfc3;
}

.boxes {
  padding: 0px 0px;
}

.reg {
  color: #eca798;
}

.reg :hover {
  color: #eca798;
  text-decoration: none;
}

.shot-p {
  font-size: 16px;
  font-style: italic;
}

.title-register {
  padding: 20px 0px;
}

.login_box {
  background: #fbfbfb;
  padding: 20px;
  margin-top: 25px;
  box-shadow: 2px 2px 2px 2px #fbfbfb;
}

.user_label {
  color: #848484;
}

.profile_name {
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  color: #998178;
  padding: 22px 0;
}

.button-logout {
  background: #f0cfc3;
  color: #fff;
  padding: 5px 20px;
}

.nav-tabs>li {
  float: initial;
  margin-bottom: -1px;
}

.up-pr-h1 {
  font-family: 'Quicksand';
  text-align: center;
  color: #4f4f4f;
}

.up-pr-p {
  font-family: 'Quicksand';
  font-size: 16px;
  color: #dd9323;
  line-height: 1.4;
  text-align: justify;
}

.up-pr-mr {
  margin-top: 50px;
}

.up-a {
  font-family: Quicksand;
  color: #4f4f4f;
  margin: 27px 0 20px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.up-a:hover {
  color: #f0cfc3;
  text-decoration: none;
}

.up-img {
  margin: 30px 0;

}

.up-lct {
  margin-bottom: 2px;
  color: #aaa;
  font-size: 13px;
}

.qt-bg {
  background-color: #efefef;
}

.qt-h {
  padding: 50px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.single_banner {
  background: #4f4f4f;
}

.single_banner h2 {
  text-align: center;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  line-height: 55px;
  font-weight: 500;
  font-size: 50px;
  padding: 50px;
  text-transform: uppercase;
}

.single_banner1 {
  display: none;
  background: #efefef;
}

.single_banner1 ul {
  list-style-type: none;
  /* float: left; */
  display: inline-flex;
  text-transform: uppercase;
  padding: 5px;
  padding-bottom: 0px;
}

ul.breadcru {
  margin: 0px;
  padding: 10px 0px;
}

ul.breadcru li {
  display: inline-block;
  margin-right: 5px;
}

.single_banner1 a {
  color: #8a8585;
  text-decoration: none;
}

.single_banner1 i {
  color: #8a8585;

}

.single_banner1 a:hover {
  color: #f0cfc3;
  text-decoration: none;
}

.single-h3 {
  color: #8a8585;
  font-family: 'Quicksand', sans-serif;
}

.details-pro {
  padding-top: 106px;
}

.details-pro span {
  color: #eca798;
}

@media (min-width: 560px) and (max-width: 2000px) {
  .but-login {
    float: right;
    margin-top: -100px;
    margin-right: 267px;
  }

  .but-login1 {
    float: right;
    margin-top: -28px;
    margin-right: 267px;
  }


}

@media (min-width: 300px) and (max-width: 560px) {
  .details-wrp2 {
    width: 100%;
}

  .but-login {

    margin-left: 0px;
  }

  .but-login1 {

    margin-left: 0px;
  }

  .program-list-grid {
    margin-bottom: 20px;
    padding: 5px;
  }

  .program-list-grid img {
    width: 100%;
    height: 150px;
  }
}

.single-jion {
  margin-bottom: 30px;
}

footer {
  background: #fff;
  padding: 20px;
  text-align: center;
}

.footer-ul {
  display: inline-flex;
  list-style-type: none;
  font-size: 20px;
}

.footer-ul li {
  padding: 10px;
}

.footer-ul a {
  color: #888484;
}

.footer-ul a:hover {
  color: #d49689;
}

.po-by {
  color: #eca798;
  text-decoration: none;
}

.up-pr-p1 {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #5e7f96;
  line-height: 1.4;
  text-align: justify;
  background: #cfebfe;
  padding: 10px;
  border-radius: 5px;
  margin: 0px 14px;
}

.but-login a {

  background: #eca798;
  border-radius: none;
  border-radius: inherit;
  color: #fff;
  font-size: 15px;
  padding: 10px 49px;
}

.but-login1 a {

  background: #eca798;
  border-radius: none;
  border-radius: inherit;
  color: #fff;
  font-size: 15px;
  padding: 10px 49px;
}

.sub-buton {
  background: #eca798;
  border-radius: none;
  border-radius: inherit;
  color: #fff;
  font-size: 15px;
  padding: 10px 49px;
}

.pro-imgs {
  width: 100%;
  height: 2px;
}

.login_page_con {
  margin-top: 42px;
}

.mail {
  border: 1px solid #cebaba;
  padding: 47px
}

.up-a p {
  height: 28px;
}

.read_more {
  display: none;
}

.details-pro1 {
  padding-top: 40px;
  line-height: 40px;
}

.details-pro1 span {
  color: #eca798;
}

.time {
  padding-left: 65px;
}

.contact_cont {
  margin: 0px 250px 0px 250px;
}

.contact_head {
  text-align: center;
  font-family: Quicksand;
  color: #eca798;
  padding: 15px;
  font-size: 35px;
}

.contact_input {

  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #e9e8e8;
  background-image: none;
  border: none;
  /* border: 1px solid #ccc; */
  /* border-radius: 4px; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.contact_submit {
  background-color: #eca798;
  color: #fff;

  padding: 15px 45px 15px 45px;
  border-radius: 0;
  border: none;
  margin-bottom: 34px;
}

.footer_list {
  display: inline-flex;
}

.footer_list li {
  list-style: none;
  list-style: none;
  padding: 10px;
  font-size: 17px;
}

.footer_list li a {
  color: #656769;
}

.copyright_text {
  color: #9b9b9f;
}

.copyright_text a {
  color: #5c5c5f;
  text-decoration: underline;
}

.about_head {
  padding-top: 16px;
  padding-bottom: 15px;
}

.about p {
  font-size: 15px;
}

.about p a {
  color: #e7b8a7;
}

.about_join {
  background-color: #ededf1;
}

.about_join h2 {
  /*margin-left: 153px;*/
  padding: 25px 25px 25px 0px;

}

.about_join button {
  /* margin-left: 175px;*/
  margin-bottom: 60px;
}

.contact_border {
  padding-bottom: 11px;
}

.contact_border2 {

  border-bottom: 1px solid #e9e8e8;
  border-top: 1px solid #e9e8e8;
  padding: 10px;
}

.contact_border1 {
  padding: 10px;
}

.contact_icon {
  margin-top: 21px;
  font-size: 31px;
  color: #eca798;
  background-color: #fff;
}

.contact_icon1 {
  margin-top: 15px;
  font-size: 31px;
  color: #eca798;
  background-color: #fff;
}

.contact p {
  color: #aba4a4;
}

.contact_textarea {
  background: #e9e8e8;
  width: 100%;
  border: none;
  padding: 10px;
}

.program-list-grid h5 {
  font-family: Quicksand;
}

.program-list-grid p {
  font-family: Quicksand;
}

.program-list-grid h4 {
  font-family: Quicksand;
}

.malayalam-title {
  padding-top: 180px;
}

.icon-btn .icon_in_btn {
  position: absolute;
  padding: 0 23px;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 16px;
  border-right: 2px solid transparent;
}

.fa-play-circle:before {
  content: "\f144" !important;
}

.icon-btn .icon_in_btn:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-btn {
  display: inline-block;
  position: relative;
  padding-left: 46px;
  border: 2px solid transparent;
  text-decoration: none !important;
}

.icon-btn .link-title {
  display: block;
  padding: 8.5px 14.5px;
  min-width: 144px;
  line-height: 1.66666666;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.mb-bottom-40 {
  margin-bottom: 40px;
}

.quote-home {
  padding: 80px 0px;
  margin-top: 30px;
}

.quote-home h1 {
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}

.video-section {
  padding: 200px 0px;
  text-align: center;
}

.video-section h3 {
  line-height: 34px;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.video-section a {
  color: #ffffff;
  border-color: #ffffff;
  transition: color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
  display: inline-block;
  position: relative;
  padding-left: 46px;
  border: 2px solid;
  text-decoration: none !important;
}

.video-section a i {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  padding: 9px 15px;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  border-right: 2px solid;
  border-color: #ffffff;

  transition: color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.video-section a i span {
  background-color: transparent;
  display: block;
  padding: 8.5px 14.5px;
  min-width: 144px;
  line-height: 1.66666666;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

/*New Contact*/

.contact-details h3,
.contact-form h3 {
  line-height: 34px;
  letter-spacing: -1px;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 35px;
  font-family: Quicksand;
  color: #4f4f4f;
}

.contact-details .address {
  display:-webkit-flex;
  display: flex;
  border-top: 1px solid #efefef;
  align-items: flex-start;
  padding: 20px 0px;
  border-bottom: 1px solid #efefef;
}

.contact-details i {
  font-size: 35px;
  color: #eca798 !important;
  width: 35px;
  margin-right: 20px;
  flex: 0 0 35px;
}

.contact-details h6 {
  color: #555555;
  margin: 0 0 1px;
  line-height: 20px;
  font-weight: 500;
  font-size: 14px;
}

.contact .contact-details p {
  color: #555555;
  opacity: 0.6;
  transition: all 400ms linear;
}

.contact .contact-details .address-details:hover p {
  opacity: 1;
}

.phone-email {
  display:-webkit-flex;
  display: flex;
   flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  align-items: flex-start;
  padding: 20px 0px;
}

.phone-email aside {
  width: 50%;
  display:-webkit-flex;
  display: flex;
 }

.phone-email a {
  color: #555555;
  text-decoration: none !important;
  opacity: 0.6;
}

.phone-email a:hover {
  opacity: 1;
  color: #eca798;
}

.large-prog-img {
    height: 500px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: left center;
}

.contact_input {
  display: block;
  padding: 6px 12px !important;
  height: 45px;
  line-height: 1.42857143;
  border-radius: 0;
  border: 2px solid #efefef;
  background: #efefef;
  box-shadow: none !important;
  color: #555;
  font-size: 14px;
  margin-bottom: 40px;
}

.contact_input:focus {
  background-color: #fff;
  border-color: #efefef;
  outline: none;
}

.contact_textarea {
  display: block;
  padding: 6px 12px !important;
  line-height: 1.42857143;
  border-radius: 0;
  border: 2px solid #efefef;
  background: #efefef;
  box-shadow: none !important;
  color: #555;
  font-size: 14px;
  margin-bottom: 40px;
  font-family: "Open Sans";
}

.contact_textarea:focus {
  background-color: #fff;
  border-color: #efefef;
  outline: none;
}

/*programmes*/

.cov-alert {
  border: 1px solid transparent;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 1em 1em 1em 1em;
  position: relative;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #5e7f96;
  border-color: #cfebfe;
  background-color: #dff2fe;
  border-radius: 5px;
  display:-webkit-flex;
  display: flex;
   font-family: "Open Sans";
  align-items: center;
}

.cov-alert i {
  color: #56b0ee;
  font-size: 25px;
  margin-right: 15px;
}

.border-header header#header {
  border-bottom: 1px solid #efefef;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 18px;
    font-weight: bold;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-size: 18px;
    font-weight: bold;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 18px;
    font-weight: bold;
}
.programme-img-wrap {
  height: 170px;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.programme-img-wrap i {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 50%;
  color: #fff;
  border: 2px solid #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 8px 0px 0px;
  transform: translateY(-50%) rotate(180deg);
  transition: all 400ms linear;
  opacity: 0;
}

.programme-img-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgb(0 0 0 / 38%);
  transition: all 400ms linear;
  opacity: 0;
}

.programme-img-wrap:hover i,
.programme-img-wrap:hover:before {
  opacity: 1;
}

.programme-img-wrap:hover i {
  transform: translateY(-50%) rotate(0deg);
}

.program-list-grid {
  margin-bottom: 20px;
  padding: 0px 15px;
  height: auto;
}

.program-list-grid img {
  width: 100%;
  height: auto;
}

.row-small {
  margin-right: -5px;
  margin-left: -5px;
}

.program-list-grid a p {
  margin-bottom: 10px;
}

.program-list-grid p i {
  width: 15px;
  margin-right: 3px;
  text-align: left;
}

.d-flex {
  display:-webkit-flex;
  display: flex;
   flex-wrap: wrap;
 }
.d-flex:before,
.d-flex:after{
  display: none !important;
}
.d-flex .program-list-grid {
  display:-webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: space-between;
  flex: 0 0 25%;
  max-width: 25%;
 
}
.d-flex .program-list-grid > aside{
    display:-webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.d-flex .program-list-grid img {
  display:-webkit-flex;
  display: flex;
  align-self: flex-end;
}

.d-flex .up-a,
.up-lct {
  width: 100%;
}
.algn-center{
  text-align: center;
}
.view-all-in {
    background-color: #eca798;
    color: #fff;
    padding: 15px 45px 15px 45px;
    border-radius: 0;
    border: none;
    margin: 25px 0;
    display: inline-block;
    text-transform: uppercase;
}
.view-all-in:hover{
  color: #fff;
  text-decoration: none;
}

section {
    clear: both;
}
@media(max-width: 575px) {
  .single_banner h2 {
    line-height: 45px;
    font-weight: 500;
    font-size: 33px;
  }
  .d-flex .program-list-grid {
    width: 100%;
  }
  .anyonyam-glance p {
   padding: 0 10px;
  }
  .banner-h1 {
    font-size: 52px;
  }
  .banner-h3 {
    font-size: 21px;
  }
  .anyonyam-glance h1 {
    font-size: 28px;
  }
  .anyonyam-glance h2 {
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 13px;
  }
  .quote-home h1 {
    font-size: 20px;
  }
  .quote-home {
    padding: 15px 0px;
  }
  .video-section {
    padding: 70px 0px;
    text-align: center;
  }
  .up-pr-h1 {
    font-size: 24px;
  }
  .contact-section h2 {
    font-size: 24px;
  }
  .hvrbox .hvrbox-layer_top {
    position: inherit;
  }
  .arpeed-box-txt {
    padding: 16px 0 !important;
  }
  .arpeed-box-txt h2 {
    margin-top: 10px;
  }
  .hvrbox {
    position: initial;
  }
  .hvrbox .hvrbox-layer_slideup {
 
    transform: translateY(0%);
  }
  .hvrbox .hvrbox-layer_top2 {
    position: inherit;
  }
  .hvrbox .hvrbox-layer_top1 {
    position: inherit;
  }
  .hvrbox .hvrbox-text {
  transform: translate(0);
    position: inherit;
  }
}
@media(max-width: 768px) {
  .d-flex .program-list-grid {
    flex: 0 0 100%;
    max-width: 100%;
}
  .sidebar-nav {
    
    padding: 22px 0;
}
a#menu-close {
    position: absolute;
    right: 20px;
    padding: 8px;

}
#menu-toggle {
    top: 52px;
    right: 22px;
}
button.btn.dropdown-toggle {
    padding: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
}
.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 65%;
    min-width: 140px !important;
    }
  #sidebar-wrapper.active {
    
    padding: 20px;
    box-shadow: 0px 0px 8px 1px #00000040 !important;
  }
}


.contact-section {
  clear: both;
  margin: 0px;
  padding: 40px 0px;
}

.container-small {
  max-width: 720px;
}

a.read_less,
a.read_more {
  color: #eca798;
  display: block;
  margin-top: 5px;
  clear: both;
}

a.read_more {
  display: block !important;
}

.news-announ {
  margin: 0px;
  padding: 40px 0px;
  background: rgb(247 247 247 / 50%);
}

.news-announ h2 {
  margin-bottom: 30px;
}

.contact-section h2 {
  padding: 0px;
  margin-bottom: 30px;
}


section.single-jion.single-template {
  padding: 40px 0px;
}

.single-template h3.single-h3 {
  line-height: 38px;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 30px;
}

.single-template img.img-responsive {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}

.single-template .details-pro1 {
  padding-top: 40px;
  line-height: 40px;
  display:-webkit-flex;
  display: flex;
   flex-wrap: wrap;
  border: 1px solid #efefef;
  padding: 15px 25px;
  margin-top: 40px;
}

.single-template .details-pro1 .deatils-wrap {
  margin: 0px 15px 0px 0px;
  text-align: left;
}

.single-template .details-pro1 .deatils-wrap span {
  padding-left: 0px !important;
}

.single-template .details-pro {
  margin-top: 40px;
  border-bottom: 1px solid #efefef;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display:-webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
}

.single-template .details-pro .but-login {
  margin: 0px;
  margin-left: 70px;
}

.about h4.malayalam-title {
  padding-top: 20px;
}

.about h4.malayalam-title {
  padding-top: 20px;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
}

.about h4.malayalam-title a {
  color: #eca798;
}

body {
  font-family: 'Quicksand',
    sans-serif !important;
}

.login_page_con {
  min-height: 50vh !important;
}

input.btn.feedback {
  border-radius: 0px;
}

.form-group a.btn {
  padding-left: 0px;
}


input.form-control {
  background-color: #efefef;
  border-color: #efefef;
  height: 45px;
  box-shadow: none;
}

input.form-control:focus {
  background-color: #fff;
}

label {
  font-weight: 400 !important;
}

input.register_button.button-4,
input#build-sub {
  background: #eca798;
  padding: 10px 30px;
  border: 0px;
  font-size: 15px;
  font-weight: 500;
}

select.form-control {
  height: 45px;
}

.details-wrp2 {
    width: 28%;
}

textarea.form-control {
  height: 60px !important;
  background: #efefef;
  box-shadow: none;
}

textarea.form-control:focus {
  background-color: #fff;
}

.mail {
  border: 1px solid #ffffff;
  padding: 30px;
  background: #f0cfc3;
  color: #af7e6c;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
}

.mail h4 {
  line-height: 25px;
}

.full-width{
  width: 100%;
  float: left;
}
.pro-title {
  display:-webkit-flex;
    display: flex;
     align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

ul.nav.nav-tabs.profile-tab li {
    border-bottom: 1px solid #e6e0e0;
}
.nav-tabs>li>a {
    color: #000;
}
.contact_pagesubmit
{
  margin-bottom: 20px !important;
}
.home_pagesubmit
{
  margin-bottom: 17px !important;
}
.home_textarea
{
  margin-bottom: 30px !important;
}
.news-announce{
  align-content: flex-start;
      margin-top: 30px;
}

@media(max-width: 575px){
  .form-row {
    display: block;
}
.phone-email aside:first-child {
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.phone-email aside {
    width: 100%;
}
.phone-email{
  display: block;
}
.large-prog-img {
    height: 200px;
    background-position: center;
}
}
/*
.up-lct.short-biod-p {
    min-height: 50px;
}*/
.mail.teacher h4
{
  line-height: 24px !important;
      margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.teacher-submit
{
  padding-bottom: 0px !important;
}
.teacher-submit input.register_button.button-4, input#build-sub
{
  margin-top: 0px !important;
}
.made-by
{
  font-size: 12px;
    float: right;
    position: absolute;
    right: 0;
}
@media screen and (max-width: 768px) {
  .made-by
  {
       
    display: contents;
    padding-left: 0;
  }
}