/* 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=DM+Serif+Display:ital@0;1&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+Slab:wght@100;200;300;400;500;600;700;800;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=Scada:ital,wght@0,400;0,700;1,400;1,700&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&family=Yantramanav:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@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;
    font-size: 16px;
}

strong {
    font-weight: 800;
}

.post, .page {
    margin: 0;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

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


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

#wa_bl0 {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 60px;
}

#wa_bl0 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    margin-top: 20px;
}

#wa_bl0 h2:hover{
    text-decoration: underline;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active {
    color: #000;
}

#wa_bl0 h3 a:hover {
    color: #cf9810;
}

#wa_bl0 .read_more {
    font-family: 'Oswald', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}

#wa_bl0 .read_more:hover {
    color: #cf9810;
}

#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 {
    position: relative;
    filter: drop-shadow(0px 0px 31px rgba(0, 0, 0, 0.2));
}

.wa_bl0_categ img{
	border-radius: 5px;
}

.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-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin: auto;
    width: fit-content;
}

.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 {
    width: 100%;
	border-radius: 5px;
}

.social_ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 30px;
}

.blo-padding{
    padding-bottom: 80px;
}

.blo-item {
    display: grid;
    position: relative;
    align-items: center;
    height: 100%;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #3A4750;
}

.blo-item a{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #303841 !important;
    margin-bottom: 15px;
}

.blo-item h5{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    color: #3A4750;
}

.social_ul li {
    display: inline-block;
    margin-right: 10px;
}

.wa_grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    max-width: 650px;
}

/* 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;
}


@media (max-width: 992px) {
    .wa_bl0-grid{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .wa_bl0-grid{
        grid-template-columns: 1fr;
    }
}
/*-- BL0 END ---------------------------------------*/

/*-- A0064 ---------------------------------------*/
#a0064 {
    padding: 15px 0px;
    border-bottom: 1px solid #D72323;
    z-index: 1000;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
}

#a0064 img {
    margin: auto;
    display: block;
}

.a0064-img-lgo{
	width: 140px;
}

.a0064-grid {
    display: grid !important;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    grid-gap: 25px;
}

.a0064-grid input {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 155px;
    margin-bottom: 15px;
}

.a0064-icons {
    display: grid;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    align-items: inherit;
    letter-spacing: 0.03em;
    color: #303841;
    grid-template-columns: 25px 180px 25px 140px;
    text-align: left;
    margin-bottom: 0px;
}

.a0064-icons img {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px 5px !important;
}

.a0064-call {
	border-radius: 5px;
    display: block;
    padding: 10px 20px;
    background: #303841;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    color: #FFFFFF !important;
    max-width: 200px;
    width: 100%;
    margin-bottom: 5px;
}

.a0064-call:hover {
    background-color: #00244a !important;
    color: #FFF !important;
}

.a0064-grid-mobile {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    justify-items: center;
    grid-gap: 30px;
    margin-bottom: 0px;
    margin-top: 10px;
}

#mega-menu-wrap-menu-1 {
    border-radius: 0;
    padding-top: 10px;
}

.a0064-grid-mobile input {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #B6B6B6;
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    box-sizing: border-box;
    border-radius: 5px;
    width: 155px;
}

@media (max-width: 1200px) {
    .a0064-grid {
        grid-gap: 10px;
    }

    .a0064-call {
        width: 100px;
    }

    .a0064-grid input {
        width: 80px;
    }
}

@media (max-width: 992px) {
    #a0064 {
        padding: 15px 0px;
        border-bottom: 0px solid #D72323;
        z-index: 1000;
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px;
    }

    .a0064-grid-mobile input {
        width: 155px;
    }

    .a0064-icons {
        display: grid;
        justify-content: center;
        grid-template-columns: 1fr;
        margin: auto;
        width: fit-content;
        grid-gap: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .a0064-icons img {
        float: left;
    }

    .a0064-call {
        width: 100%;
        margin-bottom: 0px;
        height: 100%;
    }
}

@media (max-width: 768px) {

    .a0064-grid-mobile input {
        width: 100%;
    }
}

/*-- A0064 END---------------------------------------*/

/* A0011 ------------------------------------------------------*/
#a0011 {
    margin-top: -123px;
    min-height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: initial;
    overflow: hidden;
    background-position-x: center;
    background-position-y: bottom;
}

#a0011 .bg_semi {
    width: 100%;
    text-align: center;
    max-width: 810px;
    margin: auto;
    display: block;
    padding-top: 230px;
}

#a0011 .bg_semi .wa_text {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px !important;
    line-height: 50px;
    text-align: center;
    color: #303841;
}

#a0011 .bg_semi .wa_sub_message {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 100%;
    text-align: center;
    color: #303841;
}

#a0011 .bg_semi .wa_final_statement {
	border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 35px;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    transition: .5s;
    width: 100%;
    max-width: 372px;
    background: #D72323;
}

#a0011 .bg_semi .wa_final_statement:hover {
    background-color: #00244a;
    color: #FFF;
    transition: 0.9s;
}

.wa_sec_but {
    background: #FFFFFF !important;
    border: 1px solid #303841;
    color: #303841 !important;
}

.wa_sec_but:hover {
    border: 1px solid #303841;
    background-color: #00244a !important;
    color: #FFF !important;
    transition: 0.9s;
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #a0011 .bg_semi .wa_text {
        font-size: 60px;
    }

    #a0011 .bg_semi .wa_sub_message {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {
    #a0011 {
        min-height: 850px;
    }
}

@media (max-width: 992px) {
    #a0011 {
        margin-top: 0px;
        background-repeat: no-repeat;
        background-size: cover;
        color: #FFF;
        text-align: center;
        position: initial;
        background-position-x: center;
        background-position-y: bottom;
    }

    #a0011 .bg_semi .wa_text {
        font-family: Scada;
        font-style: normal;
        font-weight: normal;
        font-size: 35px !important;
        line-height: 45px;
        text-align: center;
        color: #303841;
        margin-top: 40px;
    }

    .wa_grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        width: 100%;
        margin: auto;
        margin-top: 20px;
        max-width: 650px;
    }

    #a0011 .bg_semi .wa_sub_message {
        margin-top: 10px;
    }

    #a0011 .bg_semi {
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    #a0011 {
        min-height: 750px;
    }
}

/* A0011 END -------------------------------------------------------*/

/* A0097 -----------------------------------------------------------*/
#a0097 {
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 10px;
}

.a0097-panel {
    border-radius: 5px;
    background: transparent;
    border: 1px solid #D72323;
    box-sizing: border-box;
}

.a0097-panel-top {
    background: transparent;
    box-sizing: border-box;
    width: 100%;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #D72323;
    display: grid;
    grid-template-columns: 45px 1fr 20px;
    grid-gap: 20px;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}

.a0097-panel-inner {
    border-top: 1px solid #D72323;
    padding: 15px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 136%;
    color: #3A4750;
    display: none;
}

.page-id-9 .a0097-panel-inner{
	display: block !important;
}

.a0097-mns {
    display: none;
}

.a0097-panel-inner a {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #D72323;
}

