/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
body {
    color: #555555;
    font-size: 16px;
    font-family: YuGothic,游ゴシック,"Yu Gothic",'Roboto', Arial, Helvetica, sans-serif;
    word-break: break-word;
    overflow-wrap: break-word;
    text-transform: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: YuGothic,游ゴシック,"Yu Gothic",'Roboto', Arial, Helvetica, sans-serif;
    text-transform: inherit;
}
.main_color strong{
    color: inherit;
}
.av-subheading.av_custom_color{
    opacity: 1;
}
.avia_transform a .image-overlay{
    display: none !important;
}
.wp-block-separator{
    margin: 0 0 0;
}
@media only screen and (max-width: 989px){
    .responsive #top #wrap_all .flex_column.av-break-at-tablet,
    .responsive #top #wrap_all .av-break-at-tablet .flex_cell{
        margin-bottom: 0;
    }
    .responsive #top .container .av-content-small,
    .responsive #top #wrap_all .flex_column,
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px){
    .responsive #top .container .av-content-small,
    .responsive #top #wrap_all .flex_column,
    .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom: 0;
    }
}

/*--header area start--*/
body#top #header_main .logo a,
body#top #header_main .logo a img{
    max-width: 432px;
    width: 100%;
}
body#top #header_main .logo a{
    display: inline-block;
    height: auto !important;
    line-height: normal !important;
    vertical-align: middle;
}
body#top .av-burger-menu-main.menu-item-avia-special{
    padding: 0 0 0 0;
    text-align: center;
    background-color: #008000;
    line-height: normal;
}
body#top .av-burger-menu-main.menu-item-avia-special a{
    padding: 0 0 0 0;
}
.av-hamburger-box{
    width: 28px;
}
.av-hamburger-inner,
.av-hamburger-inner::after,
.av-hamburger-inner::before{
    height: 2px;
}
#top #av-burger-menu-ul{
    vertical-align: top;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li{
    padding: 0 30px 0 30px;
    border: 0;
    transition: all .5s ease-in-out;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li:nth-of-type(1){
    padding-top: 60px;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a{
    position: relative;
    display: block;
    padding: 18px 18px 18px 32px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 1px;
    border-color: #CCCCCC;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul>li:nth-of-type(1)>a{
    border-top: 1px solid #CCCCCC;
}
.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 12px;
    background-image: url('../../uploads/2024/10/icon-menu-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 12px;
    top: 21px;
    left: 10px;
}
body#top #header_main .widget.widget_nav_menu{
    position: absolute;
    padding: 0 0 0 0;
    top: 50%;
    right: 142px;
    transform: translateY(-50%);
}
body#top #header_main .widget_nav_menu ul{
    line-height: normal;
    height: auto;
}
body#top #header_main .widget_nav_menu ul li{
    display: inline-block;
    padding: 0 0 0 30px;
}
body#top #header_main .widget_nav_menu ul li a,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link a{
    position: relative;
    display: inline-block;
    padding: 3px 15px 3px 35px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    height: auto !important;
    line-height: 160% !important;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link a{
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
}
body#top #header_main .widget_nav_menu ul li a::before,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link a::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background-color: #ffffff;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease-in-out;
    z-index: -1;
    opacity: 0;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link a::before{
    background-image: none;
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
}
body#top #header_main .widget_nav_menu ul li a::after,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link a::after{
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url('../../uploads/2024/10/icon-circle-right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    transition: all .5s ease-in-out;
}
body#top #header_main .widget_nav_menu ul li a:hover,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link a:hover{
    color: #008000;
}
body#top #header_main .widget_nav_menu ul li a:hover::before,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link a:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link a:hover::before{
    background-image: none;
    background-position: unset;
    background-repeat: unset;
    background-size: unset;
}
body#top #header_main .widget_nav_menu ul li a:hover::after,
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link a:hover::after{
    background-image: url('../../uploads/2024/10/icon-circle-right-g.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
@media only screen and (min-width: 990px) {
	.html_header_top #top .av_header_stretch .container{
        margin-left: 2%;
        margin-right: 0;
        width: 98%;
    }
    body#top .av-burger-menu-main.menu-item-avia-special{
        max-width: 102px;
        min-width: 102px;
        width: 100%;
    }
	.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link{
        display: none !important;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1199px) {
    body#top #header_main .logo a,
    body#top #header_main .logo a img {
        max-width: 300px;
        width: 100%;
    }
    body#top #header_main .widget_nav_menu ul li{
        padding-left: 10px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1420px) {
    body#top #header_main .widget_nav_menu ul{
        max-width: 480px;
    }
    body#top #header_main .widget_nav_menu ul li{
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 989px) {
	body#top #header_main .widget.widget_nav_menu{
        display: none !important;
    }
	.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.menu-link{
        margin-top: 20px;
    }
	body#top .av-burger-menu-main.menu-item-avia-special{
        background-color: transparent;
    }
}
/*--header area end--*/

