/*
Theme Name: smshetty_borivali
Theme URI: http://vinayak.me/
Author: Kinder Desk
Author URI: http://kinderdesk.com/
Description: SM SHETTY International School Borivali
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: smshetty_borivali
Tags: 
*/

/*--------------------------------------------------------------
1.	Default Styles
--------------------------------------------------------------*/
@font-face {
    font-family: 'besley';
    src: url('assets/web-fonts/besley.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'black-caps';
    src: url('assets/web-fonts/black-caps.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flison';
    src: url('assets/web-fonts/flison.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

html {
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Besley:wght@400;500;600&display=swap');
/* New Design */
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@500;600;700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');*/
@font-face {
    font-family: 'brandonbold';
    src: url('assets/fonts/BrandonText-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandonlight';
    src: url('assets/fonts/BrandonText-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brandonregular';
    src: url('assets/fonts/BrandonText-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'clearface';
    font-weight: normal;
    font-style: normal;
	src: url('assets/fonts/clearface.ttf'); /* IE9 Compat Modes */
	src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('assets/fonts/clearface.ttf') format('woff2'), /* Super Modern Browsers */
	   url('assets/fonts/clearface.ttf') format('woff'), /* Pretty Modern Browsers */
	   url('assets/fonts/clearface.ttf')  format('truetype'); /* Legacy iOS */
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	/*background-color: #c0deff;*/
	background-color: #fae7c6;
	color: #2a2a2a;
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Catamaran', Helvetica, arial, sans-serif;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section, span { 
    display:block;
}
h1{ font-size: 30px;}
h2{ font-size: 26px;}
h3{ font-size: 20px;}
h4{ font-size: 16px;}
h5{ font-size: 14px;}
h6{ font-size: 12px;}
/*h1{ font-size: 36px;}
h2{ font-size: 30px;}
h3{ font-size: 24px;}
h4{ font-size: 18px;}
h5{ font-size: 14px;}
h6{ font-size: 12px;}*/
h1, h2, h3, h4, h5, h6, p, blockquote, button, dl, table, pre{
	color: #2a2a2a;
	padding: 0;
	margin: 0px;
	margin-bottom: 15px;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
ul, ol{
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
a{color: #1a1a1a; text-decoration: none;}
a:hover{color: #2a2a2a; text-decoration: none; outline: 0;}
a:focus, a:active{color: inherit;outline: 0; text-decoration: none;}
a.link-primary{ color: blue !important; }
p{
	font-family: "Catamaran";
	font-weight: 600;
	font-size: 19px;
	line-height: 26px;
	color: #5e5e5e;
	color: #1c245a;
}
img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
section, footer{
	padding: 40px 0px;
	position: relative;
	background-color: #ffffff;
	background-color: #fae7c6;
}


/*--------------------------------------------------------------
#	Selection text color
--------------------------------------------------------------*/
::selection {
	background-color: rgba(3, 169, 244, 0.5);
	color: #fff;
	text-shadow: none;
}

hr{
	border-top: 1px solid rgba(0,0,0,0.005) !important;
}

/*--------------------------------------------------------------
#	Links - Hyperlink buttons
--------------------------------------------------------------*/
.link{
	font-family: "Catamaran";
	font-weight: 700;
	font-size: 18px;
	display: inline-block;
	color: #1c245a !important;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.link:hover{
	color: #1c245a;
}

.link i{
	margin-left: 5px;
}

.divider{
	display: inline-block;
	width: 100px;
	height: 5px;
	margin-bottom: 10px;
	background-color: #FFA726;
}


/*--------------------------------------------------------------
2.	Reusable Classes
--------------------------------------------------------------*/
/*.container{
	max-width: 1600px;
	margin: 0px auto;
}
.container-fluid{
	max-width: 1600px;
	padding-left: 80px;
	padding-right: 80px;
}*/

.wrapper{
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top: 205px;
}

.page-heading{
	padding: 0px 110px;
}

.page-heading .brand_title{
	font-size: 3em;
	line-height: 66px;
}

.section_heading{
	padding-bottom: 30px;
}

.section_heading_center{
	text-align: center;
}

.content-box{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	padding: 15px 20px;
	box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.03);
	margin-bottom: 30px;
}

.page-bg-title{
    position: relative;
	display: inline-block;
	background-color: #034ea2;
	color: #ffffff;
	padding: 5px 30px;
	font-size: 26px;
}
.page-bg-title:after {
    content: "";
    float: right;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 0px;
    height: 0px;
    border-color: transparent #0078d7 transparent transparent;
    border-style: solid;
    border-width: 0px 20px 25px 0px;
}

.rounded{
/*     border-radius: 0.25rem !important;
    box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.5) !important; */
}


/*--------------------------------------------------------------
#	Single Pages
--------------------------------------------------------------*/
.page_heading{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page_heading .section_title{
	color: #ffffff !important;
	font-family: "Playfair Display";
	font-size: 700;
}

.page_heading .section_title a{
	color: #ffffff !important;
	font-family: "Playfair Display";
	font-size: 700;
}

.section_overlay{
	padding: 120px 0px;
	padding-bottom: 100px;
	background-color: rgba(0,0,0,0.4);
}

.section_overlay--notitle{
	padding: 80px 0px;
	padding-bottom: 80px;
}

.fullpage-notitle{
	padding: 50px 0px;
	padding-bottom: 40px;
}

.section_overlay--notitle .section_title{
	font-size: 1.6em;
	font-weight: 600;
	color: #DF7821;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.section_title{
	font-size: 1.8em;
	color: #000000;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.section_title:after{
	display: block;
	width: 70px;
	content: '';
	padding-bottom: 10px;
	border-bottom: 5px solid #1c245a;
}

.section_heading_center .section_title:after{
	display: block;
	width: 70px;
	content: '';
	padding-bottom: 10px;
	margin: 0 auto;
	border-bottom: 5px solid #97d14f;
}

.section_subtitle{
	font-size: 1.2em;
	font-weight: 500;
}

.section_content{
	margin-top: -60px;
	padding: 30px 20px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.05);
}

.workshop_single{
	background-color: #E1F5FE !important;
}

.muted{	color: #9e9e9e !important;}
.bold{font-weight: 700; color: #000000;}
.noMargin{margin-bottom: 0px;}
.contentBox{
	border: 1px solid #eeeeee;
	padding: 20px;
	margin-bottom: 15px;
	box-shadow: 0px 3px 8px 0px #eeeeee;
}
.contentBox i{
	width: 80px;
	height: 80px;
	line-height: 78px;
	background-color: #DF7821;
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 100%;
}

.contentHighlight{
	padding: 10px 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 30px;
	background-color: rgba(147, 71, 116, 0.21);
}
/* Reusable List */
.bulletList{
	padding: 0px;
	padding-left: 50px;
	margin: 0px;
	margin-bottom: 15px;
	list-style: disc;
	font-weight: 700;
	text-align: justify;
}

.bulletList li{
	color: #1c245a;
	padding: 5px 0px;
	font-size: 18px;
}

.bulletList li::marker{
	color: #0bb2fa;
}
.bulletList ul{
	list-style: circle;
	margin: 0px;
	padding-left: 20px;
}

/* Reusable List */
.featured_list{
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-bottom: 15px;
	list-style: none;
}
.featured_list ul{
	list-style: circle;
	margin: 0px;
	padding-left: 20px;
}
.featured_list li{
	color: #1c245a;
	font-size: 18px;
	font-weight: 600;
}
.featured_list li:before{
	position: relative;
	top: 3px;
	margin-right: 15px;
	height: auto;
	display: inline;
	content: '\f0a9';
	font-family: 'fontAwesome';
	color: #1c245a;
	text-align: center;
	font-size: 24px;
}

.menuList{
	padding: 0px;
	padding-left: 25px;
	margin: 0px;
	margin-bottom: 15px;
	list-style: disc;
}
.menuList li{
	padding: 5px 0px;
	font-size: 16px;
}
.menuList ul{
	list-style: circle;
	margin: 0px;
	padding-left: 20px;
}

.img-circle{
	border-radius: 100%;
	padding: 50px;
}

.col--no-gutter,
.row--no-gutter{
	padding: 0px;
	margin: 0px;
}

.besley{
	/*font-family: "besley";*/
	font-family: "Playfair Display";
	font-weight: 700;
}


/*--------------------------------------------------------------
#	Button Styles
--------------------------------------------------------------*/
.btn{
	border-radius: 10px !important;
}

.btn-primary{
	background-color: #333333;
	border-color: #333333;
	border: 1px solid #333333;
	text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
	background-color: #555 !important;
	border-color: #555 !important;
	box-shadow: none !important;
	outline: none;
}

.btn-default{
	font-weight: 500;
	color: #333333;
	text-transform: uppercase;
	border: 2px solid #333333;
	opacity: 0.6;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus{
	color: #ffffff;
	background-color: #333333 !important;
	border-color: #333333 !important;
	box-shadow: none !important;
	outline: none;
	opacity: 1;
}

.btn-link{
	color: #9b9fa3;
	border-color: #9b9fa3;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus{
	color: #9b9fa3;
	border-color: #9b9fa3 !important;
	box-shadow: none !important;
	text-decoration: none;
	outline: none;
}


/*--------------------------------------------------------------
#	Background Color Styles
--------------------------------------------------------------*/
.color_white{color: #ffffff !important;}
.color_black{color: #000000 !important;}
.color_brand{color: #1c245a !important;}

.brand_title{
	color: #1c245a;
	font-size: 2.5em;
	font-family: "Playfair Display";
	font-weight: 700;
	margin-bottom: 22px;
}

.brand_subtitle{
	color: #1c245a;
	font-size: 1.8em;
	font-family: "Playfair Display";
	font-weight: 600;
}

.italic{
	font-style: italic;
}

.light_background{
	background-color: #f7f7f7;
}
.dark_background{
	background-color: #9b9fa3;
	color: #ffffff !important;
}

.dark_background .section_title{
	color: #ffffff !important;
}

.brand_background{
	background-color: #1c245a !important;
	color: #000000;	
	-webkit-box-shadow: inset 0px -51px 85px -70px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -51px 85px -70px rgba(0,0,0,0.15);
	box-shadow: inset 0px -51px 85px -70px rgba(0,0,0,0.15);
}
.gradient_background{
	background: rgb(255,255,255);
	background: linear-gradient(51deg, rgba(255,255,255,0.3) 0%, rgba(151,209,79,0.6) 100%);
}
.white_shadow_background{
	background: rgb(255,255,255);
	-webkit-box-shadow: inset 0px 51px 85px -70px rgba(0,0,0,0.10);
	-moz-box-shadow: inset 0px 51px 85px -70px rgba(0,0,0,0.10);
	box-shadow: inset 0px 51px 85px -70px rgba(0,0,0,0.10);
}
.white_gradient_background{
	background: rgb(255,255,255);
	background: linear-gradient(51deg, rgba(255,255,255,0.0003) 0%, rgba(255,255,255,1) 100%);
}

.background_light_peach{ background-color: #fdd1b0 !important; }
.background_dark_peach{ background-color: #fab393 !important; }
.background_light_green{ background-color: #bce2d7 !important; }
.background_dark_green{ background-color: #72b9a0 !important; }
.background_light_blue{ background-color: #d5eef2 !important; }
.background_dark_blue{ background-color: #8ed8f8 !important; }
.background_light_pink{ background-color: #fbd9e8 !important; }
.background_dark_pink{ background-color: #e99dc9 !important; }
.background_light_purple{ background-color: #f4d9ff !important; }
.background_dark_purple{ background-color: #753092 !important; }

/*--------------------------------------------------------------
3.	Top Navigation
--------------------------------------------------------------*/
.container-fluid{
	padding-left: 50px;
    padding-right: 50px;
}

header{
/* 	position: relative; */
	width: 100%;
	position: fixed;
	top: 0px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.03);
	/*box-shadow: 0 10px 20px rgba(25, 25, 25, 0.4);*/
	box-shadow: 0 10px 30px rgba(25, 25, 25, 0.5);
	z-index: 9999;
	border-bottom: 2px solid  rgba(151, 209, 79, 20%);
	background-color: #fae7c6;
	padding-top: 30px;

}

.close-toggler{
	display: none;
	margin-bottom: 0px;
	border: 0px;
	border-radius: 0px;
}

.custom-logo-link{
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 999999;
	/*box-shadow: 0px 8px 5px 0px rgba(0,0,0,0.03);*/
	/*box-shadow: 0px 20px 12px -6px rgba(0,0,0,0.03);*/
}

.custom-logo-link img{
    max-width: 90%;
    height: auto;
    padding: 0px 15px;
}

.secondary-logo img{
	display: inline;
    max-width: 90%;
    height: auto;
    padding: 0px 15px;
    padding-left: 0px !important;
    text-align: left !important; 
}

/*--------------------------------------------------------------
#	Logo - Brand Logo
--------------------------------------------------------------*/
.close-toggler, .navbar-toggler{
	display: none;
}

.navbar-brand{
	display: block;
	height: auto;
	font-weight: 600;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.hidden-on-desktop{
	display: none !important;
}

.navbar-brand:hover{
	color: #2a2a2a;
}

.navbar-brand a img{
	display: inline-block;
	text-align: center;
}

.brand-logo{
	width: 320px;
	height: auto;
	background-color: #fae7c6;
	z-index: 999;
	line-height: 20px;
    padding: 5px 10px;
    text-align: left;
	-webkit-box-shadow: 0px 20px 15px -12px rgb(0 0 0 / 15%);
	-moz-box-shadow: 0px 20px 15px -12px rgb(0 0 0 / 15%);
	box-shadow: 0px 20px 15px -12px rgb(0 0 0 / 15%);
}

.brand-image{
	width: 104px;
	float: left;
	padding-right: 10px;
}

.brand-title{
	font-size: 20px;
	margin-top: 18px;
}
.brand-subtitle{
	font-size: 14px;
}

.brand-logo small{
	font-size: 12px;
}

/* SM SHETTY NAVBAR DESIGNED */
.navbar-nav-mobile{
	display: none;
}
.navbar-nav-desktop{
	display: block;
}

.navbar{
	/*background-color: #03bcd3;*/
	/*background-color: #fae7c6;*/
	color: #2a2a2a;
	padding: 0px;
	-webkit-animation: fadeIn 0.3s alternate;
	/* Safari 4.0 - 8.0 */
	animation: fadeIn 0.3s alternate;
	font-size: 14px;
}

.navbar-nav{
	float: right;
}

.navbar-nav .nav-item{
	color: #2a2a2a;
	font-family: "Catamaran";
	font-weight: 700;
}

.menu-desc{
	color: #9e9e9e;
	font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav .nav-item .nav-link{
	font-family: "Diphylleia";
    padding: 15px 10px;
    padding-bottom: 16px;
    /*color: #252526;*/
    color: #2d3462;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.navbar-nav .nav-item .nav-link:hover{
	color: #2d3462;
}

.navbar-nav .fa-home{
	font-size: 18px;
	color: #2d3462;
}

/* CALL TO ACTION BUTTON NAVIGATION */
.home-button .nav-link{
	padding-top: 23px !important;
    padding-bottom: 0px !important;
}

.navbar-nav .nav-item:hover .dropdown-menu{
	display: block;
}

.navbar-nav .nav-item:hover{
	display: block;
	background-color: transparent;
	color: #ffffff;
	border-radius: 5px 5px;
}

.navbar-nav .cta-button a{
	/*background-color: #97d14f;*/
	background-color: #034ea2;
	color: #ffffff !important;
    padding: 10px 18px !important;
    border-radius: 12px;
    margin-top: 4px;
}
.navbar-nav .cta-button a:hover{
	background-color: #034ea2;
}
.navbar-nav .cta-button:hover{
	background-color: transparent !important;
}

.navbar-nav .cta-button a i{
	margin-left: 5px;
}


/*--------------------------------------------------------------
#	MultiLevel
--------------------------------------------------------------*/
.dropdown-menu{
	display: none;
	width: 240px;
	border-radius: 0px 0px 5px 5px !important;
	padding: 0px;
	margin-top: 0px !important;
	border: none;
	background-color: #f3f3f3;
	box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.3);
	z-index: -1;
	/*border-top: 2px solid  rgba(151, 209, 79, 20%);*/
}

.dropdown-menu li a{
    font-weight: 600;
    padding: 8px 10px;
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
}

.dropdown-menu li a:hover{
	border-radius: 0px 0px 5px 5px;
}

.dropdown-item.active, .dropdown-item:active{
    color: #555555;
	background-color: transparent;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #555555;
	background-color: transparent;
}


/*--------------------------------------------------------------
#	SubNav
--------------------------------------------------------------*/
.sub-nav{
	width: 100%;
	height: 40px;
	position: relative;
	display: block;
	background-color: transparent;
	position: relative;
	top: -10px;
	border-radius: 0px 0px 20px 20px;
}

/*.sub-nav:before{
    position: absolute;
    content: '';
    left: -40px;
    top: 0px;
    border-style: solid;
    border-color: #97d14f transparent #97d14f transparent;
    border-width: 40px 0 0 40px;

}

.sub-nav:after{
    position: absolute;
    content: '';
    right: -80px;
    top: 0px;
    width: 100px;
    height: 40px;
    background-color: #97d14f;
}*/

.sub-nav-wrap{
	float: right;
/* 	width: 100%; */
}

.sub-nav .social_ico,
.sub-nav .personal_details{
	position: relative;
	overflow: hidden;
	color: #dddddd;
	float: right;
}
.sub-nav .social_ico li a{
	border-radius: 0px;
	border: none;
	color: #ffffff;
	width: 35px;
	height: 40px;
	margin: 0px 5px;
	line-height: 30px;
	padding: 12px 0px;
}
.sub-nav .social_ico li a:hover{
	border: none;
}


.sub-nav .personal_details li a .personal-ico{
	margin-right: 8px;
}

.personal_details{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.personal_details li{
	float: left;
	padding: 10px 0px;
}

.sub-nav .personal_details a:after{
	font-weight: 700;
    margin: 0px 15px;
	content: '|';
}

.personal_details li a{
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
}

/*--------------------------------------------------------------
#	navbar Secondary
--------------------------------------------------------------*/
.hidden-on-mob{
	width: 80%;
    display: block;
    margin: 0 auto !important;
}

.navbar-secondary{
	width: 100%;
	position: relative;
}

#menu-secondary{
	width: 100%;
	list-style: none;
	position: relative;
	background-color: transparent;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 24px;
}

#menu-secondary .nav-item{
	display: inline-block;
	border-radius: 12px;
}

#menu-secondary .nav-link{
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 12px;
	padding-bottom: 8px;
	font-family: "Catamaran";
	font-weight: bold;
}

/*#menu-secondary > .nav-item:hover{
	border-radius: 12px 12px 0px 0px !important;
	box-shadow: none;
}*/

#menu-secondary .nav-item:hover .dropdown-menu{
	overflow: hidden;
	/*margin-top: -12px !important; */
	margin-top: -5px !important;
	z-index: 999;
	border-radius: 12px 12px !important;
	display: block !important;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
	background-color: #1c245a;
}

#menu-secondary .dropdown-menu{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

#menu-secondary .dropdown-menu li{
	display: block;
	margin: 0px 0px;
	background-color: transparent !important;
	box-shadow: none;
}
#menu-secondary .dropdown-menu li .dropdown-item{
	font-weight: normal;
	color: #ffffff;
	background-color: transparent !important;
}
#menu-secondary .dropdown-menu li .dropdown-item:hover{
	opacity: 0.7;
	text-decoration: underline;
}

/* HIDE SHOW MOB MENU */
.active-menu > .dropdown-menu{
	display: block !important;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.remove-menu > .dropdown-menu{
	display: none !important;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}



/*--------------------------------------------------------------
#	MULTI COLOR DESIGN
--------------------------------------------------------------*/
#menu-secondary > .nav-item:nth-child(1){
	background-color: #034ea2 !important;
}

#menu-secondary > .nav-item:nth-child(2){
	background-color: #47bc95 !important;
}

#menu-secondary > .nav-item:nth-child(3){
	background-color: #e31d38 !important;
}

#menu-secondary > .nav-item:nth-child(4){
	background-color: #127e3f !important;
}

#menu-secondary > .nav-item:nth-child(5){
	background-color: #753092 !important;
}
#menu-secondary > .nav-item:nth-child(6){
	background-color: #03a9f4 !important;
}
#menu-secondary > .nav-item:nth-child(7){
	background-color: #034ea2 !important;
}

#menu-secondary > .nav-item:nth-child(8){
	background-color: #47bc95 !important;
}

#menu-secondary > .nav-item:nth-child(9){
	background-color: #e31d38 !important;
}

#menu-secondary > .nav-item:nth-child(10){
	background-color: #127e3f !important;
}

#menu-secondary > .nav-item:nth-child(11){
	background-color: #753092 !important;
}
#menu-secondary > .nav-item:nth-child(12){
	background-color: #03a9f4 !important;
}
#menu-secondary > .nav-item:nth-child(13){
	background-color: #034ea2 !important;
}

#menu-secondary > .nav-item:nth-child(14){
	background-color: #47bc95 !important;
}

#menu-secondary > .nav-item:nth-child(15){
	background-color: #e31d38 !important;
}

#menu-secondary > .nav-item:nth-child(16){
	background-color: #127e3f !important;
}

#menu-secondary > .nav-item:nth-child(17){
	background-color: #753092 !important;
}
#menu-secondary > .nav-item:nth-child(18){
	background-color: #03a9f4 !important;
}

/* SECONDARY MULTI COLOR  MENU DROPDOWN */
#menu-secondary .nav-item:nth-child(1) .dropdown-menu{
	background-color: #034ea2 !important;
}
#menu-secondary .nav-item:nth-child(2) .dropdown-menu{
	background-color: #47bc95 !important;
}

#menu-secondary > .nav-item:nth-child(3) .dropdown-menu{
	background-color: #e31d38 !important;
}

#menu-secondary > .nav-item:nth-child(4) .dropdown-menu{
	background-color: #127e3f !important;
}