.a0097-panels-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    width: 100%;
    margin: auto;
}

@media (max-width: 992px) {
    .a0097-panels-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #a0097 {
        margin-top: 20px;
    }
}

/* A0097 end -------------------------------------------------------*/

/* A0108 -----------------------------------------------------------*/
#a0108 {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position-x: center;
    background-position-y: bottom;
    padding: 100px 0px;
    border-bottom: 4px solid #D72323;
	    margin-bottom: 50px;
}

.a0108-grid {
	border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgb(0 0 0 / 20%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.a0108-grid a{
    margin-top: 30px;
    display: block;
    text-align: left;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #D72323 !important;
    border: 1px solid;
    width: fit-content;
    border-radius: 5px;
    padding: 5px 30px;
}

.a0108-main-img {
    width: 100%;
}

.a0108-text-item {
    padding: 30px 20px;
}

#a0108 h3 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #D72323;
}

#a0108 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #303841;
    margin: 15px 0px;
}

.a0108-text {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #3A4750;
}

.a0108-items-grd {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
    align-items: center;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #3A4750;
}

@media (max-width: 1200px) {
    .a0108-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #a0108 {
        padding: 50px 0px;
    }
}

/* A0108 end -------------------------------------------------------*/

/* Simple text ----------------------------------------------------*/
#simple-text {
    margin-top: 40px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #303841;
    overflow: hidden;
}

/* Simple text end ------------------------------------------------*/


/* Black text ----------------------------------------------------*/
#black-text {
    margin-top: 40px;
    font-family: Yantramanav;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #3A4750;
    overflow: hidden;
}

/* Black text end ------------------------------------------------*/

/* -- BA -- Start ------------------------------ */
.ba {
	border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgb(0 0 0 / 20%);
    margin-top: 40px;
    padding: 24px 128px;
    overflow: hidden;
}

.ba p {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 113.5%;
    text-align: center;
    color: #303841;
    margin-bottom: 20px;
}

.ba h2 {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 113.5%;
    text-align: center;
    color: #303841;
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    .ba {
        margin-top: 40px;
        padding: 20px 20px;
    }

    .ba p {
        font-size: 27px;
    }
}

/* -- BA -- END ------------------------------ */

/* A0098 -----------------------------------------------------------*/
#a0098 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-top: 50px;
    padding: 70px 0px;
}

#a0098 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #303841;
    margin-bottom: 25px;
}

.a0098-text {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #303841;
}

.a0098-btns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.a0098-bt-item {
    border: 1px solid #D72323;
    padding: 17px;
    outline: none;
}

.a0098-bt-item a {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #D72323 !important;
}

.a0098-bt-item a:hover {
    text-decoration-line: underline;
}

.a0098-tab {
    display: none;
}

#a0098-new .active-tab {
    display: block !important;
}

#a0098-new .active-link {
    text-decoration-line: underline !important;
}


@media (max-width: 1440px) {
    .a0098-btns-grid {
        grid-template-columns: 1fr 1fr;
        background: transparent;
        border: 0px solid #D72323;
        grid-gap: 20px;
    }

    .a0098-bt-item {
        border: 1px solid #D72323;
        padding: 17px;
        background: #fff;
        border-radius: 5px;
    }
}

@media (max-width: 768px) {
    .a0098-btns-grid {
        grid-template-columns: 1fr;
    }

    #a0098 {
        padding: 40px 0px;
    }

    #a0098 h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
}

/* A0098 end -------------------------------------------------------*/

/* A0099 -----------------------------------------------------------*/
#a0099 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.a0099-header-red {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #D72323;
    margin-bottom: 15px;
}

.a0099-header-main {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #303841;
}

.a0099-bt-item img {
    width: 100%;
	    border-radius: 5px 5px 0px 0px;
}

.a0099-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    margin: auto;
    margin-top: 40px;
    grid-gap: 25px;
}

.a0099-bt-item {
	border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgb(0 0 0 / 20%);
    padding-bottom: 12px;
}

.a0099-inner-header {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    margin: 20px 10px;
}

.a0099-btn {
    background: #D72323;
    width: 100%;
    display: block;
    max-width: 90%;
    margin: auto;
    padding: 13px;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;
}

.a0099-btn:hover{
    background-color: #00244a;
    color: #FFF;
    transition: 0.9s;
}

#a0099 .modal-content {
    padding: 20px;
}

#a0099 .modal-title {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    color: #303841;
    margin-bottom: 20px
}

#a0099 .modal-header .btn-close {
    font-size: 16px;
    opacity: 0.8;
}

#a0099 .modal-header {
    border-bottom: 0px solid #dee2e6;
    padding: 0px;
}

#a0099 .frm_final_submit {
    background: #D72323;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 40px;
    margin: auto;
    display: block;
}

#a0099 .modal-dialog h3 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    color: #D72323;
}

@media (min-width: 576px) {
    #a0099 .modal-dialog {
        max-width: 880px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 768px) {
    #a0099 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .a0099-header-main {
        font-size: 35px;
    }

    #a0099 .modal-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    #a0099 .modal-dialog h3 {
        font-size: 18px;
    }
}

/* A0099 end -------------------------------------------------------*/

/*-- a0073 --------------------------------------*/
.a0073-slideshow-container {
    position: relative;
}

#a0073 {
    padding: 28px 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgb(0 0 0 / 20%);
    margin-bottom: 70px;
	border-radius: 5px;
}

#a0073 h3 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #D72323;
}

#a0073 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 110%;
    align-items: center;
    text-align: center;
    color: #303841;
    margin-bottom: 20px;
}

#a0073 q {
    margin-bottom: 10px;
    display: block;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #3A4750;
}

#a0073 q ul{
	text-align: left;
}

.tab-testemon{
	display: none;
}

.a0119-descr{
	    margin-bottom: 10px;
    display: block;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #3A4750;
	    margin-top: 40px;
}

.a0073-xslides{
	    display: none;
    padding: 0px 80px;
    padding-top: 10px;
    text-align: center;
}

.a0073-Slides {
    display: none;
    padding: 0px 80px;
    padding-top: 10px;
    text-align: center;
}

.a0073-prev, .a0073-next {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

.a0073-prev img, .a0073-next img {
    height: 50px;
}

.a0073-next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.a0073-prev:hover, .a0073-next:hover {
}

.a0073-dot-container {
    text-align: center;
    padding: 10px 20px;
    background: #ddd;
}

.a0073-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.a0073-active, .a0073-dot:hover {
    background-color: #717171;
}

q {
    font-style: italic;
}

.a0073-author {
    margin: 0px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
}

@media (max-width: 992px) {
    #a0073 {
        padding: 20px 30px;
    }
}

@media (max-width: 768px) {
    #a0073 {
        margin-bottom: 20px;
    }

    .a0073-prev, .a0073-next {
        padding: 0px;
    }

    .a0073-Slides {
        padding: 0px 40px;
        padding-top: 10px;
    }

    #a0073 q {
        font-size: 18px;
        line-height: 27px;
    }

    #a0073 h2 {
        font-size: 25px;
        line-height: 37px;
        margin: 0px;
    }
}

