@font-face {

    font-family: "Montserrat Bold";

    src: url("Montserrat/static/Montserrat-Bold.ttf") format("opentype");

}
@font-face {

    font-family: "Montserrat Italic";

    src: url("Montserrat/static/Montserrat-BoldItalic.ttf") format("opentype");

}

@font-face {

    font-family: "Lato Black";

    src: url("Lato/Lato-Black.ttf") format("opentype");

}
@font-face {

    font-family: "Lato bold";
	src: url("Lato/Lato-Bold.ttf") format("opentype");

}
html { overflow-x: hidden; }

#navbar_top img{
	height: 50px;
	width: auto;
}
a:hover{
	text-decoration: none !important;
}

.modal{
	z-index: 99999999999 !important;
}
.btn-primary{
	background-color: #822B85 !important;
	border-color: #822B85 !important;
}
.text-shadow{
	text-shadow: 1px 1px #000;
}
.ff-montserrat-b{
	font-family: Montserrat Bold,Sans-serif;
}
.ff-montserrat-i{
	font-family: Montserrat Italic,Sans-serif;
}
.ff-lato-black{
	font-family: Lato Black,Sans-serif;	
}

.ff-lato-bold{
	font-family: Lato bold,Sans-serif;	
}
.price-crossed{
	text-decoration: line-through;
    text-decoration-color: red;
}

/*scroll*/
	
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #822B85; 
}

/*scroll*/


/*course Box*/
.card-item{
 		height: 445px;
 		-webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    border-radius: 8px;
	    margin-bottom: 30px;
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -ms-transition: all .3s;
	    -o-transition: all .3s;
	    transition: all .3s;
	    -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
	    -moz-box-shadow: 0 0 40px rgba(82,85,90,.1);
	    box-shadow: 0 0 40px rgba(82,85,90,.1);
	    border: 0;
/*	    text-align: left;*/
 	}
 	.card-item .card-title{
	    font-size: 1.25rem !important;
 	}
 	.box-para p{
    	line-height: 17px;
 	}
 	.card-image .card-img-top {
	    border-top-left-radius: 8px;
	    border-top-right-radius: 8px;
	}
	.under_line{
 		width: 30%;
 	}
 	.ribbon {
	    display: inline-block;
	    padding-right: 8px;
	    padding-left: 8px;
	    line-height: 22px;
	    background-color: rgba(130,43,133,.1);
	    color: #822B85;
	    font-size: 11px;
	    -webkit-border-radius: 4px;
	    -moz-border-radius: 4px;
	    border-radius: 4px;
	}
 	.ribbon-orange-bg {
	    background: #822B852e!important;
	    color: #656565!important;
	}
	.ribbon-blue-bg {
	    background: #5452fc2e!important;
	    color: #656565!important;
	}
	.card-item .price-crossed{
		color: #929292!important;
	    text-decoration: line-through;
	    text-decoration-color: red;
	    font-size: 20px;
	    margin-top: 6px;
	}
	.text-off{
		font-size: 13px;
	}
/*course Box*/


.text-theme{
	color:#822B85 !important;
}

