/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Teko:wght@300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
body{font-weight: 400;}
strong{font-weight: 800;}
.post, .page {margin: 0;}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px !important;
}

a {
    text-decoration: none;
}

p{
    margin: 0px;
}

/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0{
    font-size: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 25px;
    padding: 20px;
}

#wa_bl0 hr {
    background-color: #6C6C6C !important;
    border: 0 !important;
    opacity: 1 !important;
    height: 1px !important;
    margin-bottom: 1.5em !important;
}

#wa_bl0 h3{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #1A1A1A;
}

#wa_bl0 h2 {
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #1A1A1A;
    margin-bottom: 20px;
}

.post_except {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
    padding-bottom: 45px;
}

#brcrumbs{
    background: #5252a5;
    color: #fff;
    padding: 3px;
}

#brcrumbs a{
    color: #fff !important;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active{
	color: #000;
}
#wa_bl0 h3 a:hover{
	color: #9D489D;
}
#wa_bl0 .read_more {
    background: #9D489D;
    width: 100%;
    max-width: 150px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 5px;
    margin-top: 10px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#wa_bl0 .read_more:hover{
    background: #5d5d99 !important;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

#wa_bl0 .wa_bl0_blog{
	font-size: 1.3em
}
#wa_bl0 .wa_bl0_twit{
	border: solid 2px #c7c7c7;
    border-radius: 5px;
}
.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}
.wa_bl0_categ{
	height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
	background-size: cover;
}
.wa_bl0_name{
	position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
	border-top: solid 1px #fff;
}
.wa_bl0_categ:hover .wa_bl0_name{
	transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}
#wa_bl0 .wa_brcr{
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.art_img {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
    width: 100%;
    margin-bottom: 10px;
    max-width: 500px;
}

.social_ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	font-size: 30px;
}
.social_ul li{
 	display: inline-block;
	margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
	font-size: 14px;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

.blog-union {
    background: #9D489D;
    width: 27px;
    height: 32px;
    display: block;
    text-align: center;
    padding: 4px;
    float: left;
    margin-right: 5px;
    line-height: 0px !important;
}

.blog-active{
    background: #C1A9C1;
    pointer-events: none;
}

#changePage {
    background: #FFFFFF;
    border: 1px solid #6C6C6C;
    box-sizing: border-box;
    width: 60px;
    display: block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #352F30;
    float: left;
    margin-right: 10px;
    padding-left: 10px;
}

.pagin {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #352F30;
    display: block;
    margin: auto;
    width: fit-content;
}

ol {
    margin: 0px;
}

@media (max-width: 992px) {
    .post_except {
        padding-bottom: 55px;
    }
}
/*-- BL0 END ---------------------------------------*/

/* Header 4 Start --------------------------------------------------------- */
.wa_h4_hdrone{
    margin-top: 20px;
    text-align: center;
}
.wa_h4_logoone{
}
.wa_h4_tel {
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 39px;
    line-height: 130%;
    text-align: right;
    color: #9D489D;
}
.wa_h4_top {
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #9D489D;
    margin-top: 0px;
}

.wa_h4_logoone {
    text-align: left;
}

@media (max-width: 768px) {
    .wa_h4_top {
        text-align: center;
    }

    .wa_h4_tel {
        margin-top: 10px;
        text-align: center;
    }

    .wa_h4_logoone {
        text-align: center;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .wa_h4_logoone {
        margin-left: 0px;
    }
    .wa_h4_logoone{
        margin-top: 10px;
    }
    .wa_h4_tel{
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
/* Header 1 End --------------------------------------------------------- */

/* A0006 Start -----------------------------------*/
#a0006{
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}

#a0006-2 {
    min-height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    border-bottom: 3px solid #9D489D;
}
/* A0006 END -------------------------------------*/

/* right-home-news Start -----------------------------------*/
.right-home-news {
    background: #E6E6FF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 25px;
    padding: 20px;
}

.right-home-news h2{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #1A1A1A;
}

.right-home-news img {
    width: 100%;
    margin: auto;
    display: block;
    max-width: 500px;
}

.right-home-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
    margin-top: 20px;
}
/* right-home-news END -------------------------------------*/