/*-- a0073 END --------------------------------------*/

/*-- a0100 ------------------------------------------*/
#a0100 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    padding-bottom: 120px;
	padding-top: 30px;
}

#a0100 h3 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    margin-bottom: 10px;
}

#a0100 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #303841;
    margin-bottom: 35px;
}

.a0100-grd {
    display: grid;
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgb(0 0 0 / 20%);
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
	border-radius: 5px;
}

.a0100-grd img {
    margin: auto;
    display: block;
    margin-bottom: 0px;
}

.a0100-icn {
    margin-bottom: 10px !important;
}

.a0100-grd h4 {
    margin: auto;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #303841;
    max-width: 310px;
}

.a0100-grid {
    display: grid;
    grid-gap: 40px;
}

@media (max-width: 992px) {
    .a0100-grd {
        display: grid;
        background: #FFFFFF;
        box-shadow: 0px 0px 31px rgb(0 0 0 / 20%);
        grid-template-columns: 1fr;
        grid-gap: 10px;
        align-items: center;
    }

    .a0100-grd h4 {
        margin-bottom: 0px;
    }

    .a0100-icn {
        margin-top: 20px !important;
    }

    #a0100 h2 {
        margin-bottom: 20px;
        font-size: 35px;
    }

    .a0100-grd iframe {
        min-height: 300px;
    }

    #a0100 {
        padding-bottom: 50px;
        margin-top: 30px;
    }

    .a0100-grd img {
        padding: 0px 10px;
    }
}

/*-- a0100 END --------------------------------------*/

/*-- a0101 ------------------------------------------*/
#a0101 {
    margin: 40px 0px;
}

#a0101 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    margin-bottom: 10px;
}

#a0101 h3 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #303841;
    margin-bottom: 30px;
}

.a0101-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}

.a0101-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-bottom: 20px;
	border-radius: 5px;
}

.a0101-art_img {
    width: 100%;
	    border-radius: 5px 5px 0px 0px;
}

.a0101-pad {
    padding: 15px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #303841;
}

#a0101 h6 .a0101-lnk-head {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    color: #D72323;
    display: block;
    margin-bottom: 5px;
}

#a0101 h5 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #3A4750;
}

.read_more {
	border-radius: 5px;
    display: block;
    margin-top: 30px;
    background: #D72323;
    width: 250px;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}

.read_more-home{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #D72323;
    position: absolute;
    bottom: 10px;
}

.read_more-home:hover{
    text-decoration: underline;
}

.read_more:hover{
    background-color: #00244a;
    color: #FFF;
    transition: 0.9s;
}

@media (max-width: 1440px) {
    #a0101 h6 .a0101-lnk-head {
        font-size: 16px;
        line-height: 120%;
    }
}

@media (max-width: 1200px) {
    .a0101-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

@media (max-width: 992px) {
    .blo-item a {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .read_more {
        margin-top: 0px;
    }

    .blo-padding {
        padding-bottom: 30px;
    }

    .wa_bl0_blog {
        float: left;
        margin-bottom: 50px;
    }

    #wa_bl0-new{
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #a0101 {
        margin: 20px 0px;
    }

    .a0101-grid {
        grid-template-columns: 1fr;
    }

    #a0101 h3 {
        font-size: 35px;
        margin-bottom: 20px;
    }
}

/*-- a0101 END --------------------------------------*/

/*-- a0102 ------------------------------------------*/
#a0102 {
    border-top: 12px solid #D72323;
}

.a0102-first {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    padding: 35px 0px;
    margin-top: -1px;
}

.a0102-offer {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-top: 10px;
}

.a0102-contact {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 20px 0px;
}

.a0102-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: fit-content;
    grid-gap: 20px;
    margin-top: 20px;
}

#a0102 h3 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

.a0102-first .frm_primary_label {
    font-family: Scada !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #FFFFFF !important;
}

.a0102-first .frm_checkbox label {
    font-family: Scada !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #FFFFFF !important;
}

.a0102-first .frm_final_submit {
    background: #D72323 !important;
    font-family: Scada !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 22px !important;
    text-align: center !important;
    color: #FFFFFF !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    display: block !important;
    max-width: 430px !important;
    width: 100% !important;
}

.a0102-first .frm_final_submit:hover{
    background-color: #00244a !important;
    color: #FFF !important;
    transition: 0.9s;
}

.a0102-contact a {
    color: #fff !important;
}

.a0102-second {
    border-top: 1px solid #D72323;
    background: #303841;
    padding: 18px;
}

.a0102-grid-menu a {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF !important;
}

.a0102-grid-menu a:hover{
    text-decoration: underline;
}

.a0102-grid-menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-gap: 10px;
}

.a0102-copy {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}

/*-- a0102 END --------------------------------------*/

/* A0011 ------------------------------------------------------*/
#a0011-all {
    margin-top: -123px;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: initial;
    overflow: hidden;
    background-position-x: center;
    background-position-y: bottom;
    position: relative;
}

#a0011-all .bg_semi {
    width: 100%;
    text-align: center;
    max-width: 810px;
    margin: auto;
    display: block;
    position: relative;
    margin-top: 200px;
}

#a0011-all .bg_semi .wa_text {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px !important;
    line-height: 50px;
    text-align: center;
    color: #303841;
}

#a0011-all .bg_semi .wa_sub_message {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 100%;
    text-align: center;
    color: #303841;
}

#a0011-all .bg_semi .wa_final_statement {
	border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 35px;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    transition: .5s;
    width: 100%;
    max-width: 372px;
    background: #D72323;
}

#a0011-all .bg_semi .wa_final_statement:hover {
    background-color: #00244a;
    color: #FFF;
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #a0011-all .bg_semi .wa_text {
        font-size: 60px;
    }

    #a0011-all .bg_semi .wa_sub_message {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    #a0011-all {
        margin-top: 0px;
        min-height: 400px;
    }

    #a0011-all .bg_semi {
        width: 100%;
        text-align: center;
        max-width: 810px;
        margin: auto;
        display: block;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    #a0011-all .bg_semi .wa_text {
        font-family: Scada;
        font-style: normal;
        font-weight: normal;
        font-size: 35px !important;
        line-height: 45px;
        text-align: center;
        color: #303841;
        margin-top: 0px;
    }

    #a0011-all .bg_semi .wa_sub_message {
        margin-top: 10px;
    }

    #a0011-all .bg_semi {
        padding-top: 30px;
    }
}

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

/* A0011 END -------------------------------------------------------*/


/* A0104 -----------------------------------------------------------*/
#a0104 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.a0104-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    align-items: center;
}

.a0104-grd a{
	    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    color: #D72323;
    display: block;
    margin-top: 20px;
}

#a0104 h6 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #D72323;
}

#a0104 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    color: #303841;
    margin: 19px 0px;
}

#a0104 img {
    width: 100%;
	border-radius: 5px;
}

#a0104 h4 {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: #3A4750;
}

.a0104-text {
    margin-top: 19px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #3A4750;
}

