/*
Theme Name: Sapiens
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Template: twentyseventeen
Text Domain: twentyseventeen-child

*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');*/

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

/*font-family: 'Open Sans', sans-serif;*/

body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 30px;
}
a {
    text-decoration: none !important;
    outline: none !important;
}
.offset-left {
    padding-left: 0;
}
.offset-right {
    padding-right: 0;
}

.home .panel-content .wrap{
    padding-top:0px;
    padding-bottom:0px;
}
.site-content {
    padding: 0px !important;
}
.content-area {
    padding-top: 50px;
}
.front-page-content {
    padding: 0px;
}
/*==--==--==--==--==--==-- Header Style --==--==--==--==--==--==--*/

.site-header {
    background-color: transparent;
}
.top_bar_sec {
    text-align: center;
    padding: 10px 0px 17px 0px;
}
.navigation_sec {
    background-color: #404659;
}
.top_nav ul {
    text-align: center;
    list-style: none;
    margin: 0px;
}
.top_nav ul li {
    display: inline-block;
    padding: 17px 0px;
}
.top_nav ul li a {
    font-size: 15px;
    color: #ffffff;
    display: block;
    padding: 0px 20px;
    border-right: 1px solid #606d76;
    text-transform: uppercase;
}
.top_nav ul li:first-child a {
    padding-left: 0px;
}
.top_nav ul li:last-child a {
    padding-right: 0px;
    border-right: none;
}
.top_nav ul .menu-item-has-children {
    position: relative;
}
.top_nav ul .menu-item-has-children ul.sub-menu {
    width: 200px;
    padding: 0px;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: opacity linear 0.15s;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
    background: #4f566b;
}
.top_nav ul .menu-item-has-children:hover > ul.sub-menu {
    z-index: 1;
    opacity: 1;
    text-align: left;
}
.top_nav ul .menu-item-has-children > ul.sub-menu li {
    display: block;
    padding: 10px 15px;
}
.top_nav ul .menu-item-has-children > ul.sub-menu li a {
    padding: 0px;
    border: none;
}
/* Custom Breadcrumb Style */
#bannercontainer{
    background-color: #4f566b;
    color: #e0b160;
}
#breadcrumbs{
    list-style:none;
    margin:0px 0;
    overflow:hidden;
    color:#e0b160; 
    padding-left:0px;
    text-align: center; 
}
#breadcrumbs li a, #breadcrumbs li a:hover {
    color:#e0b160;
    text-decoration: none;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    margin-left:5px;
}
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#e0b160;
}
.int-header {
    background: #2062ad;
    float: left;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}
#bannercontainer h2{
    color: #e0b160;
    text-align: center;
    margin-top: 0px;
    text-transform: uppercase;
}
.banner {
    color: #eaeaea;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 45px 0;
    min-height: 75px;
}
.rev_slider .tp-caption {
    text-align: center !important;
}

/*==--==--==--==--==--==-- End Header Style --==--==--==--==--==--==--*/


/*==--==--==--==--==--==-- Footer Style --==--==--==--==--==--==--*/

.site-footer {
    background-color: #404659;
    border: none;
    margin-top: 0px
}
.footer_sec {
    padding-top: 45px;
}
.footer_sec .foot-title {
    font-size: 24px;
    color: #da9e3b;
    margin-top: 0px;
}
.footer_sec ul.menu {
    list-style: none;
}
.footer_sec ul.menu li {
    padding: 15px 0px;
    border-bottom: 1px solid #7a7e8b;
}
.footer_sec ul.menu li a {
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}	
.bott_bar_sec {
    padding: 18px 0px;
}

