/* montserrat-regular - latin */
 

body {
	   font-family: "Roboto", Sans-serif !important;
	color:#748187;
	font-size:16px;
	font-weight:normal;
}
/* Max content widths */

ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;   font-family: "Roboto", Sans-serif !important;
}
.size-auto,  .size-full,  .size-large,  .size-medium,  .size-thumbnail {
	max-width: 100%;
	height: auto
}
/* Navbar */


h1, h2, h3, h4{
     font-family: "Roboto", Sans-serif !important;
    font-size: 20px;
    font-weight: 600;
}

.elementor-icon-list-text, .elementor-icon-box-title a, p, .elementor-button{
     font-family: "Roboto", Sans-serif !important;
}


.navbar-topbar {
	border-radius: 0;
}
.navbar .dropdown-menu li {
	width: 100%;
	margin-left: 0 !important;
}
.navbar .dropdown-menu {
	margin-top: 0;
	border: none;
}
/* Main content */



#content article {
	margin: 40px 0
}
#content header {
	margin: 20px 0
}
#content section {
	margin-bottom: 20px
}
#content footer {
	padding-bottom: 20px
}
.page-header {
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	margin: 40px 0 20px;
	padding: 10px 14px;
}
/* Sidebar */



.sidebar {
	margin-top: 0
}
.sidebar section {
	margin-bottom: 40px
}
.sidebar ul,  .sidebar ol {
	list-style-type: none;
	padding: 0
}
.sidebar li {
	margin: 10px 0
}



/* Hide form placeholders on focus */



input:focus::-webkit-input-placeholder {
color: transparent;
}
 input:focus:-moz-placeholder {
color: transparent;
} /* FF 4-18 */
 input:focus::-moz-placeholder {
color: transparent;
} /* FF 19+ */
 textarea:focus::-webkit-input-placeholder {
color: transparent;
}
 textarea:focus:-moz-placeholder {
color: transparent;
} /* FF 4-18 */
 textarea:focus::-moz-placeholder {
color: transparent;
} /* FF 19+ */
/* Comments */



#respond {
	margin-top: 40px
}
ol.commentlist {
	counter-reset: li; /* Initiate a counter */
	padding: 0
}
ol.commentlist ul {
	padding: 0
}
ol.commentlist > li {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none /* Disable the normal item numbering */
}
ol.commentlist > li:before {
	content: "Thread " counter(li); /* Use the counter as content */
	counter-increment: li; /* Increment the counter by 1 */
	position:absolute;
	top: 0;
	right: 0;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	padding: 5px 20px 5px 10px;
	color: #999
}
ol.commentlist li ol,  ol.commentlist li ul {
	list-style-type: none;
	margin: 0
}
.commentlist li li {
	background: #f9f9f9;
}
.commentlist li li li {
	background: #fff
}
.commentlist li li li li {
	background: #f9f9f9
}
.commentlist li li li li li li {
	background: #fff
}
.commentlist li {
	padding: 20px
}
.commentlist ul li {
	margin-top: 20px;
	margin-bottom: 0
}
.reply p {
	margin: 0
}
/* Site footer */



.site-footer {
	padding: 40px 0
}
.site-footer ul,  .site-footer ol {
	list-style-type: none;
	padding: 0
}
.site-footer li {
	margin: 10px 0
}
.site-sub-footer p {
	text-align: center
}
.site-footer p {
	text-align: center
}


.serviceImg{
	position:relative;	
}
.serviceImg h3{ position: absolute;  display:block; opacity:1;   transition: all .4s ease-out;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 18px 22px;
    margin: 0; color:#000; } 

.content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden; border-radius:15px 15px 11px 11px;
  
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	
	
}

.content:hover .serviceImg h3{ display:none; opacity:0;
	
}

