body{
    font-family: 'Rasa', serif;
    font-size: 17px;
}

.container {
    max-width: 1220px;
}

img {
    max-width: 100% !important;
    height: auto!important;
}

#admission_enquiry_button {
    float: right;
    width: 210px;
    font-size: 18px
}

.deca_zoom p {
    margin-bottom: 0;
}

.deca_zoom a {
    color: white;
}

.nonhome_page_row a {
    color: #ff7600;
}

.nonhome_page_row a:hover {
    color: #c05900;
}
.min_height_500 {
    min-height: 700px;
}

a {
    color: rgba(255,255,255,.75);
    transition: all 0.3s ease;
}

a:hover {
    color: white;
}

.section_space {
    padding-top: 40px;
    padding-bottom: 60px;
}

.white {
    color: white;
    font-weight: 300;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #027479;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: 016569;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*Header Section */

.st_thomas_school_name {
    margin-left: 105px;
    margin-bottom: 0;
    font-family: Algerian;
    display: inline-block;
    color: aliceblue;
}

.st_thomas_school_city {
    display: inline-block;
    font-family: Algerian;
    color: #ffffffd9;
}

.header{
    background-color: #01939a;
    border-bottom: 1px solid white;
}

.heading {
    font-weight: 400;
    padding-top: 32px;
}

.heading2 {
    font-weight: 400;
    padding-top: 35px;
}

.logo_style2 {
    width: 100px;
}


/*Header Section */

/*- Navigation Section*/

.navigation {
    background-color: #01939a;
    border-bottom: 1px solid white;
}

.fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    min-height: 70px!important;
}

@media screen and (max-width: 768px) {
	.fixed_top {
	    min-height: 1px!important;
	}
	#marquee_scroller {
	    margin-top: 0 !important;
	}
	#nav_section {
	    min-height: 1px!important;
	}
}
.position_style {
    line-height: 25px;
    text-align: left;
    margin-left: 138px;
}

#marquee_scroller {
    border-bottom: 1px solid white;
    vertical-align: middle;
    background-color: #01939a;
    color: white;
}

#marquee_scroller p {
    margin-bottom: 0;
}

#marquee_scroller_vertical {
    background-color: #01939ad4;
    color: white;
}

#marquee_text_vertical {
    background-color: white;
    height: 257px;
    color: #000325;
}

#marquee_text_vertical a {
    color: #000325;
}

#marquee_text_vertical ul {
    list-style-type: none;
    position: relative;
}

#marquee_text_vertical ul li{
    padding-bottom: 8px;
    word-break: break-word;
}

#marquee_text_vertical ul li::before {
    content: "\f101";
    font-family: FontAwesome;
    color: #000325;
    line-height: 20px;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    font-size: 18px;
    padding-left: 12px;
    position: absolute;
    left: 0;
}


.a_style {
    color: white!important;
}
.a_style a {
    color: white!important;
    background-color: transparent!important;
}
.li_style2 h4 {
    padding-top: 10px;
    margin-right: 25px;
    font-weight: 700;
}

.li_style .font_style {
    line-height: 25px;
    text-align: left;
    letter-spacing: 4px;
}

.header .font_style {
    color: white;
    letter-spacing: 4px;
}

.logo_style {
    float: left;
    left: 0;
    margin-right: 0;
    margin-left: 0;
}
.li_style h3 {
    padding-top: 10px;
}



.logo_style {
    width: 100px;
    float: left;
}

@media screen and (min-width: 1024px) and (max-width: 1224px) {
    .logo_style {
        padding-left: 10px!important;
    }
}

.menu-toggle #menu-btn {
    float: left;
    background: black;
    border: 1px solid black;
    padding: 8px;
    cursor: pointer;
    margin: 0px;
}
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    background: black;
	color: white;
}
.menu-toggle #menu-btn {
    float: left;
    background: black;
	color: white;
	z-index: 99999;
    border: 1px solid black;
    padding: 8px;
    cursor: pointer;
    margin: 0;
}

.ace-responsive-menu > li:first-child {
  border-top: 0;
    
}    

.ace-responsive-menu li ul.sub-menu > li {
    width: 250px;
}


@media screen and (max-width: 768px) {
	.position_style {
	    margin-left: 0;
	}
}

@media screen and (max-width: 768px){
    .ace-responsive-menu li ul.sub-menu > li {
    width: 100%;
}
}

.ace-responsive-menu > li > a {
    font-weight: 400;
    padding: 12px;
	z-index: 1;
}
.ace-responsive-menu li.menu-active > a {
    background: #015d61f2!important;
    color: white!important;
}

.ace-responsive-menu li::after {
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #ff7600;
    transition: width .3s;
}

.ace-responsive-menu li:hover::after {
    width: 100%;
}

