html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body{
    background-color: #222629;}
h4{
    color: #fff;}
.sec-heading h2{
    border: 2px solid #03b97c;
    padding: 5px;
    color: #fff;}
.ed_header_caption h2{
    text-align:center;
    line-height:1.5em;
    color: #fff;
    letter-spacing: 0.8px;}
.ed_view_short{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    text-align:center;}
.btn.btn-md{
    font-size:25px;
}
@media (max-width: 767px) {
    .btn.btn-md{
        font-size:16px;}}
section.min{
    padding: 50px 0 50px;}

.min .center{
    margin-top:20px;
}
@media (max-width: 767px) {
    .min .center{
        margin-top:0px;}}
.dro_142 h4{
    text-align:center;
    font-size: 2rem;
    color:black;}
@media (max-width: 767px) {
     .dro_142 h4{
        font-size: 1rem;}}
.sticky {
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    background: #10100E;
    text-align: center;
    height: 100px;}
.sticky h4{
    color:#fff;}
.stick-area1{
    display: flex;
    padding: 20px;}
.stick-area2,.stick-area3{
    margin:auto}
@media (max-width: 767px) {
    .sticky .show-dsk{
        display:none;}}
@media (max-width: 767px) {
    .dro_142.mob h4{
        font-size: 20px;}}

/*-----Bounce Button-------*/
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.btn.btn-md:hover {
    cursor: pointer;
    animation-name: bounce;
    -moz-animation-name: bounce;
  }
  .btn.btn-md {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
  }
/*-----Bounce Button End-------*/

.edu_cat_2.cat-1, .edu_cat_2.cat-2, .edu_cat_2.cat-3, .edu_cat_2.cat-4{
    border-color: #03b97c;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
}
.edu_cat_data ul li{
    color:#fff;
}
@media (max-width: 767px){
.authi_125 {
    margin-bottom: 0px;
}}