@media (max-width: 992px) {
    .a0104-grd {
        grid-template-columns: 1fr;
    }

    #a0104 {
        margin-bottom: 0px;
    }
}

@media (max-width: 576px) {
    #a0104 {
        margin-top: 0px;
    }
}

/* A0104 END -------------------------------------------------------*/

/* A0105 -----------------------------------------------------------*/
#a0105 {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

#a0105 .ba {
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgb(0 0 0 / 20%);
    margin-top: 40px;
    padding: 24px 128px;
    overflow: hidden;
}

#a0105 .ba p {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 113.5%;
    text-align: center;
    color: #303841;
    margin-bottom: 20px;
}

#a0105 .ba h2 {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 113.5%;
    text-align: center;
    color: #303841;
    margin-bottom: 0px;
}

@media (max-width: 1200px) {
    #a0105 .ba {
        margin-top: 40px;
        padding: 20px 20px;
    }

    #a0105 .ba p {
        font-size: 24px;
    }
}

/* A0105 END -------------------------------------------------------*/

/* A0106 -----------------------------------------------------------*/
#a0106 {
    overflow: hidden;
    margin-top: 0px;
    padding-bottom: 10px;
}

.a0106-panel {
	    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #D72323;
    box-sizing: border-box;
}

.a0106-panel-top {
    box-sizing: border-box;
    width: 100%;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    color: #D72323;
    display: grid;
    grid-template-columns: 45px 1fr 20px;
    grid-gap: 20px;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    min-height: 70px;
}

.a0106-panel-inner {
    border-top: 1px solid #D72323;
    padding: 15px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 136%;
    color: #3A4750;
    display: none;
}

.a0106-mns {
    display: none;
}

.a0106-panel-inner a {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    color: #D72323;
}

.a0106-panels-grid {
	padding: 3px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    width: 100%;
    margin: auto;
}

@media (max-width: 1440px) {
    .a0106-panels-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .a0106-panels-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    #a0106 {
        margin-top: 0px;
    }
}

/* A0106 end -------------------------------------------------------*/

/* A0109 -----------------------------------------------------------*/
#a0109 {
    margin-top: 70px;
}

#a0109 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #303841;
    margin-bottom: 20px;
}

.a0109-text {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #3A4750;
}

#a0109 h5 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #D72323;
    margin-top: 70px;
}

#a0109 h4 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #303841;
    margin-bottom: 15px;
}

.a0109-redabio {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #D72323;
    display: block;
    text-align: center;
}

#a0109 h3 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #303841;
    margin-bottom: 20px;
}

#a0109 .cart-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    width: fit-content;
    margin: auto;
    margin-bottom: 70px;
}

#a0109 .cardContainer {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 300px;
    min-height: 450px;
    margin: 4px;
}

#a0109 .a0109-active {
    transform: translateZ(0px) rotateY(180deg) !important;
}

#a0109 .a0109-active:after {
    display: none;
}

#a0109 .card {
    margin: auto;
    max-width: 316px;
    border: 0px solid;
    border-radius: 5px;
    background: #e9ecef;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 10%);
    display: block;
    width: 100%;
    height: 100%;
    -moz-backface-visibility: hidden;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#a0109 .card:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0 14px 50px -4px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1.4);
}

#a0109 .card:hover:after {
    opacity: 1;
}

#a0109 .card .side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
}

#a0109 .card .front {
    z-index: 2;
}

#a0109 .card .back {
    transform: rotateY(180deg);
}

#a0109 .card .info {
    padding: 16px;
}

#a0109 .info {
    overflow: auto;
    height: 100%;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    color: #3A4750;
}

#a0109 .side .back {
    padding-bottom: 10px;
}

#a0109 .front .img {
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 317px;
	    border-radius: 5px 5px 0px 0px;
}

#a0109 .back {
    position: relative;
}

@media (max-width: 1440px) {
    #a0109 .cart-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1200px) {
    #a0109 .cart-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    #a0109 .cart-grid {
        grid-template-columns: 1fr;
    }
}

/* A0109 end -------------------------------------------------------*/


/* Header and Text ------------------------------------------------*/
.header_and_text {
    margin-top: 40px;
}

.header_and_text h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #303841;
    margin-bottom: 20px;
}

.header_and_text .h-text {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #3A4750;
}

@media (max-width: 992px) {
    .header_and_text h2 {
        font-size: 35px;
    }

    .header_and_text {
        margin-top: 10px;
    }

    .header_and_text .h-text {
        text-align: left;
    }

}

/* Header and Text end --------------------------------------------*/

/* A0110 -----------------------------------------------------------*/
#a0110 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-top: 50px;
    padding: 70px 0px;
}

#a0110 h2 {
    margin-bottom: 25px;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 100%;
    color: #303841;
}

.a0110-tab-btn-grid {

}

.a0110-text {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #303841;
}

.a0110-btns-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
}

.a0110-bt-item {
    border: 1px solid #D72323;
    padding: 17px;
    outline: none;
}

.a0110-bt-item a {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #D72323 !important;
}

.a0110-bt-item a:hover {
    text-decoration-line: underline;
}

.a0110-tab {
    display: none;
}

#a0110 .active-tab {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-gap: 40px;
}

.a0110-tab-btn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 10px;
}

.a0110-tab-btn-grid a {
    border-radius: 5px;
    border: 1px solid #D72323;
    box-sizing: border-box;
    font-family: Scada;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #D72323 !important;
    display: block;
    padding: 10px;
    font-weight: 800;
}

#a0110 .active-link {
    text-decoration-line: underline !important;
}


@media (max-width: 1440px) {
    .a0110-btns-grid {
        grid-template-columns: 1fr 1fr;
        background: transparent;
        border: 0px solid #D72323;
        grid-gap: 20px;
    }

    .a0110-bt-item {
        border: 1px solid #D72323;
        padding: 17px;
        background: #fff;
        border-radius: 5px;
    }
}

@media (max-width: 992px) {
    #a0110 .active-tab {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}

@media (max-width: 768px) {
    .a0110-btns-grid {
        grid-template-columns: 1fr;
    }

    #a0110 {
        padding: 40px 0px;
    }

    #a0110 h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
}

/* A0110 end -------------------------------------------------------*/

/* -- A0021 -- START ------------------------------ */
.wrapper-a0021 {
    margin: 3.125em auto;
    padding: 1em 5em 1em;
    max-width: 1000px;
}

.header-a0021 {
    color: #000;
    font-family: "Open Sans", "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    text-align: center;
}

.main-title-a0021 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #D72323;
}

.timeline--entry__icon {
    padding: 25px 52px;
    padding-bottom: 13px;
}

.timeline {
    line-height: 1.5em;
    font-size: 14px;
    transition: all 0.4s ease;
    position: relative;
    counter-reset: section;
}

.timeline:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #D72323;
    position: absolute;
    top: 0;
    left: -3.313em;
    border-radius: 0px 0px;
}

.timeline--entry {
	border-radius: 5px;
    padding: 10px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 10%);
    margin-top: -70px;
}

.timeline--entry__title {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 100%;
    color: #D72323;
    margin-bottom: 12px;
}