.ace-responsive-menu li a:hover{
	display: block;
	background: #015d61f2;
    color: white!important;
	
}
.ace-responsive-menu {
	background: transparent;
	z-index: 99999;
	float: left;
	padding-top: 10px;
	border-bottom: 0;
}
.ace-responsive-menu li{
	font-weight: bold!important;
	font-size: 16px;
}
.ace-responsive-menu li:hover{
	background: #015d61f2;
    color: white!important;
}
.ace-responsive-menu a{
	color: white!important;
    transition: width .3s;
}
.ace-responsive-menu .sub_menu li{
	z-index: 99999;
	background-color: #01939a;
	color: white!important;
	padding-bottom: 0!important;
	border-bottom: 1px solid #e5e5e5;
}

.ace-responsive-menu  .sub_menu li:hover::after {
    width: 0;
}

.ace-responsive-menu .sub_menu a{
	z-index: 99999;
	color: white!important;
}
.ace-responsive-menu .sub_menu li a:hover{
	background: #ff7600!important;
	color: white!important;
}
.ace-responsive-menu li ul.sub-menu {
	z-index: 99999;
	padding-top: 7px;
    background: transparent !important;
}

.ace-responsive-menu li ul.sub-menu li::after{
    content: '';
    width: 0;
    height: 0;
}

.ace-responsive-menu li ul.sub-menu li a {
    font-size: 17px;
    font-weight: 400;
}

/* end of navigation */



/* carousel Slideshow */

.owl-prev {
	position: absolute;
	margin-top: -20px;
	left: 20px;
	top: 250px;
	opacity: 0;
	transition-duration: 0.5s;
}
.owl-next {
    position: absolute;
    margin-top: -20px;
    right: 20px;
    top: 250px;
    opacity: 0;
	transition-duration: 0.5s;
}

.owl-prev:hover{
    background-color: transparent!important;
}

.owl-prev:hover .fa{
    background-color: white;
    color: #01939a;
}

.owl-next:hover{
    background-color: transparent!important;
}

.owl-next:hover .fa{
    background-color: white;
    color: #01939a;
}

.fa-angle-left:before {
    content: "\f104";
    padding-right: 2px;
}

.owl-nav .fa{
	padding-top: 6px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 35px;
    color: white;
    background-color: #01939a;
	transition-duration: 0.1s;
}


.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -34px;
    z-index: 9999;
    opacity: .9;
}


/*Latest News*/

.border_color {
    border-bottom: 2px solid #ff7600;
}

.news_absolute {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    color: white;
}

.news_absolute_heading {
    display: block;
    padding: 15px 28px 13px 20px;
    background: #01939a;
    border-bottom: white;
    position: relative;
}

.news_absolute_heading:after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    font-size: 22px;
    color: #fff;
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.news_absolute_bottom {
    height: 0;
    background: #01939a;
    overflow: hidden;
    transition: all .25s ease-out .1s;
}


.deca_zoom:hover .news_absolute_bottom{
    height: 40px;
    padding: 15px 28px 13px 20px;
}

.deca_zoom {
	 position: relative;
	 width: 100%;
	 overflow: hidden;
	 background-color: #131313f5;
}
.deca_zoom img {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	
}
.deca_zoom img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.4;
}

.deca_zoom img:hover .deca_zoom{
	background-color: #000000b3;
}


/*END*/
.background_image_style {
    background-image: url(/t/2/img/white.png);
    background-position: 50% 23.5906px !important;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.box {
    position: absolute;
    width: 100%;
    background-color: #01939ad4;
    color: white;
    padding-top: 202px;
    padding-bottom: 167px;
}


.btn_orange {
    width: 300px;
    background-color: #ff7600;
    color: white;
}

.btn_orange:hover {
    background-color: #c05900;
    color: white;
}

.btn_orange2 {
    background-color: #ff7600;
    color: white;
    width: 220px;
}

.btn_orange2:hover {
    background-color: #c05900;
    color: white;
}


.box_course {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #01939ad4;
    color: white;
    width: 100%;
}


/*Event Slider*/

.event_slider {
}


.deca_zoom2 {
	 position: relative;
	 width: 100%;
	 overflow: hidden;
	 background-color: #131313f5;
}
.deca_zoom2 img {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
    width: 100%;
	
}
.deca_zoom2 img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.4;
}

.deca_zoom2 img:hover .deca_zoom{
	background-color: #000000d4;
}


.owl_demo2 .owl-prev {
	position: absolute;
	margin-top: -20px;
    left: -3%;
    top: 200px;
	opacity: 0;
	transition-duration: 0.5s;
}
.owl_demo2 .owl-next {
    position: absolute;
    margin-top: -20px;
    right: -3%;
    top: 200px;
    opacity: 0;
	transition-duration: 0.5s;
}

