@font-face{
	src: url(../../fonts/Swiss-721-Bold.woff);
	font-family: swiss721Bold;
}
@font-face{
	src: url(../../fonts/Swiss-721-Regular.woff);
	font-family: swiss721Regular;
}
@font-face{
	src: url(../../fonts/Swiss-721-Roman.woff);
	font-family: swiss721Roman;
}
@font-face{
	src: url(../../fonts/Swiss-721-Body.woff);
	font-family: swiss721Body;
}

body{
	overflow-x: hidden;
	font-family: swiss721Body, sans-serif;
	font-weight: 900;
}
@media (min-width: 1200px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1920px !important;
		padding: 0 80px;
	}
}
.container-fluid, .container-xxl{
	max-width: 1920px;
	position: relative;
	overflow: hidden;
}
.wwi-font-body{
	font-family: swiss721Body, sans-serif;
}
.wwi-font-bold{
	font-family: swiss721Bold, sans-serif;
}
.wwi-font-regular{
	font-family: swiss721Regular, sans-serif;
}
.wwi-font-roman{
	font-family: swiss721Roman, sans-serif;
	font-weight: 300;
}
.montserratBold{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.montserratSemiB{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.text-color-pink{
	color: #AF1996;
}
.text-color-purple{
	color: #3B3B94;
}
.text-color-green{
	color: #B2DE04;
}
.padding-top{
	padding-top: 110px;
}
.text-dark{
	color: #000000 !important;
}

.text-about{
	color: #000000;
	font-family:arial;
	font-weight:normal;

}

.bg-dark{
	background-color: #000000 !important;
}
svg{
    vertical-align: top;
}
.navbar{
    padding: 12px 60px;
    position: absolute;
    left: 0;
    width: 100%;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    background: transparent;
    background-image: none;
    z-index: 99999;
    transition: .5s all;
}
.navbar.fixed-top{
	    position: fixed;
	    background: #fff;
	    transition: .5s all;
	    animation: animate-menu .5s linear 1;
}
@keyframes animate-menu{
		0%{
			transform: translateY(-100%);
			-webkit-transform: translateY(-100%);
		}
		100%{
			transform: translateY(0%);
			-webkit-transform: translateY(0%);
		}
	}
.navbar li.nav-item{
	margin: 0 20px;
}
.navbar li.nav-item a{
	color: #000;
	opacity: 1;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.navbar li.nav-item ul li a{
        font-size: 16px;
    line-height: 1.4;
    font-family: 'swiss721Roman', sans-serif;
    font-weight: 300;
	color: #000 !important;
}
.navbar li.nav-item ul li a.dropdown-item:active{
    background-color: #5b3295;
    color: #fff !important;
}
.navbar .navbar-brand{
	display: block;
}
.navbar .navbar-brand.show-only-dark{
	display: none;
} 

.wwi-overlay:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #AF1996;
	opacity: .25;
}
.apply-btn{
	opacity: 1;
	visibility: visible;
	transition: .5s all;
}
.apply-btn.show{
	opacity: 1;
	visibility: visible;
	transition: .5s all;
}
.wwi-footer-form-content-1 {
    background: linear-gradient(117.79deg, rgba(175, 25, 150, 0.82) 13%, #0090FF 110%);
	padding-top: 30px;
}

/*pop-up*/
.modal-body p, .modal-body li{
 font-family: swiss721Roman, sans-serif;
font-weight: 300;
}
.modal-header{
    align-items: start;
}
.model-sub-title{
    font-size: 14px;
    line-height: 20px;
        display: block;
}

/*student-testimoniual*/


            #sync1 .item, #sync1 .item-video{
   
    height:650px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
#sync2 .item{
    
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
#sync2 .item h1{
  font-size: 18px;
}
            iframe {
    border: 0;
    height: 650px;
}
           .navigation-thumbs img{width: 100% !important; height: auto}
            @media (max-width: 767px){
                #sync1 .item, #sync1 .item-video{ height:auto;}
                iframe {
    border: 0;
    height: auto;
}
            }

.success-stories-1 {
    box-shadow: 4px 0px 10px 5px rgb(0 0 0 / 11%);
        border-radius: 68px;

}

.modal-content{
    height: 500px;
    overflow: auto;
    
}


/*student-testimoniual*/





/*pop-up*/

/*Homepage*/
/*Homepage*/
/*Homepage*/
/*Homepage*/

/*Banner*/
.wwi-banner-content h1{
	font-size: 54px;
	line-height: 1.1;
}
p.subheading{
	font-size: 14px;
}
.wwi-banner-content p{

}
.form-label{
	font-size: 13px;
	margin-bottom: 0.2rem;
	margin-top: 0.8rem;
	display: block;
	padding-right: 0px;
	color: #808080;
}
.form-floating .form-label{
        padding: 0rem 0.75rem;
        margin: 0;
            width: auto;
            top: 20px;
                height: auto;
                transform: translate(0%, -50%);
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label{
        opacity: 1;
    transform: scale(.85) translateY(-2rem) translateX(0.15rem);
    background: #fff;
    padding: 0rem 0.75rem;
    color:#AF1996;
}
input.form-control, select.form-select, textarea.form-control{
	font-size: 16px;
	font-weight: 300;
	border-color: rgb(59 59 148 / 45%);
	width: 100%;
	font-family: swiss721Roman, sans-serif;
}
.navbar-toggler:focus{
       box-shadow: none; 
}
.form-floating .form-control{
    padding: 0.3rem 0.75rem !important;
    line-height: 1.6;
    height: initial;
}
.form-floating>.form-control:focus, .form-select:focus{
    box-shadow: unset;
}
input.form-control::placeholder, select option[disabled]{
	color: #000;
}
input.form-control::placeholder{
    color:#000000;
}
.apply-form{
	box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.11);
	border-radius: 27px;
	background-color: #ffffff;
}
.apply-form-heading {
	font-size: 36px;
	text-transform: uppercase;
}
input.btn-submit{
	background: linear-gradient(122deg, #a20d5c -3.92%, #b2198e 124.23%);
	box-shadow: 0px 4px 6px 2px rgba(59, 59, 148, 0.22);
	border-radius: 22px;
	padding: 7px 30px;
	border: unset;
	color: #fff;
	font-size: 14px;
	letter-spacing: .07em;
	font-weight: 600;
	transition: .3s;
	position: relative;
	top: 0;
}
input.btn-submit:hover{
	top: -2px;
	transition: top .3s;
}
.btn-explore p{
	font-size: 20px;
	border-bottom: 1px solid;
	margin-left: 5px;
}
.btn-explore img{
	width: 60px;
}
.music-icon, .reel-icon, .badmnt-icon{
	position: absolute;
}
.music-icon{
	position: absolute;
	left: -50px;
	top: 60%;
	transform: translate(-50%, -50%);
}
.reel-icon{
	left: 100px;
	top: -60px;
}
.badmnt-icon{
	right: -74px;
	bottom: -74px;
}

/*Alumni*/
.alumni-count-inner{
background: linear-gradient(115deg, #AF1996 14%, #3B3B94 105%);
box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.25);
border-radius: 195px 0px 0px 195px;
padding: 50px 50px 50px 80px;
}
.alumni-count-inner p{
	font-size: 20px;
}
.alumni-count-inner p.alumni-count-p{
	font-size: 22px;
	line-height: 24px;
}
.alumni-count-inner h2{
	font-size: 70px;
}

/*Our Schools*/
.section-heading h2{
	font-size: 80px;
	line-height: 1.2;
}
.section-heading .section-heading-inner {
	display: inline-block;
	justify-content: center;
	position: relative;
}
.section-heading .section-heading-inner img.section-heading-icon{
	position: absolute;
}
.section-heading .section-heading-inner img.section-heading-icon.section-heading-icon-cap{
	left: -60px;
	top: -55px;
}
.our-school-single{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: end;
	height:auto;
	border-radius: 10px;
	overflow: hidden;
	text-decoration: none;
}
.our-school-heading {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
}
.our-school-heading h3{
	font-size: 22px;
	margin: 0;
}
.section-heading-icon-badge{
	max-width: 60px;
}
.fee-text{
    font-size: 16px;
    margin: 4px;
}

/*Testimonial*/
.wwi-testimonial-slider:before{
	content: '';
	position: absolute;
	height: 85%;
	width: 100%;
	bottom: 0;

	
	z-index: -1;
}
.owl-carousel.wwi-testimonial-slider .owl-stage{
            display: flex;
    align-items: end;
}
.wwi-testimonial-slider .items{
	position: relative;
	z-index: 2;
}
.tsm-content {
    padding: 80px 0 20px;
}
.wwi-testimonial-slider .tsm-content p{
	font-size: 24px;
	line-height: 26px;
	color: #fff;
}
.owl-carousel.wwi-testimonial-slider .tsm-content img{
	margin-left: -30px;
	width: 42px !important;
}
.wwi-testimonial-slider .tsm-details p{
	font-size: 16px;
    line-height: 20px;
	color: #fff;
}
.wwi-testimonial-slider .tsm-details h3{
	    font-size: 32px;
    line-height: 38px;
}

/*owl	*/
.owl-carousel .owl-item img{
	width: auto !important;
}
.owl-stage-outer{
	z-index: 2;
}
.owl-dots {
	position: absolute;
	bottom: 16px;
    left: 45%;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.owl-theme .owl-dots .owl-dot span{
	background: #fff;
	opacity: .5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
	opacity: 1;
}
.wide-btn a{
	font-size: 20px;
	border-radius: 22px;
	padding: 7px 20px;
	font-style: normal;
	background: linear-gradient(122deg, #a20d5c -3.92%, #610e0a 124.23%);
	box-shadow: 0px 4px 6px 2px rgba(59, 59, 148, 0.22);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
/*.wwi-top-rounded1{*/
/*margin-top: -50px;*/
/*}*/
input::placeholder{
    color:#000000;
}

/*success stories*/
.success-stories{
	box-shadow: 4px 0px 10px 5px rgba(0, 0, 0, 0.11);
	border-radius: 68px;
}
.section-heading-icon.section-heading-icon-winner{
	right: -90px;
	top: -56px;
}
.section-heading.section-heading2 h2{
	font-size: 50px;
	/*margin: 0;*/
	/*padding-bottom:1.5rem;*/
}
.all-success-stories .our-school-single{
	height: auto;
}
.all-success-stories .our-school-single p, .all-success-stories .our-school-single h6{
	margin-bottom: 0;
	font-size: 12px;
}
.all-success-stories .our-school-single p{
	margin-bottom: 5px;
	font-family: swiss721Bold, sans-serif;
}
.all-success-stories .our-school-single h6{
	margin-top: 10px;
	font-family: swiss721Bold, sans-serif;
}
.all-success-stories .our-school-heading {
	height: 200px;
	background-color: #222222;
	display: block;
	border-radius: 20px 20px 0 0;
}

.all-success-stories .our-school-single.success-story-small{
	height: 330px;
}
.all-success-stories .success-story-small .our-school-heading{
	height: 120px;
}


/*Student Testimonial*/.section-heading-icon.section-heading-icon-like{	right: -100px;	top: -56px;}.wwi-student-testimonial-slider .owl-stage-outer{	padding: 20px 0;}.wwi-student-testimonial-slider .owl-stage-outer .owl-stage{	display: flex;	align-items: center;}.std-tsm-outer{	box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, 0.21);	border-radius: 15px;	padding: 15px;	height: auto;}.std-tsm-inner{	background: #FFFFFF;	box-shadow: 0px 3px 6px 4px rgba(0, 0, 0, 0.21);	border-radius: 12px;	padding: 20px;	display: flex;	flex-direction: column;	align-items: center;	justify-content: center;	height: 100%;}.std-tsm-inner p{	color: #808080;	font-size: 14px;}.std-tsm-inner h3{	font-size: 24px;}.std-tsm-inner h4{	font-size: 16px;}.wwi-student-testimonial-slider .owl-item .items{	transform: scale(0.8);	transition: transform .5s;}.wwi-student-testimonial-slider .owl-item.active.center .items{	transform: scale(1);	transition: transform .5s;}.owl-item.active.center .std-tsm-outer, .owl-item.active.show-bg .std-tsm-outer{	transition: .5s ease all;}.owl-item.active.center .std-tsm-outer{	background: linear-gradient(118deg, rgba(178, 222, 4, 0.71) 0%, rgba(255, 180, 0, 0.72) 99%);	transition: .5s ease all;}.owl-item.active.show-bg .std-tsm-outer{	background: linear-gradient(118deg, rgba(178, 222, 4, 0.71) 0%, rgba(255, 180, 0, 0.72) 99%);	transition: .5s ease all;}.owl-theme .owl-nav {	margin-top: 0;	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%, -50%);	z-index: 2;	display: flex;	width: 100%;	justify-content: space-between;	height: 0;}.owl-nav button{	margin: 0;}.owl-nav button.owl-prev{	transform: rotateY(180deg);}.owl-nav button span{	position: relative;}.owl-nav button.owl-prev span.arrowPrev{	left: 36px;}.awards-slider.owl-nav button.owl-prev span.arrowPrev {    left: 60px;    bottom: 70px;}    .owl-nav button.owl-next span.arrowNext{	right: -36px;}

/*Full Screen Video  */

.fullscreen-video .play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.wwi-quote{
	padding-left: 40px;
}
.wwi-quote:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 16px;
	left: 0;
	top: 0;
	border-radius: 3.5px;
	background: linear-gradient(178deg, #AF1996 -8.31%, #0090FF 123%);
}
.wwi-quote p{
	font-size: 16px;
	line-height: 22px;
}

/*Footer form*/
.mortarboard-icon {
	position: absolute;
	left: -150px;
	bottom: -76px;
	max-width: 250px;
}
.wwi-footer-form-content{
	background: linear-gradient(117.79deg, rgba(175, 25, 150, 0.82) 13%, #0090FF 110%);
	border-radius: 0px 24px 24px 0px;
	padding: 60px 80px 30px;
}
.wwi-footer-form-content h2{
	    font-size: 60px;
    line-height: 74px;
	max-width: 270px;
	margin-bottom: 35px;
	text-transform: capitalize;
}
.wwi-footer-form{
	margin: 0 80px 0 -120px;

}
.wwi-footer-form form{
	padding-left:90px ;
	padding-right:90px ;
}

/*footer*/
.wwi-footer{
	
}
.wwi-footer-heading h2{
	font-size: 50px;
	text-transform: uppercase;
	
										
}
.footer-links a{
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 25px;
}
.enroll_btn{
    text-decoration: none;
    background: linear-gradient(122deg, #b2198e -3.92%, #b2198e 124.23%);
	box-shadow: 0px 4px 6px 2px rgba(59, 59, 148, 0.22);
	border-radius: 22px;
	padding: -5px 15px;
	border: unset;
	color: #fff;
	font-size: 14px;
	letter-spacing: .07em;
	font-weight: 600;
	transition: .3s;
	position: relative;
	top: 0;
}
.enroll_btn h5{
    
    display: inline-block;
    padding: 10px 30px;
    border-radius: 10px;

}
.enroll_btn:hover h5 {
    background: linear-gradient(122deg, #a20d5c -3.92%, #610e0a 124.23%);
    color: #0DB1CD;
	border-radius: 22px;
}

/*Single Page*/
/*Single Page*/
/*Single Page*/
/*Single Page*/
/*Single Page*/


.modal-dialog{
  margin-top: 10%;
}

.navbar.wwi-have-bg li.nav-item a{
	color: #fff;
}
.navbar.wwi-have-bg .navbar-brand{
	display: none;
}
.navbar.wwi-have-bg .navbar-brand.show-only-dark{
	display: block;
} 

.bg-enabled{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wwi-top-rounded{
	border-radius: 47px 47px 0px 0px;
margin-top: -50px;
}
.why-wwi-section{
background: #FFFFFF;
}
.cf-box{
	border: 1px solid #fff;
	border-radius: 8px;
	text-align: center;
	overflow: hidden;
}
.cf-box h5{
background: #fff;
    padding: 10px 50px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cf-box h6{
	font-size: 20px;
}
.cf-box h6 sup{
	font-size: 12px;
}
.wwi-faculty-inner{
	background: linear-gradient(104deg, #AF1996 -12%, #0090FF 118%);
	border-radius: 0px 0px 17px 17px;
    padding: 10px;
    padding: 18px 24px;
}
.owl-carousel.wwi-faculty-slider .owl-item img{
	width: 100% !important;
}
.wwi-faculty-outer {
    margin: 0 20px;
    background: #fff;
    cursor: pointer;
    /*padding:0px 30px;*/
}
.wwi-faculty-border{
	position: relative;
}
.wwi-faculty-border-inner{
	z-index: 3;
	padding: 2px;
}
.wwi-faculty-border:before{
	content: '';
	position: absolute;
	height: 85%;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #B2DE04 0%, #25CCCC 100%);
	box-shadow: 2px 1px 4px 2px rgba(0, 0, 0, 0.25);
	border-radius: 17px;
	z-index: 1;
}
.wwi-faculty-border:after{
	content: '';
	position: absolute;
    height: 83.2%;
    width: 98%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -1.3%);
	background: #fff;
	border-radius: 17px;
	z-index: 2;
}
.fv-thumb{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*.wwi-single-page .wwi-footer-form-content h2{*/
/*		margin-bottom: 0;*/
/*}*/





/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/

/*Universal */
@media (max-width: 1024px){
	.padding-top {
    padding-top: 130px;
}
	.navbar {
		padding: 0px 12px;
	}
	.navbar-collapse {
		position: absolute;
		left: 0;
		margin-top: 15px;
		background: #fff;
		width: 100%;
		z-index: 99;
		box-shadow: 0px 7px 6px -6px #000;
	}
	iframe {

    height: 300px;
}
	.navbar-collapse .navbar-nav {
	 padding: 20px 0;
	}
	.navbar.wwi-have-bg li.nav-item a{
	color: #000;
}
	.wwi-banner-content h1 {
		font-size: 54px;
	}
	.reel-icon {
		left: 25px;
		top: -40px;
		max-width: 70px;
	}
	.badmnt-icon {
		right: -22px;
		bottom: -40px;
		width: 110px;
	}
	.music-icon{
		left: 15px;
		top: 100%;
	}
	.form-label{
		padding-right: 0;
	}
	.alumni-count-inner{
		padding: 31px 20px 31px 60px;
	}
	.alumni-count-inner h2 {
    font-size: 40px;
}
.alumni-count-inner p.alumni-count-p {
    font-size: 18px;
    line-height: 20px;
}
	.section-heading h2 {
		font-size: 40px;
	}
	.section-heading .section-heading-inner img.section-heading-icon.section-heading-icon-cap{
		max-width: 80px;
	}
	.wwi-testimonial-slider:before{
		    border-radius: 0px 80px 0px 0px;
	}
	.owl-carousel.wwi-testimonial-slider .tsm-content img {
		margin-left: -18px;
	}
	.tsm-content {
    padding: 10px 0 20px;
}
	
	.wide-btn a {
		font-size: 16px;
	}
	.section-heading.section-heading2 h2 {
		font-size: 32px;
		/*padding-top:1rem;*/
		padding-bottom:0;
	}
	.section-heading-icon.section-heading-icon-winner {
		right: -60px;
		top: -40px;
		max-width: 70px;
	}
	.section-heading-icon.section-heading-icon-like {
		right: -52px;
		top: -32px;
		max-width: 70px;
	}
	.std-tsm-inner h3 {
    font-size: 20px;
}
.std-tsm-inner h4 {
    font-size: 15px;
}
	.owl-theme .owl-nav{
		top: 45%;
	}
	.owl-nav button.owl-prev span.arrowPrev {
		left: 55px;
	}
	.owl-nav button.owl-next span.arrowNext {
		right: -55px;
	}
	.play-btn img{
		    max-width: 70px;
	}
	.wwi-quote p {
    font-size: 16px;
    line-height: 22px;
}
.wwi-footer-form-content{
	    border-radius: 24px 24px 0px 0px;
    padding: 35px 18px 100px;
}
.wwi-footer-form-content h2 {
    font-size: 40px;
    line-height: 48px;
    max-width: 100%;
    margin-bottom: 30px;
}
.wwi-footer-form {
    margin: 0 15px;
    margin-top: -78px;
}
.wwi-footer-form form {
    padding-left: 20px;
    padding-right: 20px;
}
.mortarboard-icon {
    position: absolute;
    left: -12px;
    bottom: -31px;
    max-width: 92px;
}
.wwi-footer-heading h2 {
    font-size: 40px;
}
.footer-links a {
    font-size: px;
    letter-spacing: 1px;
}
.section-heading-icon-badge{
	max-width: 50px;
}
.owl-dots{
	  bottom: -16px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 4px;
}
.all-success-stories .our-school-single.success-story-small {
    height: 540px;
}
.success-stories-slider .items{
	width: 100%;
}
.success-stories-slider .owl-stage-outer {
    padding: 0;
}
.success-stories-slider {
    margin: 0;
}
.success-stories-slider .owl-nav button.owl-next span.arrowNext {
    right: -42px;
}
.success-stories-slider .owl-nav button.owl-prev span.arrowPrev {
    left: 42px;
}
.all-success-stories .our-school-heading {
	height:auto;
}
.wwi-testimonial-slider:before{
    height:100%;
}
.std-tsm-outer{
    height:auto;
}
	.wwi-banner-content h1{
	    line-height:54px;
	}
	.navbar {
    padding: 19px 10px;
}
.wwi-banner-content p{
    font-size: 25px;
}
.wwi-banner-content h1{
    line-height: 80px;
    font-size: 77px;
}
span.wwi-course-fee{
    font-size:18px;
}
#wwi-course-fees span{
    font-size:12px;
}
select #wwi-course-list option{
    font-size:18px;
}
.ap-btn{
      align-items: center;
}
.wide-btn a {
    margin-right: 15px;
}
.modal-dialog{
  margin-top: 50%;
}
.navbar-toggler{
    border:none;
}
.navbar-nav .dropdown-menu{
    display:block;
    border: none;
    
}
.navbar li.nav-item ul li a{
    color: #000 !important;
    font-size: 14px;
    line-height: 20px;
    
}
.navbar li.nav-item a{
    padding-left: 1rem;
}
.dropdown-toggle::after{
    display:none;
}
.our-school{
    border-bottom: 3px solid #000;
    font-weight: 700;
}
.std-tsm-inner p{
    color: #000;
    font-size: 16px;
    line-height: 1.2;
}
#sync1 .item, #sync1 .item-video {
    height: 300px;

}
}

/*Mobile*/
@media (max-width: 767px){
.wwi-student-testimonial-slider .owl-item.active.center .items {
		transform: scale(0.9);
	}
	.wwi-testimonial-slider:before{
		    border-radius: 0px 50px 0px 0px;
		    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 25%);
	}
	.owl-carousel.wwi-testimonial-slider .tsm-content img{
		width: 25px !important;
	}
	.wwi-testimonial-slider .tsm-content p {
    font-size: 12px;
    line-height: 12px;
        font-weight: 300!important;
}
	.wwi-testimonial-slider .tsm-details h3 {
        font-size: 15px;
    line-height: 15px;
}

	.wwi-testimonial-slider .tsm-details p {
		    font-size: 10px;
    line-height: 12px;
	}

	.wwi-schools-slider {
		margin: 0;
	}
	.wwi-schools-slider .owl-stage-outer{
		padding: 0;
	}

	.wwi-schools-slider .items{
	width: 100%;
}
.owl-theme.wwi-schools-slider .owl-nav {
    top: 38%;
}
.wwi-schools-slider .owl-nav button.owl-next span.arrowNext {
    right: -42px;
}
.wwi-schools-slider .owl-nav button.owl-prev span.arrowPrev {
    left: 42px;
}
.form-label{
	font-size: 12px;
	margin-bottom: 0.3rem;
	margin-top: 0.3rem;
}
input.form-control, select.form-select{
    font-size: 12px;
}
#wwi-course-list{
   font-size: 16px; 
}
textarea.form-control{
    height:60px;
}
input.btn-submit {
    font-size: 12px;
    padding: 5px 20px;
}
.form-floating .form-label{
        top: 17px;
}
iframe {

    height: 200px;
}
.wwi-banner-content p {
    line-height: 18px;
}
p.subheading {
    font-size: 12px;
}
.padding-top {
    padding-top: 80px;
}
.apply-form-heading {
    font-size: 22px;
}
/*.wwi-student-testimonial-slider .owl-stage-outer .owl-stage{*/
/*    height:450px;*/
/*}*/
.arrowPrev img{
    width:20px;
}
.arrowNext img{
    width:22px;
}
.form-label{
        margin-top: 0.5rem;
}
.navbar-brand img{
    width:100%;
}
.navbar {
    padding: 19px 10px;
}
.navbar{
    flex-wrap: nowrap;
    line-height: 14px;
}
.wide-btn a {
    font-size: 12px;
}
.navbar .navbar-brand{
    width: 130px;
}
.wwi-banner-content p {
    font-size: 13px;
}
.wwi-banner-content h1 {
    line-height: 40px;
    font-size: 40px;
}
.owl-nav button.owl-prev span.arrowPrev {
		left: 26px;
	}
	.owl-nav button.owl-next span.arrowNext {
		right: -26px;
	}
	#sync1 .item, #sync1 .item-video {
    height: 200px;
}
.wwi-student-testimonial-slider .owl-stage-outer{
    padding:0;
}
.success-stories-1 {
    
    border-radius: 0px;
        

}


}

/*Tab*/

	@media (max-width: 1024px) and (min-width: 768px){
		.reel-icon {
		left: 200px;
	}

	.owl-carousel.wwi-testimonial-slider .tsm-content img {
		width: 50px !important;
	}
	.wwi-testimonial-slider:before{
		border-radius: 0px 190px 0px 0px;
	}
	.wwi-testimonial-slider .tsm-content p {
		    font-size: 24px;
    line-height: 32px;
	}
	.wwi-testimonial-slider .tsm-details h3 {
		font-size: 28px;
		line-height: 42px;
	}
	.wwi-testimonial-slider .tsm-details p {
		font-size: 16px;
		line-height: 20px;
	}
	.wwi-quote p {
    font-size: 18px;
    line-height: 24px;
}
.wwi-footer-form-content h2 {
    font-size: 60px;
    line-height: 64px;
}
.wwi-footer-form-content{
	padding: 50px 40px 100px;
}
.wwi-footer-form {
    margin: 0 40px;
 margin-top: -78px;
}


	}

	@media (min-width: 768px){
	.owl-carousel.wwi-schools-slider{
	display: flex;
}
.owl-carousel.success-stories-slider{
	display: flex;
}
}
@media (min-width: 1025px){
.owl-carousel.success-stories-slider{
	display: flex;
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 10%; 
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10.5%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

}
.image-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

  .image-box {
    width: 33.33%;
    float: left;
  }


        .image {
            width: 100%;
            height: auto;
        }

        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            background-color: pink;
            color: white;
            padding: 5px;
			border-radius:30px;
			margin-top:5px;
			margin-left:5px;
        }

        .bottom-text {
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            padding: 5px;
        }
		
		  @media (max-width: 767px) {
    .image-box {
      width: 100%; 
      float: none; 
    }
  }
  
  


.hover-fold {
  background: black;
  height: 300px;
  -moz-perspective: 1500;
  -webkit-perspective: 1500;
  perspective: 1500;
  position: relative;
  width: 400px;
}
.hover-fold h4 {
  border-bottom: 1px solid #333;
  margin: 0px;
  text-align: ;
}
.hover-fold .top {
  height: 50%;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}
.hover-fold .top .face {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.hover-fold:hover .top {
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.hover-fold .front {
  background: url(https://www.whistlingwoods.co.in/drone/images/drone/Data-Gis.jpg);
  height: 100%;
  /*has to be 100% of .top */
  width: 100%;
}

.hover-fold .front-2 {
  background: url(https://www.whistlingwoods.co.in/drone/images/drone/Drone-Building.jpg);
  height: 100%;
  /*has to be 100% of .top */
  width: 100%;
}

.hover-fold .front-3 {
  background: url(https://www.whistlingwoods.co.in/drone/images/drone/Drone-Pilot.jpg);
  height: 100%;
  /*has to be 100% of .top */
  width: 100%;
}
.hover-fold .back {
  background: black;
  height: 100%;
  /*has to be 100% of .top */
  padding: 0 20px;
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 100%;
}
.hover-fold .back p {
  margin: 0;
  margin-top: -60px;
}



.hover-fold .bottom {
  background: url(https://www.whistlingwoods.co.in/drone/images/drone/Data-Gis.jpg) bottom;
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}

.hover-fold .bottom-2 {
  background: url(https://www.whistlingwoods.co.in/drone/images/drone/Drone-Building.jpg) bottom;
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}

.hover-fold .bottom-3 {
  background: url(https://www.whistlingwoods.co.in/drone/images/drone/Drone-Pilot.jpg) bottom;
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}


/* Media Query for mobile screens */
@media (max-width: 767px) {
  .hover-fold {
  background: black;
 
  -moz-perspective: 1500;
  -webkit-perspective: 1500;
  perspective: 1500;
  position: relative;
  
  width: 100%;
}
  }
  
 