.footer{
	padding: 100px 0 0;
	background: #F3F7FF;
}
.footer a:hover{
    color: #822B85 ;
}
.footer h3{
    font-size: 26px;
}
.footer h4{
    font-size: 19px;
    color: #54595f;
}
.footer p, .footer .footer-link{
    color: #7a7a7a;
    font-family: open sans,sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.footer ul, .footer ul{
	list-style: none;
}
.footer .fa{
	color: #6a6a8e;
/*	font-size: 30px;*/
}
.footer .footer-social .fa{
   	padding: 7px 6px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    transition: .3s;
}


.footer .footer-social .fa:hover{
	transform: scale(0.9);
    transition: .3s;
}

.btn-blue-grad{
    background: #673ab7;
    background: -moz-linear-gradient(to right,#822B85 0,#4A1A4D 100%);
    background: -webkit-linear-gradient(to right,#822B85 0,#4A1A4D 100%);
    background: linear-gradient(to right,#822B85 0,#4A1A4D 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(56,0,189,.2);
    box-shadow: 0 10px 15px 0 rgba(56,0,189,.2);
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    color: #fff;
    border: none;
    border-radius: 100px;
    display: inline-block;
    position: relative;
}
.btn-yellow-grad{
	background-image: linear-gradient(to right,#ff5652,#ff974f,#ff5752,#ffc323);
    box-shadow: 0 10px 15px 0 rgb(175 0 87/20%);
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-yellow-grad:hover{
	text-decoration: none;
	color: #fff;
	background-position: 99% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn-blue-grad:hover{
    color: #fff;
    text-decoration: none;
}
.btn-pink-grad{
	background: #f92c8b;
    background: -moz-linear-gradient(left,#f92c8b 0,#b02cd6 100%);
    background: -webkit-linear-gradient(left,#f92c8b 0,#b02cd6 100%);
    background: linear-gradient(to right,#f92c8b 0,#b02cd6 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175,0,202,.2);
    box-shadow: 0 10px 15px 0 rgba(175,0,202,.2);
    font-size: 16px;
    font-weight: 400;
    font-family: Poppins,sans-serif;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    color: #fff;
    background-color: #ff1f8e;
    border: none;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 0 10px 15px 0 rgba(233,30,99,.15);
    box-shadow: 0 10px 15px 0 rgba(233,30,99,.15);
}
.btn-pink-grad:hover{
    text-decoration: none;
    color: #fff;
}

.yellow-card{
    background: #f72c8c;

    background: -moz-linear-gradient(to bottom,#ffeda0 0,#ffa585 100%);
    background: -webkit-linear-gradient(to bottom,#ffeda0 0,#ffa585 100%);
    background: linear-gradient(to bottom,#ffeda0 0,#ffa585 100%);
}
.green-card{
	background: #5782ea;
    background: -moz-linear-gradient(to bottom,#95ecb0 0,#f3f98a 100%);
    background: -webkit-linear-gradient(to bottom,#95ecb0 0,#f3f98a 100%);
    background: linear-gradient(to bottom,#95ecb0 0,#f3f98a 100%);
}
.pink-card{
	background: #ff92f6;
    background: -moz-linear-gradient(to bottom,#f5e6ad 0,#f13c77 100%);
    background: -webkit-linear-gradient(to bottom,#f5e6ad 0,#f13c77 100%);
    background: linear-gradient(to bottom,#f5e6ad 0,#f13c77 100%);
}
.light-blue-card{
    background: #95e5ff;
    background: -moz-linear-gradient(to bottom,#5ab2f7 0,#12cff3 100%);
    background: -webkit-linear-gradient(to bottom,#5ab2f7 0,#12cff3 100%);
    background: linear-gradient(to bottom,#5ab2f7 0,#12cff3 100%);
}
.home-slide-card{
	border-radius: 30px;
    max-width: 280px;
    overflow: hidden;
    margin: 20px 0;
    transform-style: preserve-3d;
    transform: perspective(1000px);
    height: 300px;
    padding: 10px;
}
.home-slide-card img{
	height: 190px;
}
.home-slide-card h3{
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px 20px 35px;
}
.home-about-sec{
    background: #FAF3FA;
    padding:50px 0;
}
.home-about-sec h2{
	font-size: 45px;
    line-height: 57px;

}
.about-p{
	font-size: 19px !important;
    line-height: 33px !important;
    color: #6a6a8e;
}
.home-about-sec .text-animates
{
	background-image: linear-gradient(to right,#673ab7 0,#e91e63 36%,#e91e63 65%,#673ab7 100%);
	font-weight: 700;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s infinite linear;
    border-radius: 3px;
    padding: 0 3px;
}
@keyframes hue {
    from {
        background-position: 0 0
    }

    to {
        background-position: 2000px 0
    }
}

.course-section{
/*	margin-top: -100px;*/
	margin-top: 50px;
	padding-bottom: 100px;
	-webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2);
}
.home-course-box-blue{
	background: #f3f5ff;
    border-bottom: 4px solid #b0bdff;
    
}
.home-course-box-orange{
    background: #fff3e6;
    border-bottom: 4px solid #ffc093;
}
.home-course-box-pink{
	background: #fbeefd;
    border-bottom: 4px solid #f6bcff;
}
.home-course-box-blue2{
    background: #effdff;
    border-bottom: 4px solid #9ff3ff;
}
.home-course-box-yellow{
    background: #fbfff1;
    border-bottom: 4px solid #ffdaa2;
}
.home-course-box{
	overflow: hidden;
    border-radius: 6px;
    margin: 10px;
    padding: 52px 25px;
    height: 268px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0,0,0,.059),0 8.2px 8.9px -30px rgba(0,0,0,.071),0 25px 40px -30px rgba(0,0,0,.2);
}
.home-course-box img{
	height: 50px;
	width: auto;
}
.home-course-box h4{
    font-size: 22px;
    line-height: 32px;
    color: #050748;
    font-weight: 600;
}
.why-us{
	padding: 100px 0;
	background: #FAF3FA;
    
}
.why-us h1{
	text-align: left;
}
.why-us .col-md-6 p{
    font-size: 22px !important;
    line-height: 28px !important;
    color: #6a6a8e;
    text-align: justify;
}
.director-msg{
	margin-top: 70px;
}
.director-msg img{
	border-radius: 0 0 0 233px;
}
.director-msg h3{
	font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.director-msg p{
	border-left: 7px #e6e9ec solid;
    padding-left: 20px;
    color: #6a6a8e !important;
    font-size: 22px !important;
}

.contact-us{
/*	padding: 50px 0;*/
    border-top: 6px #e9e9e9 solid;
    margin-top: 50px;
}
.contact-us h2{
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 60px;
    color: #050748;
    
}
.contact-us h3{
	color: #6a6a8e !important;
    font-size: 22px !important;
}
.contact-us a {
	width: 52px;
    height: 52px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    border: 2px solid #dcdcdc;
    color: #050748;
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(3,35,68,.1);
    box-shadow: 0 10px 15px 0 rgba(3,35,68,.1);
    line-height: 52px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.contact-address:before{
	    content: '';
    background: url(https://excelrange.com/images/shape/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: -40px;
    top: -55px;
    z-index: -1;
}
.btn-yellow
{
	color: #000;
    background-color: #fff101 !important;
    border-color: #fff101;
    font-family: Lato Black,Sans-serif;
    font-size: 25px;
    padding: 20px 50px;
    border-radius: 20px;
}
.btn-yellow small{
	font-size: 15px;
}
.btn-call{
    background: red;
    padding: 8px 20px;
    color: white;
    font-size: 20px;
    border-radius: 25px;
    /* box-shadow: 12px 7px 10px rgb(0 0 0 / 46%); */
    transition: 1s;
    font-weight: 500;
    /* width: 190px;*/
}
.btn-details{
    background: orange;
    padding: 12px 20px;
    color: white;
    font-size: 20px;
    border-radius: 25px;
/*    box-shadow: 12px 7px 10px rgb(0 0 0 / 46%);*/
    transition: 1s;
    font-weight: 500;

}
.btn-call:hover{
	background:#3135f1 ;
	transition: 1s;
	color: white;
	text-decoration: none;
	box-shadow: none;
}
.main-banner{
	height: 574px;
	background: url('../images/with_color.jpg');
	background-repeat: no-repeat, repeat;
  	background-color: #cccccc;
  	background-size: cover;
  	background-position: center center;
}

.main-banner h1{
	font-size: 3.5rem;
}
.banner-bottom-card
{
/*	position: absolute !important;*/

	/*left: 66px;
    width: 90% !important;*/
}

.banner-bottom-card h3{
	font-size: 20px;
}

.key-highlight
{
	margin-top: 5rem;
}
.key-highlight img
{
  max-width: 48px
}
.text-blue{
	color:#0635BD;
}
.text-yellow{
	color:#fff101;
}
.text-red{
	color: red;
}
.text-red2{
	color: #e91e63;
}
.text-red3{
	color: #e60072;
}
.text-gray{
	color:#e9e7e7;
}
.text-gray2{
	color:#949494
}
.fs-35{
	font-size: 3.5rem  !important;
}
.fs-3{
	font-size: 3rem !important;
}
.fs-16{
	font-size: 16px;
}
.right-border
{
	border-right: 2px solid #acacac;
}

.devider
{
	border-bottom: 3px solid red;
    width: 35%;
    margin-left: 32%;
}

.lead-section{
	background: url('../images/judge.jpg');
	background-repeat: no-repeat, repeat;
  	background-color: #cccccc;
  	background-size: cover;	
  	background-position: center center;
}


.lead-section input[type="text"], .lead-section input[type="number"], .lead-section input[type="email"]{
	background-color: #d6f0fb;
	height: 58px;
	border-radius: 14px;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.getphoneNum{
	background-color: #fff !important;
	border-radius: 26px !important;
	width: 100%;
}
.getphoneNumbtn{
	padding: 11px !important;
	background-color: red !important;
/*    position: absolute;*/
    right: 21px;
    bottom: 108px;
    color: #fff !important;
    border-radius: 25px !important;
}
.getnumberbox{
	width: 50%;
	margin-left:23%;
}
.getnumberbox h4
{
	font-size: 24px;
}
.location-section{
	background: rgb(255,239,255);
	background: linear-gradient(150deg, rgba(255,239,255,1) 35%, rgba(157,232,255,1) 100%);
}

.bg-nav{
	background-color: #F3F7FF;
}
.bg-blue{
	background-color: #2e3092;
}
.bg-pink{
	background-color: #ed028c;
}
.bg-red{
	background-color: #ee1d23;
}
.bg-orange
{
	background-color: #9B3FA0;
}
.bg-dark-orange{
	background-color: #5E1F60;
}
.bg-chocolate{
	background-color: #806a63;
}
.bg-violet
{
	background-color: #a54586;
}

.bg-dark-green{
	background-color: #007691;
}
.bg-sky-blue{
	background-color: #00aeef;
}
.bg-gray{
	background-color:#edf5fc;
}
.location-box{
	padding: 10px 7px;
    border-radius: 9px 37px;
}
.location-box img{
	width: 60px;
}
.location-box p{
	font-size: 14px;
	font-family: Lato bold,Sans-serif;	
}

.download-section{
	background: url('../images/judge.jpg');
	background-repeat: no-repeat, repeat;
  	background-color: #cccccc;
  	background-size: cover;	
  	background-position: center center;
}
.download-section2
{
	background: url('../images/Launchbg.jpg');
	background-repeat: no-repeat, repeat;
  	background-color: #cccccc;
  	background-size: cover;	
  	background-position: center center;
}
.btn-white{
	background: white;
    color: red;
    text-decoration: none;
    padding: 23px;
    font-size: 32px;
    font-family: 'Montserrat Bold';
    border-radius: 64px;
}

.btn-white:hover{
	text-decoration: none;
}
.btn-round{
	border-radius: 30px;
    border: 2px solid #fff;
    padding: 10px 20px;
}
.btn-round-grad{
	width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    background: #f92c8b;
    background: -moz-linear-gradient(left,#f92c8b 0,#822B85 100%);
    background: -webkit-linear-gradient(left,#f92c8b 0,#822B85 100%);
    background: linear-gradient(to right,#f92c8b 0,#822B85 100%);
    -webkit-box-shadow: 0 10px 15px 0 rgba(175,0,202,.2);
    box-shadow: 0 10px 15px 0 rgba(175,0,202,.2);
}
.btn-mb{
    position: absolute;
    left: 34%;
}
.upper-border{
    height: 50px;
    border-radius: 0 0px 45px 45px;
}
.upper-border-img{
	width: 100px;
    height: auto;
    border: 4px solid #5E1F60;
    border-radius: 10px;
    z-index: 9;
    margin-top: -16px;
    background: white;
}
.lower-border{
    height: 50px;
    border-radius: 45px 45px 0 0;
}
.faculty{
	background: rgb(199,227,232);
	background: linear-gradient(150deg, rgba(199,227,232,1) 35%, rgba(245,222,158,1) 100%);
}
.faculty h5{
	font-family: Montserrat Italic,Sans-serif;
	font-size: 18px;
}
.mobile{
		display: none;
	}
.desktop{
	display: block;
}
.dis-sm-none{
		display: block;
	}
.top-header{
	height: 37px;
}
.top-social-icons i{
	font-size: 14px !important;
	color: red;
}
.top-social-icons .d-flex{
	margin-left: 31px !important;
}
.right-top-menu li, .right-top-menu h5{
	line-height: 0;
	padding: 0;
}

.right-top-menu a
{
	color: #2e3092;
    font-size: 17px;
    border-right: 2px solid #2e3092;
    padding-right: 10px;
}
.founder-img{
    max-width: 130px !important;
    height: 165px;
    border: 5px solid #000;
    border-radius: 13px;
}
.founder-title{
	margin-top: 12rem;
}
.menu-left-margin{
	margin-left: initial !important;
}
@media only screen and (max-width: 1536px) {
		
	}

@media only screen and (max-width: 1441px) {
		
	}
@media only screen and (max-width: 1367px) {

}
@media only screen and (max-width: 1280px) {
	
		.btn-call{
		    font-size: 17px;
		}
}
@media only screen and (max-width: 1150px) {
	.home-slide-card{
		height: 370px;
		padding: 25px;
	}
	.why-us{
		padding:0;
	}
	.why-us h1{
		text-align: center;
	}
	.getnumberbox h4
	{
		font-size: 14px;
	}
	.banner-bottom-card h3{
		font-size: 16px;
	}
	.banner-bottom-card p{
		font-size: 14px;
	}
	
	.main-banner h1 {
	    font-size: 3rem;
	}
	.btn-white {
	    padding: 13px;
	    font-size: 20px;
	}
	.location-box p {
	    font-size: 12px;
	    line-height: 1.7;
	}
	.fs-35 {
	    font-size: 3rem !important;
	}
	.btn-round {
	    padding: 10px;
	    font-size: 11px;
	}
	.getphoneNumbtn {
	    bottom: 80px;
	}
	.btn-call {
	    font-size: 18px;
	}
}	
@media only screen and (max-width: 1001px) {
		
		.btn-call {
		    padding: 8px 10px;
		}
	}
/* Mobile	*/
@media only screen and (max-width: 600px) {
	
	.course-section{
		margin-top: initial;
		padding: 50px 0;
	}
	.founder-title{
			margin-top: 3rem;
		}
	.follow-text{
		font-size: 14px;
	    padding-top: 5px;
	    padding-left: 55px;
	}
	.download-section2 h2{
		font-size: 25px;
	}
	.download-section2 h5{
		font-size: 15px;
	}
	.download-section2 p{
		margin-top: -10px;
	}
	.founder-img {
	    max-width: 117px !important;
	    height: 129px;
	    margin-top: 17px;
	}
	.top-header{
		height: 78px;
	}
	.menu-left-margin{
		margin-left: 34px !important;
	}
	.right-top-menu{
	  margin-top: -12px;
	}
	.right-top-menu a
	{
		font-size: 13px;
    	margin-left: -3px;
	}
	.top-social-icons .d-flex{
		margin-left: 31px;
	}
	.btn-call{
		position: fixed;
	    bottom: 0;
	    z-index: 9;
	    border-radius: 0;
	    left: 0;
	    text-align: center;
	    width: 100%;
	    display: none;
	}
	.btn-details{
		position: fixed;
	    bottom: 0;
	    z-index: 9;
	    border-radius: 0;
	    right: 0;
	    text-align: center;
	    width: 50%;
	    display: block !important;	
	}
  .banner-bottom-card
	{
		position: initial !important;
		left: initial;
	    bottom: 0;
	    width: 100% !important;
	}
	.banner-bottom-card .right-border
	{
		border-right: none;
	}
	.getphoneNumbtn{
		position: initial; 
	    margin-top: 15px;
	}
	.main-banner{
		height: initial;
	}
	.main-banner h1{
		font-size: 24px;
	}
	.main-banner h2{
		font-size: 16px;
	}
	.btn-yellow
	{
		padding: 15px 50px;
	}
	.banner-bottom-card h3{
		font-size: 14px;
	}
	.banner-bottom-card p{
		font-size: 11px;
	}
	.key-highlight {
		margin-top: 2rem;
	}
	.fs-35, .fs-3{
		font-size: 27px !important;
	}
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
	.faculty h3{
		font-size: 19px;
	}
	.faculty h5 {
    	font-size: 10px;
	}
	 .location-section h4{
	 	font-size:17px;
	 }
	 .location-section p{
		font-size: 14px;
	}
	.getnumberbox{
		width: 100%;
		margin-left:0;
	}
	.getnumberbox h3{
		margin-left: -2px !important;
		font-size: 15px;
    	margin-top: 13px !important;
	}	
	.dis-sm-none{
		display: none;
	}
    .footer{
        padding: 100px 0 50px;
    }

}

/* Mobile	*/