@charset "utf-8";
/* CSS Document */
@import url("../fonts/fontawesome/css/all.min.css");
@import url("../vendor/css/bootstrap.min.css");
@import url("../vendor/css/animate.css");
@import url("../vendor/css/owl.carousel.min.css");
@import url("../vendor/css/owl.theme.default.min.css");
@import url("../vendor/css/flaticon.css");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700|Playfair+Display:400,700&display=swap");
:root {
  --heading-font: "Playfair Display", serif;
  --main-font: "Comfortaa", cursive;
  --heading-color: rgba(51, 62, 72, 0.9);
  --white: #fff;
  --red: #D80027;
  --light-red: #FC6B6B;
  --light-blue-1: #A2F8FF;
  --light-blue-2: #E9F0F4;
  --dark-blue-1: #0094b9;
  --dark-blue-2: #507F8B;
  --dark-blue-3: #0093B9;
  --dark-blue-4: #0194BA;
  --dark-indigo: #242E50;
  --icon-color: #9EB6BC;
  --active-icon-color: #507F8B;
  --dark-grey-1: #545454;
  --dark-grey-2: #47515a;
  --dark-grey-3: #555555;
  --dark-grey-4: #333E48;
  --dark-grey-5: #707070;
  --dark-grey-6: #4C5358;
  --light-grey-1: #cccccc;
  --light-grey-2: #2e2e2e;
  --light-grey-3: #F7F7F7;
  --light-grey-4: #F0F0F0;
  --light-grey-5: #F7F9FA;
}
html {
  scroll-behavior: smooth;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

h1 {
  font-size: 40px;
  color: var(--heading-color);
}

h2 {
    font-size: 30px;
    color: rgb(62 142 65);
}

h3 {
  font-family: var(--main-font);
  color: rgb(62 142 65);
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-family: var(--main-font);
  font-weight: 500;
}

h6 {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--main-font);
  color: var(--light-grey-2);
}

a:hover {
  color: var(--dark-blue-3);
}

li {
  list-style-type: none;
}

p {
    font-family: var(--main-font);
    color: #101010;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}
a {
  font-weight: 500;
  font-size: 13px;
  color: var(--dark-grey);
  font-family: var(--main-font);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}
span {font-family: var(--main-font);
}

.contact-info.float-left a {
    border-right: 2px solid #cacaca;
    padding: 0px 6px;
    text-decoration: none;
    color: #aeaeae;
    font-size: 11px;
}

section#topbar {
    background: #3e8e41;
    padding: 5px 0px;
}
.contact-info.float-left a:last-child {
    border-right: none;
}
.home-icon, .contact-icon {
    color: #065fd3;
}
.nirf-icon {
    font-weight: 600;
    color: #0037ff;
}
.iqac-icon {
    color: #000;
    font-weight: 600;
}
.helpline {
    margin-bottom: 0px;
    margin-top: 5px;
    color: #6c6c6c;
    font-size: 12px;
}
.accrediation p {
    margin-bottom: 0px;
    color: #ffdf00;
    text-align: center;
    padding: 5px 0px;
}
.accrediation {
    background: #001735;
}
/*slider css*/
.single-header-item {
    position: relative;
    z-index: 0;
}
.single-header-item .content-area {
    width: 30%;
    height: 70vh;
    min-height: 500px;
    padding: 15vh 0 0 15vh;
    background: transparent;
}
@media only screen and (min-width: 1024px) and (max-width: 1200px){
	.single-header-item .content-area {
    width: 30%;
    height: 70vh;
    min-height: 500px;
    padding: 10vh 0 0 10vh;
}
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
	.single-header-item .content-area {
    width: 50%;
    height: 70vh;
    min-height: 500px;
    padding: 1vh 0 0 2vh;
}
	.single-header-item .content-area .title {
		font-size:16px;
		margin-top: 8vh;
	}

.single-header-item .bg-image {
    width: 100%!important;
}
	.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    left: 30%;
    bottom: 0;
    display: none;
}
}