/* A0050 -- Body Content Image Left -------------------------------------------*/
#a0050 {
    padding-top: 0px;
    padding-bottom: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 25px;
}
#a0050 h2 {
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    color: #1A1A1A;
}
#a0050 h3 {
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #6C6C6C;
    margin: 5px 0px;
}
#a0050 img {
    box-sizing: border-box;
    margin: auto;
    display: block;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}
#a0050 .wa_08_sub_message {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
}
#a0050 .wa_08_message {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 26px;
    color: #000000;
}
#a0050 .wa_08_btn{
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
}
#a0050 .wa_08_btn a {
    display: block;
    padding: 10px;
    margin-top: 20px;
    max-width: 250px;
    background: #9D489D;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

#a0050 .wa_08_btn a:hover{
    background: #5d5d99 !important;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}
#a0050 .wa_a0008_line{
}

.a0050-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: fit-content;
    grid-gap: 13px;
    margin-top: 20px;
}
@media (max-width: 1200px) {
    #a0050 img {
        max-width: 100%;
        width: 100%;
    }
    #a0050 h3 {
        margin-bottom: 0px;
    }
    #a0050 h2 {
        margin-bottom: 10px;
    }
    #a0050 .wa_08_btn a {
        margin-top: 10px;
    }
}
@media (max-width: 576px) {
    #a0050 .wa_08_btn a {
        font-size: 26px;
    }
    #a0050 h3 {
        font-size: 35px;
        line-height: 48px;
    }
    #a0050 .wa_08_sub_message {
        margin-bottom: 10px;
    }
}
/* A0050 End ----------------------------------------------------------*/

/* A0019 Start -----------------------------------*/
#a0019 {
    padding: 20px 0px;
    background: #FFEEFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 25px;
}
#a0019 h2 {
    margin-bottom: 10px;
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #1A1A1A;
}
#a0019 p {
    text-align: left;
    max-width: 1080px;
    display: block;
    margin: auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
}
#a0019 .wa_b2 {
    max-width: 250px;
    margin: auto;
    width: 100%;
    padding: 10px 10px;
    margin-top: 25px;
    margin-bottom: 20px;
    background: #9D489D;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

#a0019 .wa_b2:hover{
    background: #5d5d99 !important;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

#a0019 img {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* A0019 END -------------------------------------*/

/* -- A0066 -- ---------------------------------- */
#a0066 {
    margin-top: 40px;
    background: #5D5D99;
}
.a0066-part-3 {
    background: #3F3F60;
    padding: 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}
.a0066-social-grid {
    padding: 10px 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.a0066-icons img {
    width: 17px;
    height: 17px;
    margin: 0px;
    margin-bottom: 4px;
    margin-left: 12px;
}
.a0066-part-1 {
    background: #9D489D;
}
.a0066-part-2 h3 {
    color: #FFFFFF !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 17px;
    display: flex;
    align-items: center;
	margin: 0px;
	padding-bottom: 10px;
}

.a0066-part-2 h2{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.a0066-part-2 h4 {
    color: #FFFFFF !important;
    margin-top: 5px;
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.a0066-part-2 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.a0066-part-2 a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 8px;
}

.a0066-part-2 a:hover{
    text-decoration: underline;
}

.a0066-part-2 img{
    margin: auto;
    display: block;
}

@media (max-width: 992px) {
    .a0066-part-2 img {
        margin: 0px;
    }
}
/* -- A0066 -- end ------------------------------ */


/* -- issues ------------------------------------- */
#issues {
    background: #FFEEFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    padding: 20px;
    padding-bottom: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
    margin-top: 20px;
}

#issues .nav-pills .nav-link {
    padding-right: 6px !important;
    margin-right: 6px !important;
}

#issues h2{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #1A1A1A;
}

#issues a{
    color: #1A1A1A !important;
}

.issues-years{
    margin-top: 10px;
}

.issues-category{
    margin-top: 10px;
}
/* -- issues -- end ------------------------------ */