.bottphone_sec {
    padding:15px 0px;
}
.bott-icon {
    font-size: 20px;
    color: #e0b160;
}
.bott-icon i.fa {
    vertical-align: middle;
}
.bott-icon span { 
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.email_icon {
    text-align: right;
}
.bottcopy_sec .row {
    border-top: 1px solid #7a7e8b;
    margin: 0px 0px;
}
.bottcopy_sec .copy_right_txt {
    font-size: 16px;
    color: #ffffff;
    padding: 19px 0px;
    display: block;
    line-height: normal;
}
.social-media {
    float: right;
    padding: 15px 0px;
}
.social-icon {
    align-content: center;
    display: grid;
    float: left;
    height: 30px;
    margin: 0 5px 0 auto;
    order: 1;
    padding: 5px;
    width: 28px;
    text-align: center;
    font-size: 14px;
}
.social-icon i {
    color: #fff;
    text-align: center;
}
.social-icon:last-child {
    margin-right: 0px;
}
.fb {
    background-color: #3a589b;
}
.twitter {
    background-color: #598dca;
}
.linkedin {
    background-color: #007ab9;
}
.add-sec strong {
    font-size:18px;
    color:#fff;
    display:block;
    margin-bottom:5px;
    margin-top: 25px;
}
.add-sec i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    width: 20px;
}
.add-sec span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    line-height:24px;
}	
.footer_sec ul li {
    position:relative;
    padding-left:25px !important;
}
.footer_sec ul li:before {
    content: "\f064";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 16px;
    left: 0;
}
.footer-bottom {
    background-color:#4f566b;
    padding:20px 0px;
}
.foot-bottom  {
    padding:0px;
    margin:0 0 10px;
    list-style:none;
    text-align:center;
}
.foot-bottom li {
    display:inline;
    vertical-align:middle;
    border-right:1px solid #fff;
    padding:0px 5px;
}
.foot-bottom li a {
    font-size:16px;
    color:#fff;
    text-transform:uppercase;
}
.foot-bottom li:last-child {
    border-right: none;
}
.fb-bootom p {
    color:#fff;
    font-size:15px;
    margin:0px;
}
.fb-bootom p strong {
    font-size:16px;
}
.devby {
    text-align: right;
    font-size: 11px;
    color: #ffffff;
}
.devby p {
    margin-bottom: 0px;
}
.devby a {
    color: #e0b160;
}
/*==--==--==--==--==--==-- End Footer Style --==--==--==--==--==--==--*/


/*==--==--==--==--==--==-- Home Page Style START --==--==--==--==--==--==*/

