/*
Description: Kiis Institute Site.
*/

.award-gal img {
    border: 7px solid #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 19%);
    border-radius: 7px;
}


html{scroll-behavior: smooth;}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color:#363636;
    background: #fbf6f6;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Barlow', sans-serif;
	color:#000;
	font-weight: 700;
}
h5{
  font-size: 21px;
}
p{
    color: #797979;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: -0.1px;
    font-family: 'Roboto', sans-serif;
}
a{
    color:#25283a;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
a:hover{
	text-decoration:none;
    color: #466fc4;
}
button:focus {
    box-shadow: none;
    outline: none;
}
.pd-left{
    padding-left: 0;
}
/*-------------General css--------------
---------------------------------------*/

section {
    padding: 60px 0 60px;
}
.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}
.theme-heading-sec {
    text-align: left;
}
.theme-heading-sec h6 {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #00b8ee;
    font-size: 17px;
}
.theme-heading-sec h2 {
    color: #0b2144;
    font-size: 42px;
    letter-spacing: -0.5px;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
}

a.theme-btn {
    background: #0b2144;
    padding: 0.85rem 1.7rem;
    margin: 4% auto 0;
    color: #fff;
    transition: 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.4px;
    overflow: hidden;
    border-radius: 4px;
}

a.theme-btn:hover {
    color: white;
}
a.theme-btn:hover.hvr-bounce-to-right:before {
    background: #00b8ee;
}
.theme-content {
    margin-top: 1.5rem;
}
.theme-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.3px;
}
a.back-to-top {
    background: #0b2144;
    position: fixed;
    bottom: 5px;
    right: 32px;
    color: white;
    display: none;
    border-radius: 5px;
    width: 43px;
    height: 41px;
    z-index: 99;
    border: solid 1px rgb(255 255 255 / 29%);
}
a.back-to-top i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.author-link {
    color: #00b8ee;
    font-weight: 400;
}
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-56%);
}
.owl-nav button {
    width: 56px;
    height: 65px;
    background: #0b2144!important;
    display: flex;
    color: white!important;
    font-size: 34px!important;
    justify-content: center;
    align-items: center;
    position: relative;
    border: solid 1px #f3f3f5!important;
}

@media screen and (max-width: 1200px) {
.theme-heading-sec h2 {
    font-size: 40px;
}
}

@media screen and (max-width: 576px) {
.theme-heading-sec h2 {
    font-size: 32px;
}
.theme-heading-sec h2 br{
        display: none;
    }
    a.back-to-top {
   mix-blend-mode:unset; 
}
section {
    padding: 42px 0 42px;
}
}


/*------------Topbar area css------------
---------------------------------------*/