#menu-secondary > .nav-item:nth-child(5) .dropdown-menu{
	background-color: #753092 !important;
}

#menu-secondary > .nav-item:nth-child(6) .dropdown-menu{
	background-color: #03a9f4 !important;
}
#menu-secondary .nav-item:nth-child(7) .dropdown-menu{
	background-color: #034ea2 !important;
}
#menu-secondary .nav-item:nth-child(8) .dropdown-menu{
	background-color: #47bc95 !important;
}

#menu-secondary > .nav-item:nth-child(9) .dropdown-menu{
	background-color: #e31d38 !important;
}

#menu-secondary > .nav-item:nth-child(10) .dropdown-menu{
	background-color: #127e3f !important;
}

#menu-secondary > .nav-item:nth-child(11) .dropdown-menu{
	background-color: #753092 !important;
}

#menu-secondary > .nav-item:nth-child(12) .dropdown-menu{
	background-color: #03a9f4 !important;
}
#menu-secondary .nav-item:nth-child(13) .dropdown-menu{
	background-color: #034ea2 !important;
}
#menu-secondary .nav-item:nth-child(14) .dropdown-menu{
	background-color: #47bc95 !important;
}

#menu-secondary > .nav-item:nth-child(15) .dropdown-menu{
	background-color: #e31d38 !important;
}

