


/*preset CSS*/

@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VerdanaProRegular';
    src: url('fonts/VerdanaProRegular.eot');
    src: url('fonts/VerdanaProRegular.eot') format('embedded-opentype'),
         url('fonts/VerdanaProRegular.woff2') format('woff2'),
         url('fonts/VerdanaProRegular.woff') format('woff'),
         url('fonts/VerdanaProRegular.ttf') format('truetype'),
         url('fonts/VerdanaProRegular.svg#VerdanaProRegular') format('svg');
}
@font-face {
    font-family: 'VerdanaProBold';
    src: url('fonts/VerdanaProBold.eot');
    src: url('fonts/VerdanaProBold.eot') format('embedded-opentype'),
         url('fonts/VerdanaProBold.woff2') format('woff2'),
         url('fonts/VerdanaProBold.woff') format('woff'),
         url('fonts/VerdanaProBold.ttf') format('truetype'),
         url('fonts/VerdanaProBold.svg#VerdanaProBold') format('svg');
}



/*preset CSS*/
* {
    padding: 0;
    margin: 0;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
}
a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}
input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul {
    margin: 0;
    list-style-type: none;
}

p {
    margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}



input:disabled {
    cursor: default;
    background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
    border-color: rgba(118, 118, 118, 0.3);
}

.container {
    max-width: 1530px;
}
body {
    background: #fff;
    font-family: 'VerdanaProRegular';
}

