/* 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');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
body{font-weight: 400;}
strong{font-weight: 800;}
.post, .page {margin: 0;}
/* 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 ---------------------------------------*/


/* A0015 Start ---------------------------------------------*/
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-25 {
        margin-left:10%;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-27 {
        margin-right:10%;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1500px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-25 {
        margin-left: 20%;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-27 {
        margin-right: 20%;
    }
}

/* A0015 END -----------------------------------------------*/

/*-- SA --------------------------------------*/

.wa_sa{
    min-height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
}

.wa_sa .bg_semi{
    position: absolute;
    bottom: 0;
    min-height: 200px;
    background-color: #000000b3;
    width: 100%;
    text-align: center;
}

.wa_sa .bg_semi .wa_text{
    margin-top: 20px;
    font-size: 2.7em;
    font-weight: 900;
    font-family: initial;
    line-height: 1.2em;
}

.wa_sa .bg_semi .wa_sub_message{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    border-top: solid 2px #FFF;
    margin-top: 15px;
    padding-top: 15px;
}

.wa_sa .bg_semi .wa_final_statement{
    font-style: italic;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}



/*-- SA END --------------------------------------*/

/* A0008 -- Body Content Image Left -------------------------------------------*/
#a0008 {
    color: #2b2b2b;
    font-size: 1.1em;
    padding-bottom: 30px;
}
#a0008 h2{
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    color: #505050;
}
#a0008 img{
    margin-top: 10px;
    max-width: 260px;
	border-radius: 5px;
}
#a0008 .wa_08_sub_message{
    font-style: italic;
    color: #505050;
    font-size: 18px;
}
#a0008 .wa_08_message{

}
#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;
}


@media (max-width: 768px){
	#a0008 .wa_a0008_line{
    	margin-top: 0px;
	}
	
	#a0008 {
    	padding-bottom: 0px;
	}
}
/* A0008 End ----------------------------------------------------------*/

/* start new module video ---------------------------------------------*/
.header-video-module{
    font-family: Source Serif Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 45px;
    align-items: center;
    text-align: center;
    color: #454545;
    margin-top: 30px;
    margin-bottom: 0px;
}

#new-module-video{
    background: #F5F5F5;
	    border-top: 2px solid #596d96;
}

.link-video-module{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #5052A2;
    margin-top: 30px;
    margin-bottom: 30px;
}
/* end new module video ---------------------------------------------*/

/* F1 Footer 1 ---------------------------------------*/
.wa_f1{
    background-color: #5f6268;
    color: #FFF;
    margin-top: 40px;
    padding-bottom: 10px;
}
.wa_f1_sbft{
    font-size: 0.7em;
}
/* F1 END ---------------------------------------*/

/* -- A0005 -- START ------------------------------ */
#a0005 {
    margin-top: 30px;
    border-top: solid 5px #c98109;
    background-position-x: center;
    background-size: cover;
    padding-bottom: 30px;
}
#a0005 h2{
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 50px;
}
#a0005 .a0005_sbm{
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
}
#a0005 .a0005_field{
    margin-bottom: 5px;
}
/* -- A0005 -- End ------------------------------ */

/* custom styles start */

#mega-menu-wrap-menu-1 {
    border-bottom: 3px solid #E9EAEC;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
    max-width: 100%;
    margin-left: 35%;
    z-index: 2000;
    position: relative;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 22px !important;
    align-items: center !important;
    color: #454545 !important;
}

.wa_sa .bg_semi {
    background: rgba(255, 255, 255, 0.86);
}

.wa_sa .bg_semi .wa_text {
    margin-top: 20px;
    font-family: Source Serif Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 80px;
    align-items: center;
    text-align: center;
    color: #454545;
}

.wa_sa .bg_semi .wa_sub_message {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    border-top: solid 1px #454545;
    margin-top: 15px;
    padding-top: 15px;
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #454545;
}

.wa_sa .bg_semi .wa_final_statement {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #454545;
}

#a0008 img {
    margin-top: 0px;
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    background-color: #4f5d9a;
    border-radius: 5px;
    transition: 0.9s;
}

#a0008 h2 {
    font-family: Source Serif Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 45px;
    align-items: center;
    color: #454545;
    margin: 0;
    padding: 0;
}

#a0008 .wa_08_sub_message {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #454545;
    margin: 0;
    margin-top: 5px;
}