/*--home main area start--*/
.html_header_transparency #top #layerslidesection.avia-builder-el-0 .container{
    padding: 0 0 0 0;
    max-width: 100%;
    width: 100%;
}
body#top #layerslidesection .av-special-heading .av-special-heading-tag,
body#top #aboutsection .av-special-heading .av-special-heading-tag,
body#top #informationsection .av-special-heading .av-special-heading-tag,
body#top #professorssection .av-special-heading .av-special-heading-tag,
body#top #coursesection .av-special-heading .av-special-heading-tag{
    font-weight: bold;
    line-height: 130%;
    letter-spacing: normal;
    text-transform: inherit;
}
body#top #layerslidesection .av-special-heading .av-subheading,
body#top #layerslidesection .av-special-heading .av-subheading p,
body#top #informationsection .av-special-heading .av-subheading,
body#top #informationsection .av-special-heading .av-subheading p,
body#top #professorssection .av-special-heading .av-subheading,
body#top #professorssection .av-special-heading .av-subheading p,
body#top #coursesection .av-special-heading .av-subheading,
body#top #coursesection .av-special-heading .av-subheading p{
    font-weight: bold;
    font-family: 'Adobe Caslon Pro', Arial, Helvetica, sans-serif;
    line-height: 120%;
    letter-spacing: normal;
    text-transform: inherit;
}
body#top #linksection .avia-button .avia_iconbox_title,
body#top #informationsection .avia-button .avia_iconbox_title{
    font-weight: bold;
    line-height: 120%;
    letter-spacing: normal;
}
/*--home main area end--*/

/*--home layerslide area start--*/
body#top #layerslidesection.avia-section .template-page .entry-content-wrapper{
    position: relative;
}
body#top #layerslidesection.avia-section .avia-slideshow{
    margin: 0 0 0 0;
}
body#top #layerslidesection .flex_column.contentSection{
    max-width: 668px;
    width: 100%;
    transform: translateX(-50%);
}
body#top #layerslidesection .avia-slideshow li img{
    border-radius: 0;
}
body#top #layerslidesection .flex_column .avia-image-container.slide-title .avia_image{
    max-width: 668px;
    width: 100%;
}
body#top #layerslidesection .flex_column .avia-image-container.slide-subtitle .avia_image{
    max-width: 342px;
    width: 100%;
}
body#top #layerslidesection .flex_column.informationSection{
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 653px;
    width: 100%;
}
body#top #layerslidesection .av-special-heading{
    display: inline-block;
    vertical-align: middle;
    max-width: 125px;
    width: 100%;
    border-right: 1px solid #CCCCCC;
    margin-right: 20px;
}
body#top #layerslidesection .av-special-heading .av-special-heading-tag{
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
body#top #layerslidesection .av-special-heading .av-subheading,
body#top #layerslidesection .av-special-heading .av-subheading p{
    font-family: YuGothic,游ゴシック,"Yu Gothic", Arial, Helvetica, sans-serif;
}
body#top #layerslidesection .template-blog {
    width: calc(100% - 150px);
}
@media only screen and (min-width: 990px) and (max-width: 1199px) {
    body#top #layerslidesection .flex_column .avia-image-container.slide-title .avia_image {
        max-width: 480px;
        width: 100%;
    }
}
@media only screen and (max-width: 989px) {
    .responsive body#top #wrap_all #layerslidesection .flex_column.informationSection{
        display: flex;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .responsive body#top #wrap_all #layerslidesection .flex_column.informationSection{
        flex-direction: column;
    }
    body#top #layerslidesection .av-special-heading{
        max-width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-right: auto;
        border-right: 0;
        border-bottom: 1px solid #CCCCCC;
    }
    body#top #layerslidesection .template-blog{
        width: 100%;
    }
}
/*--home layerslide area end--*/

