* {
    margin: 0px;
    font-family: 'Overpass', sans-serif;
    font-family: 'Poppins', sans-serif;
}
body {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
.container {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
    margin: unset !important;
    max-width: unset;
}
.bg_load {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/krishnammal-loading-icon.gif) 50% 50% no-repeat #fff;
}
header {
    position: absolute;
    z-index: 1;
    width: 100%;
	background-color:#ececec;
}
.h-height {
	height: 170px;
}
.top-header {
	float: right;
}
.top-header-btm {
	border-bottom: 2px solid #c9c9c9;
}
.navbar-brand {
	margin-top: -80px;
}
.sticky_header .navbar-brand {
	margin-top: 0px;
}
.sticky_header .navbar-brand img {
	width: 60%;
}
.sticky_header {
    position: fixed !important;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 7%);
}
.sticky_header .top-header {
    display: none;
}
.scrollToTop {
    background-image: url(../images/zoop-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 82px;
    bottom: 63px;
    background-repeat: no-repeat;
    z-index: 99;
    border: none;
}
/*----onscroll animation start-----*/

.animation-element.slide-top {
    opacity: 0;
    -moz-transition: all 600ms linear;
    -webkit-transition: all 600ms linear;
    -o-transition: all 600ms linear;
    transition: all 600ms linear;
    -moz-transform: translate3d(0px, -60px, 0px);
    -webkit-transform: translate3d(0px, -60px, 0px);
    -o-transform: translate(0px, -60px);
    -ms-transform: translate(0px, -60px);
    transform: translate3d(0px, -60px, 0px);
}
.animation-element.slide-left {
    opacity: 0;
    transition: all 0.6s linear;
    -moz-transform: translate3d(-50px, 0, 0);
    -webkit-transform: translate3d(-50px, 0, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate3d(-50px, 0, 0);
}
.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

/*----onscroll animation end-----*/

.main-title {
	color: #e41c57;
	font-size: 1.875rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
	line-height: 25px;
    text-transform: uppercase;
	margin-bottom: 30px;
}
.sub-title {
	color: #1d3557;
	font-size: 2.6rem;
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
	line-height: 55px;
    text-transform: uppercase;
}
.sub-title span {
	 color: #1d3557;
    font-size: 2.6rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 3px 1px 0px #fc6d8b;
    text-transform: uppercase;
}
.para {
	color: #181818;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
	line-height: 25px;
    font-size: 1.125rem;
}
.navbar-collapse {
    justify-content: end;
}
.header-area {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #3e3e3e;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    transition: all .3s linear;
}
.navbar-light .navbar-nav .nav-link:hover::before {
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 0.2rem;
    text-align: center;
    bottom: -20px;
    background: #91191b;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all .3s linear;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #91191b !important;
}
.active, .btns:hover {
  color: #91191b;
}
.navbar-nav .nav-item .nav-link:hover {
    color: #91191b;
}
.navbar-light .navbar-nav .nav-link:hover:after {
    opacity: 1;
    transition: all .3s linear;
}
a.nav-link {
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
}
.icon {
	width: 30px;
	height: 30px;
	color: #000;
}
.stdnt-img {
	margin-bottom: 26px;
}
#banner-section {
	background-image: url(../images/krishnammal-banner-bg.png);
    width: 100%;
    background-repeat: no-repeat;
	background-size: cover;
}
.banner-left-img  img{
	width: 100%;
}
#banner-section .form-head  {
	background: #FFFFFF;
	border-radius: 15px;
	padding: 35px 25px;
}
#banner-section .form-head p {
	font-family: 'Josefin Sans', sans-serif;
}
#banner-section .form-head h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 
}
#banner-section .form-head form .form-control {
    background: #fff;
    opacity: 1;
    border: 1px solid #91191b;
    border-left: 5px solid #91191b;
    padding: 15px 10px;
    margin-bottom: 20px;
	border-radius: 0;
}
#banner-section .banner-left-img h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 4.375rem;
	line-height: 60px;
	color: #fff;
	padding-top: 10%;
    padding-bottom: 3%;
}
::placeholder {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #505050;
}
.banner-submit a {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 1.375rem;
	display: block;
    background-color: #91191b;
    padding: 10px 10px;
	text-decoration: none;
}
#footer-2 .contact-form .form-head form .form-control {
    background: #fff;
    opacity: 1;
    border: 1px solid #91191b;
    border-left: 5px solid #91191b;
    padding: 10px;
    margin-bottom: 20px;
	border-radius: 0;
}
#footer-2 .contact-form .form-head form textarea {
	padding: 10px 10px 21px 10px !important;
}
.contact-form {
	padding: 50px;
}
#krishnammal-tap-section h3 {
	color: #181818;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 3.563rem;
}
.tab-left-img img {
	margin-bottom: 40px;
}
.tab-left-img h4 {
	color: #91191b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
	margin-bottom: 15px;
}
.tab-left-img h5 {
	color: #181818;s
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
	margin-bottom: 15px;
}
.tab-left-img p {
	color: #181818;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size:1.135rem;
}
#footer-3 {
	background-color: #181818;
	padding: 25px;
}
.footer-right {
	float: right;
}
.footer-left p, .footer-right p, .footer-left p a {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	margin-bottom: 0px;
}
#footer-2 .contact-form .form-head h2 {
	color: #181818;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	font-size: 3.563rem;
}
.contact-submit a {
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 1.375rem;
	display: block;
    background-color: #91191b;
    padding: 10px 10px;
	text-decoration: none;
}
.contct-details .address-details ul li {
	list-style: none;
	margin-bottom: 25px;
}
.contct-details .contact-social-icons ul li {
	list-style: none;
}
.contct-details .contact-social-icons ul {
	display: flex;
}
.contact-social-icons .facebook img {
	border-bottom: 3px solid #337FFF;
	padding: 6px;
}
.contact-social-icons .insta img {
    border-bottom: 3px solid #C3318A;
	padding: 6px;
}
.contact-social-icons .twitter img {
    border-bottom: 3px solid #33CCFF;
	padding: 6px;
}
.contact-social-icons .youtube img {
    border-bottom: 3px solid #FF3000;
	padding: 6px;
}
.contact-social-icons .linkedin img {
    border-bottom: 3px solid #006699;
	padding: 6px;
}
.facebook {
	position: relative;
}
.facebook-hover img {
	position: absolute;
    top: 0;
    left: 0;
    background-color: #337fff;
    opacity: 0;
	    transition: all .2s linear;
}
.facebook:hover .facebook-hover img {
	opacity: 1 !important;
	background-color: #337FFF;
	    transition: all .2s linear;
}
.facebook img:hover {
	opacity: 0 !important;
	background-color: #337FFF;
	    transition: all .2s linear;
}
.insta {
	position: relative;
}
.insta-hover img {
	position: absolute;
    top: 0;
    left: 0;
    background-color: #C3318A;
    opacity: 0;
	    transition: all .2s linear;
}
.insta:hover .insta-hover img {
	opacity: 1 !important;
	background-color: #C3318A;
	    transition: all .2s linear;
}
.insta img:hover {
	opacity: 0 !important;
	background-color: #337FFF;
	    transition: all .2s linear;
}
.linkedin {
	position: relative;
}
.linkedin-hover img {
	position: absolute;
    top: 0;
    left: 0;
    background-color: #006699;
    opacity: 0;
	    transition: all .2s linear;
}
.linkedin:hover .linkedin-hover img {
	opacity: 1 !important;
	background-color: #006699;
	    transition: all .2s linear;
}
.linkedin img:hover {
	opacity: 0 !important;
	background-color: #006699;
	    transition: all .2s linear;
}
.youtube {
	position: relative;
}
.youtube-hover img {
	position: absolute;
    top: 0;
    left: 0;
    background-color: #3FF3000;
    opacity: 0;
	    transition: all .2s linear;
}
.youtube:hover .youtube-hover img {
	opacity: 1 !important;
	background-color: #FF3000;
	    transition: all .2s linear;
}
.youtube img:hover {
	opacity: 0 !important;
	background-color: #FF3000;
	    transition: all .2s linear;
}
.twitter {
	position: relative;
}
.twitter-hover img {
	position: absolute;
    top: 0;
    left: 0;
    background-color: #33CCFF;
    opacity: 0;
	    transition: all .2s linear;
}
.twitter:hover .twitter-hover img {
	opacity: 1 !important;
	background-color: #33CCFF;
	    transition: all .2s linear;
}
.twitter img:hover {
	opacity: 0 !important;
	background-color: #33CCFF;
	    transition: all .2s linear;
}
.top-header .facebook img {
	border-bottom: 3px solid #337FFF;
	padding: 6px;
}
.top-header .insta img {
    border-bottom: 3px solid #C3318A;
	padding: 6px;
}
.top-header .twitter img {
    border-bottom: 3px solid #33CCFF;
	padding: 6px;
}
.top-header .youtube img {
    border-bottom: 3px solid #FF3000;
	padding: 6px;
}
.top-header .linkedin img {
    border-bottom: 3px solid #006699;
	padding: 6px;
}
.contct-details .contact-social-icons .facebook, .contct-details .contact-social-icons .insta, .contct-details .contact-social-icons .twitter, .contct-details .contact-social-icons .youtube  {
	padding-right: 10px;
}
.top-header .facebook, .top-header .insta, .top-header .twitter, .top-header .youtube {
    padding-right: 10px;
}
.contct-details ul li span {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 30px;
	color: #181818;
}
.contct-details ul li span a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    color: #181818 !important;
	text-decoration: none;
}
.contct-details ul {
	padding-left: 0px;
}
.contct-details .contact-img {
	padding-right: 15px;
}
.contct-details {
	background-color: #fff;
	margin-bottom: 30px;
}
.address-details {
    padding: 50px 35px 25px 35px;
}
.top-footer {
	background-color: #ececec;
	padding: 5% 0;
}
#icon-section {
	padding-bottom: 3%;
	position: relative;
}
.icon-img-1 {
	position: absolute;
    top: -27%;
    left: 0px;
}
.icon-img-2 {
	position: absolute;
    top: -13%;
    left: 24%;
}
.icon-img-3 {
	position: absolute;
    top: 15%;
    right: 33%;
}
.icon-img-4 {
	position: absolute;
    top: -16%;
    right: 0px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
    border-top: 3px solid #91191b;
}
#icon-section .col-md-4 img {
	background-color: #91191b;
    border-radius: 50px;
}
#icon-section h4 {
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
	font-size: 1.125rem;
	line-height: 30px;
	color: #181818;
}
#icon-section p {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 1rem;
	line-height: 30px;
	color: #181818;
}
#login-section {
	background-image: url(../images/krishnammal_portal-bg.png);
    width: 100%;
    background-repeat: no-repeat;
	background-size: cover;
	padding: 5% 0;
}
#login-section div h3 {
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 3.563rem;
    color: #fff;
	line-height: 68px;
}
#login-section div a {
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
    color: #90181A;
	text-decoration: none;
	background-color: #fff;
	padding: 15px 75px;
}
#about-school-section {
	padding: 5% 0 3% 0;
	position: relative;
}
.about-icon-img-1 {
    position: absolute;
    top: 3%;
    left: 1%;
    width: 4vw;

}
.about-icon-img-2 {
	position: absolute;
    top: 0px;
    left: 38%;
	width: 16vw;
}
.about-icon-img-3 {
	position: absolute;
    top: 2%;
    right: 4%;
}
#about-school-section .school-student h3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 3.563rem;
	line-height: 68px;
	color: #181818;
}
#about-school-section .school-student h3 span {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 3.563rem;
	color: #90181A;
}
#about-school-section .school-student p {
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 1.325rem;
    line-height: 31px;
    color: #181818;
}
#about-school-section .school-student h2 {
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 2.063rem;
    line-height: 25px;
    color: #90181A;
}
#about-school-section .school-student h5 {
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 30px;
    color: #181818;
}
.contact-social-icon ul {
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.contact-social-icon ul li {
	list-style: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #91191b;
	font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
	font-size: 1rem;
	border-color: transparent;
	border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #181818;
    background-color: #fff;
    border-top: 3px solid #91191b;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
	padding: 10px;
    width: 150px;
    margin: 0px 10px;
    border-radius: 0;
}
.nav-tabs {
    border-bottom: none;
}
#krishnammal-tap-section {
	padding: 5% 0;
}
.about-icon-img-1 {
-webkit-animation: boy5 1s ease infinite alternate;
}
.about-icon-img-2 {
-webkit-animation: boy6 1s ease infinite alternate;
}
.about-icon-img-3 {
-webkit-animation: boy7 1s ease infinite alternate;
}
.about-student  .col-md-7 img {
-webkit-animation: boy-girl 1s ease infinite alternate;
position: relative;
top: -20px;
}
.icon-img-1 {
-webkit-animation: boy1 1s ease infinite alternate;
}
.icon-img-2 {
-webkit-animation: boy2 1s ease infinite alternate;
}
.icon-img-3 {
-webkit-animation: boy3 1s ease infinite alternate;
}