.timeline--entry__detail {
    margin: 0;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    color: #3A4750;
}

.timeline--entry:before {
    margin-top: 60px;
    content: "";
    font-family: "Oswald", Georgia, Cambria, "Times New Roman", Times, serif;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5em;
    height: 0.5em;
    background-color: #f8f9fa;
    border: 0.2em solid white;
    border-radius: 50%;
    position: absolute;
    counter-increment: section;
    content: "";
    text-shadow: 0 1px 0 #424242;
    left: -4.5em;
    border: 1px solid #D72323;
}

.timeline--entry__detail b {
    padding-top: 10px;
    display: block;
}

.a0021-book {
	border-radius: 5px;
    background: #D72323;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;
    margin: auto;
    display: block;
    max-width: 300px;
    margin-top: 150px;
    padding: 10px;
}

.a0021-book:hover{
    background-color: #00244a;
    color: #FFF;
    transition: 0.9s;
}

@supports (display: grid) {

    @media (min-width: 992px) {
        .timeline {
            margin-top: 130px;
            display: grid;
            grid-gap: 12.75em 4.75em;
            grid-template-areas:
        "entry1 ."
        ". entry2"
        "entry3 ."
        ". entry4"
        "entry5 .";
            margin-bottom: 80px;
        }

        .timeline--entry {
            margin-bottom: -80px;
        }

        .timeline:before {
            left: 49.5%;
        }

        .timeline--entry:nth-child(1) {
            grid-area: entry1;
            float: right;
            text-align: right;
        }

        .timeline--entry:nth-child(2) {
            grid-area: entry2;
        }

        .timeline--entry:nth-child(3) {
            grid-area: entry3;
            float: right;
            text-align: right;
        }

        .timeline--entry:nth-child(4) {
            grid-area: entry4;
        }

        .timeline--entry:nth-child(5) {
            grid-area: entry5;
            float: right;
            text-align: right;
        }

        .timeline--entry:nth-of-type(odd):before {
            left: 106.2%;
        }

        .timeline--entry:nth-of-type(even):not(:nth-of-type(odd)) .timeline--entry__title:before {
            left: 100%;
            border-left: 10px solid #ec407a;
            border-right: 0;
        }

        .timeline--entry:nth-of-type(even):before {
            left: -3em;
        }
    }
}

@media (max-width: 992px) {
    .timeline--entry {
        margin-top: 0px;
    }

    .a0021-book {
        margin-top: 30px;
    }

    .timeline:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #D72323;
        position: absolute;
        top: 0;
        left: -20px;
        border-radius: 0px 0px;
    }

    .timeline--entry:before {
        margin-left: 40px;
        margin-top: 10px;
    }

    .wrapper-a0021 {
        margin: 0px;
        padding: 1em 20px 1em 40px;
        max-width: 1000px;
    }
}

/* -- A0021 -- End ------------------------------ */

/* -- A0112 ------------------------------------- */
#a0112 {
    padding: 0px 50px;
    margin-top: 10px;
    margin-bottom: 70px;
}

#a0112 h3 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    margin-bottom: 15px;
}

#a0112 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #303841;
    margin-bottom: 30px;
}

.a0112-cont {
    padding: 20px;
}

#mixedSlider {
    position: relative;
}

#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}

#mixedSlider .MS-content .item {
	border-radius: 5px;
    margin: 10px;
    display: inline-block;
    width: 31.7%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 0px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 10%);
    border: 1px solid #cccccc;
}

@media (max-width: 991px) {
    #mixedSlider .MS-content .item {
        width: 47%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }

    #a0112 h2 {
        font-size: 35px;
    }
}

#mixedSlider .MS-content .item .imgTitle {
    position: relative;
}

#mixedSlider .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
}

#mixedSlider .MS-content .item p {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #303841;
    font-size: 16px;
    margin: 2px 10px 0 5px;
}

#mixedSlider .MS-content .item a {
    float: none;
    margin: 0 20px 0 0;
    letter-spacing: 1px;
    transition: linear 0.1s;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    display: block;
    align-items: center;
    text-align: center;
    color: #D72323;
    margin-bottom: 10px;
}

#mixedSlider .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
}

#mixedSlider .MS-controls .MS-left {
    left: -50px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -27px;
    }
}

#mixedSlider .MS-controls .MS-right {
    right: -50px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -27px;
    }

    #a0112 {
        padding: 0px 0px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #mixedSlider .MS-controls img {
        height: 30px;
    }

    #mixedSlider .MS-content .item {
        margin: 0px;
        border: 1px solid #cccccc;
    }
}









#mixedSlider1 {
    position: relative;
}

#mixedSlider1 .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
	padding-bottom: 10px;
}

#mixedSlider1 .MS-content .item {
    margin: 10px;
    display: inline-block;
    width: 31.7%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 0px;
    border: 1px solid #cccccc;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 20%);
    margin-bottom: 0px;
    border-radius: 5px;
    height: 100%;
	padding: 20px;
	vertical-align: middle !important;
}

@media (max-width: 991px) {
    #mixedSlider1 .MS-content .item {
        width: 47%;
    }
}

@media (max-width: 767px) {
    #mixedSlider1 .MS-content .item {
        width: 100%;
		box-shadow:none;
    }
}

#mixedSlider1 .MS-content .item .imgTitle {
    position: relative;
}

#mixedSlider1 .MS-content .item .imgTitle img {
    height: auto;
    width: 100%;
}

#mixedSlider1 .MS-content .item p {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #303841;
    font-size: 16px;
    margin: 2px 10px 0 5px;
}

#mixedSlider1 .MS-content .item a {
    float: none;
    margin: 0 20px 0 0;
    letter-spacing: 1px;
    transition: linear 0.1s;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    display: block;
    align-items: center;
    text-align: center;
    color: #D72323;
    margin-bottom: 10px;
}

#mixedSlider1 .MS-content .item a:hover {
    text-shadow: 0 0 1px grey;
}

#mixedSlider1 .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 95px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

#mixedSlider1 .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    #mixedSlider1 .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider1 .MS-controls button {
        font-size: 20px;
    }
}

#mixedSlider1 .MS-controls .MS-left {
    left: -50px;
}

@media (max-width: 767px) {
    #mixedSlider1 .MS-controls .MS-left {
        left: -27px;
    }
}

#mixedSlider1 .MS-controls .MS-right {
    right: -50px;
}

@media (max-width: 767px) {
    #mixedSlider1 .MS-controls .MS-right {
        right: -27px;
    }

    #mixedSlider1 .MS-controls img {
        height: 30px;
    }

    #mixedSlider1 .MS-content .item {
        margin: 0px;
        border: 1px solid #cccccc;
    }
}


/* -- A0112 end -------------------------------- */

/* A0052 -------------------------------------------------------*/
#a0052 {
    padding: 40px 0px;
    background: #3A4750;
}