/* A0082 Start --------------------*/
.a0082 {
    padding-bottom: 20px;
    background: #FFEEFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 20px;
}
.a0082-newblock {
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}
.a0082 h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #1A1A1A;
}
.a0082 img{
    display: block;
    margin: auto;
    width: 100%;
}
.a0082 h3 {
    margin: 0px;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: #9D489D;
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
}

.a0082 .a0082-newblock:hover h3{
    background: #5d5d99 !important;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

@media (max-width: 1200px) {
    .a0082 h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .a0082 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
@media (max-width: 576px) {
    .a0082 {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .a0082 h2{
        margin-bottom: 0px;
    }
    .a0082-newblock {
        width: 100%;
        margin-bottom: 10px;
    }
    .a0082-footer {
        min-height: 230px !important;
        margin-top: -230px !important;
    }
}
.a0082-footer{
    width: 100%;
    min-height: 300px;
    background: #EFEFEF;
    margin-top: -300px;
}
.a0082-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}
.a0082-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
}

@media (max-width: 768px) {
    .a0082-grid {
        grid-template-columns: 1fr;
    }
}
/* A0082 END --------------------*/

/* -- A0005 -- START ------------------------------ */
#a0005 {
    margin-top: 20px;
    padding-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
}
#a0005 h2 {
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #1A1A1A;
    margin-top: 20px;
}

#a0005 h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #9D489D;
    margin-top: 10px;
    margin-bottom: 15px;
}

.with_frm_style .frm_top_container .frm_primary_label{
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    color: #1A1A1A !important;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0px;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElement {
    margin-bottom: 10px;
}

#a0005 .a0005_sbm {
    border: none;
    background: #9D489D;
    border-radius: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    width: 250px;
    padding: 10px;
}

#a0005 .frm_submit button {
    border: none;
    background: #9D489D;
    border-radius: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    width: 250px;
    padding: 10px;
    margin: auto;
    display: block;
    margin-top: 20px;
}

#a0005 .frm_submit button:hover{
    background: #5d5d99 !important;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

#a0005 .a0005_field{
    margin-bottom: 5px;
}

.a0005-images-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
    grid-gap: 20px;
    max-width: 500px;
    margin: auto;
    margin-top: 20px;
}

.a0005-images-grid img{
    width: 100%;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}

.a0005-text-block{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #1A1A1A;
    margin-bottom: 20px;
    margin-top: 10px;
}

.a0005-text-block a{
    color: #9D489D !important;
}

#new_text_content {
    margin-top: 20px;
    background: #FFEEFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
}

#new_text_content p {
    margin-bottom: 10px;
}
/* -- A0005 -- End ------------------------------ */

/* -- A0083 ------------------------------------- */
#a0083 a {
    color: #1A1A1A !important;
}

#a0083{
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    padding-bottom: 20px;
    margin-top: 20px;
}

#a0083 h2{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #1A1A1A;
    margin-top: 15px;
}

.a0083-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-gap: 45px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    justify-items: center;
    text-align: center;
}

.a0083-grid img:hover{
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

.a0083-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1A1A1A;
    margin-top: 15px;
}
/* -- A0083 -- End ------------------------------ */


/* -- a0083-texts ------------------------------------- */
#a0083-texts a {
    color: #1A1A1A !important;
}

#a0083-texts{
    background: #FFEEFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 20px;
    padding-bottom: 20px;
}

#a0083-texts h2{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #1A1A1A;
    margin-top: 15px;
}

.a0083-texts-block{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #1A1A1A;
    text-align: left;
    margin-bottom: 8px;
}

.a0083-texts-block:hover{
    text-decoration: underline;
}
/* -- a0083-texts -- End ------------------------------ */

/* -- a0084 -------------------------------------- */
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
    padding: 0px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid;
    margin-bottom: 10px;
}

.nav-pills .nav-link:hover{
    text-decoration: underline;
}

.nav-pills li:last-child a{
    border-right: 0px solid;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #1A1A1A;
    background-color: transparent;
    text-decoration: underline;
}

.a0084 {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 20px;
    padding: 20px 0px;
}

.a0084 ul, .a0084 ol {
    margin: 0px !important;
}