.vc_responsive .home_box_wrap.wpb_row .vc_col-sm-2 {
    float: left;
    width: 18.8%;
    padding: 0;
    margin-right: 1.5%;
    min-height: 0;
}
.home_box_wrap .home_box_last {
    margin: 0 !important;
}
.home_box_wrap .wpb_single_image{
    margin-bottom: 0px;
}
.home_box_wrap h2.vc_custom_heading{
    margin-top: 0px;
    padding: 8px 0px;
    text-transform:uppercase;
}
.threeinfobox .ultb3-info, .threeinfobox .ultb3-info .ultb3-title{
    color: #FFFFFF;
}
.threeinfobox .ultb3-info .ultb3-title{
    font-size:20px;
    line-height:normal;
    text-transform:uppercase;
    margin-bottom:0px;
}
.threeinfobox .ultb3-info .ultb3-desc {
    font-size:16px;
    line-height:normal;
}
.threeinfobox .ultb3-box {
    overflow: visible;
}
.threeinfobox .ultb3-img {
    top:-40%;
}
.threeinfobox .ultb3-info {
    /*top: 30px !important;*/
    padding: 45px 25px 0;
}
.accreditation-wrap.wpb_row .vc_col-sm-2{
    float: none;
    width: 18.8%;
    padding: 0;
    margin-right: 1.5%;
    min-height: 0;
    display: inline-block;
    vertical-align:middle;
}
.accreditation-wrap .accreditation_last {
    margin: 0 !important;
}
.accreditationhead{
    text-transform:uppercase;
    padding-bottom:5px;
}
.getintouchsec h2{
    font-size:40px;
    line-height:45px;
    text-transform:uppercase;
    color: #fff;
}
.getintouchsec p {
    font-size:20px;
    line-height:22px;
    color: #fff;
}
.contactusbtn a.vc_general.vc_btn3, .sidebar_sec .textwidget .widget_btn {
    font-size: 16px;
    line-height:22px;
    padding: 10px 50px;
    text-transform:uppercase;
    background-color:#404659;
    color:#fff;
}
.callusbtn a.vc_general.vc_btn3{
    font-size: 16px;
    line-height:22px;
    color: #0f578e;
    text-transform:uppercase;
    border:1px solid #0f578e;
    background-color:transparent;
    padding:10px 17px;
}
.vc_tta-tabs-list li {
    margin:0px !important;
}
.vc_tta-tabs-list li a {
    background-color:transparent !important;
    color:#000 !important;
    border-radius: 0 !important;
}
.vc_tta-tabs-list .vc_active > a {
    background-color: #da9e3b !important;
    color: #fff !important;
    text-align: center;
}
.home_box_wrap {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 4px 0 rgba(199, 199, 199, 0.16), 0 4px 10px 0 rgba(199, 199, 199, 0.12);
    margin-bottom: 50px;
    margin-top: -150px;
    z-index: 100;
    padding:25px 0;
}
.ofs-box {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.ofs-left {
    float:none;
    order: 2;
} 
.ofs-right {
    float:none;
    order: 1;
}

/*==--==--==--==--==--==-- Home Page Style END --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- About Page Style START --==--==--==--==--==--==*/

.aboutcontentbox .wpb_text_column{
    padding: 18px;
}
.aboutcontentbox .wpb_text_column h2{
    color: #404659;
    margin-top: 5px;
}
.aboutcontentbox .wpb_single_image{
    margin-bottom: 0px;
}
.visitnowbutton a.vc_general.vc_btn3, .visitnowbutton .vc_general.vc_btn3:hover{
    font-size: 16px;
    line-height:22px;
    padding: 10px 50px;
    text-transform:uppercase;
    background-color:#404659;
    color:#fff;
}
.about_left_txt h4 {
    font-size: 30px;
}
.abt_mission_sec {
    background-color: #da9f3b;
}
.abt_vision_sec  {
    background-color: #c18622;
}
.abt_mission_sec .abt_title {
    color: #fff;
}
.abt_title {
    color: #da9f3b;
    font-size: 30px;
    margin: 30px 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.abt_mission_sec p {
   color: #fff; 
}

/*==--==--==--==--==--==-- About Page Style END --==--==--==--==--==--==*/


/*==--==--==--==--==--==-- Agent Page Style --==--==--==--==--==--==*/

.ult-banner-block.innertop_banner {
	position: relative;
}
.ult-banner-block.innertop_banner h3.bb-top-title {
    font-size: 40px;
    position: absolute;
    top: 35%;
    max-width: 1170px;
    margin: 0 auto;
    right: 0px;
    left: 0px;
    text-transform: uppercase;
}
.innerpage_title {
    font-size: 40px;
    color: #404659;
    padding: 0px;
}

.australiaaddr_sec .australia_addr_list .vc_column-inner {
    width: calc( 100% - 20px);
    margin: 0 auto 20px auto;
    height: 100%;
    min-height: 225px;
}
.australia_inner_heading {
    margin: 0px 0px 24px 0px;
    font-size: 20px;
    color: #da9e3b;
    text-transform: uppercase;
}
.form_inner_heading {
    margin: 0px 0px 10px 0px;
    font-size: 25px;
}
.agentinner_icon .aio-icon-description {
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
}
.agentemail_icon .aio-icon-description, .agentemail_icon .aio-icon-description a {
	color: #da9e3b;
        word-break: break-all;
}

/*==--==--==--==--==--==-- Agent Page Style END --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- Courses Page Style END --==--==--==--==--==--==*/

.courses_sec {
    margin-bottom: 50px;
}
.courses_sec .gray_inner_sec {
    background-color: #e0e0e0;
}
.courses_inner_sec .main_cat_name {
    font-size: 21px;
    margin: 0px;
    padding: 15px 15px;
    text-align: left;
    color: #da9f3b;
    text-transform: uppercase;
    cursor: pointer;
}
.main_cat_name i.fa {
    margin-right: 8px;
}
.main_cat_name i.fa-minus {
    display: none;
}
.accordion-active i.fa-plus {
    display: none;
}
.accordion-active i.fa-minus {
    display: inline-block;
}
.coursespost_sec:after {
    content: "";
    display: table;
    clear: both;
}
.coursespost_sec .coursespost_inner {
    float: left;
    width: calc( 50% - 30px );
    margin: 0px 15px 30px 15px;
    padding: 15px;
    text-align: center;
    background-color: #e0e0e0;
    height: 100%;
    min-height: 190px;
}
.gray_inner_sec .coursespost_sec .coursespost_inner {
    background-color: #fff;
}
.odd_courses_sec .coursespost_inner:last-child {
    float: none;
    clear: both;
    width: calc( 50% - 30px );
    margin: 0 auto 30px auto;
}
.coursespost_inner .post_name {
    font-size: 20px;
    letter-spacing: normal;
    color: #404659;
}
.coursespost_inner p {
    font-size: 16px;
    line-height: 22px;
    color: #4f4f4f;
}
.coursespost_inner a {
    font-size: 15px;
    background-color: #da9f3b;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
}

/* Single Courses Page Style */

.sidebar_sec .widget {
    padding: 20px;
    margin-top: 25px;
    background-color: #da9e3b;
}
.sidebar_sec .widget-title {
    font-size: 30px;
    color: #ffffff;
    margin: 0px 0px 20px 0px;
    letter-spacing: normal;
    text-align: center;
}

/* End Single Courses Page Style */

/*==--==--==--==--==--==-- End Courses Page Style END --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- COURSES INNER PAGE STYLE --==--==--==--==--==--==*/

.courses_detail_sec, .courses_pathways_sec {
    background-color: #404659; 
    margin-top: 30px;
    padding: 30px 25px;
}
.courses_title {
    text-transform: uppercase;
}
.courses_entery_sec h1, .courses_detail_sec h1, .courses_rpl_sec h1, .courses_pathways_sec h1, .courses_quali_sec h1 {
   color: #e0b160; 
   text-transform: uppercase;
}
.courses_detail_sec h1, .courses_fee_sec h1, .courses_entery_sec h1, .courses_pathways_sec h1, .courses_quali_sec h1, .courses_rpl_sec h1 {
    margin-top: 0px;
}
.courses_entery_sec p strong {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.courses_fee_sec {
    background-color: #da9e3b; 
    margin-top: 30px;
    padding: 30px 25px;
}
.courses_fee_sec h1 {
    text-transform: uppercase;
    color: #fff;
}
.courses_detail_sec .table-responsive .table tr, .courses_detail_sec .table-responsive .table td, 
.courses_fee_sec .table-responsive .table tr, .courses_fee_sec .table-responsive .table td {
    border: none;
    color: #fff;
    font-size: 16px;
}
.courses_detail_sec .table-responsive .table, .courses_fee_sec .table-responsive .table, .courses_quali_sec .table-responsive .table {
    margin-bottom: 0px;
}
.courses_pathways_sec p {
    color: #fff;
}
.courses_quali_sec, .courses_entery_sec, .courses_rpl_sec {
    margin-top: 30px;
}
.courses_quali_sec .table-responsive .table, .courses_quali_sec .table-responsive .table tr,
.courses_quali_sec .table-responsive .table tr th, .courses_quali_sec .table-responsive .table tr td {
    border: 2px solid #ddd;
}
.courses_quali_sec {
    margin-bottom: 50px;
}
.courses_quali_sec .table-responsive .table thead {
    background-color: #da9e3b;
}
.courses_quali_sec .table-responsive .table tr th {
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
}
.courses_quali_sec .table-responsive .table tbody tr td {
    padding: 10px 20px;
    font-size: 14px;
}
.courses_quali_sec .table-responsive .table tbody tr td:first-child, .courses_quali_sec .table-responsive .table tbody tr td:last-child {
    text-align: center;
}
.sidebar_sec .textwidget {
    text-align: center;
}
.sidebar_sec .textwidget .widget_btn {
    padding: 10px 33px;
    box-shadow: none;
    text-align: center;
}
.sidebar_sec .textwidget .widget_btn:hover {
    box-shadow: none;
}
.sidebar_sec .widget:nth-child(2) {
    background-color: #404659; 
}
.sidebar_sec .widget:nth-child(2) .widget-title {
    color: #e0b160;
}
#accordion .panel, #accordion .panel-heading {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}  
#accordion .panel-heading {
    border-bottom: 1px solid #fff;
    position: relative;
}
#accordion .panel-heading:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 6px;
    left: 0;
}
#accordion .panel-title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
#accordion .panel-title a, #accordion .panel-body ul li a {
    box-shadow: none;
    text-align: left !important;
    display: block;
    color: #fff;
    outline: none !important;
    text-decoration: none !important;
}
#accordion .panel-title a:hover, #accordion .panel-body ul li a:hover {
   box-shadow: none;
   color: #fff;
}
#accordion .panel-body {
    border: none;
}
#accordion .panel-body ul li  {
    padding: 12px;
    border-top: none;
}
#accordion .panel-body ul li:last-child {
    border-bottom: none;
}