/*--home about area start--*/
#top #wrap_all #aboutsection{
    padding-top: 90px;
    padding-bottom: 25px;
}
body#top #aboutsection .flex_column .avia-image-container .avia_image{
    max-width: 855px;
    width: 100%;
}
body#top #aboutsection .flex_column .avia_textblock p{
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: normal;
}
body#top #aboutsection .flex_column .avia_textblock p span{
    color: #111111;
}
body#top #linksection .avia-button {
    display: inline-block;
    position: relative;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    overflow: hidden;
}
body#top #linksection .avia-button::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    background-color: #E6F2E6;
    border-radius: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    transition: all .5s ease-in-out;
    z-index: -1;
    opacity: 0;
}
body#top #linksection .avia-button:hover::before{
    width: 100%;
    height: 100%;
    opacity: 1;
}
body#top #linksection .avia-button .avia_iconbox_title {
    display: inline-block;
}
body#top #linksection .avia-button .avia_button_icon {
    position: absolute;
    width: 24px;
    height: 12px;
    left: unset;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}
body#top #linksection .avia-button .avia_button_icon::before{
    display: none;
}
body#top #linksection .avia-button .avia_button_icon::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 12px;
    background-image: url(../../uploads/2024/10/icon-arrow-right-g.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 12px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    overflow: inherit;
    visibility: inherit;
    transition: all .5s ease-in-out;
}
@media only screen and (min-width: 990px) and (max-width: 1299px) {
    body#top #aboutsection .av-special-heading .av-special-heading-tag br{
        display: none;
    }
}
@media only screen and (max-width: 989px) {
    #top #wrap_all #aboutsection{
        padding-top: 60px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 549px) {
    body#top #aboutsection .av-special-heading .av-special-heading-tag br{
        display: none;
    }
}
/*--home about area end--*/

/*--Past professors area start--*/
#top #wrap_all #professorssection{
    padding-top: 90px;
    padding-bottom: 75px;
}
body#top #professorssection .flex_column .avia_textblock p{
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: normal;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
body#top #professorssection .flex_column_table.sc-av_one_fourth{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
    flex-wrap: wrap;
}
body#top #professorssection .flex_column_table.sc-av_one_fourth .flex_column.av_one_fourth{
    width: calc(100%/4);
}
body#top #professorssection .flex_column .avia-image-container .avia_image{
    max-width: 82px;
    width: 100%;
    border-radius: 5px;
}
body#top #professorssection .flex_column.av_one_fourth .av-special-heading{
    text-align: center;
}
body#top #professorssection .av-special-heading h4.av-special-heading-tag{
    margin-bottom: 6px;
}
body#top #professorssection .av-special-heading h4.av-special-heading-tag span{
    display: block;
    font-size: 14px;
}
body#top #professorssection .av-special-heading.av-special-heading-h4 .av-subheading,
body#top #professorssection .av-special-heading.av-special-heading-h4 .av-subheading p{
    font-weight: 500;
    font-family: '游ゴシック', Arial, Helvetica, sans-serif;
}
body#top #professorssection .av-special-heading.av-special-heading-h4 .av-subheading p span{
    display: block;
    margin-bottom: 3px;
    color: #EEA9B0;
    font-weight: normal;
    font-family: 'Adobe Caslon Pro', Arial, Helvetica, sans-serif;
}
@media only screen and (min-width: 1400px) {
    .responsive body#top #professorssection .container{
        max-width: 1490px;
    }
    body#top #professorssection .flex_column.av_one_fourth .avia-image-container{
        display: inline-block;
        margin: 0 auto 0 auto;
        vertical-align: middle;
        max-width: 82px;
        width: 100%;
    }
    body#top #professorssection .flex_column.av_one_fourth .av-special-heading{
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        width: calc(100% - 102px);
        text-align: left;
    }
    body#top #professorssection .av-special-heading h4.av-special-heading-tag span{
        display: inline-block;
    }
}
@media only screen and (max-width: 1199px) {
    body#top #professorssection .flex_column .avia_textblock{
        text-align: left;
    }
}
@media only screen and (max-width: 989px) {
    #top #wrap_all #professorssection{
        padding-top: 60px;
        padding-bottom: 35px;
    }
}
@media only screen and (max-width: 767px) {
    body#top #professorssection .flex_column_table.sc-av_one_fourth .flex_column.av_one_fourth{
        width: calc(100%/2);
    }
    body#top #professorssection .flex_column.av_one_fourth .avia-image-container{
        display: inline-block;
        margin: 0 auto 0 auto;
        vertical-align: middle;
        max-width: 82px;
        width: 100%;
    }
    body#top #professorssection .flex_column.av_one_fourth .av-special-heading{
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
        width: calc(100% - 102px);
        text-align: left;
    }
    body#top #professorssection .av-special-heading h4.av-special-heading-tag span{
        display: inline-block;
    }
}
@media only screen and (max-width: 589px) {
    body#top #professorssection .flex_column_table.sc-av_one_fourth .flex_column.av_one_fourth{
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    body#top #professorssection .av-special-heading h4.av-special-heading-tag span{
        display: block;
    }
}
/*--Past professors area end--*/