.a0084 img{
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
    width: 100%;
}

.a0084 h1{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    color: #1A1A1A;
    margin: 0px;
    margin-bottom: 5px;
}

.a0084 .wa_08_sub_message{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A1A;
}

.a0084 .wa_08_btn{
    display: block;
    padding: 10px;
    margin-top: 10px;
    max-width: 250px;
    background: #9D489D;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

.a0084 .wa_08_btn:hover{
    background: #5d5d99 !important;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

.a0084 .wa_08_btn a{
    color: #FFFFFF !important;
}

#issues ul{
    margin: 0;
}

.a0084-attention {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #1A1A1A;
    margin-top: 8px;
}

.a0084-req{
    font-weight: 700;
}

@media (max-width: 576px) {
    .a0084 h1 {
        font-size: 26px;
        line-height: 39px;
    }
}
/* -- a0084 -- End ------------------------------- */

/* A0086 Start --------------------------------------------------------*/
#a0086{
    padding-top: 20px;
    padding-bottom: 40px;
}
.a0086-description{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #211C19;
    margin-top: 10px;
}
#a0086 .btn-check:active+.btn-secondary:focus, #a0086 .btn-check:checked+.btn-secondary:focus, #a0086 .btn-secondary.active:focus, #a0086 .btn-secondary:active:focus, #a0086 .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}
#a0086 button, #a0086 [type="button"] {
    -webkit-appearance: button;
    background: #9d489d;
    color: #fff;
    font-size: 17px;
    padding: 3px 7px;
}

#a0086 .carousel__button {
    width: 30px;
    height: 30px;
}

#a0086 .modal {
    top: 20px;
}

#a0086 .modal-dialog {
    max-width: 900px;
}

.a0086-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px 0px;
    grid-gap: 25px;
}
.a0086-front-image {
    width: 100%;
	max-height: 144px;
}
.a0086-grid h3 {
    padding: 10px;
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
    text-align: left;
    color: #1A1A1A;
    background: #e5e5ff;
    margin: 0px;
    padding-bottom: 80px;
}

.a0086-grid h6 {
    font-family: Antonio;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 14px;
    text-align: right;
    color: #1A1A1A;
    padding-bottom: 0px;
    padding-right: 10px;
    font-style: italic;
    position: absolute;
    bottom: 45px;
    right: 0;
}
	
.a0086-item{
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
    background: #e5e5ff;
    box-shadow: 0px 0px 16px 5px rgb(0 0 0 / 8%);
    border-radius: 5px;
    outline-style: solid;
    outline-color: #9d489d;
    outline-width: 3px;
    position: relative;
}

.a0086-inner-grid {
    background: #5252a5;
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 22px;
    color: #1A1A1A;
    display: grid;
    grid-template-columns: 1fr 40px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.a0086-grid h4 {
    margin: 0px;
    padding: 7px 10px;
    color: #fff;
    text-align: left;
    font-size: 19px;
}

.a0086-price {
    font-size: 26px;
    padding: 6px 18px;
    background: #5252a5;
    color: #fff;
}

.a0086-header{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 69px;
    text-align: center;
    color: #211C19;
}
.a0086-devider{
    display: block;
    margin: auto;
    height: 1px;
    background: #211C19;
    max-width: 350px;
}

#a0086 .mainCarousel {
    width: 600px;
    margin: 0 auto 1rem auto;
    --carousel-button-color: #170724;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
}
#a0086 .mainCarousel .carousel__slide {
    width: 100%;
    padding: 0;
}
#a0086 .mainCarousel .carousel__button.is-prev {
    left: -10px;
}
#a0086 .mainCarousel .carousel__button.is-next {
    right: -10px;
}
#a0086 .mainCarousel .carousel__button:focus {
    outline: none;
    box-shadow: 0 0 0 4px #A78BFA;
}
#a0086 .thumbCarousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 0.25rem;
    width: 96px;
    height: 64px;
}
#a0086 .thumbCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
#a0086 .thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}
#a0086 .mainCarousel{
    width: 100%;
}
#a0086 .thumbCarousel .carousel__slide {
    width: 100% !important;
    max-width: 96px !important;
}
#a0086 .thumbCarousel{
    width: 100%;
}
#a0086 .mainCarousel .carousel__button.is-next {
    right: -10px;
}
#a0086 .mainCarousel .carousel__button.is-prev {
    left: -10px;
}
#a0086 .carousel {
    float: left;
}