.single-header-item .bg-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.single-header-item {
    height: 100%;
    overflow: hidden;
    margin-right: 1px;
}
.single-header-item .content-area .title {
    -webkit-animation: 1s 0.2s fadeInLeft both;
    animation: 1s 0.2s fadeInLeft both;
}
.single-header-item .content-area p {
    -webkit-animation: 1s 0.2s fadeInUp both;
    animation: 1s 0.2s fadeInUp both;
    text-align: justify;
    padding-right: 10px;
    color:#135616;
}
.single-header-item .content-area .boxed-btn {
    display: inline-block;
    color: #fff;
    background-color: #3e8e41;
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 6px 20px -8px #10243e;
    transition: all 0.4s;
    padding: 10px 25px;
    border-radius: 1px;
    text-decoration: none;
    margin-top: 15px;
}
.single-header-item .content-area .boxed-btn {
    -webkit-animation: 1s 0.2s flipInX both;
    animation: 1s 0.2s flipInX both;
}
.main-slider.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    left: 30%;
    bottom: 0;
   /* left: 16%;*/
}
.main-slider.owl-carousel.owl-theme .owl-nav .owl-prev {
    margin-left: -42px;
     /*margin-left: -46px;*/
    position: absolute;
    top: -42px;
}
.main-slider.owl-carousel.owl-theme .owl-nav span {
    color: #fff;
    font-size: 32px;
}
.main-slider.owl-carousel.owl-theme .owl-nav button {
        width: 42px;
    height: 42px;
    background-color: #555555;
    color: #fff;
    text-align: center;
    line-height: 34px;
    border-radius: 0px;
    margin: 0px;
}
.main-slider.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    left: 15vh;
    bottom: 0px;
}
.main-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 3px;
}
.main-slider.owl-carousel .owl-dots .owl-dot.active span, .main-slider.owl-carousel .owl-dots .owl-dot:hover span {
    background: #10243e;
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
	.main-slider.owl-carousel.owl-theme .owl-dots {display:none;}	
}
.main-slider.owl-carousel.owl-theme .owl-dots div {
    margin: 5px 0;
    background-color: #000;
    height: 20px;
    width: 3px;
    transition: all 0.4s;
    display: block;
}
.single-header-item .content-area .title {
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    width: 38vw;
    background: rgb(255, 255, 255);
    padding: 10px 5px 10px 17px;
    box-sizing: border-box;
    border-radius: 0px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
    color: #3e8e41;
    /*text-shadow: 0px 2px 3px rgba(0,0,0,0.3);*/
    font-size:30px;
}
@media (max-width: 576px){
.main-slider.owl-carousel.owl-theme{
    padding-left: 0px;
    height: 40vh;
    min-height: 360px;
}
	.main-slider.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    height: 100%;
}
	}
/*slider css*/
header.header_area {
    background: #eaedf2;
    padding: 10px 0px;
	z-index: 1000;
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
/*  background-color: #10243e;*/
}
.nav-header {
    float: left;
    width: 35%;
}
@media only screen and (min-width: 320px)and (max-width: 767px ){
	.nav-header {
    float: left;
    width: 56%;
}
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .owl-carousel {
  padding-top: 60px;
}


.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000000;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #10243e;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #ffffff;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #0c213b;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #0c213b;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #ff6b00;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}


.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 2px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #3e8e41 #3e8e41 transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
/*  background-color: #fbfcfd;*/
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  /*border-right: solid 1px #f0f0f0;*/
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
    position: relative;
    line-height: 23px;
}
.megamenu-list > li > a:hover {
    background-color: #e6e6e6;
    color: #10243e;
}

.megamenu-list > li.megamenu-list-title > a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background: #3e8e41;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 50%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #3e8e41;
  text-transform: uppercase;
  font-weight: bolder;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,