/*--History of the course area start--*/
#top #wrap_all #coursesection{
    position: relative;
    padding-top: 93px;
    padding-bottom: 90px;
    background-size: cover;
}
#top #wrap_all #coursesection::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
}
body#top #coursesection .flex_column_table .flex_column{
    position: relative;
    transition: all .5s ease-in-out;
}
body#top #coursesection .flex_column_table .flex_column::before{
    position: absolute;
    content: '';
    width: 69px;
    height: 61px;
    background-color: #008000;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    bottom: 0;
    right: 0;
    overflow: inherit;
    visibility: inherit;
    transition: all .5s ease-in-out;
}
body#top #coursesection .flex_column_table .flex_column::after{
    position: absolute;
    content: '';
    width: 24px;
    height: 12px;
    background-image: url('../../uploads/2024/10/icon-arrow-right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 12px;
    right: 23px;
    bottom: 25px;
    overflow: inherit;
    visibility: inherit;
    transition: all .5s ease-in-out;
}
body#top #coursesection .flex_column_table .flex_column:hover::before{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 128, 0, 0.2);
    border-radius: 5px;
}
body#top #coursesection .flex_column_table .flex_column:hover::after{
    background-image: url('../../uploads/2024/10/icon-arrow-right-g.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 12px;
}
body#top #coursesection .flex_column .avia_textblock h2{
    margin-top: 15px;
    margin-bottom: 5px;
    color: #3B4043;
    font-size: 26px;
    font-weight: bold;
    line-height: 140%;
    letter-spacing: 2px;
    text-transform: inherit;
}
body#top #coursesection .flex_column .avia_textblock h2 span{
    display: inline-block;
    vertical-align: middle;
    color: #EEA9B0;
    font-size: 13px !important;
    font-weight: normal;
    font-family: 'Adobe Caslon Pro', Arial, Helvetica, sans-serif;
    line-height: 140%;
    letter-spacing: normal;
}
body#top #coursesection .flex_column .avia_textblock p{
    margin: 0 0 15px 0;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: normal;
}
body#top #coursesection .flex_column .avia-image-container .avia_image{
    max-width: 230px;
    width: 100%;
    border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
    body#top #coursesection .flex_column .av_textblock_section{
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 250px);
        margin-right: 10px;
    }
    body#top #coursesection .flex_column .avia-image-container{
        display: inline-block;
        vertical-align: middle;
        max-width: 230px;
        width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 989px) {
    body#top #coursesection .flex_column .av_textblock_section{
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 250px);
        margin-right: 10px;
    }
    body#top #coursesection .flex_column .avia-image-container{
        display: inline-block;
        vertical-align: middle;
        max-width: 230px;
        width: 100%;
    }
}
@media only screen and (max-width: 989px) {
	#top #wrap_all #coursesection{
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .responsive #top #wrap_all #coursesection .flex_column{
        float: none;
        clear: both;
        margin: 0 auto 30px auto;
        max-width: 624px;
    }
}
/*--History of the course area end--*/