.owl_demo2 .owl-prev:hover{
    background-color: transparent!important;
    color: white;
}

.owl_demo2 .owl-prev:hover .fa{
    color: black;
}

.owl_demo2 .owl-next:hover{
    background-color: transparent!important;
    color: white;
}

.owl_demo2 .owl-next:hover .fa{
    color: black;
}

.owl_demo2 .owl-nav .fa{
    font-size: 35px;
    color: #000000c2;
	transition-duration: 0.1s;
}


.owl_demo2 .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    z-index: 9999;
    opacity: .9;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    display: block;
}

#event_slider .date_block {
    background: rgba(0,0,0,.5);
    color: rgba(255,255,255,.75);
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 15px 10px;
    font-size: 21px;
    line-height: 18px;
    min-width: 66px;
}



/*Testomonial*/

.testimonials {
    background-color: #dddddd;
}

.testimonial_content {
    line-height: 30px;
}

.testimonial_content h4 {
    color: #343434;
    text-align: center!important;
}

.testimonial_content p {
    margin-bottom: 0;
    text-align: center;
}

.testimonial_content h4:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 0px;
    font-size: 35px;
    color: #ababab;
}

.testimonial_content div:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    float: right;
    margin-right: 10px;
    font-size: 35px;
    color: #ababab;
}


.owl_demo3 .owl-prev {
	position: absolute;
	margin-top: -20px;
	left: 20px;
	top: 150px;
	opacity: 0;
	transition-duration: 0.5s;
}
.owl_demo3 .owl-next {
    position: absolute;
    margin-top: -20px;
    right: 20px;
    top: 150px;
    opacity: 0;
	transition-duration: 0.5s;
}


.img_style_testimonial img {
    border-radius: 50%;
    width: min-content!important;
    display: inline-block!important;
    padding-bottom: 1rem!important;
}


.owl_demo3 .owl-dots{
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    z-index: 9999;
    opacity: .9;
}
/*End*/

#our_mentors_section .photo_mentor img {
    height: 300px !important;
}

#our_mentors_section div.mentor_description {
    padding: 10px;
    border: 3px solid #ff7600;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 159px;
    position: relative;
}

#our_mentors_section div.mentor_description::before {
    font-family: FontAwesome;
    height: auto;
    content: "\f10d";
    font-weight: 900;
    position: absolute;
    top: -17px;
    left: -27px;
    background-color: #dddddd;
    font-size: 28px;
    padding: 6px 12px;
}

/*Features*/

.features {
    background-color: white;
    color: #01939a;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 30px;
}

.text_color {
    color: #01939ae6;
}

.features .media .fas {
    color: white;
    background-color: #ff7600;
    font-size: 20px;
}

.features .feature_body>h4 {
    color: #01939a;
}

.features .feature_body {
    color: #01939ae6;
}

.heading_border_line {
    display: table;
    width: 100%;
}

.heading_line {
    height: 2px;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}


.heading_line span{
    height: 0px;
    border-top: 2px solid rgba(52,52,52,0.1);
    display: block;
    position: relative;
    top: 0px;
    width: 100%;
}

/*End*/


.enroll {
    background-color: #01939a;
    color: white;
}


.footer .other_links ul{
    list-style-type: none;
    padding: 0;
}

.footer .quick_links ul{
    list-style-type: none;
    padding: 0;
}
.footer {
    background-color: #01939a;
    color: white;
    padding-bottom: 30px;
    padding-top: 30px;
}

.footer_i_style .fab {
    background-color: #ff7600;
    color: white;
    border-radius: 2px;
}


 .footer_i_style .fab:hover {
    background-color: #c05900;
    color: white;
}   


.last_row {
    background-color: #01939a;
    color: white;
}

/* Upcoming Events */

@media screen and (max-width: 768px) {
    .upcoming_event_outer_wrapper {
        width: 100% !important;
    }
}

.upcoming_event_outer_wrapper {
    width: 92%;
    color: #004d51;
    float: right;
    margin-bottom: 15px;
    padding: 4px;
    border: 1px solid white;
    display: table;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.38);
}

div.upcoming_event_outer_wrapper div.date_block {
    color: #004d51;
    background-color: white;
    width: 95px;
    vertical-align: middle;
    border-right: 1px solid #12616573;
    display: table-cell;
    
}

div.upcoming_event_outer_wrapper div.date_block div.date{
    height: 22px;
    font-size: 22px;
}

div.upcoming_event_outer_wrapper div.date_block div.month_and_year{
    font-size: 21px;
}


div.upcoming_event_outer_wrapper div.upcoming_event_inner_content_wrapper {
    display: table-cell;
    background-color: white;
    vertical-align: middle;
}

div.upcoming_event_outer_wrapper div.upcoming_event_inner_content_wrapper h5.heading_upcoming {
    font-size: 21px;
}