/* 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');

@font-face
{
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/HelveticaNeue.eot');
    src: local('Helvetica Neue Bold'), local('HelveticaNeue'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype');
}

@font-face
{
    font-family: 'HelveticaNeueCondensedBold';
    src: url('../fonts/HelveticaNeue-CondensedBold.eot');
    src: local('HelveticaNeue-CondensedBold'), local('HelveticaNeue-CondensedBold'), url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'), url('../fonts/HelveticaNeue-CondensedBold.ttf') format('truetype');
}

/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'HelveticaNeueRegular', 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;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: 1px solid transparent !important;
}



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


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

#wa_bl0{
    font-size: 15px;
}
#wa_bl0 h2{
	font-size: 50px;
	font-family: 'Oswald', sans-serif;
	color: #cf9810;
}
#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{
	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{
	border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.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;
}
/*-- BL0 END ---------------------------------------*/

/*-- A0183 Start -------------------*/
#a0183 {
    background: #1D5D9B;
    padding: 15px 0px;
}
.a0183-grid {
    display: grid;
    grid-template-columns: 1fr auto;
}
.a0183-grd-icon {
    display: grid;
    grid-template-columns: auto auto auto auto;
    float: left;
    grid-gap: 25px;
    width: fit-content;
}
.a0183-grd-contact {
    display: grid;
    grid-template-columns: auto 1fr;
    float: right;
}
.a0183-grd-contact a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    align-items: center;
    color: #FFFFFF !important;
    padding-left: 15px;
    text-decoration: none !important;
    font-family: 'HelveticaNeueRegular';
}
.a0183-grd-contact img {
    padding-right: 7px;
}
.a0183-tel {
    padding-right: 15px;
    border-right: 1px solid #FFFF;
}
@media (max-width: 992px) {
    .a0183-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    .a0183-grd-contact {
        display: grid;
        grid-template-columns: 1fr;
        margin: auto;
        text-align: center;
        grid-gap: 10px;
    }
    .a0183-grd-icon {
        margin: auto;
    }
    .a0183-tel {
        border: none;
    }
    #a0183{
        padding: 10px;
    }
}
@media (max-width: 768px) {
    .a0183-grd-contact {
        grid-gap: 5px;
    }
    #a0183 {
        padding: 10px;
    }
}
@media (max-width: 576px) {
    .a0183-grd-contact a {
        font-size: 15px;
    }
    .a0183-grd-contact img {
        height: 20px;
    }
}
/*-- A0183 End ---------------------*/

/*-- a0206 -----------------------------------------*/
#a0206{
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    background-position: top;
}
#a0206 h2 {
    float: right;
    font-style: normal;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #1D5D9B;
    max-width: 547px;
    text-align: right;
    justify-content: right;
    font-family: HelveticaNeueRegular !important;
    font-size: 40px !important;
    font-weight: bold !important;
    margin-bottom: 500px;
    margin-top: 100px;
}

#a0206-footer{
    background: #B3DEFA;
    padding: 20px 0px;
}

#a0206-footer h3{
    margin: 0px;
    color: #1D5D9B;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

@media (max-width: 992px) {

    #a0206 {
        height: 400px;
    }

    #a0206-footer {
        background: #B3DEFA;
        padding: 0px 0px;
    }

    #a0206-footer h3 {
        margin: 0px;
        color: #1D5D9B;
        text-align: center;
        font-size: 27px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #a0206 {
        height: 300px;
    }
}
/*-- a0206 END -------------------------------------*/

/* -- BA -- Start ------------------------------ */
.ba h2 {
    text-align: center;
    background: #1D5D9B;
    border-radius: 30px;
    padding: 11px;
    margin-bottom: 30px;
    font-size: 32px;
    color: #fff;
}

.ba{
    padding-top: 40px;
    padding-bottom: 67px;
    color: #1D5D9B;
    font-size: 16px;
    font-family: 'HelveticaNeueRegular', sans-serif;
    background: #EAF6FE;
}

@media (max-width: 992px) {
    .ba h2 {
        text-align: center;
        background: #1D5D9B;
        border-radius: 30px;
        padding: 11px;
        margin-bottom: 20px;
        font-size: 26px;
        color: #fff;
    }

    .ba {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .ba h2 {
        text-align: center;
        background: #1D5D9B;
        border-radius: 30px;
        padding: 15px;
        margin-bottom: 20px;
        font-size: 23px;
        color: #fff;
    }

    .ba {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
    /* -- BA -- END ------------------------------ */

/* -- A0187 -- Start ------------------------------ */
#a0187 {
    padding-bottom: 70px;
    padding-top: 40px;
}
.a0187-grd{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px , 1fr));
    grid-gap: 20px;
}
.a0187-grd img {
    width: 100%;
    border-radius: 20px;
}
#a0187 h2 {
    font-style: normal;
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 40px;
    color: #1D5D9B;
}

