/*font Variables*/
/*Color Variables*/
body {
  line-height: 1.6;
  font-size: 16px;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 400;
  color: #464D52;
  background: url(../img/bg/full-bg.jpg) center no-repeat;
  background-size: cover; }

.site-main {
  background: #FFF;
  box-shadow: 6px 0px 40px 20px rgba(0, 0, 0, 0.04);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }

html {
  scroll-behavior: smooth; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.li {
  list-style: none;
  margin: 0px;
  padding: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 600; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none;
  box-shadow: none; }

.slick-slide:focus {
  outline: none;
  box-shadow: none; }

.slick-slide img {
  display: inline-block !important; }

input:focus,
textarea:focus {
  outline: none; }

input {
  border: none;
  border: 1px solid #DCF5DC;
  line-height: 50px;
  width: 100%;
  padding: 0 15px; }

textarea {
  height: 220px;
  resize: none;
  border: none;
  border: 1px solid #DCF5DC;
  width: 100%;
  padding: 15px; }

select {
  height: 50px;
  border: none;
  border: 1px solid #DCF5DC;
  width: 100%;
  padding: 0 15px; }

button {
  border: none;
  background: #5CB85C;
  font-size: 14px;
  font-weight: 500;
  color: white;
  padding: 12px 25px;
  transition: .3s; }
  button:hover {
    opacity: .8; }

img {
  max-width: 100%;
  height: auto; }

/* preloader area css
============================================================================================ */
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999; }
  .preloader img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* Main Title Area css
============================================================================================ */
.section-title {
  margin-bottom: 50px; }
  .section-title h2 {
    font-size: 48px; }