.content .content-overlay { 
 background: rgb(46,49,146);
background: linear-gradient(90deg, rgba(46,49,146,0.9) 0%, rgba(31,154,205,0.9) 100%);


  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  
  transition: all .4s ease-out;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: left;
  padding-left: 2em;
  padding-right: 2em;
  width: 100%; height:100%;
  top: 20px;
  left:0;
  opacity: 0;
/*  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -93%);*/
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 30px;
  left: 0%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
    color: #fff;
   
    font-size: 15px;
    line-height: 25px;
}
 

 

.fadeIn-top{
  top:40px;
}


.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 0 1em;  font-size: 14px;
    
}

 

 .contactForm p{margin-bottom:5px;}
 
  .contactForm p em.text{display:block; margin-bottom:15px; color:#fff; }
  

 .contactForm label {
                width: 100%; color: #fff; font-family:Roboto;
            }
			
			 .contactForm label em{color:red;}
			 

            .wpcf7-submit.btn-primary {
              background-color: #8700ff;
    color: #fff;
    font-family: Roboto;
    border: 0 solid #2b4b88;
    padding: 13px 25px;
    border-radius: 46px;
       font-weight: bold;
    
    cursor: pointer;
    font-family: 18px;
    transition: ease 0.5s all;
            }
.wpcf7-submit.btn-primary:hover{ transition: ease 0.5s all;    color: #fff; background: #000;
          
	
}
.wpcf7-spinner {
    clear: both;

	display: block;}


            .contactForm label input.number { font-family:Roboto;
                display: block;
                width: 100%;
                padding: .5rem .75rem;
                font-size: 1rem;
                line-height: 1.25;
                color: #464a4c;
                background-color: #fff;
                background-image: none;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                border: 1px solid rgba(0, 0, 0, .15);
                border-radius: .25rem;
                -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
            }

            .contactForm label input.error {
                border: 1px dotted red;
            }

            .contactForm label input.number:active {
                border: 1px solid #5cb3fd!important;
            }

.wpcf7-textarea{
	height:110px; resize:none;	 font-family:Roboto;
}

.form-control { font-family:Roboto;
    display: block;
    width: 100%;
 appearance: none;
    background-color: #ffffff;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	      padding: 10px 14px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    
  
    background-clip: padding-box;
	 border: 1px solid #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
   
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contactForm label input.number{
  color: #fff;

	 border: 1px solid #fff;
	border-radius: 0;  background-color: transparent;
}

.form-control:focus{box-shadow:none; outline:none; background-color: transparent;}
 

 .form-control::placehoder{box-shadow:none; outline:none; background-color: transparent; color: #fff;}


.copyrights{text-align:center;font-family:Roboto; padding-top:20px;}

 





/* Custom styles for the banner */
    .banner-container {
      position: relative;
      text-align: center;
      color: #fff;
    }

    .banner-image {
      width: 100%;
      height: auto;
      position: relative;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value for the desired level of transparency */
    }

    .banner-text {     width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; /* Ensure text is on top of the overlay */
    }

    /* Optional: Add additional styles for better visibility or aesthetics */
    .banner-text h1 {
      font-size: 3rem;
       text-align:center;
 color:#fff;	
 
 font-family: 'Roboto',sans-serif;
    font-weight: bold;
    font-style: normal;
	
    }

    .banner-text p {
      font-size: 1.5rem;
    }
	
 #breadcrumbs a{ color:#fff; }

a{
	text-decoration:none;
}



 
@font-face {
  font-family: 'bauerbodoni';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bauer-bodoni-bold-bt.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bauer-bodoni-bold-bt.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      
       url('../fonts/bauer-bodoni-bold-bt.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bauer-bodoni-bold-bt.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bauer-bodoni-bold-bt.svg#Montserrat') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'CALIST';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/CALIST.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/CALIST.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    
       url('../fonts/CALIST.woff') format('woff'), /* Modern Browsers */
       url('../fonts/CALIST.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/CALIST.svg#Montserrat') format('svg'); /* Legacy iOS */
}


.subtitle h4{
	 font-family: 'CALIST' !important; 
	
}

.address h3.elementor-image-box-title{
	 font-family: 'CALIST' !important;   font-size:21px; color: #640022;
    font-weight: 400;
    text-transform: uppercase;
	
}



.bannerTitle h2{
	  font-family: 'bauerbodoni' !important; color: #683400;
}

.bannerTitle h2 span{
	  font-family: 'bauerbodoni' !important; font-size:38px; display:block; color: #683400;
}

.navigationMiddle{   margin-bottom:15px; }
.navigationMiddle h2{ background:#e871ab; color:#fff; font-size:19px; margin:0;    padding: 10px 8px 10px 18px; }
.navigationMiddle ul li{list-style:none;}
.navigationMiddle ul li + li{ }
.navigationMiddle ul{padding:0; margin:0;}
.navigationMiddle ul li a{     position: relative;    padding: 8px 8px 10px 35px; 
    color: #6b6b6b;
   transition: all 0.5s ease;
    font-size: 15px;
    display: block;
	
	border-radius: 10px;
    background-color: #f6f6f6;
    font-weight: bold;
    padding-left: 20px;
	
	}
.navigationMiddle ul li a:hover{ color:#fff;  background-color: #5d58ef;  }
.navigationMiddle ul li.current_page_item a{ color:#fff;  background-color: #5d58ef; }
.navigationMiddle ul li a:before {
    content: "\f30b";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: inherit;
    right: 20px;
    left: auto; position: absolute;
}



.table-responsive table th{
        background: #f0aa00;
    color: #fff;

}
.table-responsive table{    background: #ffffff;   font-family: "Roboto", Sans-serif !important;
     
 }

 .table-responsive table tr:nth-child(odd) {background-color: #f5f4ff;}

.table>:not(caption)>*>* {
    padding: 11px 20px;  border: none; text-wrap: nowrap;
}

.table-responsive table td a{
	color:#5d58ef;
}

.table-responsive table td a:hover{
	color:#000;
}


.premium-nav-menu-item > .premium-menu-link:after {
    content: "";
    border-style: solid;
    border-width: 0 0 4px;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-radius: 50px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	border-color: #fff;
}

.premium-nav-menu-item > .premium-menu-link:hover:after, .premium-nav-menu-item:hover .premium-menu-link:after, .premium-nav-menu-item.current-page-ancestor > .premium-menu-link:after{
    width: 100%;
}
#menu-main-menu li.premium-nav-menu-item:hover > a:after{
    width: 100%; opacity:1;
}
/*
.premium-nav-menu-item:not(.premium-active-item) .premium-menu-link-parent:not(:hover):not(:focus)::after{
	  width: 100%; opacity:1;
}*/



.premium-nav-menu-item.menu-item-has-children:hover > .premium-menu-link:after{
	    width: 100%;
} 

.premium-main-nav-menu .premium-sub-menu-item:hover > .premium-sub-menu-link:after  {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 100%;
    border-width: 0;
    background-color: #000000;
    border-radius: 0;
    z-index: -1;

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.premium-main-nav-menu .premium-sub-menu-item:hover > .premium-sub-menu-link:hover:after {
	background: #683400;
width: 100%;
}


.footer-widgets a, #footer a {
    color: #ffffff;
}

#main .elementor-widget-container .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 7px !important;
}
#main .elementor-widget-container .elementor-icon-list-item {
    display: flex !important;
    align-items: flex-start !important;
}

#main p {
    margin-top: 0;
    margin-bottom: 10px;
}

#footer a:hover{ color:#fffc00; }

#footer p{
	 margin-bottom: 0;
}

#main .elementor-widget-container p:last-child{  margin-bottom: 0;
}

.premium-ver-hamburger-menu .premium-mobile-menu-outer-container {
    background-color: #683400;
    
    padding-top: 0;
}



.address.elementor-widget-image-box .elementor-image-box-content {
    width: auto;
}

.address .elementor-image-box-wrapper {
    text-align: center;
    justify-content: center;
}



 

.address1 .elementor-image-box-wrapper {
    text-align: left;
    justify-content: left;
}

.form-control {
   
    appearance: auto;
  
}

.locationname .elementor-widget-wrap .elementor-widget-container{
    text-align: right;
    
}


.popupTitle{
    
font-weight:normal; line-height:22px;
}

.popupTitle span{
 font-weight:bold;   
 font-size:24px;   display:block;  margin-bottom:10px;  
}
.popupTitle b{
 font-weight:bold;  padding:20px;
 color:#341a00;
 font-size:24px;  display:block; 
}

 

.btn-close, .btn-close:hover{
 right: 0;
    position: absolute;
    top: 0;
    background: #000;
    color: #fff;
    opacity: 1;
    border-radius: 25px;
    padding: 0;
    height: 30px;
    width: 30px;
}


  #main .elementor-widget-text-editor ul{padding: 0 0 20px 41px;
     
 }
 
 #main .elementor-widget-text-editor ul li{ list-style:circle; padding:0 0 5px 5px;
     
 }