/*--footer area start--*/
#footer {
    padding-top: 17px;
    padding-bottom: 22px;
}
#footer .widget{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 0;
}
#footer .widget p{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
    letter-spacing: normal;
}
#footer .widget p a{
    color: #FFFFFF;
}
#footer .widget p a:hover{
    color: #E5E5E5;
    text-decoration: underline;
}
#footer .widget p span{
    display: inline-block;
}
body#top #footer .widget ul.menu{
    text-align: center;
}
body#top #footer .widget ul.menu li{
    display: inline-block;
    padding: 0 0 0 0;
    max-width: 146px;
    min-width: 120px;
    width: 100%;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #707070;
}
body#top #footer .widget ul.menu li:nth-of-type(1){
    border-left: 1px solid #707070;
}
body#top #footer .widget ul.menu li a{
    display: block;
    padding: 7px 7px 7px 7px;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: inherit;
    transition: all .4s ease-in-out;
}
body#top #footer .widget ul.menu li a:hover,
body#top #footer .widget ul.menu li.current_page_item a{
    color: #FFFFFF;
}
body#top #footer .widget.widget_media_image a{
    display: block;
    margin: 40px auto 20px auto;
    max-width: 340px;
    width: 100%;
    font-size: 0;
    line-height: normal;
}
body#top #footer .widget.widget_media_image a img{
    max-width: 340px;
    width: 100%;
}
#socket .container {
    padding-top: 20px;
    padding-bottom: 20px;
}
#socket .copyright{
    clear: both;
    float: none;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    line-height: 120%;
    letter-spacing: normal;
}
#scroll-top-link{
    opacity: 1;
    color: #ffffff;
    right: 15px;
    bottom: 20px;
    font-size: 28px;
    background-color: #292929;
    border: 1px solid #707070;
    border-radius: 2px;
}
#scroll-top-link:hover{
    opacity: 1;
    color: #008000;
    background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
@media only screen and (max-width: 767px) {
    body#top #footer .widget ul.menu{
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
        width: 100%;
    }
    body#top #footer .widget ul.menu li{
        margin: 5px 5px;
        border: 1px solid #707070;
    }
    .responsive #top #wrap_all #socket .container{
        padding-right: 60px;
    }
    .responsive #scroll-top-link{
        display: block;
    }
}
/*--footer area end--*/

/*--home information area start--*/
body#top #informationsection{
    padding-top: 90px;
    padding-bottom: 95px;
}
body#top #informationsection .avia-button{
    display: inline-block;
    position: relative;
}
body#top #informationsection .avia-button .avia_iconbox_title{
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #008000;
}
body#top #informationsection .avia-button .avia_button_icon{
    position: absolute;
    width: 38px;
    height: 38px;
    left: unset;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
body#top #informationsection .avia-button .avia_button_icon::before{
    position: absolute;
    content: '';
    width: 38px;
    height: 38px;
    background-color: #008000;
    border-radius: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
body#top #informationsection .avia-button .avia_button_icon::after{
    position: absolute;
    content: '';
    width: 14px;
    height: 7px;
    background-image: url('../../uploads/2024/10/icon-arrow-right.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 7px;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
@media only screen and (min-width: 1200px){
    .responsive body#top #informationsection .container{
        max-width: 1150px;
    }
}
@media only screen and (min-width: 990px) {
    body#top #informationsection .flex_column.first{
        float: none;
        clear: both;
        display: inline-block;
        vertical-align: top;
        max-width: 250px;
        width: 100%;
    }
    body#top #informationsection .flex_column.avia-builder-el-last{
        float: none;
        clear: both;
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 250px);
    }
}
@media only screen and (max-width: 989px) {
	body#top #informationsection{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    body#top #informationsection .av-special-heading{
        text-align: center;
    }
}
/*--home information area end--*/