.a0086-modal-grid{
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 20px;
}

.a0086-modal-grid img {
    max-height: 250px;
    display: block;
    margin: auto;
}


.a0086-sub-modal-grid{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    border: 1px solid;
    padding: 15px;
	align-items: center;
    justify-items: center;
}

.a0086-buy-now{
    display: block;
    padding: 10px;
    margin-top: 10px;
    max-width: 100%;
    background: #9D489D;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;
    width: 100%;
}

.a0086-buy-now:hover {
    background: #5d5d99 !important;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
}

.a0086-links-grid{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

@media (max-width: 1440px) {
}

@media (max-width: 768px) {
    .a0086-modal-grid {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding: 0px 20px;
    }

    .a0086-links-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
        padding: 0px 20px;
    }

    .a0086-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 576px) {
    #a0086 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .a0086-links-grid {
        grid-template-columns: 1fr;
    }

    .a0086-modal-grid img {
        max-height: 200px;
    }
}

@media (max-width: 450px) {
    .a0086-grid {
        grid-template-columns: 1fr;
        padding: 0px 0px;
    }
}
/* a0086 end -------------------------------------*/

/*-- BC8 Start ------------------------------- */
#bc8{
    background-color: #b3b1be;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #wa_bc8_modal{
        max-width: 550px;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #wa_bc8_modal{
        max-width: 750px;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    #wa_bc8_modal{
        max-width: 800px;

    }
}
#bc8 h2{
    color: #FFF;
    text-align: center;
    font-size: 3em;
    font-weight: 300;
}
#bc8 img{
    width: 200px;
    border-radius: 5px;
    border: solid 1px #464545;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
#bc8 .bc8_wr .bc8_wr_img{
    text-align: center;
}
#bc8 .bc8_wr .bc8_wr_trp{
    text-align: center;
    color: #FFF;
    margin-top: 15px;;
}
#bc8 .bc8_wr{
    padding: 20px;
}
#bc8 .bc8_wr:hover{
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    background-color: #4f5d9a;
    border-radius: 5px;
    transition: 0.9s;
    margin-top: -10px;
}
#bc8 .wa_bc8_modal img{
    float: left;
}

#bc8 {
    padding: 20px 0px;
    background: #FFEEFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 25px;
}

#bc8 h2 {
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #1A1A1A;
}

#bc8 p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #333333;
}



#bc8 img {
    width: 100%;
    border-radius: 5px;
    border: solid 0px #464545;
    box-shadow: none;
}

#bc8 img:hover {
	transition: 0.9s;
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); 
}

#bc8 .wa_bc10_text {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

#bc8 .wa_bc10_subt {
    font-family: 'Antonio';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #9d489d;
    padding-left: 30px;
    padding-right: 30px;
}

#bc8 .wa_bc8_modal img {
    width: 30%;
	margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}


/*-- BC8 END ------------------------------- */

/* -- A0004 -- START ------------------------------ */
#a0004 {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    padding: 20px;
    margin-top: 20px;
}
#a0004 h2 {
    font-size: 50px;
    color: #9d489d;
    text-align: center;
    font-family: Antonio;
}
#a0004 h6{
    font-style: italic;
}

.a005-grd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px , 1fr));
    grid-gap: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    align-items: center;
    justify-items: center;
}

.a005-grd div {
    height: 100%;
    box-shadow: 0px 0px 4px 1px #9d489d;
    padding: 10px;
    display: flex;
    align-items: center;
}

.a005-grd img{
    width: 100%;
}

@media (max-width: 768px) {
    #a0004 h2 {
        font-size: 34px;
    }
}
/* -- A0004 -- END ------------------------------ */