.blink-soft {
  animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}





.glow {
  font-size:16px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;  
    
}



@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #ff0, 0 0 8px #ff0, 0 0 10px #ff0, 0 0 12px #ff0, 0 0 14px #ff0;
  }
  
  to {
    text-shadow: 0 0 2px #ff7800, 0 0 3px #ff7800, 0 0 4px #ff7800, 0 0 5px #ff7800, 0 0 6px #ff7800, 0 0 7px #ff7800, 0 0 8px #ff7800;
  }
}


.flashNews{display: flex;
}
.flashNews h3{  font-size:21px;  
    padding: 5px 14px;
    margin: 0;
       background: #482704;
    color: #e3dde9;
    
    text-align: center;
}


 .marquee {
      
            overflow: hidden;
            position: relative;
            height: 40px;
            width: 80%;
            /* Full width of its parent */
            white-space: nowrap;
        }
        .marquee a { font-weight: bold;
font-size:21px;  
  color: #482704;
  text-align: center;
  text-decoration: underline; cursor:pointer;
    
}

        .marquee a:hover {  
  color: #000;
  text-align: center;
  text-decoration: underline;
    
}

 .marquee a span{ 
     font-weight: 500;
  font-size:14px;
     
     
     
 }

        .marquee p {  font-weight: bold;  color: #482704;
            position: absolute; font-size: 20px;
            width: auto;
            height: 100%;
            margin: 0;  padding: 1px 14px;
            line-height: 40px;
            text-align: center;
            /* Start off the right edge */
            transform: translateX(100%);
            /* Animate to the left */
            animation: scroll-left 15s linear infinite;
        }
       
       .marquee p:hover{
        
    animation-play-state: paused;
  
       }

        @keyframes scroll-left {
            0% {
                transform: translateX(100%);
            }

            100% {
                transform: translateX(-100%);
            }
        }
        
        
   