/*--information lists start--*/
body#top .bloglist-simple.post-entry .entry-content-header,
body#top .fullsize .template-blog .post .entry-content-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 18px 18px 18px;
    max-width: 800px;
    border-bottom: 1px solid #CCCCCC;
}
body#top.blog .fullsize .template-blog .post-title,
body#top.single .fullsize .template-blog .post-title,
body#top.blog .fullsize .template-blog .post .entry-content-wrapper,
body#top.single .fullsize .template-blog .post .entry-content-wrapper,
body#top.blog .bloglist-simple.post-entry .entry-content-header,
body#top.single .fullsize .template-blog .post .entry-content-header,
body#top.blog .bloglist-simple.post-entry .entry-content-header,
body#top.single .fullsize .template-blog .post .entry-content-header,
body#top.single .fullsize .template-blog .post .entry-content-wrapper>*{
    max-width: 1050px;
}
body#top .bloglist-simple.post-entry:nth-of-type(1) .entry-content-header,
body#top .fullsize .template-blog .post:nth-of-type(1) .entry-content-header{
    border-top: 1px solid #CCCCCC;
}
body#top #layerslidesection .bloglist-simple.post-entry .entry-content-header,
body#top #layerslidesection .bloglist-simple.post-entry:nth-of-type(1) .entry-content-header{
    padding: 0 0 0 0;
    flex-direction: column;
    border-top: 0;
    border-bottom: 0;
}
#top .fullsize .template-blog .bloglist-simple .post-meta-infos,
.bloglist-simple .post-meta-infos,
body#top .bloglist-simple.post-entry .post-meta-infos{
    top: unset;
    position: relative;
    margin-right: 40px;
    max-width: 90px;
    width: 100%;
    order: 1;
}
#layerslidesection .bloglist-simple .post-meta-infos,
body#top #layerslidesection .bloglist-simple.post-entry .post-meta-infos{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}
body#top .bloglist-simple.post-entry .post-meta-infos .date-container{
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: 1px;
}
#top .fullsize .template-blog .bloglist-simple .post-title,
.bloglist-simple .entry-content-wrapper .post-title,
#top .fullsize .template-blog .bloglist-simple .post-title a,
.bloglist-simple .entry-content-wrapper .post-title a{
    padding: 0 0 0 0;
    color: #3B4043;
    font-size: 17px;
    font-weight: bold;
    line-height: 120%;
    text-transform: inherit;
    transition: all .5s ease-in-out;
}
#top .fullsize .template-blog .bloglist-simple .post-title,
.bloglist-simple .entry-content-wrapper .post-title{
    order: 2;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - 130px);
}
#top #layerslidesection .template-blog .bloglist-simple .post-title,
#layerslidesection .bloglist-simple .entry-content-wrapper .post-title{
    width: 100%;
}
#top .fullsize .template-blog .bloglist-simple .post-title a,
.bloglist-simple .entry-content-wrapper .post-title a{
    display: inline-block;
}
#top .fullsize .template-blog .bloglist-simple .post-title a:hover,
.bloglist-simple .entry-content-wrapper .post-title a:hover{
    color: #008000;
    text-decoration: none;
}
.template-blog .pagination{
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    max-width: 800px;
}
#top .pagination a,
#top .fullsize .template-blog .pagination a{
    background-color: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
#top .pagination .current,
#top .main_color .pagination a:hover{
    color: #ffffff;
    background-color: #008000;
    border: 1px solid #008000;
    border-radius: 5px;
}
@media only screen and (max-width: 767px) {
    body#top .bloglist-simple.post-entry .entry-content-header,
    body#top .fullsize .template-blog .post .entry-content-header{
        flex-direction: column;
    }
    #top .fullsize .template-blog .bloglist-simple .post-title,
    .bloglist-simple .entry-content-wrapper .post-title{
        width: 100%;
    }
    #top .fullsize .template-blog .bloglist-simple .post-meta-infos,
    .bloglist-simple .post-meta-infos,
    body#top .bloglist-simple.post-entry .post-meta-infos{
        margin: 0 auto 5px auto;
        max-width: 100%;
    }
}
body#top .main_color .av-magazine-text-sep,
.av_force_fullwidth .bloglist-simple .read-more-link,
.bloglist-simple .read-more-link,
#top .fullsize .template-blog .bloglist-simple .post-meta-infos .text-sep,
.bloglist-simple .post-meta-infos .text-sep,
.post-meta-infos .text-sep,
.bloglist-simple .entry-footer,
.bloglist-simple .post_delimiter,
.post-entry .entry-footer,
.post-entry .post_delimiter,
.template-blog .post-entry-last .post_delimiter,
.template-blog .blog-meta{
    display: none !important;
}
/*--information lists end--*/