.a0052-benefits__element h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.a0052-benefits__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin: auto;
    grid-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.a0052-benefits__element h4 {
    max-width: 100%;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.a0052-benefits__element p {
    margin-bottom: 0rem;
}

@media (max-width: 992px) {
    .a0052-benefits__inner {
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px 10px;
    }
}

@media (max-width: 576px) {
    .a0052-benefits__inner {
        grid-template-columns: 1fr;
    }
}

/* A0052 END -------------------------------------------------------*/

/* A0019 Start -----------------------------------*/
#a0019 {
	border-radius: 5px;
    margin-top: 70px;
    margin-bottom: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 10%);
    padding: 40px 10px;
}

#a0019 h2 {
    margin-bottom: 20px;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #303841;
}

#a0019 h4 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #D72323;
    margin-bottom: 15px;
}

#a0019 p {
    max-width: 1080px;
    display: block;
    margin: auto;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #3A4750;
}

#a0019 .wa_b2 {
	border-radius: 5px;
    box-sizing: border-box;
    display: block;
    margin: auto;
    max-width: 360px;
    width: 100%;
    padding: 10px 10px;
    margin-top: 30px;
    background: #D72323;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

#a0019 .wa_b2:hover{
    background-color: #00244a;
    color: #FFF;
    transition: 0.9s;
}

@media (max-width: 768px) {
    #a0019 {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 20px 10px;
    }

    #a0019 h2 {
        font-size: 35px;
    }
}

/* A0019 END -------------------------------------*/

/* A0114 -------------------------------------*/
#a0114 {
    margin-top: 60px;
    padding-bottom: 70px;
}

#a0114 h4 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    margin-bottom: 15px;
}

#a0114 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #303841;
    margin-bottom: 15px;
}

.a0114-txt {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #3A4750;
    max-width: 850px;
    margin: auto;
    margin-bottom: 15px;
}

#a0114 ul {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    color: #3A4750;
}

.a0114-item {
	border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.a0114-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 25px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .a0114-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-top: 40px;
    }
}

/* A0114 END -------------------------------------*/

/* A0115 -----------------------------------------*/
#a0115 {
    margin-top: 20px;
    margin-bottom: 60px;
}

#a0115 h3 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    margin-bottom: 15px;
}

#a0115 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #303841;
}

#a0115 h4 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #D72323;
}

.a0115-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 25px;
    margin-top: 30px;
}

.a0115-item {
	border-radius: 5px;
    border: 1px solid #D72323;
    box-sizing: border-box;
}

.a0115-item img {
	border-radius: 5px 5px 0px 0px;
    width: 100%;
	height: 200px;
}

.a0115-item-inner {
    padding: 13px;
}

.a0115-left {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: #808689;
}

.a0115-right {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: #303841;
}

.a0115-text {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #303841;
}

.a0115-params-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #a0115 h2 {
        font-size: 35px;
    }
}

/* A0115 END -------------------------------------*/

/* A0117 ------------------------------------------*/
#a0117 {
    margin-top: 70px;
    margin-bottom: 60px;
}

#a0117 img{
	border-radius: 5px;
}

#a0117 h4 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #D72323;
    margin-bottom: 15px;
}

#a0117 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #303841;
    margin-bottom: 20px;
}

.a0117-sub-text {
    font-family: Scada;
    font-style: italic;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #3A4750;
    margin-bottom: 7px;
}

.a0117-text {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #3A4750;
}

.a0117-red {
	border-radius: 5px;
    background: #D72323;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;
    display: block;
    max-width: 260px;
    padding: 10px;
}

.a0117-red:hover{
    background-color: #00244a;
    color: #FFF;
    transition: 0.9s;
}



.a0117-white {
	border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #303841;
    box-sizing: border-box;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #303841 !important;
    display: block;
    max-width: 260px;
    padding: 10px;
}

.a0117-white:hover{
    background-color: #00244a;
    color: #FFF !important;
    transition: 0.9s;
}

.a0117-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    grid-gap: 20px;
    margin-bottom: 20px;
    width: fit-content;
}

@media (max-width: 576px) {
    .a0117-btns {
        grid-template-columns: 1fr;
    }

    #a0117 {
        margin-top: 0px;
        margin-bottom: 40px;
    }
}

/* A0117 END -------------------------------------*/

/* A0008 -- Body Content Image Left -------------------------------------------*/
#a0008 {
    color: #2b2b2b;
    font-size: 1.1em;
    margin-top: 50px;
    margin-bottom: 90px;
}

#a0008 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #303841;
    margin-bottom: 13px;
}

#a0008 img {
	border-radius: 5px;
    margin-top: 0px;
}

#a0008 .wa_08_sub_message {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #D72323;
    margin-bottom: 10px;
}

#a0008 .wa_08_message {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #3A4750;
}

.a0008-marg {
    margin-bottom: 70px;
}

#a0008 .wa_08_btn {
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
}

#a0008 .wa_08_btn a {
    color: #cf9810;
}

#a0008 .wa_a0008_line {
    border-bottom: solid 2px #dcdcdc;
    padding-bottom: 20px;
    margin-top: 30px;
}

.a0008-grd {
    width: 100%;
    display: grid;
    align-items: center;
    height: 100%;
	    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #3A4750;
}

.ul-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px , 1fr));
    min-width: 100%;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 150%;
    color: #3A4750;
}

/* A0008 End ----------------------------------------------------------*/

/* A0118 ---------------------------------------------------------------*/
#a0118 {
    border-top: 1px solid #D72323;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position-x: center;
    background-position-y: bottom;
    padding: 80px 0px;
}

#a0118 h4{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    margin-bottom: 15px;
}

#a0118 h2{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #3A4750;
    margin-bottom: 15px;
}

.a0118-text {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 130%;
    text-align: center;
    color: #3A4750;
    max-width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.a0118-red {
	border-radius: 5px;
    background: #D72323;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;
    display: block;
    max-width: 260px;
    padding: 10px;
}

.a0118-red:hover{
    background-color: #00244a;
    color: #FFF;
    transition: 0.9s;
}

.a0118-white {
	border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #303841;
    box-sizing: border-box;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #303841 !important;
    display: block;
    max-width: 260px;
    padding: 10px;
}

.a0118-white:hover{
    background-color: #00244a;
    color: #FFF !important;
    transition: 0.9s;
}

.a0118-btns-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    grid-gap: 20px;
    margin: auto;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #a0118 h2 {
        font-size: 30px;
    }

    .a0118-btns-grd {
        grid-template-columns: 1fr;
    }

    #a0118 {
        padding: 30px 0px;
        padding-bottom: 70px;
    }
}
/* A0118 End ----------------------------------------------------------*/

/* a0098-2 End ----------------------------------------------------------*/
.page-id-481 .a0098-btns-grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.page-id-481 #a0098 {
    padding: 90px 0px;
}

.a0098-btns-grd{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
    grid-gap: 25px;
}

@media (max-width: 1440px) {
    .page-id-481 .a0098-btns-grid {
        grid-gap: 0px;
    }

    .page-id-481 .a0098-bt-item {
        border-radius: 0px;
    }
}

@media (max-width: 768px) {
    .page-id-481 .a0098-btns-grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px !important;
    }

    .page-id-481 .a0098-btns-grd {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        grid-gap: 20px;
        margin: auto;
    }

    .page-id-481 #a0098 {
        margin-top: 20px;
    }

    .page-id-481 #a0098 {
        padding: 40px 0px;
    }
}
/* a0098-2 End --------------------------------------------------------*/

