.top-bar .top-left-bar .emailhtml,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
    padding: 0 !important;
    font-family: 'Hind Madurai', sans-serif;
    background-attachment: fixed;
    background-size: cover;
    background-image: linear-gradient(rgb(187 168 80 / 46%), rgb(187 168 80 / 42%)), url(../images/banner6.jpg);
}

body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3 {
  font-family: 'Oleo Script Swash Caps', cursive;
}

.m-100 {
  margin-bottom: 80px;
}

h2 {
  font-size: 40px;
  font-weight: 500;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.sec-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #2f2f78;
  color: #fff;
  transition: .5s;
  margin-top: 20px;
  position: relative;
  text-transform: uppercase;
}

.sec-btn span {
  position: relative;
  z-index: 34;
}

.sec-btn::after {
  height: 100%;
  width: 100%;
  background-color: #242464;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  transform: scale(0, 1);
  transition: .5s;
}
#home{
    margin:0px;
}
.sec-btn:hover {
  background-color: transparent;
  color: #fff;
}

.sec-btn:hover:after {
  transform: scale(1);
}

.res-news{
    position:fixed;
    top:80px;
    right:10px;
    z-index:9999;
    padding:10px;
    background:#fff;
    border-radius: 10px;
    box-shadow:0px 10px 20px 0px #343a4040;
}
.res-news a span {
    animation: show 1s  infinite;
    text-shadow: 4px 3px 3px #00000080;
    background-color: transparent;
    padding: 3px 10px;
    font-weight:600;
    border-radius: 100%;
    box-shadow: 0px 4px 6px 0px #343a40ab;
}
@keyframes show{
  0%{color:red}
  100%{color:blue}
}
.under {
  padding: 10px 20px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  background: linear-gradient(to right, #242464, #242464);
}

.under b {
  position: relative;
  z-index: 2;
}

.under::after {
  height: 100%;
  width: 40px;
  border-radius: 21px 0px 21px 0px;
  content: '';
  position: absolute;
  background-color: #242464;
  bottom: 0;
  transform: rotate(45deg);
  left: -11px;
}

.under::before {
  height: 100%;
  width: 40px;
  content: '';
  background-color: #242464;
  position: absolute;
  transform: rotate(45deg);
  border-radius: 21px 0px 21px 0px;
  top: 0;
  right: -11px;
}

/* ------Globle-Style-End------- */
.top-bar {
  padding: 10px 0px;
  background-color: #bba850;
}

.top-left-bar {
  display: flex;
  color: #fff;
  align-items: center;
}
.top-bar .res{
    text-align :right;
}
.top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 20px 5px 0px;
}
.top-right .top-box:nth-child(2){
    margin:0px 10px;
}
.top-right .top-box a{
    padding:10px 20px;
    background-color:#fff;
    border-radius:5px;
}
.top-bar .res .sec-btn{
    margin-top:0px;
    padding:7px 20px;
}
.top-bar .top-left-bar .phone {
  margin-left: 10px;
  display:flex;
  align-items:center;
}

.top-bar .top-left-bar .email {
  margin-right: 10px;
  display:flex;
  align-items:center;
}

.top-left-bar a {
  color: #fff;
  padding-left: 10px;
}

.menu {
  position: sticky;
  top: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.137);
  left: 0;
  width: 100%;
  background-color: #fff !important;
  z-index: 999;
}

.menu .navbar-brand img {
  width: 230px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}

.menu .navbar-expand-lg .navbar-nav .nav-item {
  margin: 0px 5px;
}
.dropdown-toggle::after{
    border:none;
    margin:0;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 10px;
  color: #bba850;
  position: relative;
}

.menu .navbar-expand-lg .navbar-nav .nav-link::after {
  width: 0px;
  border-top: 2px solid #2f2f78;
  position: absolute;
  top: 0;
  transition: .5s;
  left: 0;
  content: '';
}

.menu .navbar-expand-lg .navbar-nav .nav-link::before {
  width: 0px;
  transition: .5s;
  border-bottom: 2px solid #2f2f78;
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #2f2f78 !important;
  background-color: #bba850;
}