/*--single page start--*/
#main .title_container.alternate_color{
    position: relative;
    padding: 120px 0;
    background-size: cover;
}
#main .title_container.alternate_color::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient( to right,rgba(0, 0, 0, .3) 50%, transparent);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#main .alternate_color.title_container strong,
#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a{
    position: relative;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 2px;
    pointer-events: none;
    text-shadow: 3px 2px 10px #000000;
}
#main .alternate_color.title_container .breadcrumbs{
    position: relative;
    margin-top: 5px;
    z-index: 1;
    left: 0;
    top: 0;
    right: auto;
    line-height: 160%;
    color: #ffffff;
    text-shadow: 3px 2px 10px #000000;
}
#main .alternate_color.title_container .breadcrumbs a{
    color: #ffffff;
}
body#top.single .entry-content h2,
body#top.page .entry-content h2{
    position: relative;
    margin: 50px auto 25px auto;
    padding: 0 0 12px 0;
    color: #111111;
    line-height: 160%;
    border-bottom: 1px solid #CCCCCC;
    text-transform: inherit;
}
body#top.single .entry-content h3,
body#top.page .entry-content h3{
    position: relative;
    margin: 50px auto 25px auto;
    padding: 12px 12px 12px 12px;
    color: #008000;
    line-height: 160%;
    background: #E6F2E6;
    border-radius: 4px;
    text-transform: inherit;
}
body#top.single .entry-content h4,
body#top.page .entry-content h4{
    margin: 50px auto 25px auto;
    color: #008000;
    line-height: 140%;
    text-transform: inherit;
}
body#top.single .entry-content h5,
body#top.page .entry-content h5{
    margin: 50px auto 25px auto;
    line-height: 140%;
    text-transform: inherit;
}
body#top.single .entry-content p,
body#top.page .entry-content p{
    margin: 0 auto 25px auto;
    font-size: 16px;
}
body#top.single .entry-content a,
body#top.page .entry-content a{
    color: #008000;
    font-weight: 500;
    text-decoration: none;
    white-space: pre-wrap;
    word-break: break-word;
}
body#top.single .entry-content a:hover,
body#top.page .entry-content a:hover{
    text-decoration: underline;
}
body#top.single .entry-content table,
body#top.page .entry-content table{
    margin:25px 0 25px;
}
body#top.single .entry-content table thead,
body#top.page .entry-content table thead{
    border-bottom: 0;
}
body#top.single .entry-content table tr th,
body#top.page .entry-content table tr th{
    padding: 10px 8px;
    color: #008000;
    font-size: 18px;
    font-weight: bold;
    background-color: #E6F2E6;
    letter-spacing: 0px;
    line-height: 140%;
    text-transform: inherit;
    border-color: #CCCCCC;
}
body#top.single .entry-content table tr td,
body#top.page .entry-content table tr td{
    padding: 10px 8px;
    font-size: 16px;
    text-transform: inherit;
    border-color: #CCCCCC;
}
body#top.single .entry-content ul,
body#top.page .entry-content ul{
    margin-left: 15px;
    margin-bottom: 25px;
}
body#top.single .entry-content ul li,
body#top.page .entry-content ul li{
    position: relative;
    margin-left:0;
    padding-left:16px;
    list-style:none;
    font-size:16px;
}
body#top.single .entry-content ul li::before,
body#top.page .entry-content ul li::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 16px;
    left: 0;
    background-color: #008000;
    border-radius: 50px;
}
body#top.single .entry-content ul li ul,
body#top.page .entry-content ul li ul{
    margin-left: 5px;
    margin-bottom: 5px;
}
body#top.single .entry-content ul li ul li,
body#top.page .entry-content ul li ul li{
    margin-bottom: 0;
    padding-left: 10px;
}
body#top.single .entry-content ul li ul li::before,
body#top.page .entry-content ul li ul li::before{
    top: 16px;
    left: 0;
    background-color: #555555;
    width: 6px;
    height: 6px;
    border-radius: 50px;
}
body#top.single .entry-content ul li ol,
body#top.page .entry-content ul li ol{
    margin-left: 20px;
}
body#top.single .entry-content ul li ol li,
body#top.page .entry-content ul li ol li{
    list-style: inherit;
    padding-left: 0;
}
body#top.single .entry-content ul li ol li::before,
body#top.page .entry-content ul li ol li::before{
    display: none;
}
body#top.single .entry-content ol li,
body#top.page .entry-content ol li{
    font-size: 16px;
}
body#top.single .entry-content-header{
    margin: 0 auto 30px auto;
    padding: 0 0 0 0;
}
body#top.single .fullsize .template-blog .post .entry-content-header,
body#top.single .fullsize .template-blog .post:nth-of-type(1) .entry-content-header{
    flex-direction: column;
    padding: 0 0 0 0;
    border-top: 0;
    border-bottom: 0;
}
body#top.single .entry-content-wrapper .entry-content-header .post-title{
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0 0 12px 0;
    width: 100%;
    text-align: left;
    color: #111111;
    font-size: 28px;
    border-bottom: 1px solid #CCCCCC;
    line-height: 160%;
    text-transform: inherit;
}
body#top.single .template-blog .post .entry-content-wrapper .post-meta-infos{
    top: unset;
    width: 100%;
    text-align: left;
}
body#top.single .template-blog .post .entry-content-wrapper .post-meta-infos .date-container{
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    line-height: 120%;
    letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
	#main .title_container.alternate_color{
		padding: 60px 0;
	}
}
body#top.single .template-blog .post-entry-last .entry-footer,
body#top.single .template-blog .post-entry-last .post_delimiter,
body#top.single .single-post .post_author_timeline,
body#top.single .template-blog .comment-entry{
    display: none !important;
}
body#top.single .entry-content h2 + h3,
body#top.single .entry-content h2 + h4,
body#top.single .entry-content h2 + h5,
body#top.single .entry-content h3 + h4,
body#top.single .entry-content h3 + h5,
body#top.single .entry-content h4 + h5{
	margin-top: 25px;
}
body#top.page .entry-content h2 + h3,
body#top.page .entry-content h2 + h4,
body#top.page .entry-content h2 + h5,
body#top.page .entry-content h3 + h4,
body#top.page .entry-content h3 + h5,
body#top.page .entry-content h4 + h5{
	margin-top: 25px;
}
body#top.single .entry-content table tr td>*:first-child,
body#top.page .entry-content table tr td>*:first-child{
    margin-top: 0;
}
body#top.single .entry-content table tr td>*:last-child,
body#top.page .entry-content table tr td>*:last-child{
    margin-bottom: 0;
}
body#top.single .entry-content>*:first-child,
body#top.page .entry-content>*:first-child{
    margin-top: 0;
}
body#top.single .entry-content>*:last-child,
body#top.page .entry-content>*:last-child{
    margin-bottom: 0;
}
/*--single page end--*/