/* -- A0004 -- START ------------------------------ */
#a0004-1 {
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    padding: 20px;
    margin-top: 20px;
}
#a0004-1 h2 {
    font-size: 50px;
    color: #212529;
    text-align: center;
    font-family: Antonio;
}
#a0004-1 h6{
    font-style: italic;
}

@media (max-width: 768px) {
    #a0004-1 h2 {
        font-size: 34px;
    }
}
/* -- A0004 -- END ------------------------------ */

/* custom css ----------------------------------------------------------- */
#wa_a0067 {
    background: #9D489D;
    margin-top: 20px;
    border-bottom: 2px solid #5252A5;
}

.special-footer p{
    margin-bottom: 10px;
	font-size: 1.2em;
    line-height: 120%;
}

.special-footer {
    background: #E5E5FF;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 20px;
    padding: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #1A1A1A;
}

.special-ads img {
	max-width: 347px;
    margin: auto;
	width: 100%;
    display: block;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
}

#frm_field_26_container{
    margin-top: 20px;
}

.post-template-default ul {
    margin: 0px;
}

h1{
    margin: 0px;
    margin-bottom: 10px;
    font-family: Antonio;
    font-style: normal;
    font-size: 36px;
    line-height: 52px;
    color: #1A1A1A;
    font-weight: 600;
}

.blog h3{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 45px;
    color: #1A1A1A;
}

.blog h2{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 45px;
    color: #1A1A1A;
}

.blog{
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 20px;
    overflow: auto;
}

.c36 table{
    margin-top: 20px;
}

.c36 table, .c36 tr, .c36 th, .c36 td {
    border: 1px solid;
}

.issuses-noline .nav {
    display: block;
}

.issuses-noline .nav-link{
    border: 0px !important;
}

#main{
    box-shadow: 0px 0px 6px rgb(0 0 0 / 25%);
    margin-top: 25px;
    padding: 20px;
}

#post-375 .entry-header{
    display: none;
}

#post-418 h1 {
    margin: 0px;
    margin-bottom: 10px;
    font-family: Antonio;
    font-style: normal;
    font-size: 60px;
    line-height: 52px;
    color: #1A1A1A;
    font-weight: 600;
    text-align: center;
}

#post-422 h1{
	display: none;
}

#post-422 h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-family: Antonio;
    font-style: normal;
    font-size: 60px;
    line-height: 52px;
    color: #1A1A1A;
    font-weight: 600;
    text-align: center;
}

#post-425 h1{
	display: none;
}

#post-425 h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-family: Antonio;
    font-style: normal;
    font-size: 60px;
    line-height: 52px;
    color: #1A1A1A;
    font-weight: 600;
    text-align: center;
}

#post-427 h1{
	display: none;
}

#post-427 h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-family: Antonio;
    font-style: normal;
    font-size: 60px;
    line-height: 52px;
    color: #1A1A1A;
    font-weight: 600;
    text-align: center;
}

#post-429 h1{
	display: none;
}

#post-429 h2 {
    margin: 0px;
    margin-bottom: 10px;
    font-family: Antonio;
    font-style: normal;
    font-size: 60px;
    line-height: 52px;
    color: #1A1A1A;
    font-weight: 600;
    text-align: center;
}

a {
  outline:none;
}
a::-moz-focus-inner {
  border: 0;
}

*:focus {
    outline: 0 !important;
}

.postid-469 button {
    color: white;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: 14px;
    font-family: inherit;
    margin: 0px;
    overflow: visible;
    text-transform: uppercase;
    padding: 14px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    background-color: rgb(22,150,210);
    margin-top: 10px;
}

.post-galery-columbia img{
	padding-bottom: 5px;
}



.custtbl td, .custtbl tfoot, .custtbl th, .custtbl thead, .custtbl tr {
border: 1px solid #000;
	text-align: center;
}

.important-link{
    color: #fff !important;
    background: #5252a5;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    background: #9d489d;
    color: #fff;
    font-size: 17px;
    padding: 3px 7px;
    -webkit-appearance: button;
}

.frmart{
    margin-top: 20px;
}

.frmart input[type="text"]{
    height: 27px;
}

.grid-blog{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px , 1fr));
    grid-gap: 20px;
	margin-bottom: 20px;
}