#menu-secondary > .nav-item:nth-child(16) .dropdown-menu{
	background-color: #127e3f !important;
}

#menu-secondary > .nav-item:nth-child(17) .dropdown-menu{
	background-color: #753092 !important;
}

#menu-secondary > .nav-item:nth-child(18) .dropdown-menu{
	background-color: #03a9f4 !important;
}

#menu-secondary .dropdown-menu{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
/*--------------------------------------------------------------
#	MULTI COLOR DESIGN END
--------------------------------------------------------------*/


/*--------------------------------------------------------------
#	Social Media Links
--------------------------------------------------------------*/
.social{
	position: relative;
	overflow-y: hidden;
	margin-top: 15px;
	padding: 15px 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.social_ico li{
	display: inline-block;
}

.social_ico li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	margin-right: 10px;
	border-radius: 50%;
	font-size: 300;
	text-align: center;
	color: #999999;
}

.social_ico li a i{
	font-size: 1.2em;
}

/*--------------------------------------------------------------
#	COVER
--------------------------------------------------------------*/
.cover-container{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 550px;
	background-color: #cccccc;
	background-image: url('http://localhost/smshetty/wp-content/uploads/2023/08/cover.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.cover-overlay{
	position: relative;
	overflow: hidden;
}


/*--------------------------------------------------------------
#	Contact CTA
--------------------------------------------------------------*/
.contact-cta{
	background-color: #97d14f;
	padding: 40px 0px;
	-webkit-box-shadow: inset 0px -51px 85px -70px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px -51px 85px -70px rgba(0,0,0,0.15);
	box-shadow: inset 0px -51px 85px -70px rgba(0,0,0,0.15);
}

.contact-cta .contact-cta-title{
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 22px;
	color: #ffffff;
}

.contact-cta p,
.contact-cta a{
	font-size: 14px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 5px;
}

.contact-cta .contact-cta-title i{
	margin-left: 20px;
}

.contact-cta .contact-box{
	padding: 20px 20px;
	position: relative;
	overflow: hidden;
}

.contact-cta .br-1{
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}


/*--------------------------------------------------------------
#	Contact 
--------------------------------------------------------------*/
.contact .footer-title{
	margin-bottom: 5px;
	color: #555555;
}

footer{
	padding: 70px 0px;
	position: relative;
	overflow: hidden;
	background-color: #d2d7dc;
	overflow: hidden;
    background: transparent;
    background: url('assets/image/footer.png');
    background-position: initial;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer_nav{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}

.footer_nav li a{
	font-size: 13px;
	font-weight: normal;
	color: #9e9e9e;
	text-transform: uppercase;
}

.footer_nav li a:hover{
	color: #2a2a2a;
}

.footer_nav li a:hover:after{
	margin-left: 5px;
	content: '\f105';
	font-family: 'fontAwesome'
}


/*--------------------------------------------------------------
#	Copyright
--------------------------------------------------------------*/
.copyright{
	padding: 30px 0px;
	background-color: #edd2a3;
	border-top: 1px solid #edd2a3;
}
.copyright_text{
	margin: 0px;
	font-size: 14px;
	color: #9e9e9e;
	font-weight: normal;
}

.copyright_text .link{
	font-size: 12px;
}


/*--------------------------------------------------------------
#	SLIDER
--------------------------------------------------------------*/
svg {
  display: block;
  overflow: visible;
}

.slider-container {
	position: relative;
	height: 650px;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	cursor: all-scroll;
}

.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
	opacity: 0;
}
.slider-control.inactive:hover {
  	cursor: auto;
}
.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}
.slider-control.left {
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 2rem;
	-webkit-transform: translateX(-50%);
	      transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
}
.slider-pagi__elem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}
.slider-pagi__elem:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1rem;
	height: 1rem;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: translate(-50%, -50%) scale(0);
	      transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	      transform: translate(-50%, -50%) scale(1);
}