@media only screen and (min-width: 1200px) {
    body#top.page:not(.home) #main .container .entry-content{
        margin-left: auto;
        margin-right: auto;
        max-width: 1050px;
    }
}

body#top.page .entry-content div.wp-block-buttons,
body#top.page .entry-content div.wp-block-file{
    display: inline-block;
}
body#top.page .entry-content a.wp-block-button__link,
body#top.page .entry-content div.wp-block-file{
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 30px;
}
body#top.page .entry-content a.wp-block-button__link,
body#top.page .entry-content a.wp-block-file__button{
    position: relative;
    display: inline-block;
    padding: 18px 65px 18px 40px;
    color: #ffffff;
    font-size: 18px;
    background-color: #008000;
    border: 1px solid #008000;
    border-radius: 32px 32px 32px 32px;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
body#top.page .entry-content a.wp-block-button__link::before,
body#top.page .entry-content a.wp-block-file__button::before{
    position: absolute;
    content: '';
    width: 24px;
    height: 12px;
    background-image: url(../../uploads/2024/10/icon-arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 12px;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
    overflow: inherit;
    visibility: inherit;
    transition: all .5s ease-in-out;
}
body#top.page .entry-content a.wp-block-button__link:hover,
body#top.page .entry-content a.wp-block-file__button:hover{
    color: #008000;
    background-color: #E6F2E6;
}
body#top.page .entry-content a.wp-block-button__link:hover::before,
body#top.page .entry-content a.wp-block-file__button:hover::before{
    background-image: url(../../uploads/2024/10/icon-arrow-right-g.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 12px;
}
@media only screen and (max-width: 479px){
    body#top.page .entry-content a.wp-block-button__link,
    body#top.page .entry-content div.wp-block-file{
        margin-right: 15px;
    }
    body#top.page .entry-content a.wp-block-button__link,
    body#top.page .entry-content a.wp-block-file__button{
        font-size: 16px;
        padding: 18px 65px 18px 24px;
    }
}