@media screen and (max-width: 767px) {
 .flashNews h3{  
 
    
}
.marquee {
   
    width: 61%;
   
}



}


.admissionLink{ color:#000;}
.admissionLink:hover{ color:#000; font-weight:bold; text-decoration:underline; }


        .admissionLink { font-weight: bold;
font-size:21px;  
  color: #482704;
  text-align: center;
  text-decoration: underline; cursor:pointer;
    
}

        .admissionLink:hover {  
  color: #000;
  text-align: center;
  text-decoration: underline;
    
}

 .admissionLink span{ 
     font-weight: 500;
  font-size:14px;
     
     
     
 }
 
 .admissionLink.color1{
     color:#fff;
 }

 
 .admissionLink.color2{
     color:#00293f;
 }

   
   .flashNews2 h3{  font-size:21px;   text-align: center;
    padding: 5px 14px;
    margin: 0;
       background: #70c4ee;
    color: #00293f;
    font-family: "Quicksand", Sans-serif;
    
}

   
   .flashNews3 h3{  font-size:21px;   text-align: center;
    padding: 5px 14px;
    margin: 0;
       background: #00293f;
    color: #fff;
    font-family: "Quicksand", Sans-serif;
    
}

#menu-main-menu li a{
    cursor:pointer;
}
 

.brochurePopup ul{ margin:0 0 25px 40px;

}

.brochurePopup ul li{
    
    
}

.table>:not(caption)>*>* {
    padding: 11px 20px;
    border: none;
    text-wrap: auto;  line-height: 26px;
    /* overflow-wrap: unset; */
}
 
     .popupTitle span {
    
    line-height: 28px;
}




.schoolName{
    
}

.aluminiForm {
    box-shadow: 2px 3px 17px rgba(0, 0, 0, .1);
    padding: 35px 35px 0;
    border-radius: 21px;
}

.aluminiForm div{ margin-bottom:10px;

}




.dropdown-content.show{display:block;}



   /* Dropdown container */
    .dropdown {
      position: relative;
      display: inline-block; padding: 0 0 0 0;
    }

    /* Dropdown button */
    .dropdown button {
      background-color: #3f88df;
      color: white;
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      cursor: pointer;
      border-radius: 4px;
    }

    .dropdown button:hover {
      background-color: #2980b9;
    }

    /* Dropdown content (hidden by default) */
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f9f9f9;
      min-width: 220px;
      max-height: 200px;
      overflow-y: auto;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      padding: 10px 0;
      z-index: 1;
      border-radius: 4px;
    }

    /* Show the dropdown content when toggled */
    .dropdown.show .dropdown-content {
      display: block;
    }

    /* Filter input inside dropdown */
    .dropdown-content input {
      width: 90%;
      padding: 8px;
      margin: 0 10px 10px 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    /* Dropdown options */
    .dropdown-content div {
      padding: 8px 16px;
      cursor: pointer;
    }

    .dropdown-content div:hover {
      background-color: #f1f1f1;
    }


.form-control {
    appearance: auto;
    margin: 0 0 10px;
}






    
    .contentOuter + .contentOuter {
           border-top: 1px dotted #ccc;
    padding-top: 52px;
        
    }
 
 
 


 
 
 ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
 text-align: center;
	border-bottom: 0 solid #333;
	width: 100%;
}