.nav-dropdown > li > a:focus {
  color: #10243e;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
}
/*About section*/
.about-section.section {
    padding: 3rem 0rem;
}
.margin-bottom-50 {
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}
.details h4 {
    color: #3e8e41;
    font-weight: 900;
    margin-bottom: 15px;
}
/*.margin-bottom-50::before, .margin-bottom-50::after {
    position: absolute;
    content: "";
    width: 90%;
    background: transparent;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    height: 45px;
    right: 0;
    border-right: 3px solid #003d8d;
}*/
.view-more.text-right {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 10px;
    border-right: 1px dashed #e5e5e5;
    padding-right: 10px;
}
.view-more a {
    display: inline-block;
    color: #fff;
    /* background-color: #10243e; */
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 6px 20px -8px #35b03a;
    transition: all 0.4s;
    padding: 10px 25px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 15px;
/*    background: #e05a2b;
    background: -webkit-linear-gradient(to top, #ef612f, #f36b3b);*/
    background: linear-gradient(to top, #3e8e41, #33b738);
}
.media-two img {
    padding: 5px;
    background: #f5f5f5;
    margin-bottom: 20px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}

/*About section*/

/*Annoucment section*/
.annoucment .owl-dots {
    display: none;
}
section.annoucment {
    background: #e1e1e1;
    color: #10243e;
    padding: 1rem 0;
/*    margin-top: 2rem;*/
}
.annoucment button.owl-prev {
    position: absolute;
    left: 0;
    top: 0rem;
    background: #10243e!important;
    width: 30px;
    height: 30px;
    color: #fff!important;
    font-size: 16px!important;
}
.annoucment button.owl-next {
    position: absolute;
    right: 0;
    top: 0rem;
    background: #10243e!important;
    width: 30px;
    height: 30px;
    color: #fff!important;
    font-size: 16px!important;
}
.item h5 {
    margin-bottom: 0px;
    padding-top: 12px;
}
.item h5 a {
    font-size: 16px;
}
/*Annoucment section*/

/*Tabs section*/

.media img {
    width: 150px;
    border: 2px solid #10243e;
}
@media only screen and (min-width: 320px) and (max-width: 1023px){
	.media {
    display: block;
		text-align: center;
}
	.media img {
    width: 60%;
    margin-bottom: 20px;
}
	.media-body {
    text-align: justify;
    margin-bottom: 20px;
}
	
}
.tabs-box{background-color: var(--light-blue-2);}
.padding-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#10243e;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 12px 14px;
    color: #fff;
    background: #10243e;
    border-radius: 0;
}

nav > div a.nav-item.nav-link.active:after
 {
     content: "";
    position: relative;
    bottom: -41px;
    left: -58%;
    border: 12px solid transparent;
    border-top-color: #10243e;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:2px solid #10243e;
/*    border-bottom:5px solid #e74c3c;*/
/*    padding:30px 25px;*/
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background:#183b68;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
.blog_archieve5 {
    padding-left: 20px;
}
.blog_archieve5 li {
    padding-left: 16px;
    padding-top: 6px;
    background-image: url(../images/green-bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 13px;
    color: inherit;
    font-size: 15px;
    text-align: justify;
    box-sizing: border-box;
    padding-right: 5px;
}
.tab-pane .media {
    width: 100%;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}
.tab-pane .media-body h5 {
    font-weight: 700;
    color: #10243e;
}
/*Tabs section*/

/*Fateh Section*/
section.fateh {
    padding: 3rem 0;
    
}
.fateh img {
    border: 2px solid #f8ac1b;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.margin-bottom-50 span {
    /* font-size: 15px; */
    color: #af3030;
    font-weight: 900;
}
.icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 31px;
}
.video-fateh {
    width: 100%;
    padding: 8px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    background: #fff;
}
/*Fateh Section*/

/*Gallery Section*/


.testimonials{
  background-color: var(--light-blue-2);
  position: relative;
  padding: 3rem 0;
  &:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #ddd;
  }
}
#customers-testimonials {
  .item-details{
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
    h5{
      margin: 0 0 15px;
      font-size: 18px;
      line-height: 18px;
      span{
        color: red;
        float:right;
        padding-right: 20px;
      }
    }
    p{
      font-size: 14px;
    }
  }
  .item {
      text-align: center;
      // padding: 20px;
      margin-bottom:80px;
  }
}
#customers-testimonials .owl-carousel .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#customers-testimonials .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#customers-testimonials .owl-carousel {
  position: relative;
}
#customers-testimonials .owl-carousel .owl-next,
#customers-testimonials .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}
#customers-testimonials .owl-carousel .owl-prev {
  left: -70px;
}
#customers-testimonials .owl-carousel .owl-next {
  right: -70px;
}