.slider {
	z-index: 1;
	position: relative;
	height: 100%;
}
.slider.animating {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}
.slider.animating .slide__bg {
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	will-change: transform;
}

.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__overlay-2,
.slide.active .slide__text {
  	opacity: 1;
  	-webkit-transform: translateX(0);
          transform: translateX(0);
}
.slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-size: cover;
	will-change: transform;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* ======SLIDER 1================================*/
.slide:nth-child(1) {
  	left: 0;
}
.slide:nth-child(1) .slide__bg {
  	left: 0;
  	background-image: url("https://www.bsasis.org/wp-content/uploads/2025/09/slider-sept-2.jpg");
}
.slide:nth-child(1) .slide__overlay-path {
  	/*fill: rgba(151, 209, 79, 0.5);*/
  	fill: rgba(151, 209, 79, 0.5);
}
.slide:nth-child(1) .slide__overlay-path-2 {
  	fill: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
	.slide:nth-child(1) .slide__text {
		background-color: rgba(233, 156, 126, 0.8);
	}
}


/* ======SLIDER 2 ================================*/
.slide:nth-child(2) {
  	left: 100%;
}
.slide:nth-child(2) .slide__bg {
  	left: -50%;
  	background-image: url("https://www.bsasis.org/wp-content/uploads/2025/09/slider-sept-3.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
  	fill: rgba(151, 209, 79, 0.5);
}
.slide:nth-child(2) .slide__overlay-path-2 {
  	fill: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
	.slide:nth-child(2) .slide__text {
		background-color: rgba(225, 204, 174, 0.8);
	}
}


/* ======SLIDER 3 ================================*/
.slide:nth-child(3) {
  	left: 200%;
}
.slide:nth-child(3) .slide__bg {
  	left: -100%;
  	background-image: url("https://www.bsasis.org/wp-content/uploads/2025/09/slider-sept-1.jpg");
}
.slide:nth-child(3) .slide__overlay-path {
  	fill: rgba(151, 209, 79, 0.5);
}
.slide:nth-child(3) .slide__overlay-path-2 {
  	fill: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
	.slide:nth-child(3) .slide__text {
		background-color: rgba(225, 204, 174, 0.8);
	}
}

/* ======SLIDER 4 ================================*/
.slide:nth-child(4) {
  	left: 300%;
}
.slide:nth-child(4) .slide__bg {
  	left: -150%;
  	background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
}
.slide:nth-child(4) .slide__overlay-path {
  	fill: #cbc6c3;
}
@media (max-width: 991px) {
	.slide:nth-child(4) .slide__text {
		background-color: rgba(203, 198, 195, 0.8);
	}
}
.slide__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide__overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	min-height: 810px;
	-webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
	transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
	will-change: transform, opacity;
	-webkit-transform: translate3d(-20%, 0, 0);
	      transform: translate3d(-20%, 0, 0);
	opacity: 0;
}
.slide__overlay-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	min-height: 810px;
	-webkit-transition: opacity 0.9s 0.5s, -webkit-transform 0.9s 0.5s;
	transition: opacity 0.9s 0.5s, -webkit-transform 0.9s 0.5s;
	transition: transform 0.9s 0.5s, opacity 0.9s 0.5s;
	transition: transform 0.9s 0.5s, opacity 0.9s 0.5s, -webkit-transform 0.9s 0.5s;
	will-change: transform, opacity;
	-webkit-transform: translate3d(-20%, 0, 0);
	      transform: translate3d(-20%, 0, 0);
	opacity: 0;
}
@media (max-width: 991px) {
	.slide__overlay {
		display: none;
	}
	.slide__overlay-2 {
		display: none;
	}
}
.slide__overlay path {
  	opacity: 0.8;
}
.slide__overlay-2 path {
  	opacity: 0.8;
}
.slide__text {
	position: relative;
	top: 250px;
	color: #fff;
	-webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
	transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
	will-change: transform, opacity;
	-webkit-transform: translateY(-50%);
	      transform: translateY(-50%);
	opacity: 0;
	z-index: 9999999999;
}

a.slide__text-link:hover { text-decoration:none; color:#FFF;}

@media (max-width: 991px) {
	.slide__text {
		left: 0;
		bottom: 0;
		width: 100%;
		height: 20rem;
		text-align: center;
		-webkit-transform: translateY(50%);
		        transform: translateY(50%);
		-webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
		transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
		padding: 0 1rem;
	}
}
.slide__text-heading {
	display: inline-block;
	font-weight: 700;
  	font-size: 3rem;
  	background-color: #ffffff;
  	color: #333333;
  	padding: 5px 20px;
}
@media (max-width: 991px) {
	.slide__text-heading {
		font-weight: 700;
		line-height: 20rem;
		font-size: 3rem;
	}
}
.slide__text-desc {
	display: inline-block;
  	font-size: 1.5rem;
  	margin-bottom: 1.5rem;
  	background-color: #ffffff;
  	padding: 5px 20px;
}
@media (max-width: 991px) {
  	.slide__text-desc {
    	/*display: none;*/
  	}
}


/*--------------------------------------------------------------
#	ABOUT US
--------------------------------------------------------------*/
.wwr-brand-logo{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 300px;
}

.about-us{
	position: relative;
	overflow: hidden;
}

.about-us .content-box{
	margin-top: -250px;
}

.about-content{
	position: absolute;
	left: 0px;
	padding: 40px 40px;
	background-color: #ffffff;
	width: 150%;
    z-index: 999;
    margin-top: 20px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.03);
}

/* Skew Designs on Home Page #c0deff */
.skew-box{
	padding: 50px;
	background-color: #fae7c6;
}

.skew-about{
	display: block;
	margin: 0 auto;
	background-color: #fae7c6;
	width: 80%;
	border-radius: 3px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
	clip-path: polygon(0% 20%, 100% 12%, 100% 100%, 0 100%);
}

.skew-about-title{
	margin-top: 60px;
}

/* POPUP VIDEO */
.video_wrap{
	margin-top: 60px;
}

.popup_youtube{
	display: inline-block;
	padding: 10px 35px;
	border-radius: 50px;
	background-color: #97d14f;
	border: 2px solid #97d14f;
}

.popup_youtube:hover{
	color: #FC1068;
	background-color: #97d14f;
}

.video_title{
	font-weight: 700;
	margin-bottom: 30px;
}

.media_name{
	display: block;
	padding: 7px 0px;
	margin: 0px;
	color: #ffffff;
	font-weight: 700;
}

.popup_youtube:hover .media_name{
	color: #333333;	
}

.media_icon{
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	margin: 0px;
	margin-left: 15px;
	text-align: center;
	background-color: #ffffff;
	color: #97d14f;
	position: relative;
	top: 2px;
}

.popup_youtube:hover .media_icon{
	background-color: #333333;
	color: #ffffff;
}

.our-vision sub{
	padding: 0px 5px;
	font-weight: 700;
	font-size: 10px;
	background-color: #0bb2fa;
	text-transform: uppercase !important;
}