/*==--==--==--==--==--==-- END COURSES INNER PAGE STYLE --==--==--==--==--==--==*/




/*==--==--==--==--==--==-- RESPONSIVE STYLE --==--==--==--==--==--==*/


@media (min-width:1024px) and (max-width:1199px) {
	
/*==--==--==--==--==--==-- HOME PAGE --==--==--==--==--==--==*/

    .top_nav ul li {
        padding: 17px 5px ;
    }
    .top_nav ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
    .footer_sec ul.menu li a, .add-sec span {
        font-size: 12px;
    }

/*==--==--==--==--==--==-- END HOME PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/

    .australiaaddr_sec .australia_addr_list .vc_column-inner {
        min-height: 265px;
    }

/*==--==--==--==--==--==-- END OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- COURSES INNER PAGE --==--==--==--==--==--==*/

    .sidebar_sec .textwidget .widget_btn {
        padding: 10px 25px;
        width: 100%;
        display: block;
    }

/*==--==--==--==--==--==-- END COURSES INNER PAGE --==--==--==--==--==--==*/
	
}


@media (min-width:992px) and (max-width:1023px) {
	
/*==--==--==--==--==--==-- HOME PAGE --==--==--==--==--==--==*/

    .top_nav ul li {
        padding: 17px 5px ;
    }
    .top_nav ul li a {
        font-size: 14px;
        padding: 0 10px;
    }
    .footer_sec ul.menu li a, .add-sec span {
        font-size: 12px;
    }
    .contactusbtn a.vc_general.vc_btn3, .callusbtn a.vc_general.vc_btn3 {
        font-size: 15px;
    }

/*==--==--==--==--==--==-- END HOME PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/

    .australiaaddr_sec .australia_addr_list .vc_column-inner {
        min-height: 265px;
    }

/*==--==--==--==--==--==-- END OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- COURSES INNER PAGE --==--==--==--==--==--==*/

    .sidebar_sec .textwidget .widget_btn {
        padding: 10px 25px;
        width: 100%;
        display: block;
    }

/*==--==--==--==--==--==-- END COURSES INNER PAGE --==--==--==--==--==--==*/
	
}