.icon-img-4 {
	    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: clockwiseSpin;
    animation-timing-function: linear;
    transform-origin: center;
}

@-webkit-keyframes boy-girl {
  100% {
    top: -10px;
  }
}
 
@-webkit-keyframes boy {
  100% {
    top: -10px;
  }
}

@-webkit-keyframes boy5 {
  100% {
    top: 4%;
  }
}
@-webkit-keyframes boy6 {
  100% {
    top: -10px;
  }
}
@-webkit-keyframes boy7 {
  100% {
    top: 4%;
  }
}

@-webkit-keyframes boy1 {
  100% {
    top: -25%;
  }
}

@-webkit-keyframes boy2 {
  100% {
    top: -15%;
  }
}

@-webkit-keyframes boy3 {
  100% {
    top: 17%;
  }
}

@keyframes clockwiseSpin {
   from  {
     transform: rotate(-360deg);
  }
  to {
     transform: rotate(0deg);
   }	
}


/* @-webkit-keyframes bounce { */
  /* 0% { */
      /* text-shadow: */
                  /* 0 5px 0 #ccc, */
                  /* 0 2px 3px rgba(0, 0, 0, 1);   */
  /* } */
  /* 100% { */
    /* transform:translateY(-20px); */
    /* text-shadow:  0 50px 0 #black, */
                  /* 0 0px 20px rgba(0, 0, 0, .3); */
  /* } */
