/* 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=Open+Sans:ital,wght@0,300..800;1,300..800&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;
}
#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 ---------------------------------------*/

/*-- terry-footer ---------------------------------------*/

#masthead{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.terry-footer {
    background: #a7c83a;
    padding: 20px 0px;
}

.terry-footer-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 70px;
    display: none !important;
}

.terry-footer h3 {
    color: #000;
    margin-bottom: 30px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.footer-white-lnk {
    color: #fff !important;
    display: block;
    margin-bottom: 10px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.footer-white-contactlnk{
    display: flex
;
    align-items: center;
    grid-gap: 10px;
    color: #fff !important;
    margin-bottom: 10px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.footer-social-grd{
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 30px;
}

.terry-footer hr {
    background: #fff;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-copy{
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    text-align: center;
}

@media (max-width: 1400px) {
    .terry-footer-grd {
        grid-gap: 20px;
    }
}

@media (max-width: 992px) {
    .terry-footer-grd
{
    grid-gap: 20px;
    grid-template-columns: 1fr;
}
}
/*-- terry-footer END ---------------------------------------*/

/*-- hdr-terry ---------------------------------------*/
#hdr-terry {
    background: rgba(167, 200, 58, 0.9);
    padding: 12px 0px;
}
/*-- hdr-terry END ---------------------------------------*/


/*-- hero-terry ---------------------------------------*/
#hero-terry {
    padding-top: 210px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
    border-bottom: 10px solid rgba(167, 200, 58, 0.9);
}

#hero-terry h1 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 0px;
    margin-bottom: 30px;
}

#hero-terry h2 {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.hero-btn{
    background: rgba(167, 200, 58, 0.9);
    border-radius: 6px;
    padding: 26px 10px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #fff !important;
    max-width: 400px;
    margin: auto;
    transition: 0.9s;
}

.hero-btn:hover{
    transition: 0.9s;
    background: rgba(167, 200, 58, 1);
    filter: drop-shadow(2px 4px 6px black);
}

.hero-terry-grd{
    display: grid
;
    grid-template-columns: 2fr 1fr;
    grid-gap: 50px;
    align-items: center;
}

.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=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .frm_slimselect.ss-main {
    padding: 10px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    font-family: Open Sans !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    letter-spacing: 0%;
    text-align: left !important;
}

.with_frm_style .frm-edit-page-btn, .with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .with_frm_style .frm_submit button {
    background: rgba(167, 200, 58, 1) !important;
    border: 0px !important;
    font-family: Open Sans !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 120% !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    color: #fff !important;
    padding: 10px !important;
    width: 100% !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    transition: 0.9s;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
    transition: 0.9s;
    background: rgba(167, 200, 58, 1) !important;
    filter: drop-shadow(2px 4px 6px black) !important;
}

@media (max-width: 992px) {
    .hero-terry-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        align-items: center;
    }

    #hero-terry {
        padding-top: 150px;
        padding-bottom: 20px;
        background-size: cover;
        background-position: center;
        border-bottom: 10px solid rgba(167, 200, 58, 0.9);
    }

    #hero-terry h1 {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 48px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;
        margin: 0px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    #hero-terry h1 {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;
        margin: 0px;
        margin-bottom: 20px;
    }

    #hero-terry h2 {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }

    .hero-btn {
        background: rgba(167, 200, 58, 0.9);
        border-radius: 6px;
        padding: 15px 10px;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        display: block;
        color: #fff !important;
        max-width: 400px;
        margin: auto;
    }
}

/*-- hero-terry END ---------------------------------------*/

#off50{
    padding-top: 26px;
    padding-bottom: 50px;
    border-bottom: 10px solid rgba(167, 200, 58, 0.9);
}

.off50-grd{
    display: grid
;
    grid-template-columns: 1fr 2fr;
    grid-gap: 70px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    align-items: center;
    color: #000;
}