@media (min-width:768px) and (max-width:991px) {
	
/*==--==--==--==--==--==-- HOME PAGE --==--==--==--==--==--==*/

    .top_nav ul li {
        padding: 17px 5px ;
    }
    .top_nav ul li a {
         font-size: 14px;
         padding: 0 5px;
    }
    .top_nav ul li a {
        font-size: 11px;
    }
    .footer_sec ul.menu li a, .add-sec span {
        font-size: 12px;
    }
    .contactusbtn a.vc_general.vc_btn3, .callusbtn a.vc_general.vc_btn3 {
        font-size: 15px;
    }
    .home_box_wrap .vc_custom_heading {
        font-size:14px !important;
    }
    .footer_sec .foot-title {
        font-size: 20px;
    }	
    .footer_sec .col-sm-3 {
        width:50%;
        margin-bottom:30px;
    }

/*==--==--==--==--==--==-- END HOME PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/

    .australiaaddr_sec .australia_addr_list .vc_column-inner {
        min-height: 285px;
    }
    .australia_inner_heading {
        font-size: 16px;
    }
    .agentinner_icon .aio-icon-description {
        font-size: 14px;
    }

/*==--==--==--==--==--==-- END OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- COURSES INNER PAGE --==--==--==--==--==--==*/

    .sidebar_sec .textwidget .widget_btn {
        padding: 10px 22px;
        width: 100%;
        display: block;
        font-size: 14px;
    }

/*==--==--==--==--==--==-- END COURSES INNER PAGE --==--==--==--==--==--==*/
	
}