.menu .navbar-expand-lg .navbar-nav .nav-link.active::after,
.menu .navbar-expand-lg .navbar-nav .nav-link.nav-link.active::before {
  width: 100%;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover::after,
.menu .navbar-expand-lg .navbar-nav .nav-link:hover::before {
  width: 100%;
}


/* -----hero-section-start----- */

.hero-slide {
  padding: 100px 0px;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero-slide h2 {
  font-size: 60px;
  line-height: 70px;
}

.hero-slide p {
  color: #bba850;
}

.hero-slide img {
  width: 100%;
}

/* -----hero-section-end----- */

/* -----------counter-section-start--------- */

.counter-section {
  margin-top: -50px;
  position: relative;
}

.cont-box {
  background-color: #bba850;
  padding: 20px;
  text-align: center;
  z-index: 44;
  box-shadow: 0px 10px 20px 0px #bba7503f;
  margin-top: 20px;
  border-radius: 10px;
}

.cont-box h2 {
  font-size: 35px;
  color: #242464;
  font-weight: 700;
  margin-bottom:0px;
}

.cont-box img {
  width: 50px;
}
.cont-box h2{
    position:relative;
}
.cont-box h2::after{
    content:"+";
    font-size:45px;
}
.cont-box p {
  margin-bottom: 0;
}

.counter-section .col-md-6:nth-child(4) .cont-box h2::after{
    content:"y";
}

/* -----------counter-section-end----------- */

/* -----about-section-start----- */
.about-section {
  padding: 80px 0px;
}

.about-section .team {
  text-align: center;
}

.about-section .team-item {
  margin-left: 30px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #bba850;
}
.as-content p{
    margin:10px 0px;
}
.team-box{
    margin-top:20px;
}
.team-img {
  margin-bottom: 10px;
  height:300px;
  background-size:cover !important;
  background-position:center;
}

.team-item h4 {
  margin: 0;
}

.team-item p {
  color: #242464;
}

.about-section .team-item marquee {
  height: 480px;
  text-align: center;
}
.as-box {
    padding: 10px;
    background: #bba850;
    border-radius: 10px;
}
.as-box p{
    margin:0px;
}
/* ------course-section-start----- */
.cs-head {
  text-align: center;
}

.cs-box {
  height: 100%;
  background-color: #bba850;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.192);
}

.cs-box .cs-item {
  padding: 20px;
}

.cs-box .cs-item h4 {
  font-size: 20px;
  font-weight: 600;
}

.cs-box .cs-img {
  width: 100%;
  height: 180px;
  background-size: cover !important;
}

/* -----course-section-end----- */

/* ------Testimonial-Section-Start------ */
.testimonial-section {
  padding: 80px 0px 50px;
}

.tes-img img {
  width: 65px;
}

.tes-slide {
  padding: 20px;
  background-color: #fff;
  text-align: center;
  margin: 30px 10px 40px;
  box-shadow: 0px 5px 10px 0px rgba(17, 17, 17, 0.162);
  border-radius: 10px;
}

.tes-box {
  position: relative;
}

.tes-box::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: -4;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  content: '';
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.161);
}
.tes-news{
    display:none;
}

.tes-slide .tes-item {
  display: flex;
  margin-bottom: 20px;
  text-align: left;
  align-items: center;
}

.tes-slide .tes-item .text {
  margin-left: 20px;
}

.tes-slide .tes-item .text h4 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0px;
}

.tes-slide .tes-box i {
  color: #e57b26;
  font-size: 14px;
}

.tes-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.slick-next,
.slick-prev {
  display: none !important;
}

.tes-slider .slick-dots li button {
  border: none;
  background-color: #0c8bc9;
  height: 4px;
  border-radius: 5px;
  margin: 0px 3px;
  font-size: 0px;
  width: 15px;
}

.tes-slider .slick-dots .slick-active button {
  background-color: #e57b26;
}

.testimonial-section .news marquee {
  height: 220px;
}

.testimonial-section .news {
  border: 1px solid #242464;
  margin-top: 25px;
  border-radius: 10px;
  padding: 20px;
}

.testimonial-section .news ul {
  padding: 0px;
}

.testimonial-section p {
  margin: 0;
}

.news ul li {
  margin: 10px 0px;
}

.news ul li a {
  color: #242464;
}
.news ul li a i{
    color:red;
}
.news ul li a span{
    color:red;
}
/* ------Testimonial-Section-End------ */

/* -----choose-section-start----- */
.choose-section {
  padding: 70px 0px;
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.432), rgba(0, 0, 0, 0.397)), url(../images/hero3.jpeg);
}

.choose-section .ch-head {
  text-align: center;
  color: #fff;
}

.choose-section .ch-box {
  padding: 20px;
  text-align: center;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.185);
}

.ch-box .ch-img img {
  width: 50px;
}

.ch-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 10px;
}

/* -----choose-section-end----- */

/* ----quote-section-start----- */

.quote-section {
  padding: 70px 0px;
}

.quote-form {
  border-radius: 15px;
  text-align: center;
  background-color: #bba850;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.185);
}

.quote-form h3 {
  color: #fff;
  background-color: #242464;
  padding: 20px;
  font-weight: 600;
  border-radius: 15px 15px 0px 0px;
  font-size: 30px;
}

.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 20px;
  margin: 10px 0px;
  border: none;
  background-color: #fff;
  outline: none;
}

.quote-form button {
  border: none;
}

.quote-form .quote-box {
  padding: 20px;
}

