@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: "Poppins", sans-serif;
    --body-font-Size: 16px;
    --body-color: #fff;
    --primary-color: #cc3b3b;
    --secondary-color: #d49a8a;
	--color-1: #be8a7c;
    --black: #000;
    --white: #fff;
   
    
}
body{
 	font-family: var(--body-font);
 	font-size:var(--body-font-Size);
 	font-style: normal;
 	line-height: normal;
 	font-weight:400;
 	color: var(--body-color);
 	text-decoration: none;
 	margin:0px;
 	-webkit-font-smoothing: antialiased;
 	padding:0;
 	font-optical-sizing: auto;
 	background-color: var(--secondary-color);
}
html{ scroll-behavior: smooth;}
* {-webkit-box-sizing: border-box;-mox-box-sizing: border-box;box-sizing: border-box;}
::selection {background: var(--black); /* Safari */color:var(--white);}
::-moz-selection {background: var(--black); /* Firefox */color:var(--white);}
a {color:var(--primary-color);text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
a:hover {color: var(--primary-color);}
p {margin:0 0 30px 0;clear:left;padding:0;}
ul{padding: 0px; margin: 0 0 25px;}
ul li{list-style: none;}
/******* Headings Style *******/
h1 {font-size: 43px;}
h2 {font-size: 35px;}
h3 {font-size: 20px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {margin:0 0 20px 0;padding:0;font-weight:normal;}	
hr {margin:40px  0 60px 0;height:1px;border:0;border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1;float:left;width:100%;position:relative;}
img{border:0; max-width: 100%;}	
a img {border: 0;}
/*************** PRELOADER ***************/
#preloader {position: fixed;top:0;left:0;right:0;bottom:0;background-color:var(--body-color); z-index:999999;}
#status {width:100%;height:100%;position:absolute;left:0;top:0;background-image:url(../images/sripuram-dance-academy.svg);  background-size: 250px;
background-repeat:no-repeat;background-position:center;margin:0;}

/*************** COLUMS AND ROWS ***************/
main{ position:relative;	}
.row{ width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{	width:1320px;margin:0 auto;}
.fullwidth{	width:100%;display:block;}
.two-col{flex:0 0 48%; }
.three-col{	flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li{list-style: none;color: var(--white);padding-left: 22px;margin-bottom: 6px;line-height: 24px;position: relative;border-bottom: 1px solid #bd8272;padding-bottom: 10px;}
.list li:after{position: absolute;content: '';width: 6px;height: 6px;border: 2px solid var(--primary-color);left: 0px;top: 8px;border-radius: 50px;}
.list li a{ color: #3a4455; }
.text-center{text-align: center;}
.gap-1{gap:1%}
.gap-2{gap:2%}
.gap-3{gap:3%}
.gap-4{gap:4%}
.gap-5{gap:5%}
.gap-50, .gap-100{display: flex; width: 100%; height: 50px;}
.gap-100{ height: 100px;}
.button-style a, .button-style-span {
	display: inline-block;
	position: relative;
	background-color:transparent;
	padding: 12px 48px 12px 20px;
	border-radius: 0;
	color: var(--white);
	font-size: 13px!important;
	margin-bottom: 10px;

	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
	text-transform: uppercase;
	font-weight: 700;
	border: 1px solid var(--white);
	border-radius: 50px;
}
.button-style a:after, .button-style-span:after, header {
	-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.button-style a:after, .button-style-span:after {
	color: var(--white);
	content: "\f178";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	right: 8px;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	line-height: 28px;
	width: 28px;
	height: 28px;
	background-color: transparent;
	border-radius: 50px;
	text-align: center;
	transition: .3s ease-in-out;
	transform: rotate(330deg);
	font-size: 19px
}
.button-style a:hover, .button-style-span:hover {
	background-color: var(--primary-color);
	color: var(--white)!important;
	border: 1px solid var(--primary-color);
}
.button-style a:hover:after, .button-style-span:hover:after {
	background-color: var(--gray-color);
	transform: rotate(0deg);
	color: var(--white)
}
.button-style-icon a i {
	font-size: 23px;
	background-color: #e90909;
	width: 36px;
	height: 36px;
	border-radius: 50px;
	text-align: center;
	line-height: 36px;
	margin-right: 9px
}
.button-style-icon a {
	font-size: 18px;
	font-weight: 600;
	background-color: var(--green-1);
	padding: 10px 46px 10px 15px
}
.button-style-02 a, .button-style-02 a:after {
	background-color: transparent;
	color: var(--white)
}



/*************** HOME PAGE CSS ***************/
header{ position: fixed; top:0px; left: 0px; width: 100%; z-index: 5; padding: 15px 0px; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
header:after{ position: absolute; content: ''; 	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); z-index: 0; left: 0px; top: 0px; width: 100%; height: 200px;}
.logo{ line-height: 0px;}
.logo img{
    width: 204px;
    -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.header-right{
    display: flex;
    gap: 15px;
}
.menu{
    padding-top: 10px;
}
.join-btn{
    width: 63px;
    height: 63px;
    background-color: var(--primary-color);
    border-radius: 50px;
    color: var(--body-color);
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 17px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
}
.join-btn:hover{ background-color: var(--secondary-color); color: var(--white);}
.header-wrap{
    display: flex;
    justify-content: space-between; position: relative; z-index: 1;;
}
.data-progress {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.data-progress li {
	list-style: none;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 30px 30px;
	background-color: rgba(204, 59, 59, .7);
	margin-bottom: 16px;
	border-radius: 10px;
	outline: 2px dashed #ffffff73;
	outline-offset: -14px;
	display: flex;
	flex-direction: column;
	min-height: 210px;
	justify-content: space-between;
}
.data-progress li:first-child {
	border-left: 0
}
.data-progress li h2 {
	font-weight: 500;
	color: var(--white);
	font-size: 54px;
	margin-bottom: 5px;
	line-height: 45px;
}
.data-progress p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	color: var(--white);
	text-transform: uppercase;
}
.intro{position: relative;/* background-color: var(--secondary-color); */padding: 250px 0px 150px;}
.intro:after{
    position: absolute;
    content: '';
    width: 920px;
    height: 956px;
    background-image: url(../images/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 40px;
    top: 65px;
    z-index: 0;
    }
.intro .container{ position: relative; z-index: 1;}	
.head-cap{position: relative;font-size: 14px;font-weight: 500;text-transform: uppercase;}
.head-cap:after{position: absolute;content: '';height: 1px;width: 80px;background-color: var(--primary-color);right: auto;top: 10px;margin-left: 10px;}
.heading{
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 54px;
}
.intro-wrap{
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
}
.intro-left{
    flex: 0 0 30%;
}

.intro-right{
    display: flex;
    gap: 3%;
    flex: 0 0 65%;
    margin-top: 50px;
}
.intro-right-inn{
    flex: 0 0 56%;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    align-items: center;
}
.countr-box{
    flex: 0 0 48%;
}
.intro-qut{
    flex: 0 0 41%;
    background: rgba(0, 0, 0, .7);
    padding: 35px;
    border-radius: 15px;
}
.intro-qut p{
    border-bottom: 1px solid #6c5a08;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.intro-qut h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.intro-qut h4 span{
    font-size: 16px;
    display: block;
    font-weight: 500;
}
.intro-qut h5{
    margin-bottom: 0px;
    font-size: 13px;
}

.classes-box{
   
    display: block;
    border-radius: 10px;
}
.clas-cnt{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    gap: 4%;
}
.round-arrow{
    width: 45px;
    height: 45px;
    display: inline-block;
    border: 1px solid var(--white);
    border-radius: 50px;
    text-align: center;
    line-height: 45px;
    color: var(--white);
}
.clas-cnt h3{
    color: var(--white);
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;

}
.clas-cnt p{
    margin-bottom: 0px;
    color: var(--white);
	opacity: 0;
	position: relative;
	top:10px;
	-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
}
.classes-box:hover{  background-color: #be8a7c;}
.classes-box:hover p{ opacity: 1; top:0px;}
.testimonials{
   
    padding: 100px 0px;
}
.tesi-wrap{
    display: flex;
    overflow: hidden;
    background-color: var(--white);
}
.testi-img{
    flex: 0 0 37%;
    line-height: 0px;
    position: relative;
}
.testi-icon{
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    right: -40px;
    top: 50%;
    margin-top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testi-cnt{
    flex: 0 0 63%;
    overflow: hidden;
    padding: 40px 40px 40px 80px;
}
.testi-cnt .head-cap{
    color: var(--primary-color);
}
.testi-cnt .heading{
    color: var(--black);
    margin-bottom: 20px;
}
.testi-cnt p{
    color: #6e6e6e;
}
.testi-cnt h5{
    font-size: 16px;
    color: #6e6e6e;
    font-weight: 600;
    border-top: 1px solid #ababab;
    padding-top: 20px;
}
.testi-cnt h5 span{
    color: var(--primary-color);
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.testi-cnt .owl-carousel .owl-nav{ display: none;}
.testi-cnt .owl-carousel .owl-dots{ display: block;}
.testi-cnt .owl-carousel{ padding-top: 0px;}
.news-events{
  
    padding: 60px 0 100px;
}
.news-events::after{position: absolute;content: '';background-image: url(../images/bg2.png);background-repeat: repeat;width: 40%;height: 100%;right: 0px;top: 0px;z-index: -1;}
.news-wrap{
    display: flex;
    gap: 5%;
}
.news-left{
    flex: 0 0 48%;
}
.news-right{
    flex: 0 0 47%;
}

.news-cnt{
    display: flex;
    gap: 30px;
    align-items: flex-start;
    padding: 30px 0px;
}
.news-cnt span{
    background-color: var(--white);
    color: var(--primary-color);
    border-radius: 50px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    margin-top: 10px;
}
.news-cnt h4{
    color: var(--white);
    font-size: 30px;
    font-weight: 500;
}
.news-right .news-box{
    display: flex;
    gap: 5%;
    margin-bottom: 30px;
}
.news-right .news-box .news-cnt{padding:0px;flex-direction: column;}
.news-right .news-box .news-cnt h4{
    font-size: 26px;
    line-height: 32px;
}
.gallery-hm{ padding: 100px 0px;
    background-color: var(--color-1);}
.heading-wrap{
    display: flex;
    justify-content: space-between;
    gap: 3%;
    align-items: center;
}
.heading-left{
    flex: 0 0 50%;
}
footer{
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 0;
}
.footer-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ftr-left{
    display: flex;
    gap: 80px;
}

.ftr-logo img{
    width: 192px;
}

.ftr-adrs h5{
    display: flex;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 30px;
}
.ftr-adrs h5 i{
    color: #be8a7c;
    font-size: 22px;
}

.ftr-adrs h5 span a{
    color: var(--white);
}
.ftr-right{
    display: flex;
    gap: 140px;
}

.ftr-col h4{
    font-size: 20px;
    font-weight: 500;
}

.ftr-list li{
    margin-bottom: 5px;
}
.ftr-list li a{
    color: var(--white);
    font-size: 14px;
}
.ftr-list li a:hover{
    color: var(--secondary-color);
}
.copyright{
    border-top: 1px solid #7d3543;
    padding: 30px 0px;
    margin-top: 25px;
}
.copyright-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-wrap h5{
    font-size: 14px;
    margin-bottom: 0px;
}
.copyright-wrap h5 a{
    color: var(--white);
}
.social{
    display: flex;
    gap: 8px;
}
.social a{
    width: 35px;
    height: 35px;
    border: 1px solid var(--white);
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    color: var(--white);
}
.social a:hover{ background-color: var(--color-1);}


header.smaller {
	background-color: var(--black);
	z-index: 9;
	
	padding: 10px 0px;

}
header.smaller .logo img {
    width: 97px;
}
header.smaller:after{ display: none;}
.pad{ padding: 100px 0px;}
.danc-prof-tech-wrap{
    display: flex;
    gap: 2%;
    border: 1px solid #b98172;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--color-1);
    align-items: center;
    margin-bottom: 50px;
}
.danc-prof-left{
    flex: 0 0 28%;
}
.danc-prof-left img{
    border-radius: 10px;
}

.danc-prof-right h1{
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 0;
}
.danc-prof-right h6{
    font-size: 18px;
    border-bottom: 1px solid #d49a8a;
    padding-bottom: 20px;
}
.danc-prof-right p{
    margin-bottom: 0px;
}
.subheading{
    font-weight: 700;
    font-size: 26px;
    color: var(--white);
    margin-bottom: 12px;
    line-height: 32px;
}
.about-sec {
    padding: 100px 0px;
    background-color: var(--color-1);
}
.about-sec .list li {
  
    border-bottom: 1px solid #a77365;}

.sripr-acad-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
    margin-top: 30px;
}
.sripr-acad-box{
    flex: 0 0 49%;
    background-color: var(--primary-color);
    padding: 40px;
    border-radius: 10px;
}
.sripr-acad-box h3{
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}
.sripr-acad-box p{
    margin-bottom: 0px;
}
.form-group{
    position: relative;
    flex: 0 0 32%;
    margin-bottom: 12px;
  }
  .form-group .selectbox{
    padding-left: 70px;
  }
  .form-group i{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-right: 1px solid #cdcdcd;
    color: var(--primary-color);
    font-size: 15px;
    z-index: 1;
  }
  .form-group-two{flex: 0 0 49%;}
  .form-group-textarea i{ height: 140px; }
  .contactstyle {
      width: 100%;
      display: inline-block;
      position: relative;
      margin: 0 0 12px;
      padding: 30px 20px;
      background-color: var(--primary-color);
      border-radius: 15px;
  }
  
  .career-form {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
  

  .form-group.file label {
    display: block;
    margin-bottom: 9px;
  }
  .form-group.file {
    margin-bottom: 25px;
  }
    
  
  
  
  .coic, .contactstyle a:hover, .label-style {
      color: var(--secondary-color)
  }
  .coic {
      position: absolute;
      left: 0;
      top: 0;
      width: 40px;
      background-color: var(--body-color);
      font-size: 16px;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -ms-border-radius: 50px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .coic, .out-inn-links a {
      line-height: 41px;
      height: 40px;
      color: var(--primary-color);
  }
  .contactstyle h4 {
      font-size: 16px;
      margin-bottom: 6px;
      font-weight: 700;
  }
  .contactstyle p {
      margin-bottom: 0;
      font-size: 14px;
  }
  .contactstyle p a{color:var(--white)}
  .contact-left {
      flex: 0 0 30%
  }
  .cont-inn-box{position: relative;padding: 0 0 12px 60px;margin-bottom: 12px;border-bottom: 1px solid #e35e5e;}
  .cont-inn-box:last-child{margin-bottom:0px;border-bottom: none;padding-bottom: 0px;}
  .contactstyle h3{
      font-weight: 700;
      font-size: 20px;
      border-bottom: 1px solid #e35e5e;
      padding-bottom: 15px;
      margin-bottom: 20px;
  }
  .contact-right {
      flex: 0 0 67%
  }
  .map {
      display: flex;
      margin-top: 30px
      
  }
  .form-group-full{ flex: 0 0 100%;}
.gallery-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 1%;
}
.glr-box{
    flex: 0 0 19.2%;
}
.glr-box img{     object-fit: cover;
    height: 200px;}
.course-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 25px 3%;
}
.course-wrap .classes-box{
    flex: 0 0 31.33333333333%;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
}
.course-wrap .clas-cnt { justify-content: center;
  padding: 20px 0px;}
.course-wrap .clas-cnt h3 { text-align: center;
 margin-bottom: 0px;
    font-size: 20px;}
.course-wrap .classes-box:hover{ background-color: transparent;}
.course-wrap .clas-cnt-right{ display: none;}

.hilight-text{ text-align: center; margin-top: 30px;}
.hilight-text span{background-color: var(--primary-color);
    padding: 10px 20px;
    border-radius: 50px;
    display: block;}

.certi {
    padding: 10px;
    width: 50%;
    margin: 35px auto 0 auto;
    border: 1px solid #cbcbcb;
    background-color: #fff;
}
.certi img {
    display: block;
    width: 100%;
}

/*************** INNER BANNER ***************/
.banner{display: flex;z-index: 0;width: 100%;height: 400px;align-items: flex-end;background-image: url(../images/sripuram-inner-bnr.jpg);background-position: center;background-repeat: no-repeat;position: relative;background-size: cover;}
.banner-caption h2{color: var(--white);font-size: 34px;margin-bottom: 5px;line-height: 44px;font-weight: 600;}
.banner-caption h4 span{color: var(--white);font-size: 12px;}
.banner-caption h4 a{color: var(--white);font-size: 12px;}
.banner-caption h4 a:hover{ color: var(--primary-color);  }
.banner-caption h4 {padding: 0px 0px;display: inline-flex;margin-bottom: 0px;align-items: center;text-transform: uppercase;letter-spacing: 1px;}
.banner-caption{position: relative;z-index: 1;margin-bottom: 20px;}
.banner-caption h4 span.b-sep{position: relative;width: 30px;}
.banner-caption h4 span.b-sep:after{position: absolute;content: "\f178";font-family: 'Font Awesome 6 Free';font-weight: 900;left: 9px;top: -6px;}
.banner:after{position: absolute;content: '';width: 100%;height: 100%;left: 0px;bottom: 0px;background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);}




/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset{width:100%;height: 55px;padding: 8px 15px 8px 70px;background-color: var(--white);display:block;border: none;margin:0 0 10px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;float:left;color:var(--white);font-size: 18px;cursor:pointer;vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--primary-color);text-transform:uppercase;border-radius: 50px;}
.sendbutton:hover{background-color: var(--black);color:var(--white);}
::-webkit-input-placeholder {color: #262626 !important;}
:-moz-placeholder {color: #262626 !important;}
::-moz-placeholder { color: #262626 !important;}
:-ms-input-placeholder { color: #262626 !important;}

/*************HOVER EFFECT*******/
.hover-effect{width:100%;display: block;position:relative;overflow:hidden; border-radius: 10px;}
.hover-effect i{width:50px;height:50px;background-color:var(--primary-color);color:var(--white);position:absolute;left:50%;top:-100px;z-index:1;line-height:50px;
text-align:center;margin:0 0 0 -25px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.hover-effect:hover i{top:50%;margin:-25px 0 0 -25px;}
.hover-effect:hover i:hover{background-color:var(--secondary-color);}
.hover-effect img {display:block;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;width:100%; border-radius: 10px;}
.hover-effect:hover img {-moz-transform: scale(1.1, 1.1);-ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1);transform: scale(1.1, 1.1);}

/*************BACK TO TOP*******/
.progress-wrap {position: fixed;right: 10px;bottom: 10px;height: 45px;width: 45px;cursor: pointer;display: block;border-radius: 50px;
z-index: 99;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;content: "\f30c";font-family: 'Font Awesome 5 Free';font-weight: 900;text-align: center;line-height: 45px;
font-size: 20px;color: #84275f;left: 0;top: 0;height: 45px;width: 45px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;
transition: all 200ms linear;}
.progress-wrap svg path {fill: none;}
.progress-wrap svg.progress-circle path {stroke: #84275f;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}

/************************************* 1330px *************************************/
@media only screen and (max-width: 1330px) {
.container{ width:95%;}
}

/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.contact-left {
    flex: 0 0 38%;
}
.contact-right {
    flex: 0 0 59%;
}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1180px) {
.clas-cnt h3 {font-size: 20px;}
.course-wrap .clas-cnt { padding: 15px 0px;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.intro:after{ opacity: .3;}
.data-progress li h2{ font-size: 36px;}
.heading-wrap {align-items: flex-start;flex-direction: column;}
.heading-wrap{ margin-bottom: 40px;}
.news-cnt { gap: 15px;}
.news-cnt h4 { font-size: 26px; line-height: 32px;}
.news-right .news-box .news-cnt h4 {font-size: 20px;line-height: 28px;}
.heading { font-size: 42px; line-height: 50px;}
.ftr-left, .ftr-right {
    gap: 30px;
}
.career-form{ flex-direction: column;}
.contact-left {
    flex: 0 0 48%;
}
.contact-right {
    flex: 0 0 49%;
}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
.intro-wrap{ flex-direction: column;}
.clas-cnt h3 { font-size: 18px;}
header{ position: relative; background-color: var(--black);}
header.smaller{ position: fixed;}
.logo img { width: 130px;}
.header-wrap, .header-right{ align-items: center;}
.menu {
    padding-top: 0;
}
.intro {
   
    padding: 210px 0px 60px;
}
.testi-img{ display: none;}
.testi-cnt {
    flex: 0 0 100%;

    padding: 30px;
}
.testimonials {
    padding: 40px 0px;
}
.footer-wrap{ flex-direction: column;}
.ftr-left, .ftr-right{ justify-content: space-between;}
.ftr-col, .ftr-adrs {
    flex: 0 0 34%;
}
.copyright-wrap{ flex-direction: column;}
.copyright-wrap h5{ margin-bottom: 20px; text-align: center;}
header:after{ display: none;}
.glr-box {
    flex: 0 0 24.22222222%;
}
}


/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
.contact-left, .contact-right{ flex: 0 0 100%; margin-bottom: 30px;}
.course-wrap .classes-box {
    flex: 0 0 48.5%;
}
}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
.heading {
    font-size: 34px;
    line-height: 45px;
}
.intro-right, .news-wrap{flex-direction: column;}
.ftr-left, .ftr-right{ gap:10px}
.ftr-col, .ftr-adrs {
    flex: 0 0 49%;
}
.danc-prof-tech-wrap {

    align-items: flex-start;}
    .pad, .about-sec {
        padding: 50px 0px;
    }
    .sripr-acad-wrap{ flex-direction: column;}
.banner {
    height: 220px;}
.banner-caption h2 {
  
    font-size: 24px;
   
    line-height: 32px;}
.glr-box {
        flex: 0 0 32.6666666%;
    }
    .certi {
    padding: 10px;
    width: 100%;
    margin: 25px auto 0 auto;
    border: 1px solid #cbcbcb;
    background-color: #fff;
}
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
.gap-50{ height: 25px;}
.gap-100{ height: 50px;}
.intro {
    padding: 50px 0px 50px;
}
.clas-cnt-right{ display: none;}
.intro:after {
   
    right: auto;
    left: 0;
    top: 65px;}
.classes{ padding-left:15px; padding-right: 15px;}
.clas-cnt p{ top: 0px; opacity: 1;;}
.news-events {
    padding: 40px 0 40px;
}
.gallery-hm {
    padding: 50px 0px;}
    .news-cnt h4, .news-right .news-box .news-cnt h4 {
        font-size: 18px;
        line-height: 26px;
    }
.danc-prof-tech-wrap{ flex-direction: column;}
.glr-box {
    flex: 0 0 49%;
}
.gallery-wrap {
  
    gap: 12px 2%;
}
.course-wrap .clas-cnt {
    padding: 12px 0px;
}
.course-wrap .clas-cnt h3 {
    font-size: 14px;
}
.course-wrap {
 
    gap: 15px 3%;}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
header{ padding: 10px 0px;}
.heading {
    font-size: 26px;
    line-height: 36px;     margin-bottom: 30px;
}
.ftr-left{ flex-direction: column;}
:root { --body-font-Size: 14px;}
.head-cap:after{ display: none;}
.data-progress li{ min-height: 145px;}

}

/************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
.join-btn {
    width: 55px;
    height: 55px;
   
    text-align: center;
    font-size: 10px;
  
    padding-top: 14px;
  
    line-height: 14px;}    
    .logo img {
        width: 100px;
    }
.news-cnt, .news-right .news-box{ flex-direction: column;}
.news-cnt h4, .news-right .news-box .news-cnt h4 {
    font-size: 15px;}
.news-right .news-box .news-cnt {
    
    padding-top: 15px;}
.data-progress li{ padding: 20px; outline-offset: -10px;}
.glr-box img {
   
    height: 140px;
}
}


/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}