/* a0119 --------------------------------------------------------------*/
#a0119{
    margin: 40px 0px;
}

.a0119-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px , 1fr));
    grid-gap: 10px;
}

.a0119-item{
    border: 1px solid #D72323;
    box-sizing: border-box;
	border-radius: 0px;
}

.a0119-item a {
    display: block;
    padding: 10px 5px;
    font-family: 'Scada';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #D72323;
    cursor: pointer;
}

.save-tab-active-link{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.a0119-item a:hover{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.a0119-item img{
    width: 100%;
	border-radius: 5px 5px 0px 0px;
}

@media (max-width: 768px) {
    .a0119-item a {
        font-size: 20px;
        padding: 15px;
    }
}
/* a0119 End --------------------------------------------------------*/

/* -- A0004 -- START ------------------------------ */
#a0004 {
    text-align: center;
    padding-bottom: 80px;
    padding-top: 15px;
}
#a0004 h2 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #303841;
    margin-bottom: 40px;
}
#a0004 h6 {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    margin-bottom: 20px;
}

.a0004-border {
	border-radius: 5px;
    padding-top: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 10%);
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    #a0004 h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .a0004-border {
        margin: auto;
        width: 92%;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
/* -- A0004 -- END ------------------------------ */

/* -- a0120 -- END ------------------------------ */
#a0120{
    margin-bottom: 60px;
}

#a0120 h2{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #303841;
    margin-bottom: 40px;
}

#a0120 h3{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 122%;
    text-align: center;
    color: #303841;
    margin-bottom: 15px;
}

#a0120 p{
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #3A4750;
}

#a0120 ul{
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    color: #3A4750;
}

.a0120-bordered-conteiner{
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 10%);
    padding: 25px 30px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    #a0120 h2 {
        font-family: Scada;
        font-style: normal;
        font-weight: normal;
        font-size: 40px;
        line-height: 110%;
        text-align: center;
        color: #303841;
        margin-bottom: 25px;
    }

    #a0120 p {
        line-height: 110%;
    }

    #a0120 ul {
        line-height: 110%;
    }
}
/* -- a0120 -- END ------------------------------ */

/*-- ACCA -- Start ------------------------------*/
.acca {
background: #FFF;
}
.faq-heading {
padding-top: 30px;
}
.acca .help_title {
font-family: Oswald;
font-style: normal;
font-weight: normal;
font-size: 48px;
line-height: 71px;
text-align: center;
color: #000000;
}
.acca .faq-heading {
padding-top: 30px;
}
.acca .wa_header {
background-color: #E0E0E0 !important;
border-radius: 5px !important;
}
.acca .wa_tittext {
    color: #000000;
    text-decoration: none;
    padding: 9px 0px;
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}
.acca a {
text-decoration: none;
}
.acca .md-accordion .card .wa_bodybody {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 15px 5px 15px 20px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 136%;
    color: #3A4750;
}
.acca .collapse{
background: #F1F1F1;
border: 0px;
}
.acca .card {
border: 0px solid rgba(0,0,0,.125);
background: #F1F1F1;
}
.fa-angle-down{
float: right;
}
@media (max-width: 768px) {
.acca .faq-heading {
padding-top: 20px;
}
}
/*-- ACCA -- END ------------------------------*/

/* -- Custom CSS ---------------------------------- */

#wa_bl0-in-article a{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #303841 !important;
}
#wa_bl0-in-article {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #303841 !important;
}

#simple_header{
    margin-top: 60px;
}

#simple_header h2{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    color: #303841;
}

.a0064-lnk-tel {
    color: #303841 !important;
}

.page-id-385 #a0104 {
    margin-bottom: 0px;
}

.page-id-385 .header_and_text {
    margin-top: 70px;
}

.page-id-385 #simple-text {
    margin-top: 0px;
}

.page-id-183 #a0104 {
    margin-bottom: 0px;
}

.page-id-545 .a0106-panel-top{
	border-radius: 5px;
    font-size: 22px;
    line-height: 27px;
    color: #D72323;
    min-height: 85px;
}

.page-id-545 .ba {
    margin-top: 70px;
    margin-bottom: 70px;
}

.page-id-545 .ba h2 {
    margin-bottom: 0px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 113.5%;
    text-align: center;
    color: #303841;
}

.page-id-545 .ba h3 {
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 113.5%;
    text-align: center;
    color: #303841;
}

.page-id-545 #a0008 {
    margin-top: 30px;
    margin-bottom: 0px;
}

.page-id-603 .a0119-item a {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #D72323;
    padding: 25px;
    min-height: 100px;
    align-items: center;
    display: grid;
    justify-items: center;
	cursor: pointer;
}

.page-id-603 #simple_header {
    margin-bottom: 40px;
}

.nav-ar {
    display: grid;
    background: #999999;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-items: center;
}

#blo-cnter {
    max-width: 32px;
    border: 1px solid #C4C4C4;
    text-align: center;
    width: 32px;
    height: 32px;
}

.wa_bl0_blog{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: fit-content;
    grid-gap: 10px;
    align-items: center;
    float: right;
    margin-bottom: 80px;
}

.nav-ar-active{
    background: #D72323;
}

.page-id-9 .read_more{
    width: 100%;
}

.page-id-405 #a0117 h4{
	    display: block;
    text-align: center;
}

.page-id-405 #a0117 h2{
	    display: block;
    text-align: center;
}

.page-id-405 .a0117-sub-text{
	    display: block;
    text-align: center;
	    font-weight: 600;
    font-size: 27px;
    color: #000;
}

.page-id-405 .a0117-text{
	display: block;
    text-align: center;
}

.page-id-405 .a0117-btns {
    margin: auto;
    margin-top: 30px;
}

.a0064-btn-tel{
    border-radius: 5px;
    padding: 5px 35px;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    transition: .5s;
    width: 100%;
    max-width: 372px;
    background: #D72323;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.a0064-btn-tel:hover{
	color: #0c0e11 !important;
}

#exampleModal .modal-dialog{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 100%;
}

#reqModal .modal-dialog {
    max-width: 800px;
}

#reqModal .frm_final_submit {
    background: #D72323;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 40px;
    margin: auto;
    display: block;
	margin-top: 20px;
}

.a0021-book-new {
    border-radius: 5px;
    background: #D72323;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF !important;
    margin: auto;
    display: block;
    max-width: 300px;
    margin-top: 30px;
    padding: 10px;
	cursor: pointer;
}

.a0021-book-new:hover {
    background-color: #00244a !important;
    color: #FFF !important;
    transition: 0.9s;
}

#masthead{
	position: sticky;
    left: 0;
    top: 0;
    z-index: 1000;
}

.sticky {
    display: block;
    background: white;
    opacity: 1;
}