.quote-section .fs-box {
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background-color: #f6f6f6;
  color: #bba850;
}

.quote-section .fs-box h5 {
  margin-top: 15px;
}

.fs-imgaes img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.quote-section .facilities {
  background-image: url(../images/cs5.jpg);
  background-size: cover;
  padding: 20px;
  background-position: center;
}

.quote-section .facilities h2 {
  color: #bba850;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.322);
  margin: 0px 20px;
  text-align: center;
}

.quote-section .facilities marquee {
  height: 450px;
}

/* ----quote-section-end---- */


/* ------barnd-section-start------- */
.brand-section {
    text-align:center;
  padding: 60px 0px;
}

.brand-slider .brand-img {
  border: 2px solid #bba850;
  height: 200px;
  display: flex;
  margin: 10px;
  align-items: center;
  justify-content: center;
}

.brand-slider .brand-img img {
  margin: auto;
  width: 100%;
  height:100%;
}

/* ------brand-section-end------- */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 50px;
  background-size: cover;
  background-image: linear-gradient(#d4f1eedf, #dcf0eee2), url(../images/fot-bg.png);
  background-position: center;
}

.footer-logo {
  margin-bottom: 20px;
}
.footer-section .top-right{
    justify-content:flex-start;
    flex-wrap:wrap;
   
}
.footer-section .top-right .top-box{
    margin-top:25px;
}
.footer-logo img {
  width: 240px;
}

.footer-box .social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  background-color: #2e3192;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a:hover {
  background-color: #bba850;
  border-radius: 100%;
}

.footer-box .footer-title h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #2e3192;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #2e3192;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #bba850;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  display: flex;
  align-items: center;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items:center;
}

.footer-link2 ul li p {
  margin-bottom: 0;
}

.footer-link2 ul li a:hover {
  color: #bba850;
}

.footer-link ul li a i {
  transition: .5s;
  font-size: 14px;
  display: inline-block;
  transform: scale(0);
  margin-left: -15px;
}

.footer-link ul li a:hover i {
  transform: scale(1);
  padding-right: 5px;
  margin-left: 0;
}

.footer-link2 ul li i {
  color: #fff;
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  background-color: #2e3192;
}

.footer-link2 ul li i:hover {
  background-color: #bba850;
  border-radius: 100%;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  background-color: #bba850;
  margin-top: 50px;
}

.footer-section .copy-right p {
  margin-bottom: 0;
}


/* -----banner-section-start----- */

.banner-section {
  padding: 130px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.432), rgba(0, 0, 0, 0.463)), url(../images/hero2.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

.banner-section .banner-title h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.banner-section .banner-title ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.banner-section .banner-title ul li a {
  padding: 6px;
  color: #fff;
}

/* -----banner-section-end----- */

/* ------details-section-start----- */
.details-section .ds-box h3{
  font-size: 26px;
  font-weight: 600;
  font-family: 'Hind Madurai', sans-serif;
}
.details-section .ds-box ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0px;
}
.details-section .ds-box ul li {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  
}
.details-section .ds-box .klist{
    display:block;
}
.details-section .ds-box .klist li{
    display:block;
    font-weight: 400;
    font-size:16px;
    text-align: left;
}
.details-section .ds-box .klist li p{
    margin-bottom:0px;
}
.details-section .ds-box ul li span{
  color: #bba850;
}

.details-section .ds-img{
  height:100%;
  width:100%;
  background-size:cover !important;
}

/* ------details-section-end----- */

.log-section .log{
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.148);
  background-color: #fff;
  padding: 25px;
}
.log-section .log label{
  margin-top: 20px;
  font-size: 18px;
}
.log-section .log input{
  width: 100%;
  padding: 10px 20px ;
  border: 1px solid rgba(128, 128, 128, 0.918);
  margin-top: 5px;
  outline: none;
  border-radius: 5px;
}
.log-section .log input[type="checkbox"]{
  width: 20px;
  margin-top: 5px;
}
.log-section .log button{
  outline: none;
  border: none;
}
.log-section .log .google{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin: auto;
  width: 250px;
  border-radius: 5px;
  background-color: #4385f4;

}
.log-section .log .google img{
  background-color: #fff;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
}
.log-section .log .google a{
  color: #fff;
  padding-left: 10px;
}
.log-section .log form > span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 20px;
}

/* ------gallery-section------- */

.gallery-section {
  padding: 40px 0px;
}

.gallery-section .gallery-box {
  position: relative;
  height:300px;
  width:100%;
  background-size:cover;
  margin-top: 30px;
}



/* ------gallery-section-end------- */

.event-section {
  padding-top: 80px;
}
  .event-section .ev-img{
    height:300px;
    width:100%;
    background-size:cover !important;
  }

/* ------contact-section-start------- */

.contact-section {
  padding-top: 60px;
}