.media {
    margin-top: 15px;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media:first-child {
    margin-top: 0;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.align-middle-block{ align-items: center; }

.pull-right {
    float: right !important;
}



.floatCss{ width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; position: relative;}
.alignCenter-content{ align-items: center; }
.justify-block{ display: flex; justify-content: space-between; }
.justify-center-block{display: flex; justify-content: center; }

.row-cs-direction.row {flex-direction: row-reverse;}
.alignBaseline-content{ align-items: baseline; }

.row-cs-direction.row {
    flex-direction: row-reverse;
}




/*preset CSS*/

.wrapper {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}
.header {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    position: absolute;
    z-index: 200;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    background-color:transparent;
    border-bottom: none;
    left: 0px; top: 0px;
}


.header .container{}



.logo {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    transition: width 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s ease-in-out;
}
.logo a{ display: inline-block; }
.logo img { width: 250px; }
.logo img:hover {
    opacity: 0.5;
}
.logo:hover span{opacity: 0.5;}





.nav_section {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

.donate-link{ position: absolute; right: 0px; top: 50%; margin-top: -20px; }
.donate-link a{ display: inline-block; line-height: 40px; color: #fff; padding: 0px 20px 0px 20px; font-size: 16px; text-transform: uppercase; font-weight: 500; background-color: #A61E2C; border-radius: 10px;}



/*======================================= nav start ================================*/


.header .navbar-expand-md{justify-content: space-between;}
.navbar-expand-lg .navbar-nav .nav-item{padding: 0px 8px 0px 8px;}
.navbar-expand-lg .navbar-nav .nav-item:last-child{padding-right: 0px;}
.navbar-expand-lg .navbar-nav .nav-link {

    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0px 10px 0px 10px;
    line-height: 36px;
    color: #fff;
    border-bottom: none;
    background-color: #6B2976;
    border-radius: 10px;
    font-family: 'VerdanaProBold';
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: none;
    background-color: #8CC63F;
}

.navbar-light .navbar-nav .nav-item.login-item .nav-link.active, .navbar-light .navbar-nav .nav-item.login-item .show>.nav-link, .navbar-light .navbar-nav .nav-item.login-item .nav-link:hover {
    color: #fff;
    border-bottom: none;
    background-color: #8CC63F;
}

.header .navbar{ padding-bottom: 0px; padding-top: 0px;}

.nav_section .container-fluid{ padding-left: 0px; padding-right: 0px;}


.navbar-expand-lg .navbar-nav .nav-item.login-item .nav-link{ padding: 0px 30px 0px 30px;
background: rgb(1,127,255);
background: linear-gradient(280deg, rgba(1,127,255,1) 0%, rgba(227,0,255,1) 100%);
border-radius: 12px;

 }

.navbar-expand-lg .navbar-nav{ align-items: center; }
.navbar-expand-lg .navbar-nav .nav-item.accessibility-link .nav-link{ background-color: transparent; padding: 0px 0px 0px 0px; width: 50px; height: 50px; background: url(images/be-icon.svg) no-repeat center center;}
.navbar-expand-lg .navbar-nav .nav-item.accessibility-link .nav-link:hover{background: url(images/be-icon.svg) no-repeat center center;}
.navbar-expand-lg .navbar-nav .nav-item.accessibility-link .nav-link img{ display: block; }

/*======================================= nav end ================================*/


.home-banner{ float: left; display: block; padding: 165px 0px 0px 0px; }
.home-banner{
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    width:100%;
    position: relative;
    min-height: 750px;

}


/*.home-banner::before{ content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgba(0,16,84,.85); }*/


.home-banner > .container, .home-banner > .container > .row, .home-banner > .container > .row > .col-12{ height: 100%; position: relative; }


.banner-content{ width: 100%;  float: left; display: block; position: relative; padding: 50px 0px 0px 0px; }
/*.banner-inner{
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}*/





.banner-content .row{align-items: center; justify-content: center; height: 100%;}

.banner-inner{ max-width: 54%; float: left; display: block; padding: 0px 0px 0px 0px; }
.banner-inner h2{ margin: 0px 0px 10px 0px; font-size: 80px; line-height: 80px; color: #fff; font-weight: 700;font-family: 'VerdanaProBold'; }
.banner-inner h3{ margin: 0px 0px 0px 0px; font-size: 36px; line-height: 55px; color: #8CC63F; font-weight: 700;font-family: 'VerdanaProBold'; display: inline-block; padding: 0px 15px 0px 15px;background-color: #6B2976; border-radius: 15px; }

.ndis-photo{ position: absolute; right: 0px; bottom: 0px; width: 100px; }

.ndis-photo img{ width: 100%; display: block; }




.footer-full-row{ display: flex; justify-content: space-between; }
.ftr-col-1 p{ margin: 0px 0px 0px 0px; font-size: 20px; line-height: 26px; color: #fff;font-family: 'VerdanaProRegular';}
.ftr-col-1 p a{color: #fff; }

.gripas-block h3{margin: 0px 0px 10px 0px; font-size: 16px; line-height: 22px; color: #fff;    margin-left: -35px; position: relative;}
.gipas-photo{ display: block; width: 120px; float: right; }




.footer{ padding: 45px 0px 20px 0px; background-color: #0A66C2; }

.ftr-social ul{display: flex; justify-content: center; margin: 0px; padding: 0px;}
.ftr-social ul li{ width: 50px; padding: 0px 0px 0px 0px; margin: 0px 7px 10px 7px; text-align: center; }
.ftr-social ul li a{ display: block; width: 50px;height: 50px; border:1px solid #fff; text-align: center; line-height: 48px; border-radius: 6px; position: relative; }
.ftr-social ul li a img{
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
}

.ftr-social ul li.fb-link a img{ width: 18px; }

.ftr-social ul li.ftr-ndis{ padding-top: 15px; width: 90px; }
.ftr-copy-right{ font-size: 16px;line-height: 24px; color: #fff; font-weight: 400; padding: 20px 0px 10px 0px; text-align: center;font-family: 'VerdanaProRegular';}
.ftr-copy-right a{ display: inline-block;color: #fff;  }

.ftr-col-1{ display: inline-block; width: 33.3333%; }
.ftr-social{ padding: 0px 15px 0px 15px;display: inline-block; width: 33.3333%;  }
.gripas-block{display: inline-block; width: 33.3333%; position: relative;}

.grip-inner{ float: right; width: 150px;position: absolute;right: 0px; bottom: -40px; }




.daily-living-skill-section{ padding: 50px 0px 50px 0px; }
.border-bottom-show {border-bottom: 4px solid #6B2976;}
.border-top-show {border-top: 4px solid #6B2976;}

.border-block{ width: 100%; float: left; display: block; height: 4px; background-color: #6B2976; }
.photo-common img{ display: block; width: 100%; }

.skill-content{ max-width: 575px; width: 100%; }
.skill-content h2{ margin: 0px 0px 35px 0px; font-size: 72px; line-height: 74px; font-weight: 700; color: #6B2976;font-family: 'VerdanaProBold'; }
.skill-content p{ margin: 0px 0px 40px 0px; font-size: 20px; line-height: 30px; font-weight: 400; color: #000;font-family: 'VerdanaProRegular'; }


.block-link{ text-align: left; }
.block-link a{font-family: 'VerdanaProBold';  display: inline-block; padding: 0px 15px 0px 15px; background-color: #6B2976; border-radius: 10px; color: #fff; font-size: 20px; line-height: 40px; font-weight: 700; }
.block-link a:hover{ background-color: #8CC63F; }


.Community-Participation{ padding: 50px 0px 50px 0px;  }
.Community-Participation .skill-content{ float: right; }


.question-section{}
.qs-padding{padding: 100px 0px 100px 0px;}
.tittle-center h2{margin: 0px 0px 50px 0px; font-size: 64px; line-height: 68px; font-weight: 700; color: #6B2976; text-align: center;font-family: 'VerdanaProBold';}

.link-group{ display: flex; justify-content: center; align-items: center; }

.link-single{ display: inline-block; padding: 0px 15px 0px 15px; }

.link-single a{display: inline-block; width: 350px; padding: 0px 10px 0px 10px; background-color: transparent; border-radius: 15px; color: #2468b2; font-size: 20px; line-height: 40px; font-weight: 700; border:2px solid #2468b2; text-align: center;font-family: 'VerdanaProBold';}
.link-single a:hover{ background-color: #2468b2; color: #fff; }









.subpage-banner{ float: left; display: block; padding: 112px 0px 0px 0px; }
.subpage-banner{
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    width:100%;
    position: relative;

}

.subpage-banner > .container, .subpage-banner > .container > .row, .subpage-banner > .container > .row > .col-12{ height: 100%; position: relative; }


.subpage-content{ min-height: 538px; position: relative;padding: 0px 0px 0px 0px; }
.subpage-content-inner{ max-width: 770px; width: 100%; padding: 0px 12px 0px 12px; }

.subpage-content-inner {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0px;
    z-index: 10;
}


.subpage-content-inner h2{ margin: 0px 0px 10px 0px; font-size: 80px; line-height: 80px; color: #fff; font-weight: 700;font-family: 'VerdanaProBold'; }
.subpage-content-inner h3{ margin: 0px 0px 0px 0px; font-size: 36px; line-height: 55px; color: #8CC63F; font-weight: 700;font-family: 'VerdanaProRegular'; display: inline-block; padding: 0px 15px 0px 15px;background-color: #6B2976; border-radius: 15px; }


.subpage-banner .ndis-photo{ bottom: 30px; }





/*======================================= common banner ================================*/

.cm-banner{ float: left; display: block; padding: 165px 0px 0px 0px; }
.cm-banner{
    background-position:center center;
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
    width:100%;
    position: relative;


}

.cm-banner > .container, .cm-banner > .container > .row, .cm-banner > .container > .row > .col-12{ height: 100%; position: relative; }


.cm-banner-content{ min-height: 585px; position: relative;padding: 0px 0px 0px 0px; }
.cm-banner-content-inner{ max-width: 825px; width: 100%; padding: 0px 12px 0px 12px; }

.cm-banner-content-inner {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0px;
    z-index: 10;
}


.cm-banner-content-inner h2{ margin: 0px 0px 10px 0px; font-size: 78px; line-height: 78px; color: #fff; font-weight: 700;font-family: 'VerdanaProBold'; }
.cm-banner-content-inner h3{ margin: 0px 0px 0px 0px; font-size: 36px; line-height: 55px; color: #8CC63F; font-weight: 700;font-family: 'VerdanaProRegular';  display: inline-block; padding: 0px 15px 0px 15px;background-color: #6B2976; border-radius: 15px; }


.cm-banner .ndis-photo{ bottom: 30px; }


/*======================================= common banner ================================*/














.about-us-section-top{ padding: 100px 0px 100px 0px; }
.about-us-section-top p{margin: 0px 0px 20px 0px; font-size: 20px; line-height: 30px; font-weight: 400; color: #000;}
.about-us-section-top p:last-child{ margin-bottom: 0px; }

.common-photo-block img{ display: block; width: 100%; }

.sub-tittle-section{ padding: 100px 0px 0px 0px; }
.subtittle-block{ padding-bottom: 50px; }
.subtittle-block h3{
    margin: 0px 0px 10px 0px;
    font-size: 80px;
    line-height: 80px;
    color: #6B2976;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
}

.sub-content-block p{margin: 0px 0px 20px 0px; font-size: 20px; line-height: 30px; font-weight: 400; color: #000;}

.qs-padding-2{padding: 50px 0px 50px 0px;}
.single-service-block{ margin-bottom: 20px; }
.single-service-block:last-child{ margin-bottom: 0px; }
.single-service-block a{ display: block; width: 100%; padding: 40px 20px 40px 20px; background-color: #6B2976; border-radius: 20px; float: left; }

.service-tittle{ margin: 0px 0px 30px 0px; font-size: 110px; line-height: 100px; color: #8CC63F; font-weight: 700; text-align: center;}
.service-bottom-section{ display: flex; justify-content: center; align-items: center; }

.service-bottom-section span{ display: inline-block; }
span.learn-more-link{ padding: 0px 70px 0px 20px; height: 56px; line-height: 56px; background-color: #8CC63F; border-radius: 40px; color: #6B2976; font-size: 20px; font-weight: 700; text-transform: uppercase;background:#8CC63F url(images/link-arrow-1.svg) no-repeat right 10px center; background-size: 48px; }


span.sr-text-info{ font-size: 24px; line-height: 34px; font-weight: 700; color: #fff; padding: 0px 0px 0px 20px; }


.sub-content-block{ position: relative; }
.sub-content-block ul{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; display: block; width: 70%; position: relative; }
.sub-content-block ul li{margin: 0px 0px 5px 0px; font-size: 20px; padding-left: 25px; line-height: 30px; font-weight: 400; color: #000;background: url(images/bullet-black.png) no-repeat left 12px;}
.sub-content-block ul li a{ display: inline-block;color: #000; }



.register-btn{ position: absolute; top: 50%;transform: translateY(-50%); right: -220px; }




.contact-form-section{ background-color: #ECF0FB; padding: 40px 40px 40px 40px; }
.form-tittle h3{ margin: 0px 0px 20px 0px; font-size: 24px; line-height: 30px; color: #093B78; font-weight: 600; }

.fr-common-input{ margin-bottom: 15px; }
.ap-input{
    display: block;
    outline: 0 none;
    resize: none;
    width: 100%;
    box-shadow: none;
    border-radius: 4px;
    padding: 0px 0px 0px 15px;
    background-color: #fff;
    border: 1px solid rgba(9,59,120,.5);
    font-weight: 500;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 50px;
    font-style:normal;
    /*margin: 0px 0px 15px 0px;*/
    font-weight: 400;
}

.ap-input:focus{  border:1px solid #E300FF; outline: none; box-shadow: none;background-color: #fff;}
.text-height-2 {height: 160px !important; padding-top: 10px;}

.fr-upload-input{ display: flex; justify-content: flex-start; }
.pdf-icon{width: 50px; height: 50px; border-radius: 4px; background-color: #fff; position: relative;margin-right: 10px;}
.pdf-icon img{}
.pdf-icon img {
    position: absolute;
    top: 50%;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.upload-btn{ max-width: 270px; width: 100%; position: relative; height: 50px; overflow: hidden; }
#imgInp {
    margin-left: 0;
    padding: 0;
    background: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 20;
}
.upload-btn-sd {
    height: 50px;
    background-color: #DEE7F3;
    border: 1px solid #093B78;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    line-height: 50px;
    color: #093B78;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
}


.fr-upload-input{ padding-bottom: 20px; }
.submit_btn-ap{ box-shadow: none; border:none; outline: 0; background-color: #017FFF; max-width: 250px; width: 100%; display: block; margin: 0 auto; height: 50px; border-radius: 8px; color: #fff; font-size: 18px; font-weight: 600; text-align: center; text-transform: uppercase; }
.submit_btn-ap:hover{background-color: #093B78;}

.submit_btn-ap::focus{outline: none; box-shadow: none;}

.cancel-btn-red{ position: absolute; top: 6px; right: 3px;z-index: 50;width: 16px; display: block; height: 16px;  }
.cancel-btn-red img{ width: 14px; display: block; }




.ndis-logo-pp{ text-align: left; margin-bottom: -10px; }
.ndis-logo-pp img{ max-width: 50px; }
.pp-logo{text-align: left; margin-bottom: 20px;}
.pp-logo img{ max-width: 200px; }


.fr-label{ font-size: 16px; line-height: 24px; color: #000; font-weight: 400; margin-bottom: 5px; }
.fr-label span{ color: #6B2976; }



.popup-cm .fr-common-input{ margin-bottom: 10px; }
.text-center{ text-align: center; }
.pp-center-block{ max-width: 105px; width: 100%; margin: 0 auto 15px; display: block; text-align: center; }
.pp-center-block img{ display: inline-block; }

.popup-cm .submit_btn-ap{ background-color: #03b5cc; }

.pp-tittle-center h3{font-size: 20px; line-height: 28px; color: #000; font-weight: 600; margin-bottom: 10px; text-align: center;}


.cm-banner-content-inner h3.custom-text{ display: inline-flex; line-height: 42px; max-width: 680px; width: 100%;    padding: 10px 15px 10px 15px; }


.blue-section{ background-color: #0A66C2;  }
.blue-section p {
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
}
.qs-margin-15{margin-top: 15px; margin-bottom: 15px;}

.blue-section p:last-child{ margin-bottom: 0px; }



.success-container{ max-width: 600px; width: 100%; margin: 0 auto; padding: 0px 0px 0px 0px; }
.success-icon{ text-align: center; margin: 0px 0px 20px 0px; }
.success-icon img{ display: block; margin: 0 auto; max-width: 200px; }
.block-info-sc{ text-align: center; }
.block-info-sc h3{margin: 0px 0px 15px 0px; font-size: 36px; line-height: 44px; color: #001054; font-weight: 600;}
.block-info-sc p{margin: 0px 0px 30px 0px; font-size: 20px; line-height: 32px; color: #1C1C1C; font-weight: 400;}
.center-btn-hm{ text-align: center; }
.center-btn-hm a{ display: inline-block; background-color: #0A66C2; height: 60px; line-height: 60px; color: #fff; font-size: 18px; font-weight: 700; text-transform: uppercase; border-radius: 6px; padding: 0px 30px 0px 30px; }



.search_block{ padding-right: 50px; margin-bottom: 20px; }
.search-input{
    display: block;
    outline: 0 none;
    resize: none;
    width: 100%;
    box-shadow: none;
    border-radius: 4px 0px 0px 4px;
    padding: 0px 0px 0px 15px;
    background-color: #fff;
    border: 1px solid rgba(9,59,120,.5);
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 50px;
    font-style:normal;
    /*margin: 0px 0px 15px 0px;*/
    font-weight: 400;
}
.search-input:focus{ outline: 0;box-shadow: none;  }
.search_submit{ position: absolute; right: 0px; top: 0px; width: 50px; height: 50px; background: #0A66C2 url(images/search-bg.svg) no-repeat center center; border:none; box-shadow: none; outline: 0; text-indent: -999999px; border-radius: 0px 4px 4px 0px; }


.fl-right-section{ float: right; margin-bottom: 20px; }


.calendar-view-btn{ float: left; display: inline-block; margin: 0px 0px 0px 0px; }
.calendar-view-btn a{ display: inline-block; height: 50px; line-height: 50px; background-color: #0A66C2; padding: 0px 20px 0px 20px; font-size: 16px; color: #fff; border-radius: 4px; }
.calendar-view-btn a span{ display: inline-block; padding-right: 6px; }
.calendar-view-btn a span img{ margin-top: -3px; }

.view-link-list{ float: left; display: inline-block;}
.view-link-list a{ display: inline-block; width: 50px; height: 50px; margin-left: 10px; border:2px solid #0A66C2; border-radius: 4px; }
.view-link-list a.list-view{background: url(images/list-bg.svg) no-repeat center center;}
.view-link-list a.grid-vie{background: #0A66C2 url(images/grid-bg.svg) no-repeat center center;}


.filter-tittle{ background-color: #0A66C2; border-radius: 8px; color: #fff; font-size: 18px; line-height: 50px; padding: 0px 0px 0px 15px; margin-bottom: 15px; }

.location-section{ margin-bottom: 15px; }
.filter-section .select_block .chosen-container-single .chosen-single{ background-color: #6B2976; border-color: #6B2976; color: #fff; border-radius: 8px; }
.filter-section .select_block .chosen-container-single .chosen-single::after{ display: none; }
.filter-section .select_block .chosen-container-single .chosen-single div b {
    background: url(images/arrow-down-white.svg) no-repeat center center !important; background-size: 20px !important;

}
.filter-section .select_block .chosen-container .chosen-results li.highlighted {
    background-color: #6B2976; color: #fff;
}



.pb-30{ padding-bottom: 50px; }



.accordion-item{ margin-bottom: 15px; }
.accordion-item:not(:first-of-type) {
    border-top:2px solid #0A66C2; !important;
}


.accordion-button:not(.collapsed){ background-color: transparent; }
.accordion-button:focus{ box-shadow: none; }

.accordion-button:not(.collapsed){ box-shadow: none; }

.accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.accordion-item {
    background-color: #fff;
    border: 2px solid #0A66C2;
    border-radius: 8px;
}

.accordion-item:last-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}
.accordion-body {
    padding: 0px 15px 12px 15px;
    overflow: hidden;
}




.check-list ul{ margin: 0px 0px 0px 0px; width: 100%; float: left; display: block; padding: 0px 0px 0px 15px; }
.check-list ul li{ float: left; display: block; width: 100%; }



.skill-content p{ text-align: justify; }


.single-event-block{ display: flex; justify-content: space-between;align-items: flex-start; margin-bottom: 20px; }
.event-date{ width: 150px; min-height: 175px; background-color: #0A66C2; border-radius: 15px; text-align: center; padding: 10px 0px 10px 0px; display: flex; align-items: center;}
.event-date span{ display: block; width: 100%; }
.event-date span.date-ev{ font-size: 60px; line-height: 64px; color: #fff;font-family: 'VerdanaProBold';  }
.event-date span.my-ev{ font-size: 24px; line-height: 32px; color: #fff;  }



.event-info-content{
    flex: 1;
    display: flex;
    padding-left: 20px;
    width: calc(100% - 150px);
    align-items: baseline;
    }


.event-info-cn-inner{width: 100%; float: left; display: block;}
.photo-sc{ position: relative; padding-bottom: 175px; }

.photo-sc img{
    width: 100%;
    display: block;
    border-radius: 15px !important;
    position: absolute;
    height: 100%;
    object-fit: cover;
    -webkit-transform-style: preserve-3d;
}



.event-photo-cm{ width: 40%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 0px 20px 0px 0px; }
.event-info-dsp{ width: 60%; float: left; display: block;margin: 0px 0px 0px 0px; padding: 20px 20px 20px 20px; min-height: 175px; border-radius: 15px; display: flex; align-items: center;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.33);
-moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.33);
box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.33);
  }



.event-info-dsp h3{font-family: 'VerdanaProBold'; font-size: 20px; line-height: 24px; color: #000; margin: 0px 0px 0px 0px;}
.event-info-dsp p{font-family: 'VerdanaProRegular'; font-size: 16px; line-height: 24px; color: #000; margin: 0px 0px 12px 0px;}

.event-info-dsp h4{font-family: 'VerdanaProBold'; font-size: 20px; line-height: 24px; color: #0A66C2; margin: 0px 0px 5px 0px;}
.event-info-dsp h4 a{color: #0A66C2; text-decoration: none;}

.event-info-dsp span{
  float: right;
  font-size: 18px;
  line-height: 36px;
  color: #ffe013;
  font-weight: 700;
  font-family: 'VerdanaProRegular';
  padding: 0px 10px 0px 10px;
  background-color: #dc1716;
  border-radius: 10px;
}

.load-btn{ padding: 10px 0px 10px 0px; }
.load-btn a{ display: inline-block; float: right; font-size: 20px; line-height: 36px;font-family: 'VerdanaProBold'; background-color: #6B2976; border-radius: 15px; color: #fff; text-rendering: unset; padding: 0px 10px 0px 10px; }




#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.fc .fc-scrollgrid{border-top:1px solid #0A66C2;border-left:1px solid #0A66C2;}
.fc-theme-standard{ border-color:#0A66C2;  }
.fc-theme-standard td, .fc-theme-standard th {
    border:1px solid #0A66C2;
}

.fc-theme-standard th {
    color: #000;
    font-size: 18px;
    line-height: 36px;
    font-family: 'VerdanaProBold';
    border:none;
    border-bottom:1px solid #0A66C2;
}
.fc-theme-standard th:last-child{border-right:1px solid #0A66C2;}

.fc-theme-standard th .fc-scrollgrid-sync-inner a{color: #000;}

.fc-theme-standard td{
    font-family: 'VerdanaProBold';
    color: #000;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.fc .fc-daygrid-day-frame{ text-align: center; }
.fc .fc-daygrid-day-top{ justify-content: center; }
.fc .fc-daygrid-day-top{
    font-size: 18px;
    line-height: 30px;
}

.fc .fc-daygrid-day-top a{color: #000;}


.calendar-section-cm .fc-event-title{
    display: flex;
    padding-left: 5px;
    width: calc(100% - 50px);
    font-size: 12px;
    line-height: 16px;
    font-family: 'VerdanaProRegular';
    color: #fff;
}

.img-thumbnail{ padding: 0px; border:none; }


.fc .fc-toolbar-title {
    font-family: 'VerdanaProBold';
    font-size: 48px;
    margin: 0px;
    color: #0A66C2;
}


.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 50px;
}



.calendar-section-cm .fc .fc-button-primary{ background-color: #0A66C2;text-transform: capitalize; }





.calendar-section-cm a.fc-event{
    text-decoration: none;
    background-color: #0A66C2;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 2px;
}


.calendar-section-cm a.fc-event:hover {
    text-decoration: none;
    background-color: #0A66C2;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
}


a.fc-event-primary{
    text-decoration: none;
    background-color: #0A66C2;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
}







.contact-section-cm .form-tittle h3{ display: inline-block; float: left; }

.contact-section-cm .form-tittle span{
    float: right;
    display: inline-block;
    margin: 0px 0px 15px 0px;
    font-size: 18px;
    line-height: 36px;
    color: #ffe013;
    font-weight: 700;
    font-family: 'VerdanaProRegular';
    padding: 0px 10px 0px 10px;
    background-color: #dc1716;
    border-radius: 10px;
}



.pp-section{ padding: 100px 0px 70px 0px; }

.pp-section h4{margin: 0px 0px 30px 0px; font-size: 24px; line-height: 34px; color: #000; font-family: 'VerdanaProBold';}
.pp-section p{margin: 0px 0px 30px 0px; font-size: 18px; line-height: 28px; color: #000;font-family: 'VerdanaProRegular';}
.pp-section h5{margin: 0px 0px 0px 0px; font-size: 18px; line-height: 28px; color: #000;font-family: 'VerdanaProRegular';}

.pp-section ul{ margin: 0px 0px 30px 0px; padding: 0px 0px 0px 10px; }
.pp-section ul li{font-size: 18px; line-height: 28px; color: #000; padding-left: 25px; font-family: 'VerdanaProRegular'; background: url(images/bullet-black2.png) no-repeat left 11px;}



.calender-tittle-top{ margin-bottom: 50px; display: flex; justify-content: space-between; align-items: baseline; }
.month-tittle{ font-size: 150px; line-height: 140px;font-family: 'VerdanaProBold'; color: #0A66C2; display: inline-block; }
.year-tittle{font-size: 50px; line-height: 50px;font-family: 'VerdanaProBold';color: #0A66C2; display: inline-block;}




.calendar-section-cm .calendar-view-btn a span{ width: 35px; }















































input[type='checkbox'] {
    display: none;
}

.category-check label {
    font-size: 17px;
    font-weight: normal;
    cursor: pointer;
    padding-left: 38px;
    line-height: 24px;
    width: 100%;
    min-height: 30px;
    margin: 0;
    color: #323F48;
    background: url(images/uncheck.svg) no-repeat left 5px;
    font-weight: 400;
}

.category-check input[type='checkbox']:checked + label {
    opacity: 1;
    background: url(images/checked.svg) no-repeat left 5px;
}





input[type='radio'] {
    display: none;
}

.radio-check-block label {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    padding-left: 40px;
    line-height: 26px;
    width: 100%;
    min-height: 26px;
    margin: 0;
    color: #000;
    background: url(images/radio-uncheck.svg) no-repeat left center;
    font-weight: 400;
}

.radio-check-block input[type="radio"]:checked + label {
    opacity: 1;
    background: url(images/radio-check.svg) no-repeat left center;
}







/*======================================= request a phone call popup ================================*/

.common-popup .modal-dialog{width: 750px;max-width: 94%;margin: 30px auto;}
.common-popup .modal-content{border: none;box-shadow: none;border-radius: 0;border-radius: 8px;overflow: hidden;}
.common-popup .modal-header{border:none;padding: 10px 0px 10px 0px;background-color: transparent;}
.common-popup .close {width: 28px;height: 28px;position: absolute;right: 20px;top: 30px;background: url(images/ic20-close.svg) no-repeat center center;opacity: 1;z-index: 99;border-radius: 50%;border:none;}
.common-popup .modal-body {padding: 40px 50px 40px 50px;}



/*======================================= sticky header start ================================*/
/*body.sticky_white_header {
    padding-top: 0;
}

.sticky_white_header .header{background-color: transparent;   transition: all 0.3s ease-in-out;  position: fixed; top: 0px; padding: 20px 0px 20px 0px; }
.sticky_white_header .logo{ width: 100px; transition: all 0.5s ease-in-out;    }
.sticky_white_header .logo span{ }
.sticky_white_header .navbar-expand-lg .navbar-nav .nav-link{ font-size: 16px; }*/

/*======================================= sticky header end ================================*/




.select_block.fr-common-input{ margin-bottom: 15px; }

/*======================================= selectbox multi ================================*/
.select_block .chosen-container.chosen-container-multi{
    min-height: 50px;
    border: 1px solid rgba(9,59,120,.5);
    width: 100%;
    background-color: #fff;
    border-radius: 4px;


}
.select_block .chosen-container.chosen-container-multi .chosen-choices{border:none; box-shadow: none;outline: none; min-height: 48px !important; padding-left: 15px !important;border-radius: 4px; background: url(images/select-down-arrow.svg) no-repeat right 15px center !important; padding-right: 30px;}
.select_block .chosen-container.chosen-container-multi .chosen-choices .search-field{ border:none; box-shadow: none;outline: none; }
.select_block .chosen-container-multi .chosen-choices li.search-choice{ background-color: #017FFF; border:none; box-shadow: none; outline: 0; line-height: 33px; font-size: 16px; font-weight: 400;color: #fff; padding-left: 12px; padding-right: 24px; background-image: none;    margin: 5px 5px 5px 0; }
.select_block .chosen-container-multi .chosen-choices li.search-field input[type="text"]{ margin-top: 10px; font-size: 16px; font-weight: 400; }
.select_block .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{    background: url(images/cancel-white-bg.svg) no-repeat !important;background-position: 0 0px; top: 12px; right: 4px;}
.select_block .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: 0 0px;
}

/*======================================= selectbox 9 ================================*/


/*======================================= selectbox 9 ================================*/

.select_block .chosen-container {
    width: 100% !important;
    margin-bottom: 0px;
}
.select_block .chosen-container-single .chosen-single div b {
    background: url(images/select-down-arrow.svg) no-repeat center center !important;
    width: 30px;
    height: 100%;
    margin-right: 0px;
}
.select_block .chosen-container-single .chosen-single div {
    width: 30px;
    height: 50px;
}
.select_block .chosen-container-single .chosen-single {
    height: 50px;
    border: 1px solid rgba(9,59,120,.5);
    background: #fff;
    line-height: 50px;
    text-align: left;
    font-family: 'VerdanaProRegular';
    font-size: 16px;
    color: #323F48;
    padding: 0 40px 0 15px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.3);
    width: 100%;
    font-weight: 400;
    box-shadow: none;
}
.select_block .chosen-container-single .chosen-single::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.select_block .chosen-container .chosen-results li.highlighted {
    background-color: #00497D; color: #fff;
    background-image: none;
}

.select_block .chosen-container .chosen-results li {
    background: none;
    padding-left: 10px;
    padding-right: 10px;
}
.select_block .chosen-container .chosen-drop {
    width: 100%;
}

.select_block .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 5px;
    top: 0px;
}

.select_block .chosen-container .chosen-results {
    color: #444;
    padding-left: 0px;
}

.select_block .chosen-container-single .chosen-drop {
    margin-top: 1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
    background-color: #eeeeee;
}
.select_block .chosen-container .chosen-results li {
    font-family: 'VerdanaProRegular';
    font-size: 16px;
    line-height: 26px;
    background-color: #f5f5f5;
    text-align: left;
    font-weight: 500;
    color: #323F48;
}
.select_block .chosen-container .chosen-results {
    margin: 0 0px 0px 0;
    background-color: #eeeeee;
}

.select_block .chosen-container-single .chosen-single span{ margin-right: 0px; }
.select_block .chosen-container .chosen-drop{ border:none; }



.hidden {
    display: none;
}


/*======================================= side menu ================================*/

.mobile_menu {
    position: absolute;
    right: auto;
    top: 50%;
    width: 35px;
    right: 0px;
    margin-top: -16px;
    z-index: 10;
}
.mobile_menu a {
    display: block;
    width: 32px;
    height: 32px;
    background: url(images/Hamburger.svg) no-repeat center center;
    border: none;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {

div#sidebar_content .sidebar_content {
    width: 80%;
    background: #fff;
    float: left;
}

div#sidebar_content .sidebar_content {
    position: relative;
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

#mobile_nav_wrapper {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 0px 20px;
}
#mobile_nav_wrapper .dropdown-toggle::after {
    display: none;
}

#mobile_nav_wrapper .nav-link {
    padding-left: 0px;
    position: relative;
}
#mobile_nav_wrapper > ul {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#mobile_nav_wrapper > ul > li {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/*#mobile_nav_wrapper .dropdown-menu{ position: relative !important; width: 100%; float: left; top: auto; }*/
#mobile_nav_wrapper .dropdown-menu {
    width: 100%;
    float: left;
    background-color: transparent;
    transform: none !important;
}

#mobile_nav_wrapper .navbar-nav .open .dropdown-menu {
    position: static !important;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}
#mobile_nav_wrapper .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

#mobile_nav_wrapper .open > .dropdown-menu {
    display: block;
}

#mobile_nav_wrapper .dropdown-menu {
    top: 100%;
}







    /*.menu_active div#sidebar_content {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 320px;
        z-index: 99999;
    }*/
    div#sidebar_content {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 360px;
        z-index: 99999;
        transform: translateX(100%);
        transition: all 0.3s ease-in-out;
        font-family: 'VerdanaProRegular';
    }
    .menu_active div#sidebar_content {

        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        display: block !important;
        width: 360px;
        z-index: 99999;
        transform: unset;
    }

    .menu-overlay {
        background: rgba(0, 73, 123, 0.6);
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
        position: fixed;
        left: 0px; top: 0px;
    }

    div#sidebar_content .sidebar_content {
        width: 100%;
        background-color: #0A66C2;
        float: left;

    }

    a#sidebar_hide {
        width: 30px;
        height: 30px;
        position: absolute;
        left: auto;
        display: inline-block;
        z-index: 999;
        top: 25px;
        right: 20px;
    }

    a#sidebar_hide::before {
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(45deg);
        top: 12px;
        content: "";
        background: #fff;
    }

    a#sidebar_hide::after {
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        display: inline-block;
        z-index: 999;
        transform: rotate(-45deg);
        top: 12px;
        content: "";
        background: #fff;
    }

    .sidebar_content a#sidebar_hide:hover{ opacity: 0.6; }

    .sidebar_content_inner {
        width: 100%;
        float: left;
        height: auto;
        padding: 0;
    }

    .panner_top {
        width: 100%;
        float: left;
        height: auto;
        padding: 20px 40px 20px 40px;
        text-align: center;

    }

    .author_img {
        width: 50px;
        height: 50px;
        background: #fff;
        display: inline-block;
        border-radius: 50%;
        position: relative;
    }

    .author_img img {
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        max-width: 50px;
    }
    ul.logout_part li {
        display: inline-block;
        margin: 0 10px;
    }

    .panner_top li a {
        color: #fff;
        font-size: 18px;
    }

    div#sidebar_content .top_menu {
        display: block;
        padding: 10px 0 0;
        position: fixed;
        top: 172px;
        bottom: 48px;
        overflow: auto;
    }

    div#sidebar_content ul.top_menu.singout_menu {
        top: 120px;
    }

    div#sidebar_content .top_menu li {
        display: block;
        margin-bottom: 0;
        padding: 11px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        width: 100%;
    }

    div#sidebar_content .top_menu li a {
        display: inline-block;
        font-size: 18px;
        color: #111;
    }

    .copyright_block {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
        background: #0e8e57;
        color: #fff;
        line-height: 48px;
        font-size: 14px;
    }

    #sidebar_content .top_menu {
        width: 100%;
        float: left;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    #sidebar_content .navbar-nav > li > a {
        padding-top: 0px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    #sidebar_content .navbar-nav > li {
        margin-bottom: 5px;
    }
    #sidebar_content .navbar-nav > li > a {
        font-size: 18px;
        color: #fff;
        line-height: 40px;
        font-weight: 700;
        background: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        padding-top: 0;
        transition: none;
        display: inline-block;
        background-color: transparent;
        font-family: 'VerdanaProRegular';
        letter-spacing: 0em;
        position: relative;
        text-transform: uppercase;
    }
    #sidebar_content .navbar-nav > li > a:hover{ background-color:transparent; color: #fff }
    #sidebar_content .navbar-nav > li.active > a{ background-color: #C3DCE4;color: #00497B }

    #sidebar_content .navbar-nav > li.accessibility-link > a{  width: 60px; padding-right: 0px;}


    #sidebar_content .navbar-nav > li > a.dropdown-toggle{background: url(images/arow-drop-white.svg) no-repeat right center; padding-right: 15px;}

    #sidebar_content .navbar-nav > li > a.dropdown-toggle:hover{background:#00497B url(images/arow-drop-white.svg) no-repeat right center; padding-right: 15px; color: #fff;}
    #sidebar_content .navbar-nav > li.active > a.dropdown-toggle{ background:#00497B url(images/arow-drop-white.svg) no-repeat right center; padding-right: 15px; color: #fff; }

    #sidebar_content .dropdown-toggle.show{background:#00497B url(images/toggle-arrow.svg) no-repeat right center !important;}

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 36px;
        font-weight: 400;
    }

    .logo {
        text-align: left;
    }

    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        color: #212529;
    }

    .sidebar_content .logo {
        float: left;
    }

    #mobile_nav_wrapper .dropdown-menu{ border:none; padding: 0px 0px 0px 15px; }

    #mobile_nav_wrapper .dropdown-item{ color: #fff; font-size: 16px;font-family: 'VerdanaProRegular'; letter-spacing: 0.2em; text-transform: uppercase; }
    #mobile_nav_wrapper .dropdown-item:focus, #mobile_nav_wrapper .dropdown-item:hover{ background-color: transparent;color: #fff; }


.sidebar_content .logo{}
.sidebar_content .logo span{ display: block; text-align: right;letter-spacing: -0.02em; color: #fff;font-size: 19.6154px; height: 22px; font-style: italic;font-family: 'VerdanaProRegular';  }



.sidebar-bottom-content{ position: relative; width: 100%; float: left; display: block; padding-top: 66px; }
.sidebar-bottom-inner{ width: 100%; float: left; display: block; margin: 0px 0px 0px 0px; padding: 29px 100px 88px 40px; position: relative; background-color: #D6E7C8; }

.sidebar-bottom-inner::before{ content: ''; position: absolute; left: 0px; top: -65px; width: 100%; height: 66px;background: url(images/top-ds.png) no-repeat center center; background-size: cover;}
.sdb-block{ max-width: 220px; width: 100%; float: left; display: block; }

.sdb-block h3{ margin: 0px 0px 23px 0px; font-size: 20px; line-height: 28px; font-weight: 700; color: #323F48;}











.common-nav-bar{width: 100%; float: left; display: block; margin: 0px 0px 30px 0px; padding: 0px 0px 30px 0px; position: relative;font-family: 'VerdanaProRegular'; }
.common-nav-bar::before{ content: ''; position: absolute; left: 15px; bottom: 0px; width: 44px; height: 1px; background-color: #fff; }

.common-nav-bar:last-child{ margin-bottom: 0px; padding-bottom: 10px; }
.common-nav-bar:last-child::before{ display: none; }

.common-nav-bar .container-fluid{ display: block; width: 100%; padding: 0px; }

.common-nav-bar h3{margin: 0px 0px 10px 0px; font-size: 16px; line-height: 32px; font-weight: 700; color: #fff;letter-spacing: 0.2em; text-transform: uppercase; padding-left: 15px;}



.sidebar_content .phone-info-single-block{ padding: 20px 10px 0px 20px; border-top: 1px solid #B8680D; }
.sidebar_content .phone-info-single-block ul li{ width: 100%; float: left; display: block; margin: 0px 0px 8px 0px; }
.sidebar_content .cn-text{ color: #fff; font-size: 18px; }
.sidebar_content .cn-text a {
    color: #fff;
}

.sidebar_content .flag-bg{ width: 34px; }
.sidebar_content .cn-text{width: calc(100% - 34px);}



}









/*======================================== side menu end =============================*/

/*======================================== Responsive Design =============================*/

@media only screen and (max-width: 429px) {





}



@media only screen and (max-width: 479px) {



body{ padding-top: 0px !important; }


.block-link a{ font-size: 12px;    padding: 0px 10px 0px 10px; }

.skill-content h2 {
    font-size: 38px !important;
    line-height: 40px !important;
}

.tittle-center h2 {
    font-size: 32px !important;
    line-height: 34px !important;
}

.contact-form-section {
    padding: 40px 20px 40px 20px;
}
.form-tittle h3{ font-size: 20px; }
.common-popup .modal-body {padding: 20px 20px 20px 20px;}

.block-info-sc h3{margin: 0px 0px 15px 0px; font-size: 24px; line-height: 32px;}
.block-info-sc p{margin: 0px 0px 30px 0px; font-size: 16px; line-height: 24px;}




.single-event-block{ display: block; width: 100%; float: left;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.33);
    padding: 15px 15px 15px 15px;
    border-radius: 15px;
 }
 .event-date{ width: 100%; min-height: 150px; display: block; float: left; margin-bottom: 15px; }
.event-info-content{ padding-left: 0px; display: block; width: 100%; flex: none; }
.photo-sc {padding-bottom: 150px;}
.event-photo-cm{ padding-right: 0px; width: 100%; float: left; display: block; margin-bottom: 15px; }
.event-info-dsp{ width: 100%; float: left; display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
    padding: 0px 0px 0px 0px;
    min-height: auto;
}

.fc-theme-standard th { font-size: 12px; }
.fc .fc-daygrid-day-top {font-size: 12px;line-height: 20px;}

.fc .fc-toolbar-title {
    font-size: 1em;
    margin: 0px;
}

.fc-theme-standard td{ padding-bottom: 10px; }
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{ bottom: -8px; }

.blue-section p {
    font-size: 16px !important;
    line-height: 22px !important;
}

.month-tittle{ font-size: 50px; line-height: 50px; }
.year-tittle{ font-size: 30px; line-height: 30px; }

.cm-banner-content-inner h3.custom-text{ line-height: 24px !important; }



}

@media only screen and (max-width: 599px) {

.banner-inner h2{ font-size: 32px; line-height: 40px; }
.banner-inner h3{ font-size: 20px; }

.subpage-content-inner h2{ font-size: 32px; line-height: 40px; }
.subpage-content-inner h3{ font-size: 17px;}

.cm-banner-content-inner h2{font-size: 32px; line-height: 34px; }
.cm-banner-content-inner h3{font-size: 17px;}


.service-tittle{ font-size: 40px; line-height: 42px; }

.service-bottom-section{ display: block; }
span.sr-text-info{ width: 100%; float: left; display: block;  padding-left: 0px; text-align: center; font-size: 16px; line-height: 18px;}
span.learn-more-link{ width: 100%; float: left; display: block; margin-bottom: 10px; font-size: 16px; }



}

@media only screen and (min-width: 480px) and (max-width: 639px) {




.banner-inner h2{ font-size: 40px; line-height: 46px; }
.banner-inner h3{ font-size: 24px; }


.subpage-content-inner h2{ font-size: 40px; line-height: 42px; }
.subpage-content-inner h3{ font-size: 26px;}

.cm-banner-content-inner h2{font-size: 40px; line-height: 46px;}
.cm-banner-content-inner h3{font-size: 26px; }

.block-link a{ font-size: 16px; }


.service-tittle{ font-size: 44px; line-height: 44px; }

.service-bottom-section{ display: block; }
span.sr-text-info{ width: 100%; float: left; display: block;  padding-left: 0px; text-align: center; font-size: 18px;}
span.learn-more-link{ width: 100%; float: left; display: block; margin-bottom: 10px; }

.form-tittle h3{ font-size: 20px; }

.common-popup .modal-body {padding: 20px 20px 20px 20px;}

.block-info-sc h3{margin: 0px 0px 15px 0px; font-size: 24px; line-height: 32px;}
.block-info-sc p{margin: 0px 0px 30px 0px; font-size: 16px; line-height: 24px;}




.single-event-block{ display: block; width: 100%; float: left;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.33);
    padding: 15px 15px 15px 15px;
    border-radius: 15px;
 }
 .event-date{ width: 100%; display: block; float: left; margin-bottom: 15px; }
.event-info-content{ padding-left: 0px; display: block; width: 100%; flex: none; }
.event-photo-cm{ padding-right: 0px; width: 100%; float: left; display: block; margin-bottom: 15px; }
.event-info-dsp{ width: 100%; float: left; display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
    padding: 0px 0px 0px 0px;
    min-height: auto;
}

.fc-theme-standard th { font-size: 14px; }
.fc .fc-daygrid-day-top {font-size: 12px;line-height: 14px;}

.fc .fc-toolbar-title {
    font-size: 18px;
}

.month-tittle{ font-size: 60px; line-height: 60px; }



}
@media only screen and (min-width: 640px) and (max-width: 767px) {



.banner-inner h2{ font-size: 50px; line-height: 50px; }
.banner-inner h3{ font-size: 30px; }

.subpage-content-inner h2{ font-size: 50px; line-height: 50px; }
.subpage-content-inner h3{ font-size: 30px; }

.cm-banner-content-inner h2{font-size: 60px; line-height: 62px;}
.cm-banner-content-inner h3{font-size: 30px; }


.service-tittle{ font-size: 44px; line-height: 44px; }
span.sr-text-info{ font-size: 18px; }
span.learn-more-link{ font-size: 16px; }



.fc-theme-standard th { font-size: 16px; }
.fc .fc-daygrid-day-top {font-size: 16px;line-height: 26px;}

.fc .fc-toolbar-title {
    font-size: 24px;
}

.month-tittle{ font-size: 90px; line-height: 90px; }

.event-info-dsp span{ float: left;}

}
@media only screen and (max-width: 767px) {
.container { width: 100%;max-width: 100%;}

.logo{ width: 150px; }

/*body{ padding-top: 101px; }
body.sticky_white_header {
    padding-top: 101px;
}*/



.home-banner > .container, .home-banner > .container > .row, .home-banner > .container > .row > .col-12 {
    position: unset;
}
.ndis-photo{ bottom: 50px; right: 30px; }

.banner-inner{ max-width: 100%; padding-left: 18px; padding-right: 18px; }

.subpage-content-inner{max-width: 100%; padding-left: 18px; padding-right: 18px;}

.daily-living-skill-section {
    padding: 30px 18px 30px 18px;
}
.photo-common{ margin-bottom: 20px; }
.skill-content{ max-width: 100%; }

.skill-content h2{ font-size: 40px; line-height: 42px; }
.Community-Participation {
    padding: 30px 18px 30px 18px;
}


.qs-padding{padding: 50px 18px 50px 18px;}
.tittle-center h2{font-size: 40px; line-height: 42px;}

.link-group{ display: block; justify-content: none; }
.link-single{ width: 100%; float:left ;  display: block; margin-bottom: 20px; text-align: center; padding-left: 0px; padding-right: 0px; }
.skill-content p{ font-size: 18px; line-height: 26px; }

.link-single a{ width: 100%; font-size: 18px; }

.footer-full-row{ display: block; }
.ftr-col-1{ width: 100%; float: left; display: block; text-align: center; margin-bottom: 25px; }
.ftr-social{ width: 100%; float: left; display: block;margin-bottom: 15px;  }

.gripas-block{width: 100%; float: left; display: block; text-align: center;}

.home-banner{ padding-top: 75px; min-height: 550px; }
.subpage-banner{ padding-top: 75px; }

.home-banner .ndis-photo{ bottom: 30px; }
.subpage-content{ min-height: 475px;}

.about-us-section-top{ padding: 50px 18px 50px 18px; }
.about-us-section-top p{margin: 0px 0px 20px 0px; font-size: 18px; line-height: 26px; }

.grip-inner{ float: none; position: relative; bottom: auto; right: auto;margin: 0 auto;  }
.gipas-photo{ float: none; display: inline-block; width: auto; }


.cm-banner{ padding-top: 75px; }
.cm-banner-content-inner{max-width: 100%; padding-left: 18px; padding-right: 18px;}


.cm-banner .ndis-photo {
    bottom: 20px;
}


.sub-tittle-section {
    padding: 50px 18px 0px 18px;
}
.subtittle-block {
    padding-bottom: 20px;
}
.subtittle-block h3{ font-size: 50px; line-height: 52px; }


.sub-content-block ul{ width: 100%; }
.register-btn{ position: relative; top: auto; right: auto; transform:none; padding-top: 20px;}


.contact-section-cm{ padding-left: 18px; padding-right: 18px; }



.event-list-section{ padding-left: 18px; padding-right: 18px; }
.blue-section{padding-left: 18px; padding-right: 18px; }
.pb-30 {
    padding-bottom: 15px;
}


.blue-section p{ font-size: 20px; line-height: 26px; }



.gripas-block h3{ text-align: left; }
.pp-section{ padding: 40px 18px 20px 18px; }

.pp-section h4{margin: 0px 0px 20px 0px; font-size: 20px; line-height: 30px;}
.pp-section p{ margin-bottom: 20px; }
.pp-section ul{ margin-bottom: 20px; }

.calender-tittle-top{ margin-bottom: 0px; width: 100%; float: left; display: block;}
.month-tittle{width: 100%; float: left; display: block; margin-bottom: 15px;}
.year-tittle{width: 100%; float: left; display: block;}

.calendar-section-cm .fl-right-section{ float: left; margin-left: 0px; }



}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.container {width: 750px;}
.logo{ width: 100px; }


.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0px 4px 0px 4px;
}
.navbar-expand-lg .navbar-nav .nav-link{ font-size: 14px; padding: 0px 5px 0px 5px;}


.banner-inner{ max-width: 66%; }
.banner-inner h2{ font-size: 50px; line-height: 50px; }
.banner-inner h3{ font-size: 28px; }


.skill-content h2{ font-size: 50px; line-height: 52px; }
.tittle-center h2{font-size: 50px; line-height: 52px; }
.block-link a{ font-size: 14px; }

.subpage-content-inner h2{ font-size: 50px; line-height: 50px; }
.subpage-content-inner h3{ font-size: 30px; }

.cm-banner-content-inner h2{font-size: 65px; line-height: 68px;}
.cm-banner-content-inner h3{font-size: 30px; }

.ftr-block-cp{ padding-left: 130px; padding-right: 130px; }
.ftr-col-1 p{ font-size: 14px; line-height: 20px; }

.service-tittle{ font-size: 55px; line-height: 55px; }


.event-date{ width: 100px; }
.event-info-content{width: calc(100% - 100px); padding-left: 10px;}
.event-date span.date-ev{ font-size: 55px; }
.event-photo-cm{ padding-right: 10px; }
.event-info-dsp{    padding: 15px 10px 15px 10px;}
.event-info-dsp h3{ font-size: 18px; line-height: 22px; }


.category-check label{ padding-left: 30px; font-size: 14px; }
.check-list ul{ padding-left: 5px; }


.fc .fc-toolbar-title {
    font-size: 36px;
}

.month-tittle{ font-size: 90px; line-height: 90px; }


.event-info-dsp span{ float: left;}


}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }

    .logo img {
    width: 200px;
}

.navbar-expand-lg .navbar-nav .nav-link{ font-size: 16px; }
.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0px 5px 0px 5px;
}

.banner-inner h2{ font-size: 50px; line-height: 50px; }
.banner-inner h3{ font-size: 30px; }

.skill-content h2{ font-size: 65px; line-height: 67px; }
.tittle-center h2{font-size: 65px; line-height: 67px; }

.subpage-content-inner h2{ font-size: 50px; line-height: 50px; }
.subpage-content-inner h3{ font-size: 30px; }


.cm-banner-content-inner h3{font-size: 30px; }

.ftr-block-cp{ padding-left: 130px; padding-right: 130px; }

.ftr-col-1 p{ font-size: 18px; line-height: 24px; }

.service-tittle{ font-size: 75px; line-height: 75px; }



}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {

.container {width: 1170px;}
.banner-inner h2{ font-size: 60px; line-height: 68px; }

.subpage-content-inner h2{ font-size: 60px; line-height: 68px; }


.skill-content h2{ font-size: 70px; line-height: 72px; }

.service-tittle{ font-size: 90px; line-height: 90px; }



}

@media only screen and (min-width: 1440px) and (max-width: 1529px) {

.container {width: 1270px;}
.banner-inner h2{ font-size: 60px; line-height: 68px; }
.subpage-content-inner h2{ font-size: 60px; line-height: 68px; }

.service-tittle{ font-size: 100px; line-height: 100px; }




}


@media only screen and (min-width: 768px) and (max-width: 1529px) {


}






@media only screen and (min-width: 992px){




}



@media only screen and (min-width: 1200px){


.event-wrapper{ padding-left: 50px; }


}






@media only screen and (min-width: 1440px){





}