.row-2-grid-post{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px , 1fr));
    grid-gap: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.rd-btn{
    background-color: rgb(224,0,0);
    border-collapse: separate;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff !important;
    display: block;
    margin: auto;
    width: fit-content;
}

.grid-blog h4{
    font-size: 20px;
    margin-top: 10px;
}

.rd-bg{
	background-color: rgb(224,0,0);
    color: #fff !important;
	padding-left: 10px;
	margin-bottom: 0px;
}

.cl-grey{
	font-size: 18px;
    margin-top: 10px;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    color: rgb(217,107,10) !important;
	display: block;
}

.wht-item{
	background-color: #fff;
	padding: 10px;
}

.grid-blog a{
	color: #000 !important;
}

.postid-1534 table{
	margin-top: 10px;
}
.postid-1534 td {
    border: 1px solid !important;
}

.tableoverflow{
	    width: 100%;
    overflow: auto;
    max-width: 100%;
}

.postid-1656 td {
    border-width: 1px;
    padding: 3px;
}

.theater-grid{
	    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px , 1fr));
    grid-gap: 20px 20px;
}

.theater-grid h4{
    margin-top: 10px;
}

.theater-item{
	background: rgb(232,232,232);
    padding: 10px;
	position: relative;
    padding-bottom: 50px;
}

.theater-a {
    color: rgb(255,255,255) !important;
    font-size: 16px;
    text-decoration: none;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    background-color: rgb(90,61,115);
    border-collapse: separate;
    border-radius: 3px;
    display: block;
    padding: 10px 10px;
    text-align: center;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
}

.hdr_title img{
	margin: 5px 0px;
}

.links-box {
    display: grid;
    align-items: start;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(205px , 1fr));
    grid-gap: 5px;
    justify-items: center;
}

.itms-grd{
	display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.warning-block {
    font-size: 1.3em;
    line-height: 120%;
}

.itms-grd h4{
    color: #fff!important;
    text-align: center;
    padding: 20px;
    background: rgba(0,91,152,0.9);
}

.itms-grd img{
	margin: 0px !important;
}

.postid-2070 .hdr_title img {
    padding-left: 10px;
}

.post-grd {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px , 1fr));
    justify-items: center;
}

.donate{
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #fff !important;
    margin-top: 8px;
    width: fit-content;
    float: right;
    border-radius: 10px;
}

.payment{
	    display: block;
    margin: auto;
}

.post-2207 .entry-header{
	display: none;
}

.teatr-grid-2{
	    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px , 1fr));
    margin-top: 10px;
    grid-gap: 20px;
    margin-bottom: 20px;
}

.crisis{
	    display: block;
    font-family: Antonio;
    font-style: normal;
    font-weight: normal;
    text-align: right;
    color: #9D489D !important;
    border: 1px solid;
    width: fit-content;
    margin-left: auto;
    padding: 2px 10px;
    border-radius: 10px;
}

.crytel {
    display: block;
    font-size: 25px;
    color: #9d489d !important;
    font-weight: 500;
}

.orange-donate-btn{
	border-radius: 4px;
    background-color: rgb(234,91,58);
    font-size: 16px;
    padding: 18px;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff !important;
}

.blk-box{
	    background-color: rgb(64,64,64);
    color: #fff;
    text-align: center;
    padding: 20px;
	    border-radius: 10px;
}

.grant-text{
	    font-size: 25px !important;
    line-height: 120% !important;
    background: #9d489d;
    padding: 15px;
    color: #fff !important;
}

.grant-text a{
	    color: #f8f9fa !important;
    font-weight: 900;
    font-size: 25px;
}

@media (max-width: 992px) {
    .special-ads{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .special-ads{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-top: 20px;
    }
	
	.crisis {
    margin: auto;
    margin-top: 20px;
    }
	
	.post-2207 h1 {
    font-size: 26px;
    line-height: 130%;
    }
	
	.donate {
    display: block;
    margin: auto;
    margin-top: 10px;
		float: none;
	}
}
/* custom css end ------------------------------------------------------- */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}