.shadow-effect img {
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    background: #fff;
    padding: 9px;
    box-sizing: border-box;
}#customers-testimonials .owl-nav {
    position: absolute;
    bottom: -17px;
    right: 0;
}
#customers-testimonials .owl-nav button {
    background: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
}
#customers-testimonials button.owl-prev span, #customers-testimonials button.owl-next span {
    font-size: 22px;
    color: #10243e;
}
/*Gallery Section*/
section.achievement-section.section {
    padding: 5rem 0;
    background: url(../images/achievments.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
section.achievement-section.section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.5);
    top: 0;
}
#counters {
    color: #fff;
}
.count-number {
    color: #fff;
}
/*.counter { color: #ffffff; padding: 20px 0;}
.count-title { color: #ffffff; font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { color: #ffffff; font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }*/
section.alr {
    padding: 3rem 0;
}
span.alr-heading {
    font-size: 18px;
    color: #10243e;
    border-bottom: 1px solid #e1dfdf;
    width: 100%;
    display: inline-block;
    padding-bottom: 6px;
}
.card-block {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.17);
}
.footer-section {
    margin-top: 0vh;
    background: #3e8e41;
}
/*.footer-section .divider {
    width: 100%;
    height: 1px;
    background-color: var(--light-grey-4);
    margin: 0;
}*/
.footer-section .footer-content {
    padding: 4rem 0;
}
.footer-section .copyright {
    background-color: #2c772f;
    padding: 1rem 0;
}
.copyright p {
    color: #c9c9c9;
}
.contact-links .link {
    display: flex;
    align-items: center;
    margin: 0.25rem 0;
}
.contact-links .link i {
    margin-right: 10px;
    font-size: 18px;
    cursor: auto;
    color: #c9c9c9;
}
.contact-links .link * {
    margin: 0;
}
.footer-section .footer-content .contact-links .social-icons {
    margin: 1.4rem auto;
}
.footer-section .footer-content h5 {
    display: inline-block;
    color: #f3f3f3;
    border-bottom: 1px solid #2c772f;
    padding-bottom: 0.5rem;
}
.footer-content ul {
    padding-left: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.footer-section .footer-content li {
    margin: 0.5rem 0;
}
.footer-section .footer-content a {
    font-size: 13px;
    color: #f3f3f3;
}
.footer-section .footer-content .newsletter p {
    margin: 1.5rem 0;
    color: #f3f3f3;
}
.footer-section .footer-content .newsletter form input {
    width: 70%;
    background-color: var(--light-blue-2);
    padding: 0.25rem 1.5rem;
}
.footer-section .footer-content .newsletter form * {
    height: 35px;
    margin: 0;
    border: 0;
}
.footer-section .footer-content .newsletter form .main-btn {
    margin: 0;
}
.main-btn {
    color: var(--white);
    background-color: rgb(22 97 25);
    border: 0;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--main-font);
    margin: 2rem auto;
    cursor: pointer;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-section .footer-content .brand-logo {
    margin-bottom: 3rem;
}
.link p {
    color: #f3f3f3;
}

/*Modal section*/
body.offcanvas-active {
  overflow: hidden; }

.offcanvas-header {
  display: none; }
#modal_aside_right {
    padding-right: 0px!important;
}
.modal .modal-dialog-aside .modal-content {
    background: linear-gradient(to bottom, #ffffff 0%, #d0e1ff 100%);
}
#modal_aside_right .modal-header {
    background: #10243e;
    border-radius: 0px;
    color: #fff;
}
button.btn.btn-primary.apply_now {
    position: fixed;
    top: 50%;
    z-index: 100;
    transform: rotate(-90deg);
    right: -42px;
    -webkit-animation: blink 1s infinite;
    -moz-animation: blink 1s infinite;
    -o-animation: blink 1s infinite;
    animation: blink 1s infinite;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	font-size:18px;
	border:transparent;
}

