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

ul, ol {
    margin: 0 0 0em 0em;
}
/* 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 ---------------------------------------*/

/*-- a0017 --------------------------------------*/

.wa_sa{
    min-height: 620px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    border-bottom: 2px solid #8E6466;
}

.wa_sa .bg_semi{
    position: absolute;
    bottom: 0;
    min-height: 200px;
    background: rgba(242, 232, 233, 0.78);
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}

.wa_sa .bg_semi .wa_text{
    margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    color: #8E6466;
}

.wa_sa .bg_semi .wa_sub_message {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    border-top: 1px solid #8E6466;
    padding-top: 15px;
    font-family: Montserrat;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #8E6466;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wa_sa .bg_semi .wa_final_statement{
    font-style: italic;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
}

.wa_sa_button{
    box-sizing: border-box;
    width: 350px;
    display: block;
    padding: 14px 0px;
    margin: auto;
    text-decoration: none;
    background: #8E6466;
    border-radius: 5px;
}

.wa_sa_button span{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

@media (max-width: 992px) {

    .wa_sa .bg_semi .wa_final_statement {
        grid-column-gap: 0px;
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .wa_sa_button {
        width: 95%;
        max-width: 300px;
    }

}

@media (max-width: 768px) {
    .wa_sa .bg_semi .wa_text {
        font-size: 27px;
        line-height: 30px;
    }

    .wa_sa .bg_semi .wa_sub_message {
        font-size: 19px;
    }

    .wa_sa_button span {
        font-size: 19px;
    }
}


/*-- a0017 END --------------------------------------*/

/* A0008 -- Body Content Image Left -------------------------------------------*/
#a0008{
    color: #2b2b2b;
    font-size: 1.1em;
    padding-bottom: 40px;
}

#a0008 img{
    margin-top: 0px;
    max-width: 100%;
}
#a0008 .wa_08_sub_message{
    font-style: italic;
    color: #505050;
    font-size: 18px;
}

#a0008 .wa_08_message {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #454545;
}

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

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

.a0008-title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 59px;
    align-items: center;
    text-align: center;
    color: #8E6466;
}

.v-center {
    display: flex;
    align-items: center;
}
/* A0008 End ----------------------------------------------------------*/

/* -- menu -----------------------------------------*/
#mega-menu-item-30{
    padding-right: 3% !important;
}

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

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-31 > a.mega-menu-link {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 23px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-32 > a.mega-menu-link {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 23px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li#mega-menu-item-33 > a.mega-menu-link {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: 23px;
}

.mega-menu-link{
    z-index: 2000;
}
/* -- menu end -------------------------------------*/

/* A0012 END ------------------------------------------------------*/
#a0012{
    background: #8E6466;
    color: #fff;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}

#a0012 h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.a0012-text {
    font-family: Montserrat;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
/* A0010 ------------------------------------------------------*/

/* ACDB -- Testemonials -------------------------------------------*/
.feedback {
    background: #F2E8E9;
    padding-top: 20px;
    padding-bottom: 35px;
}
.feedback_top_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #8E6466;
}
.feedback_title {
    margin-bottom: 18px;
    max-width: 850px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #454545;
    margin-left: 20%;
    margin-right: 20%;
}
.feedback_bot_title {
    margin-top: 54px;
    font-weight: 700;
    color: #D12881;
    font-size: 31px;

}

.feedback_text {
    width: auto;
    margin: 0 auto;
    max-width: 850px;
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #414142;
    margin-left: 20%;
    margin-right: 20%;
}

.carousel-control-next, .carousel-control-prev {
    top: 0px !important;
}
@media  screen and (min-width: 769px) {
    .feedback_title {
        margin-left: 12%;
        margin-right: 10%;
    }
    .feedback_text {
        margin-left: 12%;
        margin-right: 10%;
    }
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
    width: 67px;
    height: 165px;
}

.carousel .carousel-control-next-icon {
    background-image: none;
}

.carousel .carousel-control-prev-icon {
    background-image: none;
}
/* END ----------------------------------------------------------*/

/* BC4 Body Content 4 Start -------------------------------------------*/
.wa_bc4{
    color: #2b2b2b;
    font-size: 1.1em;
    padding: 30px 0px;
}
.wa_bc4 h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 59px;
    display: flex;
    align-items: center;
    color: #8E6466;
}

.map-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #404040;
}

.map-text strong{
    font-size: 20px;
    color: #8E6466;
    font-weight: 600;
}

.wa_bc4_line{
    padding-bottom: 10px;
}
.wa_bc4_lft h3{
    color: #3541a1;
    font-weight: bold;
}
.wa_bc4_rgt{
}
.wa_bc4_rgt h3{
    font-weight: bold;
    color: #f9a90c;
}
.wa_bc4_border{
    border: solid 2px #a0a0a0;
    border-radius: 5px;
}
.wa_bc4_rgt ul{
    margin-left: 0;
    padding-left: 20px;
}
/* BC4 End ----------------------------------------------------------*/

/* boxes -------------------------------------------*/
#boxes{
    background: #F2E8E9;
    padding: 20px 0px;
}

#boxes h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #8E6466;
}

#boxes img{
    border: 0.5px solid #8E6466;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 5px rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    display: block;
    margin: auto;
}

.boxes-description{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #454545;
    margin-top: 20px;
}

#boxes strong {
    font-weight: 600;
    color: #8E6466;
}
/* boxes end ---------------------------------------*/

/* two image ---------------------------------------*/
#two_image{
    padding: 50px 0px;
}

#two_image h2{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #8E6466;
}

#two_image img{
    border: 0.5px solid #8E6466;
    box-sizing: border-box;
    box-shadow: 0px 0px 16px 5px rgb(0 0 0 / 8%);
    border-radius: 5px;
    display: block;
    margin: auto;
}

#two_image ul{
    margin: 0 0 0em 0em;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 29px;
    color: #454545;
}

.two_image-description{
    display: block;
    margin: auto;
    width: fit-content;
}
/* two image end -----------------------------------*/

/* new footer ------------------------------------------*/
#new-module-footer{
    background: #8E6466;
    padding: 20px 0px;
    border-bottom: 1px solid #FFFFFF;
}

#new-module-footer h3{
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

#new-module-footer-part2{
    background: #5B4141;
    text-align: center;
    padding: 20px 0px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
/* new footer end --------------------------------------*/

/* custom css --------------------------------------*/
.menu-logo {
    margin-top: -30px;
}

embed, iframe, object {
    max-width: 100%;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

#mega-menu-item-29 a{
    font-weight: 600 !important;
}
/* 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) {
}

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