.off50-btn{
    font-family: Open Sans;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    display: block;
    background: rgba(167, 200, 58, 0.9);
    border-radius: 6px;
    padding: 10px;
    width: 250px;
    margin: auto;
    margin-top: 25px;
    transition: 0.9s;
}

.off50-btn:hover{
    transition: 0.9s;
    background: rgba(167, 200, 58, 1);
    filter: drop-shadow(2px 4px 6px black);
}


@media (max-width: 992px) {
    .off50-grd {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        font-family: Open Sans;
        font-weight: 700;
        font-size: 28px;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;
        align-items: center;
        color: #000;
    }

    #off50 {
        padding-top: 20px;
        padding-bottom: 30px;
        border-bottom: 10px solid rgba(167, 200, 58, 0.9);
    }
}


/* -- A0083 ------------------------------------- */
#a0083 a {
    color: #1A1A1A !important;
}
#a0083 {
    margin-top: 40px;
    margin-bottom: 100px;
}

#a0083 hr {
    opacity: 1;
    max-width: 150px;
    margin: auto;
    background: #0000007d;
    height: 3px;
    margin-bottom: 20px;
}

#a0083 h2 {
    font-style: normal;
    color: #000;
    margin-top: 15px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0px;
    margin-bottom: 29px;
}

#a0083 h3{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}

.a0083-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    grid-gap: 45px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    justify-items: center;
    text-align: center;
}
.a0083-text {
    color: #000;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
}

.a0083-img {
    width: 100%;
    height: 250px;
    border-radius: 9px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.a0083-grid {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    width: 100%;
    margin: auto;
    margin-top: 0px;
    justify-items: center;
    text-align: center;
    color: #000;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
}

@media (max-width: 1200px) {
    .a0083-grid {
        display: grid
    ;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
        width: 100%;
        margin: auto;
        margin-top: 0px;
        justify-items: center;
        text-align: center;
        color: #000;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
    }

    #a0083 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .a0083-grid {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 25px;
        width: 100%;
        margin: auto;
        margin-top: 0px;
        justify-items: center;
        text-align: center;
        color: #000;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        letter-spacing: 0%;
    }
}

/* -- A0083 -- End ------------------------------ */

/* -- our_professional_services ------------------------------ */
#our_professional_services{

}

#our_professional_services h2{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-bottom: 70px;
}

#our_professional_services h3{
    font-family: Open Sans;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0px;
    color: #000;
}

#our_professional_services img {
    margin: auto;
    margin-bottom: 15px;
    display: block;
}

.our_professional_services-grid{
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 100px;
}

@media (max-width: 1400px) {
    .our_professional_services-grid {
        display: grid
    ;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
        margin-bottom: 100px;
    }
}

@media (max-width: 992px) {
    #our_professional_services h2 {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 28px;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        color: #000;
        margin-bottom: 30px;
    }

    .our_professional_services-grid {
        display: grid
    ;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
        margin-bottom: 40px;
    }

    #our_professional_services h3 {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        margin: 0px;
    }
}

@media (max-width: 768px) {
    .our_professional_services-grid {
        display: grid
    ;
        grid-template-columns: 1fr;
        grid-gap: 15px;
        margin-bottom: 40px;
    }

    #our_professional_services h2 {
        font-family: Open Sans;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        color: #000;
        margin-bottom: 20px;
    }
}
/* -- our_professional_services -- End ------------------------------ */


#contact{
    background: rgba(245, 245, 245, 1);
    border-top: 10px solid rgba(167, 200, 58, 0.9);
    padding-top: 65px;
    padding-bottom: 130px;
}

#contact h2{
    text-align: center;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    #contact {
        background: rgba(245, 245, 245, 1);
        border-top: 10px solid rgba(167, 200, 58, 0.9);
        padding-top: 25px;
        padding-bottom: 30px;
    }

    #contact h2 {
        text-align: center;
        font-family: Open Sans;
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 0px;
    }
}

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