.answer-btn{
	z-index: 1000;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.answer-btn a{
	background: linear-gradient(25deg, rgb(215 35 35) 25%, rgb(215 35 35) 70%);
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    border-radius: 100px!important;
    box-shadow: 0 1px 5px #0000000d, 0 2px 30px #00000026;
    color: #ffffffe6;
    font-size: 16px;
    text-align: center;
    z-index: 11000;
    text-decoration: none;
    transition: transform .1s ease-in-out,box-shadow 80ms ease-in-out;
    outline: none;
}

.mmenugrid{
    display: grid;
    grid-template-columns: auto 200px;
    width: fit-content;
    grid-gap: 20px;
    margin: auto;
	    position: relative;
}

.mmenugrid1 {
    display: grid;
    grid-template-columns: 250px 50px;
    width: fit-content;
    grid-gap: 20px;
    margin: auto;
    position: relative;
    margin-top: 10px;
}

#frm_field_6_container{
	margin-bottom: 0px;
}

#frm_field_65_container{
	margin-bottom: 0px;
}

#frm_field_17_container{
	margin-bottom: 0px;
}

#frm_field_30_container{
	margin-bottom: 0px;
}

#frm_field_28_container{
	margin-bottom: 0px;
}

#frm_field_57_container{
	margin-bottom: 0px;
}

#frm_field_29_container{
	margin-bottom: 0px;
}

#frm_field_41_container{
	margin-bottom: 0px;
}

.frm_style_formidable-style.with_frm_style .form-field {
    font-family: Scada;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #D72323;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 10px;
    margin: auto;
    display: block;
	width: 100%;
	border: 1px solid #D72323;
}

.nav-pills .nav-link {
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #606060;
    padding: 6px 10px;
    margin: auto;
    display: block;
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    border: 1px solid;
    width: 100%;
}

.nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    width: 100%;
    padding: 0px;
    margin: 0px !important;
}

.modal-footer {
    align-items: center;
    justify-content: center;
    padding: 0rem;
    padding-bottom: 20px;
    border-top: 0px solid #dee2e6;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px 30px;
    padding-top: 20px;
}

.modal-header .btn-close {
    position: absolute;
    right: 20px;
    top: 30px;
    opacity: 1;
    font-size: 15px;
}

.modal-header {
    padding: 10px 1rem;
    border-bottom: 0px solid #dee2e6;
    padding-top: 20px;
}

.frm-header {
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 40px !important;
    line-height: 45px;
    text-align: center;
    color: #303841;
}

.frm-sub-header{
	font-family: Scada;
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
	margin-bottom: 20px;
}

.btn-secondary {
    border-color: #6c757d;
    border-radius: 5px;
    display: block;
    padding: 10px 20px;
    background: #303841;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    color: #FFFFFF !important;
    max-width: 200px;
    width: 100%;
}

.save-tab{
    display: none;
}

.save-tab-active{
    display: block;
}

.yacht-desc {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-family: Yantramanav;
    font-style: normal;
    font-weight: normal;
    font-size: 25px !important;
    text-align: center;
    color: #303841;
    line-height: 150%;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1342px;
    }
}

@media(max-width: 992px){
	#masthead{
		position: relative;
    }
	
	.a0064-icons {
    	margin-top: 0px;
    	margin-bottom: 0px;
	}
	
	#mega-menu-wrap-menu-1 {
    	position: absolute;
    	right: 0;
    	border-radius: 0;
    	width: 100%;
    	top: 10px;
	}
	
	#a0064 img {
    	height: 100%;
    	max-height: 50px;
	}
	
	.a0064-call {
    	width: 100%;
    	margin-bottom: 0px;
    	height: 100%;
    	position: relative;
    	z-index: 2000;
    	max-width: 100%;
    	display: block;
	}
	
	#a0064 {
    	padding: 10px 0px;
		padding-bottom: 5px;
		border-bottom: 1px solid #D72323;
		position: absolute;
		left:0;
		top: 0;
    }
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    	margin-top: 16px;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #303841;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #e9ecef;
    border-radius: 0;
    font-family: Scada;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px !important;
    height: 27px !important;
    padding: 0 0px !important;
    width: 90% !important;
    margin: auto !important;
    display: block;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    	text-decoration: underline !important;
    	border-bottom: 0px solid #d72323;
		text-underline-offset: 2px;
	}
	
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		background: #f2f2f2;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    	background: transparent;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    	background: transparent;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    	background: #e9ecef;
    }
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		background: #e9ecef !important;
	}
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
		color: #d72323;
	}
	
	#a0011-all .bg_semi {
    	padding-top: 130px;
	}
	
	#a0011-all .bg_semi .wa_sub_message {
    	margin-top: 10px;
    	margin-bottom: 20px;
    	padding: 10px;
    	background: #e9ecef8f;
    }
	
	#a0011 {
    	min-height: 550px !important;
	}
	
	#a0011 .bg_semi {
    	padding-top: 130px;
	}
	
	#a0011 .bg_semi .wa_sub_message {
    	margin-top: 10px;
    	padding: 10px;
    	background: #e9ecef8f;
	}
}

.privace-footer{
	    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 5px;
    line-height: 28px;
}

.ftr-cls{
    font-family: Scada;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
}

#frm_field_75_container{
	margin-bottom: 20px;
}

#yacht_covid {
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 150%;
    color: #3A4750;
    margin-bottom: 30px;
}

#yacht_covid h2 {
    font-family: 'Scada';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    margin: auto;
    color: #303841;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 850px;
}

#yacht_covid_footer{
	background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgb(0 0 0 / 10%);
    padding: 29px;
    margin-bottom: 80px;
    font-family: 'Yantramanav';
    font-style: normal;
    font-size: 24px;
    line-height: 150%;
    color: #3A4750;
}

#yacht_covid_footer h2{
	    font-family: 'Scada';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 122%;
    align-items: center;
    text-align: center;
    color: #303841;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
	
	#yacht_covid h2 {
    font-family: 'Scada';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 100%;
    align-items: center;
    text-align: left;
    margin: auto;
    color: #303841;
    margin-bottom: 10px;
    margin-top: 0px;
    max-width: 850px;
	}
	
    .a0008-marg {
        margin-bottom: 40px;
    }
	
	.nav {
    	grid-template-columns: 1fr 1fr;
    }

    #a0008 {
        margin-bottom: 50px;
    }

    .page-id-545 .ba {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .page-id-603 #simple_header h2 {
        font-size: 35px;
    }

    .page-id-603 #simple_header {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .page-id-603 #a0073 h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 0px;
        margin-bottom: 20px;
    }

    .page-id-603 #a0073 {
        margin-bottom: 50px;
    }

}

@media (max-width: 576px)
{
	.nav {
    	grid-template-columns: 1fr;
	}
	
	.frm-header {
    	font-size: 30px !important;
    	line-height: 35px;
    }
	
	.frm-sub-header {
    	text-align: left;
    }
	
	#reqModal .frm_final_submit {
    background: #D72323;
    font-family: Scada;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 6px 10px;
    margin: auto;
    width: 100%;
    display: block;
	}
	
	.frm_form_field.frm_three_col .frm_opt_container {
    	grid-template-columns: repeat(1, 1fr);
    	margin-top: 10px;
	}
}

/* -- 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) {
}