#a0008 .wa_08_message {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #454545;
    margin: 0;
    margin-top: 5px;
}

#a0008 .wa_08_btn a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #5052A2;
}

#a0008 .wa_a0008_line {
    border-bottom: solid 0px #dcdcdc;
}

#mega-menu-wrap-menu-1.mega-sticky {
    opacity: 1;
    background: #F5F5F5;
}

.post_hr{
    border-top: 1px solid #454545;
}

#wa_bl0 h2 {
    font-family: Source Serif Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 45px;
    align-items: center;
    color: #454545;
}

.art_img {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0.5px solid #454545 !important;
    box-sizing: border-box;
    border-radius: 5px;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 15px;
}

.blog-span{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #454545;
    margin-bottom: 20px;
}

#wa_bl0 .read_more {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #5052A2;
}

#wa_bl0 .wa_bl0_blog a{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #5052A2;
}

.wa_f1 {
    background: #E9EAEC;
    margin-top: 0px;
}

.wa_f1_sbft {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    color: #454545;
}

.footer-header-contact{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    color: #454545;
    margin-bottom: 10px;
}

#a0005 h2 {
    text-align: center;
    font-size: 50px;
    font-family: Source Serif Pro;
    font-style: normal;
    font-weight: 300;
    line-height: 45px;
    align-items: center;
    color: #454545;
    margin: 0;
    padding: 0;
}

#a0005 {
    margin-top: 0px;
    border-top: 1px solid #9D9D9D;
    padding-bottom: 20px;
}

#a0005 .a0005_sbm {
    font-size: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    align-items: center;
    text-align: center;
    padding: 16px;
}

#social-icons {
    background: #474a52;
    padding-top: 10px;
    padding-bottom: 10px;
}

.folow-me{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    align-items: center;
    color: #FFFFFF;
}

.folow-me-icons{
    padding-bottom: 6px;
    padding-top: 0px;
    padding-left: 10px;
}

.wa_bl0_categ {
    margin-bottom: 40px;
}

#wa_bl0 .wa_brcr {
    background-color: #fff;
    border-bottom: solid 0px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

iframe, object {
   /* max-width: 100%; */
   /* min-height: 190px; */
}

#page-content{
    margin-top: 50px;
}

#secondary{
    display: none;
}

#wa_bl0 .wa_brcr {
    text-align: right;
    background-color: #eee;
    border-bottom: solid 1px #cacaca;
    border-top: solid 2px #777;
}

.header-about{
    margin-top: 20px;
    font-family: Source Serif Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 80px;
    align-items: center;
    text-align: center;
    color: #454545;
}

.img-about{
    float: left;
    padding-right: 20px;
}

.wa_sa .bg_semi .wa_text {
    font-size: 54px;
}

.img-book{
	border: 2px solid #ddd;
    box-shadow: 0px 0px 29px 10px white;
}

.Buy {
    display: block;
    margin: auto;
    width: fit-content;
    background: #596d96;
    padding: 10px 30px;
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
	    border: 0px;
}

iframe, object {
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 5px;
}

.Buy:hover{
	transition: 0.9s;
	opacity: 0.8;
}

#frm_form_3_container button{
    display: block;
    margin: auto;
    width: fit-content;
    background: #596d96;
    padding: 10px 30px;
    color: #fff !important;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 30px;
	    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    transition: 0.9s;
	    border: 0px;
}

#frm_form_3_container button:hover{
	transition: 0.9s;
	opacity: 0.8;
}

#frm_field_23_container{
	margin-bottom: 0px;
}

.a0008-line {
    height: 1px;
    background: #a7a7a7;
    margin-top: 60px;
}

iframe, object {
    filter: none !important;
}

@media(max-width: 768px){
	.wa_sa {
    min-height: 400px;
	}
	
	.wa_sa .bg_semi .wa_text {
    	font-size: 40px;
    	line-height: 120%;
	}
}

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



@media (max-width: 1250px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 img {
        margin-left: 0%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
        margin: 0 0px 0 0;
    }
}

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

    .img-about{
        float: none;
        margin: auto;
        display: block;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}

@media (max-width: 900px) {
    #page-content{
        margin-top: 20px;
    }
}


@media (max-width: 768px) {
        #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
            color: #fff !important;
        }
	
	.wa_sa .bg_semi .wa_sub_message {
		padding-bottom: 20px;
	}
	
}

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