/* Start Primary btns css
============================================================================================ */
.primary-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 1000px;
  background: #5CB85C;
  padding: 15px 35px;
  color: #ffffff;
  border: 1px solid #5CB85C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .primary-btn i {
    margin-left: 5px; }
  .primary-btn.bordered-btn {
    background: transparent;
    color: #5CB85C; }
    .primary-btn.bordered-btn.white-btn {
      border: 1px solid #ffffff;
      background: transparent;
      color: #ffffff; }
      .primary-btn.bordered-btn.white-btn:hover {
        background: #ffffff;
        color: #5CB85C; }
    .primary-btn.bordered-btn:hover {
      background: #5CB85C;
      color: #ffffff; }
  .primary-btn.white-btn {
    border: 1px solid #ffffff;
    background: #fff;
    color: #5CB85C; }
    .primary-btn.white-btn:hover {
      color: #ffffff; }
  .primary-btn.transparent-bg {
    background: transparent;
    color: #5CB85C;
    border: none; }
  .primary-btn:hover {
    background: transparent;
    color: #5CB85C; }

/* dots css
============================================================================================ */
.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px; }
  .slick-dots li {
    display: flex;
    align-items: center; }
    .slick-dots li button {
      height: 6px;
      width: 6px;
      text-indent: -9999px;
      border-radius: 50%;
      padding: 0;
      background: white; }
    .slick-dots li.slick-active button {
      background: #5CB85C;
      width: 23px;
      border-radius: 100px; }

/* head bar css
============================================================================================ */
.head-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #5CB85C;
  padding: 12px 20px;
  min-height: 46px; }
  .head-bar h6 {
    margin-bottom: 0;
    color: white;
    font-size: 18px; }
  .head-bar a {
    color: white;
    text-decoration: underline; }

.read-more {
  color: #3D95E2;
  text-decoration: underline; }

/* boxed css
============================================================================================ */
.boxed-style {
  background: #FAFFFA;
  border: 1px solid #DCF5DC;
  padding: 20px; }

/* play btn css
============================================================================================ */
.play-btn {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: white;
  color: #F02E32;
  font-size: 10px;
  z-index: 2; }
  .play-btn:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: glowing 1.5s linear infinite;
    -moz-animation: glowing 1.5s linear infinite;
    -o-animation: glowing 1.5s linear infinite;
    animation: glowing 1.5s linear infinite;
    z-index: -1; }
@-webkit-keyframes glowing {
  0% {
    height: 100%;
    width: 100%; }
  100% {
    height: 150%;
    width: 150%;
    opacity: 0; } }
@-moz-keyframes glowing {
  0% {
    height: 100%;
    width: 100%; }
  100% {
    height: 150%;
    width: 150%;
    opacity: 0; } }
@-o-keyframes glowing {
  0% {
    height: 100%;
    width: 100%; }
  100% {
    height: 150%;
    width: 150%;
    opacity: 0; } }
@keyframes glowing {
  0% {
    height: 100%;
    width: 100%; }
  100% {
    height: 150%;
    width: 150%;
    opacity: 0; } }
/* gradient-bg css
============================================================================================ */
.gradient-bg1 {
  background: -webkit-linear-gradient(90deg, #5CB85C 0%, #5CB85C 100%);
  background: -moz-linear-gradient(90deg, #5CB85C 0%, #5CB85C 100%);
  background: -o-linear-gradient(90deg, #5CB85C 0%, #5CB85C 100%);
  background: linear-gradient(90deg, #5CB85C 0%, #5CB85C 100%); }

/* animation delay css
============================================================================================ */
/* Start Header area style
============================================================================================ */
.header-area {
  position: relative;
  z-index: 1;
  background: url(../img/bg/banner-bg.png) top center no-repeat;
  background-size: cover; }
  .header-area .header-inner {
    padding: 50px 30px; }
    .header-area .header-inner .header-content {
      text-align: center; }
      .header-area .header-inner .header-content h1 {
        font-size: 56px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px; }
        .header-area .header-inner .header-content h1.font-roboto-cd {
          font-family: 'Roboto Condensed', sans-serif; }
      .header-area .header-inner .header-content h3 {
        font-size: 28px;
        font-weight: 500;
        color: white; }
  .header-area .navbar-wrap {
    background: #37A137;
    padding: 15px 25px; }
    .header-area .navbar-wrap .navbar-nav {
      flex-direction: row;
      justify-content: space-between; }
      .header-area .navbar-wrap .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto Condensed", sans-serif;
        color: #ffffff;
        padding: 5px 8px;
        transition: .3s;
        border-radius: 4px;
        position: relative;
        z-index: 1; }
        .header-area .navbar-wrap .navbar-nav .nav-item .nav-link:after {
          height: 10px;
          width: 10px;
          background: #F02E32;
          content: "";
          position: absolute;
          left: 50%;
          bottom: -3px;
          z-index: -1;
          transform: translateX(-50%) rotate(45deg);
          opacity: 0;
          visibility: hidden;
          transition: .3s; }
        .header-area .navbar-wrap .navbar-nav .nav-item .nav-link:hover {
          background: #F02E32; }
          .header-area .navbar-wrap .navbar-nav .nav-item .nav-link:hover:after {
            opacity: 1;
            visibility: visible; }

.offcanvas-wraper {
  position: fixed;
  width: 250px;
  background: #DCF5DC;
  height: 100%;
  top: 0;
  z-index: 999;
  left: -250px;
  transition: all 0.5s ease 0s;
  padding-top: 50px; }
  .offcanvas-wraper .menu-close {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #F02E32;
    color: #ffffff;
    font-size: 12px; }
  .offcanvas-wraper li a {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.04, 0.79, 0.34, 1.3);
    color: #464D52; }
    .offcanvas-wraper li a:hover {
      color: #5CB85C; }
  .offcanvas-wraper.active {
    left: 0; }
    .offcanvas-wraper.active li:nth-child(1) a {
      -webkit-animation: slideIn 0.5s 0.2s ease 1 forwards;
      -moz-animation: slideIn 0.5s 0.2s ease 1 forwards;
      animation: slideIn 0.5s 0.2s ease 1 forwards; }
    .offcanvas-wraper.active li:nth-child(2) a {
      -webkit-animation: slideIn 0.5s 0.4s ease 1 forwards;
      -moz-animation: slideIn 0.5s 0.4s ease 1 forwards;
      animation: slideIn 0.5s 0.4s ease 1 forwards; }
    .offcanvas-wraper.active li:nth-child(3) a {
      -webkit-animation: slideIn 0.5s 0.6s ease 1 forwards;
      -moz-animation: slideIn 0.5s 0.6s ease 1 forwards;
      animation: slideIn 0.5s 0.6s ease 1 forwards; }
    .offcanvas-wraper.active li:nth-child(4) a {
      -webkit-animation: slideIn 0.5s 0.8s ease 1 forwards;
      -moz-animation: slideIn 0.5s 0.8s ease 1 forwards;
      animation: slideIn 0.5s 0.8s ease 1 forwards; }
    .offcanvas-wraper.active li:nth-child(5) a {
      -webkit-animation: slideIn 0.5s 1s ease 1 forwards;
      -moz-animation: slideIn 0.5s 1s ease 1 forwards;
      animation: slideIn 0.5s 1s ease 1 forwards; }

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    transform: translateX(0px); } }
.navbar-toggler {
  border: none;
  border-radius: 0px;
  padding: 0px;
  cursor: pointer;
  background: #fff;
  padding: 10px;
  border-radius: 0;
  display: none; }

.search-trigger {
  border-radius: 5px; }

.navbar-toggler:focus {
  outline: none;
  box-shadow: none; }

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: #5CB85C;
  margin: auto;
  margin-bottom: 4px;
  transition: all 400ms linear;
  cursor: pointer; }

.navbar-toggler span:last-child {
  margin-bottom: 0; }

/* banner area style
============================================================================================ */
.founder-box {
  background: #FFF;
  box-shadow: 2px 6px 40px 4px rgba(0, 0, 0, 0.04);
  text-align: center; }
  .founder-box .founder-content {
    text-align: center;
    padding: 20px; }
    .founder-box .founder-content h4 {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 26px;
      font-weight: 700;
      color: #5CB85C; }
    .founder-box .founder-content p {
      font-size: 14px;
      margin-bottom: 0; }

/* news area style
============================================================================================ */
.news-area {
  background: url(../img/bg/news-bg.png) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 20px 30px; }
  .news-area:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, #37A137 34.73%, rgba(137, 203, 117, 0) 94.81%);
    z-index: -1; }
  .news-area .single-news-slider {
    max-width: 495px; }
    .news-area .single-news-slider h6 {
      font-size: 14px;
      color: white; }
    .news-area .single-news-slider p {
      font-weight: 500;
      color: white; }
      .news-area .single-news-slider p a {
        color: white;
        text-decoration: underline; }

/* institute area style
============================================================================================ */
.institute-history p {
  margin-bottom: 0; }

/* video slider area style
============================================================================================ */
.institute-video-slider {
  position: relative;
  z-index: 1; }
  .institute-video-slider .slick-dots {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1; }

.single-institute-slider {
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  .single-institute-slider .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

/* teachers area style
============================================================================================ */
.teachers-area .founder-box .founder-content h4 {
  font-size: 20px; }

.single-teacher-item {
  display: flex;
  background: #FFF;
  box-shadow: 2px 6px 40px 4px rgba(0, 0, 0, 0.04);
  padding: 5px;
  align-items: center; }
  .single-teacher-item .teacher-thumb {
    width: 90px;
    min-width: 90px;
    margin-right: 15px;
    object-fit: cover; }
  .single-teacher-item h6 {
    font-size: 18px;
    color: #5CB85C; }
  .single-teacher-item p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0; }

/* start notice area style
============================================================================================ */
.notice-inner li {
  position: relative;
  padding-left: 15px;
  text-decoration: underline;
  color: #464D52; }
  .notice-inner li:not(:last-child) {
    margin-bottom: 10px; }
  .notice-inner li.green {
    color: #5CB85C; }
  .notice-inner li a {
    color: #3D95E2; }
  .notice-inner li span {
    color: black;
    font-weight: 500; }
  .notice-inner li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #F02E32; }

/* start characteristics area style
============================================================================================ */
.characteristics-box {
  display: flex; }
  .characteristics-box .characteristics-thumb {
    border-radius: 10px;
    border: 1px solid #DCF5DC;
    background: #FFF;
    height: 90px;
    width: 90px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 20px; }
  .characteristics-box .characteristics-lists li {
    position: relative;
    padding-left: 25px;
    color: #464D52;
    font-weight: 500; }
    .characteristics-box .characteristics-lists li:not(:last-child) {
      margin-bottom: 10px; }
    .characteristics-box .characteristics-lists li i {
      position: absolute;
      left: 0;
      top: 3px;
      color: #3D95E2; }

.success-wrap .success-content h4 {
  font-size: 22px;
  color: #5CB85C; }
.success-wrap .success-content p {
  margin-bottom: 0; }

.single-counter-box h3 {
  font-size: 36px;
  color: #5CB85C;
  margin-bottom: 0;
  margin-bottom: 5px; }
.single-counter-box p {
  margin-bottom: 0; }

.best-students .best-students-inner {
  background: white;
  box-shadow: 2px 6px 40px 4px rgba(0, 0, 0, 0.04);
  padding: 15px; }
  .best-students .best-students-inner .grid-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px; }
  .best-students .best-students-inner .single-student {
    position: relative;
    z-index: 1; }
    .best-students .best-students-inner .single-student.big-item {
      margin-bottom: 14px; }
      .best-students .best-students-inner .single-student.big-item img {
        height: 180px; }
      .best-students .best-students-inner .single-student.big-item .student-meta h6 {
        font-size: 12px; }
    .best-students .best-students-inner .single-student img {
      height: 120px;
      width: 100%;
      object-fit: cover;
      object-position: top; }
    .best-students .best-students-inner .single-student .student-meta {
      clip-path: polygon(100% 0, 92% 49%, 100% 100%, 0 99%, 0 0);
      background: white;
      position: absolute;
      left: 0;
      bottom: 6px;
      padding: 3px 13px 3px 6px; }
      .best-students .best-students-inner .single-student .student-meta h6 {
        font-size: 10px;
        color: #5CB85C;
        margin-bottom: 0; }
      .best-students .best-students-inner .single-student .student-meta p {
        font-size: 8px;
        margin-bottom: 0; }

/* start blog area style
============================================================================================ */
.blog-area .slick-dots li button {
  background: #CBE9CB; }
.blog-area .slick-dots li.slick-active button {
  background: #5CB85C; }

.blog-slider {
  margin: 0 -10px; }
  .blog-slider .slick-dots {
    margin-top: 20px; }
  .blog-slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px; }

.single-blog-slider .blog-thumb {
  width: 100%;
  height: 236px;
  object-fit: cover; }
.single-blog-slider .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0; }
  .single-blog-slider .blog-meta h6 {
    font-size: 12px;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0; }
.single-blog-slider .line {
  height: 1px;
  width: 100%;
  background: #DCF5DC;
  margin-bottom: 10px; }
.single-blog-slider .read-more {
  font-size: 14px;
  font-weight: 500;
  color: #111920; }
  .single-blog-slider .read-more:hover {
    color: #3D95E2; }

/* start others area style
============================================================================================ */
.others-area .characteristics-box .characteristics-thumb {
  height: 65px;
  width: 65px;
  min-width: 65px; }
.others-area .characteristics-box .characteristics-lists li {
  padding-left: 15px;
  transition: .3s; }
  .others-area .characteristics-box .characteristics-lists li:hover {
    color: #5CB85C; }
    .others-area .characteristics-box .characteristics-lists li:hover i {
      color: #5CB85C; }
  .others-area .characteristics-box .characteristics-lists li:not(:last-child) {
    margin-bottom: 10px; }
  .others-area .characteristics-box .characteristics-lists li i {
    color: #F02E32;
    transition: .3s; }

/* start gallery area style
============================================================================================ */
.gallery-item {
  display: block;
  position: relative;
  z-index: 1; }
  .gallery-item h5 {
    background: linear-gradient(0deg, #000 0%, rgba(217, 217, 217, 0) 98.95%);
    font-size: 16px;
    font-weight: 500;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 50px 20px 20px;
    line-height: 1.6; }
  .gallery-item.big-item h5 {
    font-size: 18px; }

/* Footer area css
============================================================================================ */
.footer-area {
  background: #1C361C; }
  .footer-area .footer-top {
    padding: 80px 0 60px; }
  .footer-area .footer-widget.footer-about {
    padding-right: 22%; }
  .footer-area .footer-widget .footer-logo {
    display: block;
    margin-bottom: 20px; }
  .footer-area .footer-widget .footer-short-desc {
    color: #D0D0D0;
    font-size: 16px;
    margin-bottom: 20px; }
  .footer-area .footer-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding-bottom: 15px; }
    .footer-area .footer-title:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 30px;
      height: 2px;
      background: #5CB85C; }
  .footer-area .footer-social {
    display: flex;
    align-items: center;
    gap: 20px; }
    .footer-area .footer-social li a {
      height: 35px;
      width: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #324A32;
      color: #ffffff;
      border-radius: 50%; }
      .footer-area .footer-social li a:hover {
        background: #5CB85C; }
  .footer-area .footer-menu.address li a {
    color: white; }
  .footer-area .footer-menu li {
    color: #D0D0D0; }
    .footer-area .footer-menu li:not(:last-child) {
      margin-bottom: 15px; }
    .footer-area .footer-menu li a {
      color: #D0D0D0;
      font-size: 16px;
      text-decoration: underline; }
      .footer-area .footer-menu li a:hover {
        color: #5CB85C; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
  text-align: center; }
  .footer-bottom .copyright {
    margin-bottom: 0;
    font-size: 16px;
    color: #D0D0D0; }

/*# sourceMappingURL=main.css.map */