@media (min-width:448px) and (max-width:767px) {
	
/*==--==--==--==--==--==-- HOME PAGE --==--==--==--==--==--==*/

    .top_nav ul li {
        padding: 0 9px ;
    }	
    .top_nav ul li a {
        font-size: 12px;
    }
    .coursespost_sec .coursespost_inner, .odd_courses_sec .coursespost_inner:last-child {
        width: 100%;
        margin: 0 0 30px;
        float: none;
    }
    .footer_sec ul.menu li a, .add-sec span {
        font-size: 13px;
    }
    .contactusbtn a.vc_general.vc_btn3, .callusbtn a.vc_general.vc_btn3 {
        font-size: 15px;
    }
    .home_box_wrap {
        margin-top:0px;
    }
    .home_box_wrap .vc_custom_heading {
        font-size:14px !important;
    }
    .home_box_wrap  .vc_col-sm-2 {
        width:100% !important;
        margin-right:0px !important;
    }
    .vc_tta-panels .vc_active, .vc_tta-panel-heading {
        background-color:#da9e3b !important;
        color:#fff !important;
    }	
    .vc_active .vc_tta-panel-title  a span {
        color:#fff !important;
        font-weight:bold;
        display:block;
    }
    .vc_tta-title-text {
        color:#fff !important;
    }
    .vc_tta-panel-body .wpb_wrapper p {
        color:#000 !important;
    }
    .footer_sec .foot-title {
        font-size: 20px;
    }	
    .footer_sec .col-sm-3 {
        width:50%;
        margin-bottom:30px;
    }
    .email_icon {
        text-align:left !important;
    }
    .bott-icon {
        font-size: 16px !important;
    }
    .ofs-box  {
        display:block !important;
    }
    .ofs-left {
        width:100% !important;
    }
    .ofs-right {
        width:100% !important;
    }
    .social-media, .copy_right_txt {
        float:none;
        text-align:center;
    }
    .social-icon {
        float:none;
        display:inline-block;
        vertical-align:middle;
    }
    .fb-bootom {
        padding: 0px 15px;
    }
    
/*==--==--==--==--==--==-- END HOME PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- SAPIENS PAGE --==--==--==--==--==--==*/

    .agent_btn a button {
        width: 350px !important;
    }

/*==--==--==--==--==--==-- END SAPIENS PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/
    
    .banner h2, .innerpage_title {
        font-size: 25px;
    }
    .australiaaddr_sec .australia_addr_list .vc_column-inner {
        min-height: 225px;
        width: calc(100% - 30px);
    }
    .australia_inner_heading {
        font-size: 16px;
    }
    .agentinner_icon .aio-icon-description {
        font-size: 14px;
    }

/*==--==--==--==--==--==-- END OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- COURSES INNER PAGE --==--==--==--==--==--==*/

    .sidebar_sec .textwidget .widget_btn {
        padding: 10px 22px;
        font-size: 14px;
    }
    .courses_detail_sec h1, .courses_fee_sec h1, .courses_entery_sec h1, 
    .courses_pathways_sec h1, .courses_quali_sec h1, .courses_rpl_sec h1, .courses_title, .sidebar_sec .widget-title {
        font-size: 25px;
    }

/*==--==--==--==--==--==-- END COURSES INNER PAGE --==--==--==--==--==--==*/
	
}