.playfair-italic{
	display: inline-block;
	font-family: "Playfair Display";
	font-style: italic;
}

.our-mission sub{
	padding: 0px 5px;
	font-weight: 700;
	font-size: 10px;
	background-color: #0bb2fa;
	text-transform: uppercase !important;
}

/*--------------------------------------------------------------
#	WHY ASIS
--------------------------------------------------------------*/
.why-asis-item{
	padding: 60px 40px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}


.why-asis-item .why-asis-title{
	font-size: 1.5em;
	font-weight: 600;
	color: #1c245a;
}

.asis-skew h4,
.asis-skew p{
	color: #ffffff !important;
	text-align: center !important;
}

.why-asis-item p{
	text-align: center !important;
}

.asis-skew-center{
	display: block;
	margin: 0 auto;
	background-color: #1c245a;
	color: #ffffff;
	border-radius: 3px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
	clip-path: polygon(4% 0%, 98% 0%, 100% 92%, 0% 100%);
}

.asis-skew-left{
	display: block;
	margin: 0 auto;
	background-color: #1c245a;
	color: #ffffff;
	border-radius: 3px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
	clip-path: polygon(4% 0%, 96% 0%, 100% 100%, 0% 90%);
}

.asis-skew-right{
	display: block;
	margin: 0 auto;
	background-color: #1c245a;
	color: #ffffff;
	border-radius: 3px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
	clip-path: polygon(4% 0%, 98% 0%, 100% 92%, 0% 100%);
}

/*--------------------------------------------------------------
#	ADMISSION ENQUIRY
--------------------------------------------------------------*/
.admission-enquiry{
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}

.admission-enquiry-img{
	width: 70%;
	float: left;
}

/* Skew Designs on Home Page #c0deff */
.admission-enquiry .skew-box{
	width: 450px;
	padding: 80px 60px;
	background-color: #1c245a;
	position: absolute;
	top: 150px;
	right: 0px;
	z-index: 999;
	transform: rotateZ(3deg);
	transform: skewY(5deg);
}

.skew-admission{
	display: block;
	margin: 0 auto;
	background-color: #1c245a;
	color: #ffffff;
	width: 80%;
	border-radius: 3px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.admission-enquiry .skew-admission .skew-admission-title{
	transform: skewY(-5deg);
}

.admission-enquiry .skew-admission p{
	transform: skewY(-5deg);
}

.admission-enquiry .skew-admission .link{
	transform: skewY(-5deg);
}


/*--------------------------------------------------------------
#	ACADEMICS
--------------------------------------------------------------*/
.academics-wrap{
	margin-top: 50%;
}

.generic-wrap{
	margin-top: 50%;
}

/*--------------------------------------------------------------
#	Our Community
--------------------------------------------------------------*/
.our-community{
	position: relative;
	width: 100%;
	/*overflow: hidden;*/
}

.our-community-img{
	width: 70%;
	float: left;
}

/* Skew Designs on Home Page #c0deff */
.our-community .skew-box{
	width: 450px;
    padding: 120px 60px;
    background-color: #1c245a;
    position: absolute;
    top: 140px;
    right: 0px;
    z-index: 999;
}

.skew-community{
	display: block;
	margin: 0 auto;
	background-color: #1c245a;
	color: #ffffff;
	width: 80%;
	border-radius: 3px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
	clip-path: polygon(0% 0%, 100% 6%, 97% 99%, 7% 100%);
}

/*--------------------------------------------------------------
#	STATE & FACILITIES
--------------------------------------------------------------*/
.skew-facilities-wrap .skew-box{
    height: 85%;
    padding: 100px 30px;
    background-color: #1c245a;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 999;
    transform: scale(1.3);
}

.skew-facilities{
	display: block;
	margin: 0 auto;
	background-color: #1c245a;
	color: #ffffff;
	width: 80%;
	border-radius: 3px;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 100%);
}

.skew-facilities-title{
	font-size: 1.6em;
}

.skew-facilities p{
	font-size: 14px;
}

.skew-facilities a{
	font-size: 12px;
}

/*--------------------------------------------------------------
#	OUR CAMPUS
--------------------------------------------------------------*/
.our-campus-wrap{
	margin-top: 50%;
}

/*--------------------------------------------------------------
#	STATS
--------------------------------------------------------------*/
.stats-box{
	padding: 20px 20px;
	border-radius: 10px;
	background-color: #F4F7FB;
	margin-bottom: 30px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.03);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.stats-box:hover{
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.05);
}