.topbar-sec {
    padding: 0px;
    background: #0b2144;
}
section.topbar-sec .row {
    justify-content: space-between;
    align-items: center;
}
.topbar-sec .email-wrapper {
    margin: 0 4rem 0 0;
}
.topbar-sec .email-wrapper span, .email-wrapper a {
    color: white;
    letter-spacing: 0.7px;
    font-size: 15px;
}
.link-wrapper {
    display: flex;
    align-items: center;
}
a.kits-link {
	color: white;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    animation-name: blink;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0rem 2rem;
    height: 38px;
	margin-right: 5px;
}
a.kits-link:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    animation: ktblink;
    animation-iteration-count: infinite;
    animation-duration: 1.8s;
    left: 0;
    top: 0;
	border: dashed 1px white;
}
@keyframes ktblink {

  0% {background-color: #00b8ee;}
	49% {background-color: #00b8ee;}
  50% {background-color: #ff0a0a;}
	99% {background-color: #ff0a0a;}
	100% {background-color: #00b8ee;}
}
img.blink {
	display:none;
    height: 25px;
    margin: 0 0.2rem 0 0;
}
a.pay-btn {
    background: #00b8ee;
    color: white;
    padding: 0rem 1rem;
    border: dashed 1px white;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: 0.3s ease;
    height: 38px;
    display: flex;
    align-items: center;
}
a.pay-btn i {
    padding-right: 7px;
}
a.pay-btn:hover {
    background: #ffffff;
    color: #00b8ee;
    border: dashed 1px #00b8ee;
}
.login-wrapper {
    margin-left: 0.8rem;
    background: #00b8ee;
    padding: 0rem 0.4rem;
    border: dashed 1px #ffffff;
    height: 38px;
    display: flex;
    align-items: center;
}
.login-wrapper a {
	position:relative;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
	padding: 0 0.4rem;
	transition:0.6s ease;
}
.login-wrapper a:hover {
    color: #121a27;
}
.login-wrapper a:nth-child(2):before {
    content: "/";
    position: absolute;
    left: -3px;
	color: white!important;
}
.topbar-sec .social-sec {
    padding-left: 0rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: 0;
}
.topbar-sec .social-sec a {
    background: #033f69;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    transition: 0.3s ease;
    border: dashed 1px white;
}
.topbar-sec .social-sec span {
    color: #ebeff1;
    margin-right: 9px;
    letter-spacing: 0.7px;
    font-size: 15px;
}
@media screen and (max-width: 992px) {
.topbar-sec .email-wrapper {
    margin: 0 1rem 0 0;
}
.topbar-sec .social-sec {
    padding-left: 1rem;
}
}
@media screen and (max-width: 576px) {
.topbar-sec .email-wrapper {
    display: none;
}
.topbar-sec .social-sec {
    border-left: none;
}
section.topbar-sec .row {
    justify-content: flex-end;
}
a.kits-link {
        padding: 0 12px;
    margin:0 3px;
    font-size: 12px;
}	
a.pay-btn {
        padding: 0 12px;
    font-size: 12px;
}
.login-wrapper {
    margin: 0 3px;
    padding: 0px 12px;
}
.login-wrapper a {
    padding: 0 12px;
    font-size: 12px;
}
}


/*------------Header area css------------
---------------------------------------*/

header {
    transition: 0.5s ease;
    position: sticky;
    top: 0;
    z-index: 999;
    height: 98px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 8px 18px 0px rgb(154 154 154 / 16%);
}
.theme-inner-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 98px;
    height: 100vh;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

a.navbar-brand{
    width: auto;
	padding:0;
}
a.navbar-brand img {
    width: 81px;
}
.header-fixed a.navbar-brand, .header-fixed a.navbar-brand img{
    height: 66px;
}

nav.nav-menu {
    height: 100%;
    margin: 0 6rem 0 1rem;
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
    display: flex;
    align-items: center;
    height: 100%;
}
nav.nav-menu ul li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-menu > ul li.appointment {
    margin-left: 1rem;
}
.nav-menu > ul li.appointment a {
    border: solid 2px #466fc4;
    border-radius: 100px;
    padding: 9px 18px!important;
    color: #466fc4!important;
    background: #eeeeee;
    box-shadow: 0px 3px 13px -3px rgb(15 21 31 / 34%);
}
.nav-menu > ul li.appointment a:hover {
    color: #eeeeee!important;
    background: #466fc4;
}
.nav-menu a {
    display: block;
    position: relative;
    transition: 0.3s;
    font-weight: 600;
    color: #0b2144;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0px;
    padding: 9px 12px!important;
    font-family: 'Barlow', sans-serif;
}
.nav-menu .active a {
    color: #00b8ee!important;
}
.nav-menu a:hover, .nav-menu li:hover > a {
  color: #00b8ee;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.nav-menu li.drop-down {
    position: relative;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 90%;
  visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 215px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 12px 14px!important;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0b2144!important;
    border-bottom: solid 1px rgb(17 61 135 / 12%);
    letter-spacing: 0.2px;
    width: 100%;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a {
  color: #b39960;
}

.nav-menu .drop-down ul li:hover > a {
    color: #ffffff!important;
    background: #033f69;
}

.nav-menu .drop-down > a:after {
    padding-left: 5px;
    font-family: "fontawesome";
    font-weight: 900;
    content: "\F0d7";
    font-size: 14px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\F0d7";
  font-family: fontawesome;
  position: absolute;
  right: 15px;
}

.nav-menu li.reserve-btn {
    background: #b39960;
    box-sizing: border-box;
    border: solid 1px #ececec;
}
.nav-menu li.reserve-btn a {
    color: #f9f9f9;
}
.nav-menu li.reserve-btn:hover a {
    color: white;
}
.nav-call-wrapper {
    font-family: 'Barlow', sans-serif;
    position: relative;
}
.nav-call-wrapper span {
    color: #646464;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.nav-call-wrapper a {
    margin: 0;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: -0.3px;
    color: #0b2144!important;
    line-height: 18px;
    transition: 0.3s ease;
}
.nav-call-wrapper a:hover {
    color: #00b8ee!important;
}
.nav-call-wrapper:before {
	content: "\f095";
	font-family: 'FontAwesome';
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    left: -43px;
    font-size: 37px;
    color: #00b8ee;
}
.nav-call-wrapper:after {
    content: "";
    width: 1px;
    height: 118%;
    background: rgb(5 36 86 / 33%);
    position: absolute;
    left: -71px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
a.navbar-brand {
    width: 80px;
}
.nav-menu a {
    padding: 9px 8px!important;
}
nav.nav-menu {
    margin: 0 3rem 0 0rem;
}
.nav-call-wrapper:after {
    left: -50px;
}
.nav-call-wrapper:before {
    left: -42px;
    font-size: 33px;
}
}
@media screen and (max-width: 992px) {
.nav-call-wrapper:after {
    display: none;
}
}

@media screen and (max-width: 576px) {
.theme-inner-header {
    padding-right: 0.5rem; 
}
a.navbar-brand {
    margin: 0 0.5rem;
    padding: 0.5rem;
}
.nav-call-wrapper {
    display: none;
}
}

/* Mobile Navigation */
.mobile-nav-toggle {
    z-index: 9998;
    border: 0;
    background: #00b8ee;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    padding: 0.65rem 0.75rem;
    border-radius: 0px;
}

.mobile-nav-toggle i {
    color: #f0f2f7;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: 0.7s ease;
  opacity: 1;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  transform: translateY(-120%);
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
      font-size: 15px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #00b8ee;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\F0d7";
    position: absolute;
    right: 15px;
    font-family: "fontawesome";
    font-weight: 900;
}
.mobile-nav .active.drop-down > a:after {
    content: "\F0d8";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*----Banner section------
--------------------------*/

section.banner-sec {
    padding: 0;
}
section.banner-sec .owl-dots {
    position: absolute;
    bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;
}
section.banner-sec .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: auto;
    left: 50%;
}
section.banner-sec .owl-nav button {
    width: 30px;
    height: 57px;
    background: #00b8ee!important;
    border: none!important;
}

/*----academic-classes-slide section------
----------------------------------------*/


section.academic-classes-slide-sec {
    background: #fbf6f6;
    position: relative;
}
section.academic-classes-slide-sec:before, section.testimonial-sec:before {
    content: "";
    background-image: url(assets/img/pattern-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
}
section.academic-classes-slide-sec .theme-heading-sec,
section.champions-sec .theme-heading-sec {
    text-align: left;
    width: 80%;
    margin-bottom: 2rem;
}

.academic-classes-slide-wrapper {
    transition: 0.3s ease;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.academic-classes-slide-img:after {
    content: "";
    background: linear-gradient(0deg, rgb(18 27 53 / 76%) 13%, rgb(235 236 238 / 0%) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
}
.academic-classes-slide-img {
    position: relative;
    overflow: hidden;
}
.academic-classes-slide-title-sec {
    position: absolute;
    top: 78%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 2;
}
.academic-classes-slide-title-sec h4 {
    color: white;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
	line-height: 26px;
}
.academic-classes-slide-title-sec h5 {
    color: white;
    font-weight: 600;
    text-align: left;
	line-height: 21px;
}
.academic-classes-slide-title-sec span {
    color: #00b8ee;
    text-transform: capitalize;
}
.academic-classes-slide-btn {
    padding: 0.8rem 2rem;
    background: #0b2144;
    display: flex;
    justify-content: center;
    border-top: solid 1px rgb(255 255 255 / 47%);
}
.academic-classes-slide-btn a {
    border: solid 1px white;
    border-radius: 100px;
    padding: 6px 18px;
    color: white;
    font-size: 15px;
    margin: 0 8px;
    transition: 0.3s ease;
}
.academic-classes-slide-btn a:hover {
    background: #00b8ee;
}

section.academic-classes-slide-sec .owl-dots {
    display: block!important;
    text-align: left;
    margin: 0.5rem 0 0;
}
section.academic-classes-slide-sec button.owl-dot.active{
    background: #05cfbb!important;
}
section.academic-classes-slide-sec button.owl-dot{
    width: 10px;
    height: 10px;
    background: rgb(5 207 187 / 30%)!important;
    margin: 0 0.2rem;
}
section.academic-classes-slide-sec .theme-btn {
    display: table;
}

section.academic-classes-slide-sec .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    display: flex;
}
section.academic-classes-slide-sec .owl-nav button {
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 1200px) {
.academic-classes-slide-title-sec {
    top: 76%;
    left: 27px;
}
    .academic-classes-slide-btn {
        padding: 0.8rem 0.5rem;
}
.academic-classes-slide-title-sec h4 {
    font-size: 21px;
}
}

@media screen and (max-width: 576px) {

.academic-classes-slide-sec{
    display: none;
}
section.academic-classes-slide-sec .owl-nav {
    position: unset;
    top: unset;
    right: unset;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
    transform: none;
}

section.about-sec .row {
    flex-direction: column-reverse;
}
}

/*----academic-classes-mob-section-------
----------------------------------------*/

.academic-classes-mob-sec{
    display:none;
}
@media screen and (max-width: 576px) {
section.academic-classes-mob-sec {
    background: #f3f7fa;
    position: relative;
}
section.academic-classes-mob-sec:before{
    content: "";
    background-image: url(assets/img/pattern-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
}
.academic-wrapper {
    margin: 1rem 0;
    padding: 0;
}
.academic-classes-mob-sec{
    display:block;
}
}


/*------------About section------------
---------------------------------------*/

.about-img-sec {
    position: relative;
}
.experience-sec {
    background: #0b2144;
    padding: 3rem 2rem;
    position: absolute;
    top: 71%;
    transform: translateY(-50%);
    right: 0;
    border: solid 8px white;
    border-radius: 3px;
}
.experience-sec h2 {
    color: white;
    font-size: 34px;
    letter-spacing: 0.2px;
}
.experience-sec h2 span {
    color: #00b8ee;
}
@media screen and (max-width: 1200px) {
.inner-about-sec .theme-heading-sec {
    padding-top: 1rem;
}
.inner-about-sec .theme-heading-sec h2 {
    margin-bottom: 0.8rem;
}
	.inner-about-sec p br:last-child {
    display: none;
}
}
@media screen and (max-width: 992px) {
.about-img-sec {
    position: relative;
    margin-top: 0rem;
}
.experience-sec {
    padding: 2rem 2rem;
    top: 100%;
    transform: translateY(0%);
    border: solid 3px white;
    width: 100%;
}
.inner-about-sec p br:last-child {
    display: block;
}
}
@media screen and (max-width: 560px) {
.about-img-sec {
    margin-top: 1.5rem;
}
.experience-sec {
    position: relative;
    padding: 2rem 1rem;
    top: 0;
    transform: none;
    border: solid 8px white;
}
}

/*------------Our- Champions------------
---------------------------------------*/

section.champions-sec {
    position: relative;
}
.students-wrapper {
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 10%);
    margin: 0.9rem 0 ;
}
.students-img-sec {
    position: relative;
}
.students-title {
    background: rgb(0 184 238 / 69%);
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.students-title h3 {
    margin: 0;
    color: white;
    font-weight: 600;
    font-size: 24px;
    padding: 0.2rem;
}
.students-rank-wrapper {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    margin: 0.2rem 0.5rem;
}
.students-rank {
    display: block;
    width: 50%;
    border-right: solid 1px rgb(128 128 128 / 16%);
}
.students-rank-wrapper h4 {
    margin: 0;
    padding: 0.2rem 0.5rem 0;
}
.students-rank-wrapper h4 span, .students-board h4 span {
    font-size: 18px;
}
.result-btn {
    height: 100%;
    display: flex;
    align-items: center;
}
.result-btn h4 {
    background: #00b8ee;
    width: 100%;
    text-align: center;
    padding: 1rem;
    border-radius: 3px;
    color: white;
}

/*-------Testimonial-section---------
------------------------------------*/

section.testimonial-sec {
    position: relative;
}

section.testimonial-sec .container {
    position: relative;
    z-index: 1;
}

.testimonial-sec .theme-heading-sec {
    text-align: center;
}

section.testimonial-sec a.theme-btn {
    margin: 0rem auto 0;
    display: table;
    border: solid 1px white;
}

.testimonial-carousel {
    text-align: center;
    padding: 0.5rem 0 0rem;
    margin: 3rem 0 2rem;
}
.testimonial-wrapper {
    padding: 2rem;
    border-radius: 20px;
    margin: auto;
    background: #2eb6cd;
    position: relative;
    overflow: hidden;
    min-height:350px;
}

.testimonial-wrapper:before {
    content: "";
    background-image: url(assets/img/pattern-bg.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: color-burn;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}

.testimonial-img-sec {
    border: 2px solid #e7e7e7;
    padding: 5px;
}

.testimonial-content-sec p {
    text-align: left;
    color: #fff;
    letter-spacing: 0.3px;
}

.testimonial-title-sec {
    margin: 0rem 1rem 0;
    text-align: left;
}
.testimonial-top-sec {
    margin: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
}

.testimonial-title-sec h5 {
    margin-bottom: 2px;
    color: #fff;
    font-size: 24px;
}

.testimonial-title-sec p {
    color: #0b2144;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
}

.agent-img-sec {
    position: relative;
    background-color: #01BBBC;
    padding: 20px 20px 0;
    border-radius: 8px 0 0 8px;
    z-index: 1;
    width: 100%;
}
.testimonial-rank-sec {
    display: inline-flex;
    background: rgb(11 33 68 / 69%);
    border: solid 1px rgb(255 255 255 / 76%);
    padding: 0.4rem 1rem;
    text-transform: uppercase;
    color: white;
    margin: 0.3rem 0;
    border-radius: 100px;
    width: fit-content;
}

.testimonial-rank-sec p {
    font-size: 15px;
    color: white;
    padding: 0 0.4rem;
}

.owl-dots {
    margin-top: 1.5rem;
}
.owl-dots button {
    width: 18px;
    height: 9px;
    background: #0b2144!important;
    margin: 4px;
    border-radius: 100px;
}
button.owl-dot.active{
    background:#00b8ee!important;
}
@media screen and (max-width: 1024px) {
	.students-wrapper {
    width: 90%;
    margin: 12px auto;
   }
   .testimonial-wrapper {
    min-height: 410px;
   }
}
@media screen and (max-width: 992px) {
    .testimonial-wrapper {
        width: 91%;
    }
	
}

@media screen and (max-width: 576px) {
    .testimonial-wrapper {
      padding: 1rem;
    width: 100%;
    min-height: unset;
    max-height: unset;
    height: auto;
    }
	.students-wrapper {
    width: 78%;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 10%);
    margin: 10px auto;
   }
    .testimonial-carousel {
        padding: 0;
    }
    .testimonial-title-sec {
        margin: 0.3rem 0rem 0;
    }
    .testimonial-img-sec {
        margin: 0;
        display: inline-block;
    }
    .testimonial-carousel:before {
        left: 0px;
        top: 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
    .testimonial-top-sec {
        margin: 1rem 0;
        display: inline-block;
}
.testimonial-img-sec img {
    width: 100px!important;
}
.testimonial-content-sec p {
    text-align: center;
}
}

/*------------Footer section------------
---------------------------------------*/


footer {
    background: #061b3e;
    padding: 30px 0 0;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer p, footer ul li a, footer span {
    color: #c5c5c5;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 400;
}
footer ul li a:hover {
    color: #00b8ee;
}
footer h4 {
    color: white;
    font-weight: 400;
    margin-bottom: 1.3rem;
    font-size: 22px;
    letter-spacing: 0.8px;
    border-bottom: dashed 1px rgb(95 169 169 / 68%);
    padding: 0 0 0.6rem;
    position: relative;
}
footer h4:before {
    background-color: #00b8ee;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 73px;
}


/*footer-about and quick links*/

.about-business-wrapper, .quick-links-wrapper, .newsletter-wrapper {
    margin: 2rem 0;
}

.footer-logo {
    margin-bottom: 0.8rem;
}
.footer-logo img {
    width: 72px;
}
.social-sec a {
    background: transparent;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: dashed 1px #e6e6e6;
    margin-right: 4px;
    color: #e6e6e6;
    font-size: 14px;
        transition: 0.3s ease;
}
.social-sec a:hover {
    background: #00b8ee;
    color: #fcfcfc;
}

ul.footer-nav li {
width: calc(100% / 2 - 1em);
    padding: 0.2rem 0;
    position: relative;
    display: inline-flex;
    align-items: baseline;
}
ul.footer-nav li:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 9px;
    display: inline-block;
    margin-right: 8px;
    color: #00b8ee;
}
ul.footer-nav li a {
    padding: 4px 0;
}
.footer-openhrs ul li {
    padding: 0.2rem 0;
}
.footer-openhrs ul li i {
    color: #00b8ee;
    font-size: 14px;
    margin-right: 10px;
    padding-left: 1px;
}
.quick-links-wrapper p {
    margin-bottom: 0.4rem;
}
.quick-links-wrapper p span {
    color: #2eb6cd;
}


@media screen and (max-width: 576px) {
.about-business-wrapper, .quick-links-wrapper, .newsletter-wrapper {
    margin: 1.5rem 0;
}
}

/*---------Footer-Bottom-copyright-----------
-------------------------------------------*/

footer.footer-bottom {
    padding: 0px;
    background: #0b2144;
}

.copyright-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.copyright-wrapper p {
    margin: 0;
    padding: 1rem 0 1rem;
}


@media screen and (max-width: 1200px) {
.about-business-wrapper {
    text-align: center;
}
}

@media screen and (max-width: 576px) {
.copyright-wrapper {
    display: block;
    text-align: center;
    padding: 0.5rem 0.1rem;
}
.copyright-wrapper p {
    padding: 0;
}
.copyright-wrapper p:nth-child(1) {
    margin-top: 0.5rem;
    letter-spacing: 0.1px;
}
}

/*--------Inner banner sec---------
---------------------------------*/

section.inner-banner-sec {
/*    background-image: url(assets/img/pattern-bg.png);*/
    width: 100%;
    max-height: 279px!important;
    height: 100vh!important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.inner-banner-sec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background-color: rgb(18 27 53 / 54%);
}
section.inner-banner-sec .auto-container {
    position: relative;
    z-index: 2;
}
section.inner-banner-sec h2 {
    color: white;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.6px;
    text-align: center;
}
section.inner-banner-sec h6 {
    color: white;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
}
section.inner-banner-sec p {
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.3px;
}
section.inner-banner-sec p span {
    color: #00b8ee;
}

@media screen and (max-width: 576px) {
    section.inner-banner-sec h6 {
    letter-spacing: 0px;
}
section.inner-banner-sec h2 {
    font-size: 35px;
}
}

/*--------Registration form--------
---------------------------------*/

.col-pd {
    padding: 0;
}
.registration-form-left {
    position: relative;
    height: 100%;
/*    background-image: url(assets/img/about-left.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
}
.registration-form-left:after {
    content: "";
    background: rgb(0 0 0 / 28%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.registration-form-sec .form-group {
    margin-bottom: 0.6rem;
    padding: 0 0.4rem;
}
.registration-form-heading {
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}
.registration-form-heading h2{
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    font-size: 34px;
    letter-spacing: -0.6px;
}
.registration-form-heading p {
    color: #fecb72;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 19px;
    margin: 0;
}
.registration-form-wrapper {
    background: #f3f3f3;
    padding: 1.5rem 3rem;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 17%);
}
.registration-form-wrapper h4 {
    margin-bottom: 15px;
}
.form-group input, .form-group select {
    border: none;
    min-height: 50px;
    background: #ffffff;
    border: solid 1px #e0e0e0;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
}
input::placeholder, input[type="date"],
select#service {
    font-size: 15px;
}
input[type="submit"] {
    background: #0b2144;
    border-radius: 3px;
    color: white;
    transition: 0.3s ease;
}
input[type="submit"]:hover {
    background: #00b8ee;
}
.registration-form-wrapper .form-check {
    padding: 9px 33px 15px;
}
.clr-btn{
    background:#00b8ee!important; 
}
.registration-form-wrapper a.theme-btn {
    margin: 0;
    min-height: 49.2px;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 576px) {
    .registration-form-left:after{
    display: none;
}
    section.registration-form-sec {
    padding-top: 0;
}

.registration-form-heading {
    position: relative;
}
.registration-form-heading h2 {
    color: #423727;
    font-weight: 600;
    text-align: left;
    font-size: 29px;
}
.registration-form-heading p {
    text-align: left;
}
.registration-form-wrapper {
    padding: 1.5rem 1.5rem;
}
.registration-form-wrapper .frm-heading h4 {
    display: none;
}
}


/*Feature Class*/
.kclass-container .kclass-title {
margin: 16px 0px;
    position: relative;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background-color: #fbfbfb;
    color: #000;
    padding: 1.2rem 1rem;
    box-shadow: 0px 3px 9px 3px rgb(0 0 0 / 12%);
    cursor: pointer;
    overflow: hidden;
}
.kclass-title h4 {
    font-size: 20px;
}
.class-container {
    text-align: center;
    margin: 16px 0px;
    background: white;
    padding: 2rem 0;
}
.kclass-title img {
    width: 90px;
    background-color: #fff;
    border-radius: 100px;
    height: 90px;
    border: 2px dotted #0bbbee;
    margin-bottom: 10px;
}
.kclass-container .kclass-title:before {
    content: "";
    position: absolute;
    border-bottom: 3px solid #0abaee;
    width: 30%;
    bottom: 0;
    right: 0;
}
.kclass-container .kclass-title:after {
    content: "";
    position: absolute;
    border-top: 2.5px solid #0abaee;
    width: 30%;
    top: 0;
    left: 0;
}
.row.features-wrapper, .row.subject-wrapper{
    margin: 1.5rem 0 0;
}
.regular-class {
    background-image: url(assets/img/pattern-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
/*Contact Us*/
.address-wrapper {
    background: #fff;
    box-shadow: 0px 0px 17px 1px rgb(37 42 55 / 14%);
    min-height: 200px;
    margin: 5% 0;
    display: flex;
    position: relative;
    overflow: hidden;
}
.k-addsec {
    width: 90%;
    padding: 10% 5% 6%;
}
.address-wrapper h4 {
    color: #2eb6cd;
    margin: 5% 0;
    font-weight: 800;
}
.address-wrapper i {
    color: #fbfbfb;
    font-size: 31px;
    padding: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 2px 7px rgb(4 52 76 / 39%);
}
.address-wrapper p {
    font-size: 17px;
    font-weight: 500;
    color: #252a37;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}
.icon-icsec {
    background: #2eb6cd;
    position: relative;
    width: 15%;
    box-shadow: 4px 1px 7px rgb(5 62 90 / 24%);
}
.container.iframe-sec .row {
    padding: 10px 0px 0px;
    margin: 0 auto;
    border: 2px dotted #2eb6cd;
    border-radius: 10px;
}
.container.iframe-sec {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 3px 7px 18px -1px rgb(0 0 0 / 23%);
    border-radius: 20px;
    padding: 12px 12px;
    margin-top: 40px;
}
/*Video Css*/
.video-custom-col{
	padding: 5px;
}
   .heightmany iframe {
    height: 400px;
}

.youtubeplayer iframe {
    width: 100%;
    background: #f7f6f5;
    padding: 8px 8px;
    transition: 0.3s ease;
    min-height: 215px;
    height: 100%;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 18%);
}
.youtubeplayer iframe:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 992px) {
.youtubeplayer iframe {
    min-height: 200px;
}
}
	
/******* Gallery ******/
.gal {
-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;

}
.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {

.gal {
-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

}
}
.gal img {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/*Faculty Page Css*/

section.faculty-sec {
    position: relative;
}
.faculty-pd-right{
  padding-right: 5px;
}
.faculty-wrapper {
    padding: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 10%);
    margin: 0.9rem 0 ;
}
.faculty-img-sec{
    height:260px;
    overflow:hidden;
}

.faculty-img-sec img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.faculty-title {
    background: #033f69;
    padding: 0.5rem;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.faculty-title h3 {
    margin: 0;
    color: white;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.8px;
    text-align: center;
}
.faculty-dtls-wrapper {
    text-transform: uppercase;
    padding: 0.2rem;
    width: 100%;
}
.faculty-subject, .faculty-experiencer, .faculty-guidance {
    border-bottom: dashed 1px #00b8ee;
    padding: 0 0 0.4rem;
}

.faculty-subject h4 span{
    color:#00b8ee;
}
.faculty-subject h4 {
    font-weight: 600;
}
.faculty-dtls-wrapper h4 {
    margin: 0;
    padding: 0.2rem 0.2rem 0;
    text-transform: capitalize;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 600;
    letter-spacing: -0.3px;
    display: flex;
    justify-content: space-between;
}
.faculty-dtls-wrapper h4 span, .faculty-guidance h4 span {
    font-size: 16px;
    color: #00b8ee;
    font-weight: 600;
}
@media screen and (max-width: 1200px) {
	.faculty-wrapper {
    margin: 0.6rem 0;
}
}
/*management Page Css */

.management-img-sec {
    height: 100%;
    background: #fbf6f6;
}
.management-img-sec img {
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}
.management-top-sec {
    margin-bottom: 0.8rem;
}
.management-title-sec h5 {
    font-size: 25px;
    margin: 0;
    color: #00b8ee;
}
.management-title-sec h5 span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    padding-top: 4px;
    color: #2b2b2b;
}
.management-wrapper {
    background: white;
    padding: 2rem 2rem;
    margin-bottom: 1.5rem;
	box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 10%);
}
.quotes {
    background: #00b8ee;
    padding: 1rem 0.5rem;
    margin-top: 0.8rem;
}
.quotes p {
    margin: 0;
    color: white;
    font-style: italic;
    text-align: center;
}
.quotes p span {
    color: #033f69;
    font-weight: 500;
}

@media screen and (max-width: 992px) {
	.management-img-sec {
    height: auto;
    max-width: 264px;
    width: 100%;
    margin-bottom: 1rem;
}
}
@media screen and (max-width: 560px) {
.management-wrapper {
    padding: 2rem 1rem;
}
.management-content-sec {
    line-height: 26px;
}
}

/*inner-page-banner*/

section.inner-page {
    background-image: url('assets/img/banner/neet-bg.jpg');
    width: 100%;
    max-height: 285px!important;
    height: 100vh!important;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.inner-page .container {
    position: relative;
    z-index: 2;
}
section.inner-page h2 {
    color: white;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.6px;
    text-align: center;
}
	section.inner-page:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background-color: rgb(18 27 53 / 54%);
}


/*about page css*/

.inner-about-sec .theme-heading-sec {
    padding-top: 2rem;
}
.inner-about-sec .theme-heading-sec h2 {
    margin-bottom: 1.5rem;
}
section.mission-vision-sec {
    background: #f7f0f0;
}
.mission-wrapper{
	border-right: dashed 1px #00b8ee;
}

/*Non Teaching Staff page css*/

section.non-tech-staff-sec .row {
    background: white;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 10%);
    padding: 1.5rem;
    width: 80%;
    margin: auto;
}
.koutilya-table {
    margin: 0;
}
.koutilya-table thead tr {
    background: #033f69;
    color: white;
}
.koutilya-table  thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    padding: 1rem;
	font-weight: 500;
}
.koutilya-table tbody tr:nth-child(even) {
    background: #fbf6f6;
}
@media screen and (max-width: 992px) {
	section.non-tech-staff-sec .row {
    width: 95%;
}
}
@media screen and (max-width:560px) {
section.non-tech-staff-sec .row {
    width: 100%;
}
.koutilya-table {
    max-width: 380px;
}
section.non-tech-staff-sec .row {
    width: 100%;
    display: block;
    overflow-x: auto;
    position: relative;
    border: solid 15px white;
	padding:0;
}
}

/*administration-head-css*/

.administrator-wrapper {
    background: white;
    padding: 3rem 3rem;
    text-align: center;
	box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 10%);
}  
.administrator-title-sec {
    padding-top: 1rem;
}
.administrator-title-sec h5 {
    font-size: 25px;
    margin: 0;
    color: #00b8ee;
}
.administrator-content-sec p {
    margin: 1rem;
}
.admin-head-desig h5 {
    color: #262b2b;
}
.administrator-img-sec {
    padding: 5px;
    background: #ffffff;
    border: solid 4px rgb(16 37 51 / 20%);
}
@media screen and (max-width: 992px) {
.administrator-wrapper {
    padding: 2rem 2rem;
}
.administrator-img-sec {
    max-width: 400px;
    margin: auto;
}
}
@media screen and (max-width: 560px){
.administrator-wrapper {
    padding: 1rem 1rem;
}
}

/*courses-page-css*/

.inner-course-sec .theme-heading-sec h2{
	font-size: 26px;
}
section.clr-sec {
    background: #f7f0f0;
}
ul.course-content-ul {
    padding: 0;
    list-style-type: none;
    margin-top: 1.6rem;
	margin-bottom: 0;
}
ul.course-content-ul li {
    padding: 0px 9px 20px 26px;
    position: relative;
}
ul.course-content-ul li:before {
    content: "\f140";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 3px;
    color: #0b2144;
}

/*Modal*/

.modal-dialog {
    width: 100%;
}
.modal-content {
    background: #0b2144;
    padding: 0.5rem 0;
}
.qr-code-sec{
	padding-right:0;
}
.qr-code-sec img {
/*     width: 100%;
    object-fit: cover;
    height: 100%; */
}
.koutilya-modal-header {
    display: flex;
    border-top: dashed 1px #fbf6f6;
    border-bottom: dashed 1px #fbf6f6;
    padding: 0.5rem 1rem 0.5rem 0;
}
.koutilya-modal-header img {
    width: 100px;
}
.modal-content h3 {
    margin-left: 2.8rem;
    text-transform: capitalize;
    letter-spacing: -0.5px;
    font-size: 33px;
    color: #fbf6f6;
    font-weight: 600;
}
.modal-content table {
    background: rgb(255 255 255 / 7%);
	margin: 0;
}
.modal-content table tr {
    border-bottom: dashed 1px #00b8ee;
}
.modal-content table tr td {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    padding: 1rem;
    border: none;
}
.modal-content table tr td:nth-child(1) {
    width: 29%;
    background: rgb(179 179 179 / 11%);
    border-right: dashed 1px #00b8ee;
}
.modal-content button.close {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 50px;
    height: 60px;
    background: white;
}
.pay-online-modalbtn {
    display: block;
    background: #008bee!important;
    margin: 1% 0!important;
    border-radius: 1px!important;
    padding: 0.7rem 0!important;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 500!important;
    font-size: 20px;
}

@media screen and (max-width: 576px) {
.modal-dialog {
    margin: 0;
}
.modal-content .row{
    flex-direction: column-reverse;
}
.koutilya-modal-header {
    display: block;
    padding: 0.5rem 0rem 0.5rem 0;
    text-align: center;
	border:none;
}
	.modal-content h3 {
    margin-left: 0rem;
    font-size: 30px;
}
.modal-content table {
    margin: 1rem 0;
}
}
.academic-classes-archive .academic-wrapper {
    margin: 10px 0 20px;
}

/*ktse-form-page css*/

.declaration .form-control {
    height: auto;
    background: transparent;
    border: none;
    padding: 0.5rem 0 1rem;
}
.ktse-application .form-group {
    margin-bottom: 1.2rem;
    padding: 0 0.4rem;
}
.ktse-application .form-group label {
    margin: 0px 0 6px 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.ktse-application .form-group:last-child {
    margin-bottom: 0;
}
h5.form-body-heading {
    background: #033f69;
    margin: 0;
    color: white;
    padding: 0.8rem;
    font-weight: 600;
}

/*Ktse Page*/

.no-banner {
    padding: 0px;
}
.container.ktse-wrap {
    width: 66%;
    margin: 0 auto;
    box-shadow: 1px 3px 11px rgb(0 0 0 / 11%);
    background-color: #f6f6f6;
    padding: 3rem 3rem;
}
.ktse-page-footer {
    border-top: 2px dotted #033f69;
    text-align: center;
}
.ktse-page-header {
    text-align: center;
    border-bottom: 2px dotted #033f69;
    padding-bottom: 10px;
    margin-bottom: 26px;
}
.ktse-page-content h4 {
    color: #0b2144;
    letter-spacing: -0.5px;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
}
.ktse-page-header img {
    width: 8%;
}
.ktse-page-header h3 {
    color: #0b2144;
    letter-spacing: -0.5px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    margin: 2% 0;
}
.ktse-page-header h3 span {
    color: #000;
    font-size: 20px;
}
.ktse-page-content li {
    padding: 6px 20px;
    position: relative;
}

.ktse-page-content ul li:before {
    content: "\f069";
    font-family: 'FontAwesome';
    font-size: 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 10px;
    color: #033f69;
}
.ktse-page-content ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 14px;
}
.ktse-form-left-wrapper{
  background:#049ac5; 
}
.ktse-form-left-wrapper:after {
    background-image: url(assets/img/login-pattern.png);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    top: 0;
    left: 0;
}
ul.course-content-ul ul {
    list-style: none;
}
.registration-form-sec h2 {
    color: #fff;
}
.ktse-application .theme-heading-sec {
    border-bottom: dashed 1px #033f69;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}

.ktse-application .theme-heading-sec h2 {
	text-align: center;
    color: #033f69;
}

/*packages*/

.registration-file-wrapper {
    background: #ffffff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 10%);
    position: relative;
    margin: 2rem 0;
}
 
p.registration-prc-date {
    color: #00b8ee;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0.2rem 0 0.2rem;
    font-size: 24px;
    letter-spacing: -0.6px;
    background: #033f69;
    padding: 0.7rem;
} 
p.registration-prc-date i.fa {
    padding-right: 0.3rem;
    font-size: 23px;
}
h4.registration-file-title {
padding: 0rem 0 0.6rem;
    color: #033f69;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: dashed 1px #033f69;
}
p.registration-file-dtls {
    margin-bottom: 0.5rem;
    line-height: 21px;
}
.registration-pay-btn {
    padding: 0.7rem 2rem!important;
}
.registration-form-sec .container {
    width: 74%;
    margin: 0 auto;
}
.login-left-body h4 {
    color: #fff;
}
.ktse-page-content-sec p {
    font-size: 28px;
    font-weight: 700;
    color: #ff0a0a;
    text-align: center;
    margin:50px 0px;
}
.ktse-page-footer h5 {
    margin-top: 3%;
    color: #061b3e;
    margin-bottom: 0px;
    font-size: 22px;
}
p.prc-tax {
    color: white;
    font-weight: 400;
}
p.prc-tax span {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.9px;
}
.contact-inner-sec:after {
    background-color: rgb(18 27 53 / 34%)!important;
}

@media screen and (max-width: 576px) {
	.ktse-page-content-sec p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: 35px 0px;
}
	.ktse-page-footer h5 {
		font-size: 15px;
	}
	.container.ktse-wrap {
		width: 90%;
	}
}
.result-pending-sec {
    margin-bottom: 2rem;
    width: 75%;
    margin: 0rem auto 3.5rem;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    border-radius: 5px;
    color: crimson;
}

/*Error Page*/
.error-row {
    padding: 20px;
    margin: 0 auto;
    max-width: 96%;
    border:2px dotted #26b8ee;
    border-radius: 10px;
}
.four-zero-four {
    cursor: pointer;
    text-shadow: -3px 1px 4px rgb(0 0 0 / 25%);
    font-size: 160px;
    line-height: 160px;
    margin: 0 auto;
    color: #033f69;
    font-weight: 700;
    transition: 0.5s;
    font-family: 'Barlow', sans-serif;
}
.four-zero-four:hover {
    position: relative;
    transform: rotate(-8deg);
    z-index: 1;
}
.error-container {
    text-align: center;
    border: 4px dotted #0b2143;
    margin: 0 auto;
    width: 58%;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 3px 7px 18px -1px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    padding: 22px 4px;
}
.four-zero-four span {
    color: #26b8ee;
}
.four-zero-content {
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}
.four-zero-btn {
    margin: 16px auto 0;
}
@media screen and (max-width: 576px) {
	.error-container {
		width: 90%;	
	}
	.four-zero-four {
		font-size: 124px;
       line-height: 130px;
	}
}






/**/


/**/
/*------------Banner section------------
---------------------------------------*/

.carousel-item {
    position: relative;
    height: 70vh;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.carousel-item:after {
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    background-color: rgb(18 27 53 / 54%);
}

.carousel-control-prev, 
.carousel-control-next {
    width: auto;
    display: table;
    opacity: 1;
    transition: 0.3s ease;
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
}

a.carousel-control-prev {
    left: 50px;
}

a.carousel-control-next {
    right:50px;
}

.carousel-control-next i, .carousel-control-prev i {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1px;
    border: solid 1px rgb(255 255 255 / 25%);
}
.carousel-control-prev i:hover, .carousel-control-next i:hover {
    background: rgb(1 48 84 / 48%);
    color: #fdba4e;
}
.carousel-item .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-caption {
    position: relative;
    z-index: 1;
    width: 88%;
    padding: 1rem 1rem;
    text-align: center;
    margin: auto;
}
.banner-caption h5 {
    color: #fdbb51;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: -2.5px;
    margin: 0 0 0.5rem;
    font-size: 38px;
    text-align: center;
    display: block;
    font-family: 'Play', sans-serif;
}
.banner-caption h1 {
    font-weight: 400;
    font-size: 70px;
    text-align: center;
    color: #ffffff;
    line-height: 56px;
    margin: 0.2rem auto 1rem;
    letter-spacing: -2.6px;
    font-family: 'Play', sans-serif;
    text-transform: capitalize;
}

.banner-caption p {
    color: #f0efef;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.1px;
    line-height: 26px;
    margin: 1.3rem auto 2rem;
    font-family: 'Play', sans-serif;
    width: 85%;
}
.banner-caption a.theme-btn {
    background: #045a9b;
    color: white;
    padding: 0.5rem 2rem;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    border: solid 1px white;
    box-shadow: none;
    border-radius: 0px 15px;
    font-family: 'Play', sans-serif;
    letter-spacing: 1px;
}
.banner-caption a.theme-btn:last-child {
    border-radius: 15px 0px;
    background: #c19651;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 4px transparent;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #c19651;
    box-shadow: 0px 0px 0px 0.1px #c19651;
}

@media screen and (max-width: 1200px) {
    .banner-caption {
        width: 60%;
    }
    .banner-caption h1 {
        width: 100%;
    }
    .banner-caption p {
        width: 90%;
    }
}

@media screen and (max-width: 992px) {
    .banner-caption {
        width: 80%;
    }
}

@media screen and (max-width: 576px) {
    .banner-caption {
        width: 100%;
    }
.banner-caption h1 {
    font-size: 37px;
    line-height: 45px;
    font-weight: 500;
    letter-spacing: -1.5px;
}
.banner-caption h5 {
    color: #fdbb51;
    letter-spacing: -1.5px;
    margin: 0 0 0rem;
    font-size: 26px;
}
    .banner-caption p {
            font-size: 14px;
            width: 100%;
            line-height: 22px;
    }
    .carousel-control-prev {
        left: 0px;
        display: none;
    }
    .carousel-control-next {
        right: 0px;
        display: none;
    }
    .carousel-indicators {
        bottom: 40px;
    }
}


/*Offer sec*/

.offer-slide-carousel .item {
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}
.offer-slide-wrapper {
    max-width: 221px;
    width: 100%;
    background: white;
    text-align: center;
    max-height: 221px;
    height: 100vh;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.8rem;
}
.offer-slide-wrapper:hover {
    background: #008fb9;
}
.offer-slide-wrapper img {
    max-width: 65px;
    margin: 0 auto 0.8rem;
}
.offer-headding h5 {
    letter-spacing: -0.9px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
	padding:0 10px;
}
.offer-slide-wrapper:hover h5{
    color: #fff;
}
.offer-slide-wrapper:hover img {
    filter: brightness(0)invert(1);
}

/**/

section.usp2 {
    background: #fff;
}
section.usp1 {
    background: #F4f6fb;
}

/*Call Action*/
section.call-to-action .container {
    background-image: url(https://koutilya.co.in/wp-content/uploads/2023/03/slide2-1.jpg);
    background-size: cover;
    background-position: 47px -67px;
}
.call-action-wrapper {
    padding: 3.5rem 3.5rem 3.5rem 7.1rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    background: #0b2144;
    position: relative;
}
.call-action-wrapper a {
    font-size: 22px;
    color: #00b8ee;
    border: solid 1px #00b8ee59;
    padding: 6px 21px;
    border-radius: 4px;
    margin-top: 6px;
}
.call-action-wrapper a i {
    margin-right: 8px;
}
.call-action-wrapper a:hover {
    color: #ffffff;
    border: solid 1px #e4e4e459;
}
.call-action-wrapper h3 {
    color: white;
    font-size: 35px;
    font-weight: 600;
}

section.call-to-action-sec {
    background: #00b8ee;
    padding: 0px;
}
section.call-to-action-sec {
    background: linear-gradient( 270deg ,rgb(0 184 238) 50%, rgb(11 33 68) 50%);
    position: relative;
}
.call-action-wrapper-sec h3 a {
    color: #fff;
}
.call-action-wrapper-sec h3 {
    color: white;
    font-size: 35px;
    font-weight: 600;
}
.call-action-wrapper-sec {
    padding: 1.7rem 0;
    text-align: center;
}
.landing-content {
    padding-left: 2rem;
}
.landing-about-img-sec img {
    border: 1px solid #fff;
    box-shadow: 0 0 14px rgb(0 0 0 / 12%);
    padding: 9px;
    min-height: 350px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.landing-about-sec .row {
    align-items: center;
}
section#landing-offer .theme-heading-sec {
    width: 100%;
}
section#landing-offer .theme-heading-sec h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
}
section.landing-about-sec {
    background: #F4f6fb !important;
}
.uspa-img-sec img {
    border: 1px solid #fff;
    box-shadow: 0 0 14px rgb(0 0 0 / 12%);
    padding: 9px;
    min-height: 480px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
section.usp2 .row {
    align-items: center;
}
section.usp1 .row {
    align-items: center;
}
section#landing-offer {
    background:#0b2144;
}
#landing-banner .carousel-item .container {
    z-index: 999;
}
div#landing-banner .banner-caption h1 span.landing-banner-span {
    background-color: red;
    line-height: 1;
    padding: 3px 17px;
}

div#landing-banner .banner-caption h1 span.landing-banner-head {
    background-color: #00b8ee;
    padding: 3px 17px;
}
div#landing-banner .banner-caption h1 {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: -0.9px;
}
div#landing-banner .carousel-item:after {
    background-color: rgb(18 27 53 / 21%);
}

@media screen and (max-width: 576px) {
.uspa-img-sec img {
    min-height: unset;
}
.landing-about-img-sec img {
    min-height: unset;
}
section.landing-about-sec .row {
    flex-direction: column-reverse;
}
.landing-content {
    padding-left: 0rem;
    margin-bottom: 1rem;
}
	section.usp1 .row {
    flex-direction: column-reverse;
}
.call-action-wrapper {
    padding: 3.5rem 2rem 3.5rem 2rem;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.landing-offer .owl-dots button {
    background: #ffffff!important;
}
}




/*------------Banner section------------
---------------------------------------*/


main .carousel-item {
    position: relative;
    max-height: 400px;
    height: 100vh;
    background-position: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: unset;
}
.carousel-item .container-fluid {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
}
main .banner-caption {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
.banner-caption h1 {
    font-weight: 700;
    font-size: 52px;
    text-align: center;
    color: #ffd207;
    line-height: 51px;
    margin: 0rem auto 0.5rem;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
}


.banner-caption h3 {
    color: white;
    display: block;
    font-weight: 600;
	margin: 16px 0 12px;
    font-size: 32px;
}
.banner-caption a {
    width: auto;
    display: inline-block;
    padding: 8px 36px;
    border-radius: 10px;
    color: white;
    border: solid 1px white;
    margin-top: 0.8rem;
    background: #0295c0;
    font-weight: 500;
    font-size: 22px;
}
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 4px transparent;
    opacity: 1;
}

.caption-col{
    display: flex;
    align-items: center;
}
/* .home-carousel .carousel-item:after {
    content: "";
    width: 53%;
    height: 100%;
    background: #0b2144;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 84% 0, 95% 100%, 0% 100%);
} */
/* .home-carousel .carousel-item:before {
    content: "";
    width: 53%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.09;
    background-size: 253px;
    background-image: url(https://www.plaintextures.com/resources/thumbnails/textures/paving/concrete/gray/texture_gray_2898/texture_gray_2898_1_thumbnail.jpg);
    clip-path: polygon(0 0, 84% 0, 95% 100%, 0% 100%);
} */
.carousel-control-next:focus, .carousel-control-prev:focus{
    color: #ee212b;
}   
@media screen and (max-width: 1200px) {
    .banner-caption {
        width: 60%;
    }
    .banner-caption h1 {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .banner-caption {
        width: 80%;
    }
}

@media screen and (max-width: 576px) {

main .carousel-item {
    height: 50vh;
    background-position: 100%;
    max-height: unset;
}
main .banner-caption {
    width: 100%;
    margin: auto;
    background: rgb(30 30 42 / 94%);
    padding: 28px 22px;
    border-radius: 8px;
    text-align: center;
}
	main .banner-caption h1 br{
	display:none;
}

main .banner-caption h1 {
    font-size: 38px;
    line-height: 44px;
    font-weight: 500;
    letter-spacing: -0.7px;
    text-align: center;
}
.banner-caption h3 {
    padding: 10px 22px;
}
    .carousel-control-prev {
        left: 0px;
        display: none;
    }
    .carousel-control-next {
        right: 0px;
        display: none;
    }
    .carousel-indicators {
        bottom: 40px;
    }
.carousel-item:after,
.carousel-item:before {
    display: none;
}
}
/*Faq Page*/
section.faq-sec {
    background: white;
}
.faq-img {
    position: sticky;
    top: 95px;
}
.faq-img img {
    min-height: 400px;
    object-fit: cover;
    object-position: center;
}
.faq-col {
    display: flex;
    align-items: center;
}
.faq-sec .card-header a {
    width: 100%;
    padding: 0.6rem 1rem;
    background: rgb(242 243 249 / 36%);
}
.faq-sec .card-body {
    padding: 22px 22px;
    background: #eaebf59c;
}
.faq-sec .card-header{
    padding: 0;
}
.faq-sec .card-header h5 {
    font-weight: 500;
    font-size: 17px;
    padding: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.faq-sec .card p {
    margin-bottom: 0;
}
.faq-sec a[aria-expanded="true"], .faq-sec a[area-expanded="true"] {
    background: #061b3e;
}
.faq-sec a[aria-expanded="false"] {
    background: rgb(242 243 249 / 36%);
}
.faq-sec a[aria-expanded="true"] h5, .faq-sec a[area-expanded="true"] h5 {
    color: white;
}
.faq-sec a[aria-expanded="false"] h5{
    color: #28353f;
}
.faq-sec .accordion>.card>.card-header {
    margin-bottom: 0px;
    background: #f2f3f9;
    border: solid 1px rgb(255 0 0 / 6%)!important;
}
.faq-sec .card-header h5 i {
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 576px) {
.faq-img img {
    min-height: unset;
    margin-bottom: 1rem;
}
}

.clr-cyan, .clr-blue {
    padding: 0 10px;
}
.short-desc {
    border: solid 1px #dedede;
    text-align: center;
    max-height: 218px;
    height: 100vh;
    background: #0c86a9;
    padding: 1.5rem 0;
    border-radius: 7px;
	cursor:pointer;
}
.short-desc .img-icon {
    background: white;
    border-radius: 100%;
    width: 72px;
    margin: auto;
    padding: 12px;
    height: 72px;
	margin-bottom:12px;
}
.clr-blue .short-desc {
    background: #061b3e;
}
.short-desc h4 {
    margin-bottom: 7px;
	color: #fff;
	font-weight: 600;
}
.short-desc p {
    margin: 0px;
    font-size: 18px;
	color: white;
}
.short-desc p span {
    font-weight: 500;
    color: #000;
}

.clr-blue .short-desc p span{
    color: #00b8ee;
}
.short-desc:hover {
    background: #061b3e;
}
.short-desc:hover h4,
.short-desc:hover p{
    color: #fff;
}

.gal-card h4 {
    font-size: 25px;
    margin: 8px auto;
    color: #00b8ee;
    text-align: center;
}
.gal-card img {
    height: 100vh;
    max-height: 250px;
    object-fit: cover;
}
.gal-card {
  background-color: #fff;
    border: 1px solid #e9e9e9;
    padding: 15px 15px 15px 15px;
    position: relative;
    text-align: center;
    margin: 16px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.gal-card:hover {
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 20%);
}
.gal-card:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 15px #777777c4;
    transform: rotate(-8deg);
}