@media (max-width:447px) {
	
/*==--==--==--==--==--==-- HOME PAGE --==--==--==--==--==--==*/

    .top_nav ul li {
            padding: 0 9px ;
    }	
    .top_nav ul li a {
            font-size: 12px;
    }
    .coursespost_sec .coursespost_inner, .odd_courses_sec .coursespost_inner:last-child {
        width: 100%;
        margin: 0 0 30px;
        float: none;
    }
    .footer_sec ul.menu li a, .add-sec span {
        font-size: 15px;
    }
    .contactusbtn a.vc_general.vc_btn3, .callusbtn a.vc_general.vc_btn3 {
        font-size: 15px;
    }
    .home_box_wrap {
        margin-top:0px;
    }
    .home_box_wrap .vc_custom_heading {
        font-size:14px !important;
    }
    .home_box_wrap  .vc_col-sm-2 {
        width:100% !important;
        margin-right:0px !important;
    }
    .vc_tta-panels .vc_active, .vc_tta-panel-heading {
        background-color:#da9e3b !important;
        color:#fff !important;
    }	
    .vc_active .vc_tta-panel-title  a span {
        color:#fff !important;
        font-weight:bold;
        display:block;
    }
    .vc_tta-title-text {
        color:#fff !important;
    }
    .vc_tta-panel-body .wpb_wrapper p {
        color:#000 !important;
    }
    .accreditationhead, .getintouchsec h2 {
        font-size:30px !important;
    }
    .footer_sec .foot-title {
        font-size: 20px;
    }	
    .footer_sec .col-sm-3 {
        width:100%;
        padding:0px 15px !important;
        margin-bottom:30px;
    }
    .bottphone_sec .col-xs-12 {
        padding:0px 15px !important;
    }
    .email_icon {
        text-align:left !important;
    }
    .bott-icon {
        font-size: 16px !important;
    }
    .ofs-box  {
        display:block !important;
    }
    .ofs-left {
        width:100% !important;
    }
    .ofs-right {
        width:100% !important;
    }
    .social-media, .copy_right_txt {
        float:none;
        text-align:center;
    }
    .social-icon {
        float:none;
        display:inline-block;
        vertical-align:middle;
    }
    .fb-bootom {
        padding: 0px 15px;
    }

/*==--==--==--==--==--==-- END HOME PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- SAPIENS PAGE --==--==--==--==--==--==*/

    .agent_btn a button {
        width: 290px !important;
    }

/*==--==--==--==--==--==-- END SAPIENS PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/
    
    .banner h2, .innerpage_title {
        font-size: 25px;
    }
    .australiaaddr_sec .australia_addr_list .vc_column-inner {
        min-height: 230px;
        width: calc(100% - 30px);
    }
    .australia_inner_heading {
        font-size: 16px;
    }
    .agentinner_icon .aio-icon-description {
        font-size: 14px;
    }

/*==--==--==--==--==--==-- END OUR AGENT NETWORK PAGE --==--==--==--==--==--==*/

/*==--==--==--==--==--==-- COURSES INNER PAGE --==--==--==--==--==--==*/

    .sidebar_sec .textwidget .widget_btn {
        padding: 10px 22px;
        font-size: 14px;
    }
    .courses_detail_sec h1, .courses_fee_sec h1, .courses_entery_sec h1, 
    .courses_pathways_sec h1, .courses_quali_sec h1, .courses_rpl_sec h1, .courses_title, .sidebar_sec .widget-title {
        font-size: 25px;
    }
    .courses_title, .courses_entery_sec, .courses_rpl_sec, .courses_quali_sec, .courses_content_sec p {
        padding: 0px 15px;
    }

/*==--==--==--==--==--==-- END COURSES INNER PAGE --==--==--==--==--==--==*/
	
}

/*==--==--==--==--==--==-- END RESPONSIVE STYLE --==--==--==--==--==--==*/


h4.mlab-modal-title {
    padding-top: 0px;
    text-align: center;
}

.mlab_donotshow {
    margin-top: -45px;
    width: 100%;
    text-align: center;
    float: none;
    color: #af1b1b;
}