.stats-ico{
	width: 80px;
	height: 80px;
	line-height: 85px;
	border-radius: 50px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
	background-color: #ffffff;
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.stats-box:hover .stats-ico{
	background-color: #97d14f;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.stats-box:hover i{
	color: #ffffff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.stats-ico i{
	font-size: 26px;
	color: #97d14f;
}

.stats-count{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 600;
}

.stats-title{
	color: #9e9e9e;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
# counter
--------------------------------------------------------------*/
.counter_box{
	padding: 80px 0px;
    background: transparent;
    background: url('../../image/counter.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	background-color: #F4F7FB;
}

.counter_wrap{
	padding: 15px 0px;
	border: 1px solid rgba(255,255,255,0.1);
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.06);
}

.counter_icon_wrap{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.counter_icon{
	width: 70px;
	height: 70px;
	border: 3px solid #777777;
	border-radius: 50px;
	line-height: 60px;
	margin: 0 auto;
	color: #97d14f;
	text-align: center;
	position: relative;
	overflow: hidden;
	bottom: -20px;
}
.counter_icon i{
	font-size: 20px;
	color: #777777;
}

.counter{
	font-size: 24px;
	color: #97d14f;
	font-weight: 600;
}

.counter_title{
	z-index: 999;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0px;
	color: #777777;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
Client Testimonial 
--------------------------------------------------------------*/
.testimonial-box{
	overflow: hidden;
    background: transparent;
    background: url('assets/image/cover-2.jpg');
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-wrap{
	position: relative;
	overflow: hidden;
	padding: 70px 0px;
	color: #ffffff;
	background-color: rgba(255,255,255,0.3);
}

.user-name{
	color: #333333;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 0px;
}

.username-subtitle{
	font-size: 0.9em;
	color: #333333 !important;
}

.user-testimonial{
	border-radius: 5px 5px 5px 0px;
	position: relative;
	padding: 15px 20px;
	margin: 0px 15px;
	margin-bottom: 30px;
	background-color: #ffffff;
	color: #1a1a1a;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}

.testimonial-writeup{
	margin: 0px;
}

.testimonial-writeup:before{
	content: "\f10d";
	font-family: fontAwesome;
	margin-right: 15px;
	position: relative;
	top: 0px;
	color: #eeeeee;
	font-size: 1.5em;
}

.testimonial-writeup:after{
	content: "\f10e";
	font-family: fontAwesome;
	margin-left: 15px;
	position: relative;
	top: 0px;
	color: #eeeeee;
	font-size: 1.5em;
}

.triangle-topleft {
	position: absolute;
	bottom: -20px;
	left: 0px;
	width: 0;
	height: 0;
	border-top: 20px solid #ffffff;
	border-right: 20px solid transparent;
}


/*--------------------------------------------------------------
#	EVENT
--------------------------------------------------------------*/
.events{
	/*background-color: #F4F7FB;*/
}

.event-item{
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px 15px;
	margin-bottom: 15px;
	background-color: #ffffff;
	border: 1px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.03);
}

.event-cover{
	position: relative;
	overflow: hidden;
}

.event-date{
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #97d14f;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
}

.event-content{
	padding: 25px 25px;
}

.event-title{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}

.event-cat{
	color: #9e9e9e;
}

.workshop_cat{
	padding: 5px 10px;
	border-radius: 10px;
	background-color: #ffffff !important;
	border: 1px solid #999999;
	color: #666666;
	margin: 10px 5px;
}

.workshop-titles{
	font-size: 24px;
}

/*--------------------------------------------------------------
#	Clients
--------------------------------------------------------------*/
.clients{
	background-color: #ffffff;
	background-color: #F4F7FB;
}

.client_item{
	background-color: #F4F7FB;
	margin: 0px 15px;
	padding: 10px 30px;
}

/*--------------------------------------------------------------
#	BLOG
--------------------------------------------------------------*/
.blog-item{
	cursor: pointer;
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
	background-color: #ffffff;
	border: 1px solid #f3f3f3;
	border-radius: 6px;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.03);
}

.blog-content{
	padding: 25px 25px;
}
.blog-content p{
	margin-bottom: 0px;
}

.blog-content-horizontal{
	padding: 15px 15px !important;
}
.blog-content-horizontal small{
	line-height: 10px;
}

.blog-date{
	font-size: 14px;
}

.blog-date:before{
	content: "\f111";
	font-family: 'fontAwesome';
	margin-right: 10px;
	font-size: 8px;
	position: relative;
	top: -2px;
	color: #97d14f;
}

.blog-title{
	font-weight: 700;
	font-size: 20px;
	margin: 5px 0px;
	margin-bottom: 10px;
}



/*--------------------------------------------------------------
#	HRIKESH DESIGN NEW CSS START HERE - ABOUT
--------------------------------------------------------------*/
.nd-about{
	background-color: #fdd1b0;
	background-image: url('./assets/image/about-bg-white.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nd-about-wrap{
	padding: 60px 60px;
	background-color: #fab393;
}

.nd-about-title{
	font-family: 'besley';
	font-size: 3.5em;
	display: inline-block;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #000000;
}

.nd-about-subtitle{
	font-family: 'besley';
	font-size: 4.5em;
	font-weight: 500;
	color: #000000;
}

.nd-about-content{
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 2;
}

.chairman-page-title{
	font-size: 3em;
}

.chairman-subtitle{
	font-size: 1.6em;
    color: #1c245a;
    margin-bottom: 5px;
    font-weight: 700;
}

.chairman-quotes{
	padding: 80px 40px;
}

.infrastructure-wrap{
	padding: 80px 40px;
}


/*--------------------------------------------------------------
#	HRIKESH DESIGN NEW CSS START HERE - ASIS
--------------------------------------------------------------*/
.our-team{
	position: relative;
	overflow: hidden;
}

.our-team-item{
	position: relative;
	overflow: hidden;
	padding: 20px 20px;
	margin-bottom: 30px;
}

.our-team-item .our-team-title{
	font-size: 1.6em;
	font-weight: 600;
	color: #1c245a;
	margin-bottom: 0px;
}

.our-team-item .our-team-des{
	font-size: 1em;
	font-weight: 600;
	color: #1c245a;
	margin-bottom: 20px;
}

.our-team-img{
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
#	HRIKESH DESIGN NEW CSS START HERE - ASIS
--------------------------------------------------------------*/
.nd-asis{
	background-color: #bce2d7;
	background-image: url('./assets/image/about-bg-blue.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nd-asis-wrap{
	padding: 60px 60px;
	background-color: #8bcfb7;
}

.nd-asis .nd-about-title{
	font-family: 'besley';
	font-size: 3.5em;
	display: inline-block;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #000000;
}

.nd-asis .nd-about-subtitle{
	font-family: 'besley';
	font-size: 5em;
	font-weight: 500;
	color: #000000;
	margin-bottom: 5px;
}

.nd-asis .nd-about-subtitle-sm{
	font-family: 'besley';
	font-size: 2em;
	font-weight: 500;
	color: #000000;
}

.nd-asis .nd-about-content{
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 2;
}


/*--------------------------------------------------------------
#	ADMISSION
--------------------------------------------------------------*/
.nd-admission{
	position: relative;
	/*background-color: #d5eef2;*/
	/*background-image: url('./assets/image/about-bg.png');*/
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nd-admission .bg-overlay{
	position: absolute;
	width: 100%;
	height: 550px;
	background-image: url('./assets/image/vector-bg.png');
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

}

.nd-admission-wrap{
	padding: 60px 60px;
	background-color: #8ed8f8;
}

.nd-admission-title{
	font-family: 'black-caps';
	color: #000000;
	font-size: 3.5em;
	display: inline-block;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.nd-admission-title-2{
	font-family: 'besley';
	color: #000000;
	font-size: 4.5em;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.nd-admission-subtitle{
	margin-top: 15px;
	font-family: 'besley';
	font-size: 2em;
	font-weight: 500;
	color: #000000;
}

.admission-btn{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	font-size: 30px;
	padding: 5px 30px;
	color: #ffffff;
	background-color: #1c245a;
	border-radius: 15px;
}

.admission-btn:hover{
	color: #ffffff;
	background-color: #1c245a;
}


/*--------------------------------------------------------------
#	Child Sections
--------------------------------------------------------------*/
.nd-child{
	background-color: #ffc4e6;
}

.nd-child-wrap{
	padding: 60px 60px;
	background-color: #fbd9e8;
}

.nd-child .nd-child-subtitle{
	margin-top: 15px;
	font-family: 'besley';
	font-size: 3em;
	font-weight: 500;
	color: #000000;
}

.nd-contact{
	background-color: #f5daac;	
}

.contact-list-title{
	font-family: "Catamaran";
	font-weight: 700;
	text-transform: uppercase;
	color: #1c245a;
}

.contact-list{
	list-style: none;
	padding: none;
	margin: none;
	margin-top: 15px;
}
.contact-list li{
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
	text-transform: capitalize;
	font-family: "Catamaran";
	font-weight: 600;
}

.contact-list .contact-ico{
	width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 15px;
}

.contact-list .contact-ico i{
	font-size: 30px;
	position: relative;
	top: 3px;
}

.contact-add{
	height: 100px;
	font-size: 20px;
	display: inline;
	font-weight: 500;
	line-height: 1.2
}


/*--------------------------------------------------------------
#	Stepper Wizard
--------------------------------------------------------------*/
.smartwizard-admissions .bg-overlay{
	position: relative;
	overflow: hidden;
	height: auto;
	background-position: bottom;
}
#smartwizard{
	margin-top: 60px;
	margin-bottom: 60px;
	background-color: #ffffff;
}
.sw>.nav .nav-link>.num{
	padding-left: 0rem !important;
	padding-right: 1rem !important;
}
.sw.sw-justified>.nav .nav-link, .sw.sw-justified>.nav>li{
	text-align: left !important;
}

.sw>.tab-content>.tab-pane{
	padding: 0px !important;
}

.tab-pane p{
	text-align: justify;
}

#smartwizard{
	background-color: #fae7c6;
}

#smartwizard .tab-content{
	padding: 30px 30px;
	height: auto !important;
	background-color: #f5daac;
}

.sw-toolbar-elm .toolbar{
	background-color: #fae7c6;
}

.sw-theme-arrows{
	border: none !important;
}

#smartwizard .tab-content h4{
	font-size: 24px;
}

.sw .toolbar{
	text-align: center !important;
}

/*--------------------------------------------------------------
#	Learning Page
--------------------------------------------------------------*/
.bg-green{ background-color: #1c245a; color: #ffffff !important; }
.text-green{ color: #4cb691; }
.bg-green > *{ color: #ffffff !important; }
.text-green{ color: #4cb691; }
.bg-green > h3{ 
	color: #ffffff !important;
	font-family: "Playfair Display";
	font-weight: 700; 
}
.bg-yellow{ background-color: #1c245a; color: #ffffff !important; }
.text-yellow{ color: #e0a525; }
.bg-yellow > *{ color: #ffffff !important; }
.bg-yellow > h3{ 
	color: #ffffff !important;
	font-family: "Playfair Display";
	font-weight: 700; 
}
.bg-voilet{ background-color: #1c245a; color: #ffffff !important; }
.text-voilet{ color: #8a7eb8; }
.bg-voilet > *{ color: #ffffff !important; }
.bg-voilet > h3{ 
	color: #ffffff !important;
	font-family: "Playfair Display";
	font-weight: 700; 
}
.bg-peach{ background-color: #1c245a; color: #ffffff !important;}
.text-peach{ color: #efa47c; } 
.bg-peach > *{ color: #ffffff !important; }
.bg-peach > h3{ 
	color: #ffffff !important;
	font-family: "Playfair Display";
	font-weight: 700; 
}

.learning .box-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 1;
	padding: 20px;
	background-color: rgba(255,255,255,0.5);
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.4) 100%);
	transition: all 0.3s ease-out;
}

.learning .box-overlay:hover{
	background-color: rgba(255,255,255,0.7);
}

.learning .box-overlay:hover .box-center{
    transform: translate(10%, 60%);
	transition: all 0.3s ease-out;
}

.learning .box-center{
	position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(10%, 50%);
	transition: all 0.3s ease-out;
}

.learning .box-number{
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 2.5em;
	text-align: center;
	border-radius: 100px;
	box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.2);
}

.learning .box-title{
	font-size: 2em;
	font-weight: 700;
	text-transform: uppercase;
}

.learning .box-sub-title{
	font-size: 1.5em;
}



/*--------------------------------------------------------------
#	Principal Page
--------------------------------------------------------------*/
.principal-info{
	padding: 20px 20px;
	background-color: #1c245a;
	color: #ffffff !important;
	border-radius: 3px;
}
.principal-info h3{
	margin-bottom: 15px !important;
}
.principal-info h3,
.principal-info strong,
.principal-info p{
	color: #ffffff !important;
}

/*--------------------------------------------------------------
#	Principal Page Cards
--------------------------------------------------------------*/
.legacy-cards .content-box h4,
.legacy-cards .content-box p{
	color: #ffffff !important;
}

.legacy-cards .content-box p{
	text-align: center !important;
}

.legacy-cards .content-box .card-img{
	width: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}


/*--------------------------------------------------------------
#	Contact Us & INPUTS
--------------------------------------------------------------*/
input{
    widh: 100%;
}

.table tr th{
	border: none;
	padding: 6px 12px;
}

.table .contact-ico{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: transparent;
	margin-bottom: 0px;
}

.table .contact-ico i{
	color: #2a2a2a;
}

.table .contact-address{
	font-size: 22px;
	line-height: 34px;
}

.table .contact-add-title{
	font-weight: 600;
	font-size: 30px;
}

.comming-soon-inner{
	max-width: 568px;
	margin: 0 auto;
	width: 100%;
	padding: 40px;
	position: relative;
	z-index: 2;
}

.main-title{
	font-family: "Playfair Display";
	font-weight: 700;
}

.site-info{
	margin-top: 40px;
}

.site-info h2{
	text-transform: uppercase;
	font-size: 54px;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 6px;
}

.site-info p{
	line-height: 1.5em;
	font-weight: 500;
}

.intro-video{
	max-width: 320px;
	border: 4px solid #f52424;
	position: relative;
	margin-top: 30px;
}

.intro-video a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	text-align: center;
}

.intro-video a i{
	color: #f52424;
	font-size: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contact-info{
	margin-top: 30px;
}

.contact-info span{
	display: block;
	vertical-align: top;
	font-size: 14px;
	color: #4d4a4a;
	position: relative;
	font-weight: 500;
}

/*.contact-info span:after{
	content: '/';
	color: #4d4a4a;
	padding: 0 6px 0 10px;
}*/

.contact-wrap{
	display: block;
	margin-bottom: 15px;
}

.contact-wrap a{
	line-height: 28px;
	color: #1c245a;
	letter-spacing: 1px;
}

.contact-wrap div{
	color: #1c245a;
}

.contact-ico{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	background-color: #2a2a2a;
}
.contact-ico i{
	color: #ffffff;
}


/*--------------------------------------------------------------
# EVENTS
--------------------------------------------------------------*/
.events{
	position: relative;
	overflow: hidden;
}

.events-hidden{
    display: none;
}

.desktop-workshop-item .events_item{
	padding: 15px 25px;
	box-shadow: none;
}

.desktop-workshop-item .events_item:hover{
	box-shadow: none;
}

.desktop-workshop-item .events_item .events_title{
	font-size: 14px;
}

.desktop-workshop-item .events_item .events_content{
	min-height: 160px;
}

.desktop-workshop-item .slick-next{
	right: -60px
}
.desktop-workshop-item .slick-prev{
	left: -60px
}

.events_item{
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.events_item:hover{
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.events_item:hover .events_title{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.events_cover{
	display: block;
	width: 100%;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.events_content{
	padding: 15px 15px;
	background-color: #1c245a;
}

.events_content h3{
	font-family: "Playfair Display";
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
}

.events_content a p{
	color: #ffffff;
	font-weight: 500;
	font-size: 15px;
	text-align: justify;
}

.events_title{
	display: block;
	font-size: 18px;
	color: #2a2a2a;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* Over all Titles Dates, Fees, Categpory etc*/
.events-titles{
	color: #2a2a2a;
}

.events_title:hover{
	color: #2a2a2a;
}

.events_date{
	font-size: 12px;
	display: block;
	margin: 8px 0px;
	font-weight: 500;
}

.events_cat_main{
	display: block;
	position: relative;
	overflow: hidden;
}
.events_cat_main a{
    display: inline-block;
    font-weight: 500;
	padding: 4px 5px;
    font-size: 10px;
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	margin-right: 5px;
	border-radius: 5px;
	opacity: 0.8;
	text-transform: capitalize;
}


.blog_events_cat_main{
	position: relative;
    display: inline-block;
    font-weight: 500;
	padding: 4px 5px;
    font-size: 10px;
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
	margin-right: 5px;
	border-radius: 5px;
	opacity: 0.8;
	text-transform: capitalize;
	
}
.blog_events_cat_main a{
    display: inline-block;
    font-weight: 500;
    padding: 2px 0px;
    padding-left: 2px;
    font-size: 10px;
    color: #ffffff;
    border-radius: 5px;
    opacity: 0.8;
    text-transform: capitalize;
}

.blog_swingle_details .blog_category,
.blog_swingle_details .blog_date,
.blog_swingle_details .blog_author{
    display: inline-block;
}

.blog_swingle_details .blog_category span,
.blog_swingle_details .blog_date span,
.blog_swingle_details .blog_author span{
    display: inline-block;
    font-weight: 700;
}

.blog_swingle_details .blog_category a{
    text-transform: capitalize;
}

.blog_details_sidebar{
    padding: 15px 15px;
    background-color: #ffffff;
}

.latest_blogs_list .single-blog{
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #f3f3f3;
}

.latest_blogs_list .single-blog a{
    color: #888888;
}

.blog_single_cat_list a{
    padding: 5px 10px;
    display: block;
    color: #888888;
    border-bottom: 1px solid #f3f3f3;
    text-transform: capitalize;
}

.events_cat_main a:hover{
	background-color: #686e72;
	color: #ffffff;
	opacity: 1;
}

.events_cat_main span{
    font-weight: 500;
	padding: 4px 5px;
    font-size: 15px;
	color: #ffffff;
	margin-top: 10px;
}

.events_cat{
	background-color: #1c245a !important;
}


.post-categories li a{
	padding: 5px 10px;
	font-size: 12px;
	background-color: #ccc;
	color: #ffffff;
	margin-right: 5px;
	border-radius: 5px;
	opacity: 0.8;
	float: left;
}
.post-categories li a:hover{
	background-color: #686e72;
	color: #ffffff;
	opacity: 1;
}


.events_thumb{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 15px;
}

.events_single .events_date{
	margin-top: 30px;
}

.events_single .btn-register{
	padding: 20px 15px;
}

.events_single .facilitator_details{
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px 15px;
	border-radius: 5px;
	width: 100%;
	background-color: #f3f3f3;
	/*box-shadow: 0px 3px 8px 0px #eeeeee;*/
}

.events_single .facilitator_img{
	width: 80px;
	border-radius: 80px;
	float: left;
}

.events_single .facilitator_title{
	display: inline-block;
}

.events_single .facilitator_subtitle{
	display: block;
}

/* PAGEINATION */
.pagination{
	padding-top: 25px;
	font-family: "Playfair Display";
	font-weight: 700;
	font-size: 18px;
}

.pagination span{
	display: inline-block;
	padding: 0px 6px;
	text-transform: capitalize;
}

.pagination span:nth-child(1){
	display: inline-block;
	padding-left: 0px;
}


/*--------------------------------------------------------------
# Contact Form 7 Styles
--------------------------------------------------------------*/
.wpcf7-form label{
	width: 100%;
}
.wpcf7-form p{
	margin-bottom: 5px;
}

input, select, textarea{
	padding: 5px 10px;
	border: 1px solid #dddddd;
	background-color: #e8f8ff;
	border-radius: 5px;
	width: 100%;
}

.wpcf7-submit{
	background-color: #1c245a;
	color: #ffffff;
}

.wpcf7-response-output{
	padding: 10px 10px !important;
    margin: 0px !important;
    background-color: #F44336;
    color: #ffffff;
    border: 2px solid #ffffff !important;
}

.wpcf7-form.invalid p .wpcf7-spinner{
	display: none !important;
}

.wpcf7-form.submitting p .wpcf7-spinner{
	display: block !important;
}

.wpcf7-spinner{
	margin: 10px 48% !important;
}



/*--------------------------------------------------------------
# Who We are
--------------------------------------------------------------*/
.school-box{
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	padding: 15px 20px;
	background-color: rgba(255,255,255,0.2);
	box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.03);
	margin-bottom: 30px;
}

.box-count{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: red;
	border-radius: 100px;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
}

.box-title{
	font-weight: bold;
}

.box-subtitle{
	font-weight: bold;
}

.box-bg-green{ background-color: #3fba93;}
.box-green{ color: #3fba93;}

.box-bg-yellow{ background-color: #e0a616; }
.box-yellow{ color: #e0a616; }

.box-bg-purple{ background-color: #897bb8; }
.box-purple{ color: #897bb8; }

.box-bg-peach{ background-color: #f0a27b; }
.box-peach{ color: #f0a27b; }

.box-bg-red{ background-color: #e31d38; }
.box-red{ color: #e31d38; }

.box-bg-blue{ background-color: #03a9f4; }
.box-blue{ color: #03a9f4; }




/*--------------------------------------------------------------
# TEXT ALIGN JUSTIFY PARAGRAPH
--------------------------------------------------------------*/
main p{
	text-align: justify;
}

.academics-wrap p{
	text-align: justify;
}
.generic-wrap p{
	text-align: justify;
}


/* Pagination */
.paginationArchive > .pagination {
	clear:both;
	position:relative;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
}

.ofPage{
	text-transform: math-auto !important;
}
.paginationArchive span, .paginationArchive > .pagination a {
	border-radius: 3px;
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px;
	text-decoration:none;
	width:auto;
	color:#fff; /* Pagination text color */
	background: #9b9fa3; /* Pagination non-active background color */
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	-ms-transition: background .15s ease-in-out;
	-o-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}
.paginationArchive > .pagination a:hover{
	color:#fff;
	background: #1c245a; /* Pagination background on hover */
}
.paginationArchive > .pagination .current{
	display: inline-block;
	padding: 10px 20px;
	background: #1c245a; /* Current page background */
	color:#fff;
}

.paginationArchive > .pagination span:nth-child(1){
	display: inline-block;
	padding-left: 15px;
}

/* Magnific popup Gallery */
.mfp-bg, .mfp-wrap{ z-index: 99999999999; }
.slick-prev, .slick-next{ z-index: 99 !important;}


/*--------------------------------------------------------------
# Contact Form 7 Captcha
--------------------------------------------------------------*/
.cf7ascaptcha{
	display: inline-block !important;
}
.cf7ascaptcha .cf7as-firstAct{
	display: inline-block !important;
}

/*--------------------------------------------------------------
# TICKER CSS
--------------------------------------------------------------*/
.spt-container{ border-radius: 0px; width: 100%; position: fixed; top: 0px; left: 0px; z-index: 99999; background-color: #2d3462; color: #ffffff; }
.spt-item{ float: left; padding: 0px 0px !important; }
.spt-item::before{ content: "*"; margin-right: 10px; margin-left: 10px; position: relative; top: 4px; }
.spt-item::after{ content: "*"; margin-left: 10px; margin-right: 10px; position: relative; top: 4px; }



/* Popup IMage Gallery */
.thumbnail{
	margin-bottom: 30px !important;
}

.gallery-folders img{
	border: 4px solid #ffffff;
}

#image_gallery_470 .thumbnail{
    margin-bottom: 0px !important;
}

/*--------------------------------------------------------------
# GRID GALLERY
--------------------------------------------------------------*/
.grid-gallery{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.grid-gallery li{
    width:  100%;
    display: inline-block;
    margin:  5px;
    padding:  10px;
}

.grid-gallery li img{
    width: 100%;  
}

@media (max-width: 860px) {
    .grid-gallery{
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
    
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px;
    }
}
@media (max-width: 667px) {
    .grid-gallery{
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px;
    }
}


/*--------------------------------------------------------------
# CAMPAIGN PAGE DESIGN
--------------------------------------------------------------*/
.campaign-programme,
.campaign-faqs,
.campaign-testimonial,
.campaign-approach,
.campaign-about{
    background-color: #ffffff;
}

.campaign-banner{
	width: 100%;
	min-height: 600px;
	position: relative;
	overflow: hidden;
	background-image: url('https://www.bsasis.org/wp-content/uploads/2024/12/slider_new_opt.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.campaign-wrap{
	width: 100%;
	height: auto;
	min-height: 600px;
	position: relative;
	overflow: hidden;
}

/* FORM */
.campaign-form{
	/*box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.3);*/
	background-color: #1b459d;
}
.campaign-form .campaign-form-title{
	color: #1c245a;
	font-size: 1.8em;
	font-family: "Playfair Display";
	font-weight: 700;
	margin-bottom: 22px;
}
.campaign-form .campaign-form-title,
.campaign-form .campaign-form-subtitle {
	color: #ffffff !important;
}

.campaign-form .wpcf7-form-control-wrap{
	margin-bottom: 10px;
}
.campaign-form .wpcf7-form-control{
	border: none;
	padding: 10px 20px;
	font-weight: 400;
	background-color: #ffffff;
}
.campaign-form .wpcf7-select{
	padding: 6px 20px;
	background-color: #ffffff;
}
.campaign-form .wpcf7-form-control::placeholder{
	color: #999999 !important;
	font-weight: 400;
}

.campaign-form .wpcf7-form-control-wrap select{
	font-weight: 400;
}
.campaign-form .wpcf7-not-valid-tip{
	font-size: 12px;
}

.campaign-form .wpcf7-submit{
	border: none;
	padding: 20px 30px;
	text-transform: uppercase;
	background-color: #0095da !important;
	border-radius: 5px !important;
}

/* CAMPAIGN ABOUT SECTION */
.campaign-about{
	background-color: #ffffff !important;
}
.campaign-about .box-title{
	font-size: 2.5em;
	font-weight: 700;
	text-transform: uppercase;
}
.campaign-about .box-subtitle{
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	margin: 0px;
}

/* Campaign Features About */
.campaign-about .school-box{
	background-color: rgb(247, 236, 217, 0.5);
	box-shadow: none !important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.campaign-about .school-box{
	border-radius: 10px;
}

.campaign-facilities-img{
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	border-radius: 5px;
	background-color: rgb(247, 236, 217, 0.5);
}

.campaign-about .box-count{
	line-height: 66px;
}

.campaign-about .campaign-facilities-text{
	align-content: center;
}

.campaign-about .school-box:hover{
	transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.campaign .campaign-title{
	color: #1c245a;
	font-size: 1.8em;
	font-family: "Playfair Display";
	font-weight: 700;
	margin-bottom: 22px;
}

.campaign-btn-filled{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	font-size: 20px;
	padding: 10px 30px;
	margin: 15px 5px;
	color: #ffffff;
	font-weight: 600;
	background-color: #1c245a;
	border: 2px solid #1c245a;
	border-radius: 5px !important;
}

.campaign-btn-filled:hover{
	color: #ffffff;
	background-color: #1c245a;
}

.campaign-btn-filled:active,
.campaign-btn-filled:focus{
	color: #ffffff !important;
	background-color: #1c245a !important;
}

.campaign-btn{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	font-size: 20px;
	padding: 10px 30px;
	margin: 15px 5px;
	color: #1c245a;
	font-weight: 600;
	border: 2px solid #1c245a;
	border-radius: 5px !important;
}

.campaign-btn:hover{
	color: #ffffff;
	background-color: #1c245a;
}


/* CAMPAIGN AWARDS */
.campaign-awards .award-item{
	display: block;
	margin: 10px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.campaign-awards .award-item:hover{
	transform: scale(1.05);
	border-radius: 5px !important;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.campaign-sticky-cta{
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0px;
	overflow: hidden;
	z-index: 999999999999999;
	box-shadow: 0px -1px 30px 15px rgba(0,0,0,0.5);
}

.campaign-sticky-cta .sticky-btn{
	width: 50%;
	float: left;
	padding: 10px 15px;
	text-align: center;
	background-color: #ffc107;
	font-weight: bold;
	font-size: 18px;
}

.campaign-sticky-cta .sticky-btn .fa-phone{
	display: inline-block;
	position: relative;
	top: 3px;
}

.campaign-sticky-cta .sticky-btn-filled{
	background-color: #1c245a;
	color: #ffffff;
}
.sticky_top{ display: inline-block;}

/*--------------------------------------------------------------
#	Mobile Responsive Styles
--------------------------------------------------------------*/
@media (max-width: 767px){

	.campaign .campaign-title{
		font-size: 1.6em;
	}

	.school-box{
		text-align: center;
	}
	.box-count{
		margin: 0 auto;
		text-align: center;
	}

	.campaign-sticky-cta{
		display: none;
	}

}

/*--------------------------------------------------------------
#	404 Page
--------------------------------------------------------------*/
.error-page{
	padding: 90px 0px;
}

.text-404{
	font-size: 6em;
	font-weight: 700;
}
/*--------------------------------------------------------------
#	Mobile Responsive 404 Styles
--------------------------------------------------------------*/
@media (max-width: 767px){

	.error-page{
		padding: 50px 0px;
	}
}






























































































































