#modal_aside_right .form-control {
    border: 1px solid #eef4ff;
	font-family: var(--main-font);
}
#modal_aside_right label {
    color: #074799;
    font-family: var(--main-font);
    font-size: 13px;
    font-weight: 700;
}
#modal_aside_right button.close span {
    color: #fff;
    opacity: 1!important;
}
.help-block.with-errors {
    color: #d50b0b;
    font-size: 12px;
	font-family: var(--main-font);
}
@-webkit-keyframes blink {
  0%, 49% {
    background-color: #50a220;
    
  }
  50%, 100% {
    background-color: #e50000;
  }
}
.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  -webkit-transition: opacity .2s linear, visibility .1s, width 1s ease-in;
  transition: opacity .2s linear, visibility .1s, width 1s ease-in; }

.screen-overlay.show {
  -webkit-transition: opacity .5s ease, width 0s;
  transition: opacity .5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible; }

.modal .modal-dialog-aside {
  width: 450px;
  max-width: 80%;
  height: 100%;
  margin: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; }

.modal .modal-dialog-aside .modal-content {
  height: inherit;
  border: 0;
  border-radius: 0; }

.modal .modal-dialog-aside .modal-content .modal-body {
  overflow-y: auto; }

.modal.fixed-left .modal-dialog-aside {
  margin-right: auto;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.modal.fixed-right .modal-dialog-aside {
  margin-left: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.modal.show .modal-dialog-aside {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
button.btn.btn-lg.orange.w-100.margin-top-s {
    display: inline-block;
    color: #fff;
    background-color: #10243e;
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0px 6px 20px -8px #10243e;
    transition: all 0.4s;
    padding: 10px 25px;
    border-radius: 1px;
    text-decoration: none;
    margin-top: 15px;
}
/* ============ small screen ============ */
@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block; }

  .mobile-offcanvas {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
    .mobile-offcanvas .container {
      display: block; }

  .mobile-offcanvas.show {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
/* ============ small screen //end ============ */
/*Modal section*/

.fateh-modal .modal-header h5 {
    color: #fff;
}
.fateh-modal .modal-header {
    background: #10243e;
}
.fateh-modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.btn.btn-primary.fateh-btn {
    background: #f49750;
    border: none;
}
.fateh-video {
    border-top: 1px dashed #dfdfdf;
    padding-top: 20px;
}
.single-header-item .content-area .title.title2 {
    background: #fff;
    padding: 10px;
    /*width: 30vw;*/
}

@media only screen and (min-width: 320px) and (max-width: 1023px){
  .single-header-item .content-area .title.title2 {
    background: #fff;
    padding: 10px;
    width: 80vw;
}
}

.card-block img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 0px auto;
    box-shadow: 0px 6px 20px -8px #a2a0a0;
    margin-top: 15px;
}
section.hod {
    padding: 3rem 0;
    background: #f0f9ff;
}
.hod .item{
  padding-left:5px;
  padding-right:5px;
}
.hod .item-card{
  transition:0.5s;
  cursor:pointer;
}
.hod .item-card-title{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
}
.hod .item-card-title i{  
  font-size:15px;
  transition:1s;
  cursor:pointer;
  color:#ffa710
}
.card-title i:hover{
  transform: scale(1.25) rotate(100deg); 
  color:#18d4ca;
  
}
.card:hover{
  transform: scale(1.05);
  box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
}
/*.card-text{
  height:80px;  
}*/

.card::before, .card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: '';
  pointer-events: none;
}
.card::before {
  transform-origin: left top;
}
.card::after {
  transform-origin: right bottom;
}
.card:hover::before, .card:hover::after, .card:focus::before, .card:focus::after {
  transform: scale3d(1, 1, 1);
}


.hod .card-title {
    text-align: center;
    color: #3e8e41;
    font-weight: 900;
    font-family: "Playfair Display", serif;
    font-size: 20px;
}
.hod .card-text {
    text-align: center;
    color: #333333;
    font-weight: 900;
    font-size: 16px;
    padding-bottom: 10px;
}




.product-list ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  overflow: hidden;
  position: relative
}

.product-list ul li:nth-child(-n+4) {
  border-top: none
}

.product-box {
  width: 24%;
  padding: 30px 9px;
  border-top: 1px solid #e8e8e8;
  display: inline-block;
  box-sizing: border-box;
  position: relative
}

.product-box a {
  padding: 0 0 0 84px;
  font-size: 14px;
  color: #3e8e41;
  position: relative;
  display: inline-block;
  font-weight:900
}

.product-box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #e8e8e8;
  right: -3px
}