ul.tabs li { margin: 0 0 17px;
	font-size: 20px;
    font-weight: 500;
    color: #8d8d8d;
    display: inline-block;
    text-align: center;
    padding: 6px 20px 10px;
    background: none;
    transition: all 0.3s linear 0s;
    border-width: 1px;
    border-style: solid;
    border-color:#68340057;
    border-image: initial;
    border-radius: 50px;
    text-decoration: none; cursor:pointer;
}

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
	color: rgb(255, 255, 255);
    background: #683400;
    border-width: 1px;
    border-style: solid;
    border-color: #683400;
    border-image: initial;
}

ul.tabs li.active {
color: rgb(255, 255, 255);
    background: #683400;
    border-width: 1px;
    border-style: solid;
    border-color:#683400;
    border-image: initial;
}

.tab_container {
 	border: 0 solid #333;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: transparent;
	overflow: auto; 
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		    background-color: transparent;
    color: #8d8d8d;
    border: 0.5px solid #68340057;
    margin: 0;
    padding: 12px 20px;
    display: block; font-size:22px !important;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   
	}
	.d_active {
		background-color: #683400;
    color: #fff;     position: relative;
	}
	.d_active:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #683400;
	border-width: 11px;
	margin-left: -11px;
}
	
	.tab_content {
		 border: 1px solid #68340057; border-bottom: none;
	}
	
 .contentOuter + .contentOuter {
    border-top: 1px dotted #ccc;
    padding-top: 25px;
}
	
		
}



.tabs1 {
    margin:0;
 
    display: block;
    overflow: hidden;
}


 .tab_content.active{
   /*  display:block !important;*/
 }
 


.alumnibanner .overlay{
	    background-color: rgba(0, 0, 0, 0);
}