/* } */
@media (max-width: 767px) {
	.tab-left-img h4 {
		font-size: 20px;
	}
	.tab-mob-title h2 {
		color: #181818;
		font-family: 'Josefin Sans', sans-serif;
		font-weight: 700;
		font-size: 2rem;
		margin-bottom: 10px;
		margin-top: 0px;
	}
    .scrollToTop {
        right: 27px;
        bottom: 20px;
    }
    .navbar-light .navbar-nav .nav-link:after {
        position: unset !important;
    }
    .top-header {
        padding: 0;
		display: none;
    }
	.h-height {
		height: 108px;
	}
    .navbar-light .navbar-toggler {
        color: unset !important;
        border-color: unset !important;
        box-shadow: unset !important;
    }
    .scrollToTop {
        right: 20px;
    }
    .container {
        padding: 0px 15px !important;
    }
    .navbar-light .navbar-nav .nav-link::before {
        content: unset;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }
    .navbar-nav {
        margin-top: 10px !important;
		display: unset;
    }
    .navbar-light .navbar-brand img {
        width: 55%;
    }
	.navbar-brand {
		margin-top: 0px;
	}
	.about-icon-img-1, .about-icon-img-2, .about-icon-img-3, .icon-img-1, .icon-img-2, .icon-img-3, .icon-img-4 {
			display: none;
	}
	.contact-form {
		padding: 0px;
	}
	.contct-details .contact-social-icons .facebook img, .contct-details .contact-social-icons .linkedin img, .contct-details .contact-social-icons .youtube img, .contct-details .contact-social-icons .insta img, .contct-details .contact-social-icons .twitter img  {
	padding: 0px;
	}
	#banner-section .banner-left-img h2 {
		padding-top: 25px;
		font-size: 2.575rem;
		line-height: 50px;
	}
	#banner-section {
		padding-bottom: 25px;
	}
	#about-school-section .school-student h3 {
		font-size: 2.563rem;
		line-height: 50px;
	}
	#about-school-section .school-student h3 span {
		font-size: 2.563rem;
		line-height: 50px;
	}
	#about-school-section .school-student h3 br {
		display: none;
	}
	.school-student {
		text-align: center;
	}
	#about-school-section .school-student img {
		margin-bottom: 20px;
	}
	.about-student {
		flex-direction: column-reverse;
	}
	.contct-details .contact-social-icons .facebook, .contct-details .contact-social-icons .insta, .contct-details .contact-social-icons .twitter, .contct-details .contact-social-icons .youtube {
		padding-right: 6px;
	}
	#login-section div h3 {
		font-size: 2.563rem;
		margin-bottom: 30px;
		text-align: center;
		line-height: 48px;
	}
	#login-section {
		padding: 6% 0 9% 0;
	}
	#banner-section .form-head h2 {
		font-size: 2.563rem;
		line-height: 45px;
	}
	#krishnammal-tap-section h3 {
		font-size: 2.563rem;
		text-align: center;
	}
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
		width: 130px;
		margin: 0px 8px;
		margin-bottom: 30px;
	}
	.tab-left-img h5 {
		line-height: 27px;
	}
	#footer-2 .contact-form .form-head h2 {
		color: #181818;
		font-family: 'Josefin Sans', sans-serif;
		font-weight: 500;
		font-size: 2.563rem;
		text-align: center;
	}
	.top-footer {
		background-color: #ececec;
		padding: 7% 0 3% 0;
	}
	#footer-3 {
		padding: 10px 0px;
	}
	.footer-left p, .footer-right p, .footer-left p a {
		font-size: 0.999rem;
		margin-bottom: 0px;
	}
	#footer-3 .col-md-6 {
		padding: 0px;
	}
	.address-details {
		padding: 30px 15px 0px 15px;
	}
	.tab-left-img {
		text-align: center;
	}
}
@media (max-width: 575px) {
    .scrollToTop {
        background-image: url(../images/zoop-scroll-to-top.png);
        width: 46px;
        height: 40px;
        position: fixed;
        right: 20px;
        bottom: 52px;
        background-repeat: no-repeat;
        z-index: 99;
    }
	
}
@media(min-width:768px) and (max-width:991px) {
    .container {
        padding-right: 3vw !important;
        padding-left: 3vw !important;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: .5rem 0rem;
    }
    .navbar-nav {
        margin-top: 10px !important;
    }
    .scrollToTop {
        right: 40px;
        bottom: 20px;
    }
	.contact-social-icons img {
		width: 50px;
	}
	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
		margin-bottom: 30px;
	}
	#footer-2 .contact-form .form-head h2 {
		font-size: 2.563rem;
	}
	#krishnammal-tap-section h3 {
		font-size: 2.563rem;
	}
	#login-section div h3 {
		font-size: 2.563rem;
		line-height: 50px;
	}
	#login-section div a {
		padding: 15px 55px;
	}
	#about-school-section .school-student h3 {
		font-size: 2.563rem;
	}
	#about-school-section .school-student h3 span {
		font-size: 2.563rem;
	}
	#banner-section .banner-left-img h2 {
		font-size: 3.375rem;
	}
}