.product-box span {
  position: absolute;
  left: 0;
  top: 0
}

.product-box span img {
  width: 80px;
  padding: 1px;
  border-radius: 3px
}

.product-box:nth-child(4n+4):after {
  background: 0 0;
  content: ""
}

.product-list label {
  display: block;
  font-size: 12px;
  color: #333;
  cursor: pointer;
  margin-top: 6px;
  overflow: hidden
}

@media only screen and (max-width:1023px) and (min-width:320px) {
  .product-box {
    width: 49%!important;
    border: none!important
  }
  .product-box a {
    padding: 70px 0 0 0!important
  }
  .product-box::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: 0 0!important;
    right: -3px
  }
}

section#u_product {
    padding: 3rem 0;
}
section.lms {
    padding: 3rem 0;
    background: #dbe8dc;
}
.testimonials-block p {
    text-align: justify;
}
section.Covid-19 {
    padding: 3rem 0;
}
#counters h4 {
    line-height: 35px;
}
@media only screen and (max-width:1023px) and (min-width:320px) {
    .single-header-item .content-area .title {
        width: 80vw; font-size:25px;}
        .nav-menu > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bolder;
}
}


.external-login a {
    height: 33px!important;
    background: #3e8e41;
    padding: 10px!important;
    margin-top: 15px;
    font-weight: 900;
    border-radius: 5px;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.5);
    color: #fff!important;
}

marquee a {
    color: #fff;
}
span.ann {
    color: #fff;
}
.status {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.8);
}
.achievement-section img {
    width: 53%;
}
.megamenu-list-title {
    margin: 2px;
}

.optional-papers li {
    position: relative;
    line-height: 24px;
}
.optional-papers li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #3e8e41;
    border-radius: 100px;
    top: 10px;
    left: -15px;
}

.myaccordion {
    box-shadow: 0 0 1px rgb(0 0 0 / 10%);
}
.myaccordion .card-header {
    border: 1px solid #edeff0;
    background: #fff;
    margin-bottom: 10px;
}
.myaccordion .fa-stack {
    font-size: 11px;
}
.myaccordion .btn {
    width: 100%;
    font-weight: 700;
    color: #001823;
    padding: 0;
    text-transform: capitalize;
}
.collapse .card-body {
    background: #f5f5f5;
}
.container-iframe iframe {
  border: 0;
  height: 100%;
  position: relative;
  top: 0rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 5000px){
.container-iframe iframe {
  border: 0;
  position: relative;
  top: 0rem;
  width: 100%!important;
  height: 100vh;
}
}