.contact-box {
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.246);
  padding: 20px;
  text-align: center;
  height: 100%;
  position: relative;
}

.contact-box::after {
  height: 10px;
  width: 10px;
  background-color: #242464;
  position: absolute;
  transition: .5s;
  bottom: 0;
  right: 0;
  content: '';
}

.contact-box:hover:after {
  width: 100%;
  height: 100%;
}

.contact-box:hover .icon {
  background-color: #fff;
  color: #242464;
}

.contact-box .text {
  flex: 1;
  margin-left: 20px;
}

.contact-box:hover a,
.contact-box:hover h4 {
  color: #fff;
}

.contact-box a,
.contact-box h4 {
  position: relative;
  z-index: 4;
}

.contact-box:hover address {
  color: #fff;
}

.contact-box address {
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}

.contact-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  position: relative;
  transition: .5s;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #242464;
  margin: 0px auto 20px;
  box-shadow: 0px 5px 10px 0px #0959002e;
}

.contact-box:hover .icon {
  background-color: #fff;
  color: #242464;
}

/* ------contact-section-end------ */

/*-----popup-section-----*/

.pop-section{
  display: none;
}
.pop{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 9999999;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.539);
}
.pop-form{
  background-color: #edf6f7;
  padding:40px 20px 20px;
  width: 430px;
  position: relative;
}
.pop-form .close{
  position: absolute;
  top: 7px;
  right: 20px;
  cursor: pointer;
  color: #bba850;
  font-size: 30px;
  line-height: 50px;
}
.pop-form input,.pop-form select{
  width: 100%;
  padding: 13px;
  outline: none;
  border-radius: 5px;
  margin-top: 15px;
  background-color: #efe6bf;
  border: none;
  color: rgb(120, 115, 115);
  font-size: 18px;
}
.pop-form button{
  outline: none;
  border: none;
}
/*-----popup-section-----*/

/*---other-Section-Start----*/

.os-box{
    padding:10px 20px;
    border-radius:10px;
    color:#fff;
    text-align:center;
    background-color:#2f2f78;
}
.os-box h4{
    font-size:16px;
    margin:0px;
      text-transform: capitalize;
}
/*---other-Section-Start----*/

@media screen and (max-width:1024px) {
 .top-right .top-box a {
    padding: 8px 10px;
    font-size: 14px;
}
.top-right {
    padding: 5px 0px;
}
}

@media screen and (max-width:1024px) {
  .hero-slide {
    padding: 70px 0px;
  }
h2 {
    font-size: 30px;
    font-weight: 500;
}
  .hero-slide h2 {
    font-size: 45px;
    line-height: 57px;
  }

  .about-section {
    padding: 50px 0px;
  }
}

@media screen and (max-width:992px) {
  .menu .navbar-nav{
    align-items: stretch;
  }
  .top-right {
    justify-content: flex-start;
    margin-top: 10px;
}
  .top-bar .res {
    text-align: center;
}
}
@media screen and (max-width:768px) {
  .hero-slide {
    text-align: center;
  }
  .testimonial-section,.quote-section,.gallery-section{
    padding: 40px 0px;
  }
  .about-section .team-item{
    margin-left: 0px;
  }
  .banner-section{
    padding: 80px 0px;
  }
  .hero-slide h2 {
    font-size: 35px;
    line-height: 37px;
  }
  .m-100{
    margin-bottom: 40px;
  }
  .tes-news {
    display: block;
}
.details-section .ds-img{
  height:300px;
}
  h2 {
    font-size: 30px;
    font-weight: 500;
  }
  .tes-head2{
    display: none;
  }
  .quote-section .facilities{
    margin-top: 40px;
  }
  .footer-box{
    margin-top: 20px;
  }
  .event-section{
    padding-top: 40px;
  }
  .event-section .ev-img{
    margin-top: 30px;
    height:300px;
    width:100%;
  }
  .as-box{
      margin:20px 0px;
  }
  .contact-section {
    padding-top: 30px;
}
}

@media screen and (max-width:576px) {
  .hero-slide h2 {
    font-size: 25px;
    line-height: 30px;
}
.hero-slide{
  padding: 80px 0px;
}
.banner-section{
  padding: 50px 0px;
}
.pop-form{
    width:90%;
}
.pop-form input, .pop-form select{
    padding:8px;
    font-size:15px;
}
.team-img img{
    width:80%;
    margin:auto;
}
h2 {
  font-size: 25px;
}
.footer-section .copy-right {
  
    margin-top: 20px;
}
.top-right .top-box a {
  
    font-size: 12px;
}
.top-left-bar{
  flex-wrap: wrap;
  justify-content: center;
}
.quote-section .facilities h2{
  margin: 0px;
}
.brand-slider .brand-img{
  height: 150px;
}
.banner-section .banner-title h1 {
  font-size: 35px;
  font-weight: 500;
}

}