.swiper-slide .header-heading h1,
.swiper-slide .header-heading .dzname,
.swiper-slide .header-heading p{
	color: whitesmoke;
}

.mainpage .custom-nav .nav-list li a.menu-links { color: whitesmoke;}
.bread-titlev2 span {
    color: #e60072;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
}
.main-header.sticky{
	/* background: #9292eb; */
background: #4f4daf;
/* background: #96a8f8; */
/* background: #3acbff; */

}
.program-section a span{
    text-decoration: none;
    color: black;
}
.key-points li:before{
    content: "\f00c" !important;
    font-size: 12px;
    background: green;
    color: whitesmoke;
    height: 21px;
    width: 21px;
}
.info-list-ul li{
    line-height: 22px;
}
.sub-heading{
    font-size: 20px;
/*    text-transform: uppercase;*/
  background: linear-gradient(to right, #3385ff 0%, #ff0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .list-ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
} */
.about-me .list-ul{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
#modalform1 p,
#modalform2 ul li,
#modalform3 ul li,
#modalform4 p,
#modalform5 p,
#modalform6 p{
    color: #050748;
}
#modalform1,
#modalform2,
#modalform3,
#modalform4,
#modalform5,
#modalform6{
    background: rgba(0, 0, 0, 0.8);
}
#stickyLogo {
    display: none;
}
.contact-page .dbox .footer-social-media-icons a i{
    font-size: 25px;
}
.vision-mission h2{
    font-size: 30px;
}
.coaching .wide-block span{
    line-height: 25px;
}
.coaching .program-section .vmiddle {
    display: grid;
    align-items: center;
}
.home-section .swiper-slide h1{
    font-size: 40px;
}
.header-gradient{
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(255,255,255,0));
}
.mainpage .hc-nav-trigger span, .mainpage .hc-nav-trigger span::before, .mainpage .hc-nav-trigger span::after,
.mainpage.sticky .hc-nav-trigger span, .mainpage.sticky .hc-nav-trigger span::before, .mainpage.sticky .hc-nav-trigger span::after{
    background: whitesmoke;
}
.main-header.sticky .hc-nav-trigger span, .main-header.sticky .hc-nav-trigger span::before, .main-header.sticky .hc-nav-trigger span::after{
    background: whitesmoke;
}

@media only screen and (max-width: 991px) {
    .order-lg-1 {
        order: 2;
    }

    .order-lg-2 {
        order: 1;
    }
}
.bg-btn-new{
    background: #673AB7 !important ;

    background: -moz-linear-gradient(left, #673AB7 0%, #2196F3 100%) !important ;

    background: -webkit-linear-gradient(left, #673AB7 0%, #2196F3 100%) !important ;

    background: linear-gradient(to right, #673AB7 0%, #2196F3 100%) !important ;

    -webkit-box-shadow: 0 10px 15px 0px rgba(56, 0, 189, .2) !important ;

    box-shadow: 0 10px 15px 0px rgba(56, 0, 189, .2) !important ;
    text-align: center;
    border-radius: 50px;
}