.a0187-blkimg{
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    filter: drop-shadow(0px 2px 3px black);
}

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

    #a0187 h2 {
        font-style: normal;
        font-size: 32px;
        line-height: 110%;
        margin-bottom: 20px;
    }
}
/* -- A0187 -- End -------------------------------- */

#embrace{
    background: #1D5D9B;
    padding-top: 40px;
    padding-bottom: 27px;
}

#embrace h2{
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.embrace-grd{
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
    color: #1D5D9B;
    font-size: 16px;
}

.embrace-grd h3{
    color: #fff;
    margin-top: 30px;
    font-size: 30px;
}

.embrace-txt {
    background: #fff;
    padding: 20px;
}

@media (max-width: 992px) {
    .embrace-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        color: #1D5D9B;
        font-size: 16px;
    }

    .embrace-grd iframe{
        width: 100% !important;
    }

    #embrace {
        background: #1D5D9B;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #embrace h2 {
        font-size: 28px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .embrace-grd h3 {
        color: #fff;
        margin-top: 20px;
        font-size: 23px;
    }
}


/* A0081 Start -----------------------------------*/
#a0081 {
    padding: 30px 0px;
}
#a0081 h2 {
    font-weight: normal;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #1D5D9B;
    margin: 0px;
}
@media (max-width: 768px) {
    #a0081 h2 {
        font-size: 28px;
    }

    #a0081 {
        padding: 20px 0px;
    }
}
/* A0081 END -------------------------------------*/

/* -- A0152 -- START ------------------------------ */
#a0152 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #EAF6FE;
}
#a0152 h2 {
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    align-items: center;
    text-align: center;
    color: #1D5D9B;
    font-weight: 600;
    margin-bottom: 30px;
}
#a0152 .a0152_sbm {
    background: linear-gradient(180deg, #65BA17 0%, #437B16 100%);
    border-radius: 5px;
    font-family: 'Yantramanav';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    display: block;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 320px;
}
#a0152 .a0152_field{
    margin-bottom: 5px;
}
.a0152-border {
    padding: 40px;
    background: #FFFFFF;
    border: 1px solid #75C2F6;
    border-radius: 20px;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 10px;
}

.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=search], .with_frm_style select, .with_frm_style textarea, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container {
   border: 1px solid #1D5D9B !important;
    border-radius: 10px !important;
    color: #8EAECD !important;
    font-size: 16px !important;
    margin-bottom: 10px;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    border: 1px solid #707070;
    border-radius: 20px;
    margin: auto;
    display: block;
    margin-top: 20px;
    background: #1D5D9B;
    font-size: 24px !important;
    color: #fff;
    padding: 7px 45px;
}

@media (max-width: 992px) {
    .a0152-border {
        padding: 20px 20px;
    }

    #a0152 {
        padding-top: 30px;
        padding-bottom: 30px;
        background: #EAF6FE;
    }

    #a0152 h2 {
        font-style: normal;
        font-size: 32px;
        line-height: 100%;
        align-items: center;
        text-align: center;
        color: #1D5D9B;
        font-weight: 600;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    #a0152 {
        padding: 20px;
    }
}
@media (max-width: 576px) {
    #a0152 .a0152_sbm {
        width: 100%;
    }
    #a0152 {
        padding: 0px;
    }
    .a0152-border {
        border-radius: 0px;
    }
}
/* -- A0152 -- End ------------------------------ */

/* A0042 -----------------------*/
.a0042 {
    background: #1D5D9B;
    padding: 40px 0px;
    border-bottom: 1px solid #fff;
}
.a0042-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
}
.a0042 a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}
.a0042-copiright {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    padding: 25px 0px;
    background: #1D5D9B;
}
@media (max-width: 992px) {
    .a0042-grid {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }

    .a0042 {
        background: #1D5D9B;
        padding: 20px 0px;
    }

    .a0042-copiright {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        color: #FFFFFF;
        padding: 15px 0px;
        background: #1D5D9B;
    }
}
@media (max-width: 768px) {
    .a0042-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        margin: auto;
        grid-gap: 10px;
    }
}
/* A0042 end -------------------*/

/*-- custom css --------------------*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

#mega-menu-wrap-menu-1 {
    background: transparent;
}

#wa_a0015 {
    background: #B3DEFA;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    height: 38px !important;
    padding: 0px 80px 0px 80px !important;
    color: #1D5D9B !important;
    vertical-align: baseline;
    width: auto;
    display: block;
    text-transform: none;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 0px solid #fff;
    border-radius: 5px 0px 0px 5px;
    outline: none;
    font-family: HelveticaNeueRegular !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 24px !important;
    line-height: 100% !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    margin: 3px 0px;
}

#mega-menu-item-30 a{
    border: 0px !important;
}

#mega-menu-item-82 a{
    border-right: 0px solid #fff !important;
}

#mega-menu-wrap-menu-1.mega-sticky #mega-menu-menu-1 {
    background: #B3DEFA !important;
}

@media (max-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 50px 0px 50px !important;
    }
}

@media (max-width: 992px) {
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        opacity: 0 !important;
    }

    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        background: #b3defa;
    }
}
/*-- 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) {
}