body{
    font-family: 'Rasa', serif;
    font-size: 17px;
}

.container {
    max-width: 1220px;
}

img {
    max-width: 100% !important;
    height: auto!important;
}

.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;
}

#marquee_div a {
    color: rgb(143, 59, 0);
}

#marquee_div a:hover {
    color: rgb(143, 59, 0);
}

/* carousel Slideshow */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 17px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
}

/*Header Section */

/*- Navigation Section*/

.navigation {
    background-color: #01939a;
}

.fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    min-height: 70px!important;
}

#marquee_scroller {
    border-bottom: 1px solid rgb(1, 147, 154);
    background-color: white;
    border-top: 1px solid rgb(1, 147, 154);
    color: rgb(255, 106, 0);
}

#marquee_scroller p {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #respMenu {
        max-height: 400px;
        overflow-y: scroll;
    }
    
	.fixed_top {
	    min-height: 1px!important;
	}
	#nav_section {
	    min-height: 1px!important;
	    padding: 0 !important;
	}
}

#marquee_text p {
    margin-bottom: 0;
}


.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 */


/*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/94/img/default_slide.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;
    height: 500px;
    padding-top: 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 div.deca_zoom2 {
	 position: relative;
	 width: 100%;
	 overflow: hidden;
	 background-color: #131313f5;
}
#event_slider div.deca_zoom2 img {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	
}
#event_slider div.deca_zoom2 img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.4;
}

#event_slider div.deca_zoom2 img:hover .deca_zoom{
	background-color: #000000d4;
}

#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;
}

#testimonials .testimonial_style {
    background-color: #dddddd;
    padding: 0 30px 30px 30px;
    width: 1100px;
}

div.testimonial_content {
    background-color: #dddddd;
    line-height: 30px;
}

div.testimonial_content h4 {
    color: #343434;
    text-align: center!important;
}

div.testimonial_content p {
    margin-bottom: 0;
    text-align: center;
}

div.testimonial_content h4:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    position: absolute;
    margin-right: 0px;
    font-size: 35px;
    color: #ababab;
    left: 30px;
}


/*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;
}