@charset "UTF-8";
/* framework 7.0.4 */

/*/css/base.min.css*/
.tf_loader{width:1em;height:1em;overflow:hidden;display:inline-block;vertical-align:middle;position:relative}.tf_loader:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;text-indent:-9999em;border-radius:50%;box-sizing:border-box;border:.15em solid rgba(149,149,149,.2);border-left-color:rgba(149,149,149,.6);animation:tf_loader 1.1s infinite linear}@keyframes tf_loader{0{transform:rotate(0)}100%{transform:rotate(360deg)}}.tf_clear{clear:both}.tf_left{float:left}.tf_right{float:right}.tf_textl{text-align:left}.tf_textr{text-align:right}.tf_textc{text-align:center}.tf_textj{text-align:justify}.tf_text_dec{text-decoration:none}.tf_hide{display:none}.tf_hidden{visibility:hidden}.tf_block{display:block}.tf_inline_b{display:inline-block}.tf_vmiddle{vertical-align:middle}.tf_mw{max-width:100%}.tf_w{width:100%}.tf_h{height:100%}.tf_overflow{overflow:hidden}.tf_box{box-sizing:border-box}.tf_abs{position:absolute;inset:0}.tf_abs_t{position:absolute;top:0;left:0}.tf_abs_b{position:absolute;bottom:0;left:0}.tf_abs_c{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tf_rel{position:relative}.tf_opacity{opacity:0}.tf_clearfix:after{content:"";display:table;clear:both}.loops-wrapper>.post,.woocommerce ul.loops-wrapper.products>li.product{float:left;box-sizing:border-box;margin-left:3.2%;margin-right:0;margin-bottom:3.2%;clear:none}.woocommerce .loops-wrapper.no-gutter.products>.product,body .loops-wrapper.no-gutter>.post{margin:0}.woocommerce .loops-wrapper.products.list-post>.product{margin-left:0}.tf_scrollbar{scroll-behavior:smooth;--tf_scroll_color:rgba(137,137,137,.2);--tf_scroll_color_hover:rgba(137,137,137,.4);scrollbar-color:var(--tf_scroll_color) transparent;scrollbar-width:thin}.tf_scrollbar::-webkit-scrollbar{width:var(--tf_scroll_w,10px);height:var(--tf_scroll_h,10px)}.tf_scrollbar::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color);background-clip:padding-box;border:2px solid transparent;border-radius:5px}.tf_scrollbar:hover{scrollbar-color:var(--tf_scroll_color_hover) transparent}.tf_scrollbar:hover::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color_hover)}.tf_close{position:relative;transition:transform .3s linear;cursor:pointer}.tf_close:after,.tf_close:before{content:'';height:100%;width:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:currentColor;transition:transform .25s}.tf_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.tf_close:hover:after{transform:translate(-50%,-50%) rotate(45deg)}.tf_close:hover:before{transform:translate(-50%,-50%) rotate(135deg)}.tf_vd_lazy:fullscreen video{height:100%;object-fit:contain}

/*/wp-content/plugins/themify-builder/css/themify-builder-style.css*/
.module_row,
.module_subrow,
.module_column,
.module_row .module{
    position:relative;
    box-sizing:border-box
}
/* Hover Animation */
.module-buttons:hover,
.module_row:hover,
.module_column:hover,
.module-image img:hover,
.module-accordion i,
.module{
    transition:.5s ease;
    transition-property:background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,text-shadow,filter,transform
}
/* fix gutenberg empty p tag bug */
.entry-content > p:first-of-type:empty,
.entry-content > p:first-of-type+p:empty{
    margin:0;
    padding:0
}
/*GRID*/
.module_row{/* fix Chrome bug */
	display:flex;
	flex-wrap:wrap;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.themify_builder_slider_wrap{
    transition:none
}
.module_row[data-tbfullwidthvideo],.module_subrow[data-tbfullwidthvideo],.module_column[data-tbfullwidthvideo]{
	background-size:cover
}
/*GRID*/
.row_inner,
.subrow_inner{
    display:grid;
    --gutter:3.2%;
    --narrow:1.6%;
    --none:0;
    --align_start:flex-start;
    --align_center:center;
    --align_end:flex-end;
    --auto_height:stretch;
    --align_items:var(--auto_height);
    --align_content:var(--align_start);
    --colg:var(--gutter);
    --c1:1fr;
    --c2:1fr 1fr;
    --c3:1fr 1fr 1fr;
    --c4:1fr 1fr 1fr 1fr;
    --c5:1fr 1fr 1fr 1fr 1fr;
    --c6:1fr 1fr 1fr 1fr 1fr 1fr;
    --c1_2:1fr 2.1025fr;
    --c2_1:2.1025fr 1fr;
    --c1_3:1fr 3.2831fr;
    --c3_1:3.2831fr 1fr;
    --c1_1_2:1fr 1fr 2.1415fr;
    --c1_2_1:1fr 2.1415fr 1fr;
    --c2_1_1:2.1415fr 1fr 1fr;
    --col:repeat(auto-fit,minmax(1%,1fr));
	grid:var(--row,none)/var(--col);
    grid-template-areas:var(--area);
    grid-auto-columns:1fr;
    gap:var(--rowg,0) var(--colg);
    align-content:var(--align_content);
    align-items:var(--align_items);
    /*css variables for responsive columns(the first letter is the cols count, next the selected grid, e.g 3_2:3 is count ,2 the grid),so users can change it by custom css*/
    --area5_3:"col1 col1 col2 col2 col3 col3"
              "col4 col4 col5 col5 . .";

    --area5_1_2:"col1 col2 col2" "col3 col4 col5";

    --area5_2_1:"col1 col1 col2" "col3 col4 col5";

    --area5_1_3:"col1 col2 col2 col2"
                "col3 col4 col4 col4"
                "col5 col5 col5 col5";

    --area5_3_1:"col1 col1 col1 col2"
                "col3 col4 col4 col5";

    --area5_1_1_2:"col1 col2 col3 col3"
                  "col4 col4 col5 col5";

    --area5_1_2_1:"col1 col2 col2 col3"
                  "col4 col4 col5 col5";

    --area5_2_1_1:"col1 col1 col2 col3"
                  "col4 col4 col5 col5";	
    /*Css  Auto grid*/
    --aream2_auto:"col1" "col2";
    --aream3_auto:"col1" "col2" "col3";
    --aream4_auto:"col1" "col2" "col3" "col4";
    --aream5_auto:"col1" "col2" "col3" "col4" "col5";
    --areat6_auto:"col1 col2 col3" "col4 col5 col6";/*6 cols for tablet*/
    --aream6_auto:"col1 col2" "col3 col4" "col5 col6";/*6 cols for mobiile*/
    --areat7_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7";
    --aream7_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7";
    --areat8_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7" "col8 col8";
    --aream8_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7" "col8"
}
div.module_column{
    width:auto;
    max-width:none;
    margin-left:0;
    margin-right:0;
    min-width:0;
    float:none;
    align-items:inherit;
    align-content:inherit;
    grid-template-columns:minmax(0,1fr);
    display:grid
}
.col_align_middle,/*deperecated,backward compatibility*/
.fullheight > .tb_col_count_1{
    --align_content:var(--align_center)
}
.gutter-narrow{/*deperecated,backward compatibility*/
   --colg:var(--narrow)
}
.gutter-none{/*deperecated,backward compatibility*/
   --colg:var(--none)
}
.module_column:nth-of-type(1){
    grid-area:col1
}
.module_column:nth-of-type(2){
    grid-area:col2
}
.module_column:nth-of-type(3){
    grid-area:col3
}
.module_column:nth-of-type(4){
    grid-area:col4
}
.module_column:nth-of-type(5){
    grid-area:col5
}
.module_column:nth-of-type(6){
    grid-area:col6
}
.module_column:nth-of-type(7){
    grid-area:col7
}
.module_column:nth-of-type(8){
    grid-area:col8
}
.module_column:nth-of-type(9){
    grid-area:col9
}
.module_column:nth-of-type(10){
    grid-area:col10
}
.module_column:nth-of-type(11){
    grid-area:col11
}
.module_column:nth-of-type(12){
    grid-area:col12
}
.module_column:nth-of-type(13){
    grid-area:col13
}
.module_column:nth-of-type(14){
    grid-area:col14
}
.module_column:nth-of-type(15){
    grid-area:col15
}
.module_column:nth-of-type(16){
    grid-area:col16
}
/*DON'T USE THE CLASS direction_rtl, will be removed in the future, need for backward compatibility*/
.direction_rtl > .module_column:nth-of-type(1){
    z-index:16
}
.direction_rtl > .module_column:nth-of-type(2){
    z-index:15
}
.direction_rtl > .module_column:nth-of-type(3){
    z-index:14
}
.direction_rtl > .module_column:nth-of-type(4){
    z-index:13
}
.direction_rtl > .module_column:nth-of-type(5){
    z-index:12
}
.direction_rtl > .module_column:nth-of-type(6){
    z-index:11
}
.direction_rtl > .module_column:nth-of-type(7){
    z-index:10
}
.direction_rtl > .module_column:nth-of-type(8){
    z-index:9
}
.direction_rtl > .module_column:nth-of-type(9){
    z-index:8
}
.direction_rtl > .module_column:nth-of-type(10){
    z-index:7
}
.direction_rtl > .module_column:nth-of-type(11){
    z-index:6
}
.direction_rtl > .module_column:nth-of-type(12){
    z-index:5
}
.direction_rtl > .module_column:nth-of-type(13){
    z-index:4
}
.direction_rtl > .module_column:nth-of-type(14){
    z-index:3
}
.direction_rtl > .module_column:nth-of-type(15){
    z-index:2
}
.direction_rtl > .module_column:nth-of-type(16){
    z-index:1
}
.tb_col_count_1>.module_column{
	grid-area:auto
}
.tb_col_count_2{
	--area:"col1 col2"
}
.tb_col_count_3{
	--area:"col1 col2 col3"
}
.tb_col_count_4{
	--area:"col1 col2 col3 col4"
}
.tb_col_count_5{
	--area:"col1 col2 col3 col4 col5"
}
.tb_col_count_6{
	--area:"col1 col2 col3 col4 col5 col6"
}
.tb_col_count_7{
	--area:"col1 col2 col3 col4 col5 col6 col7"
}
.tb_col_count_8{
	--area:"col1 col2 col3 col4 col5 col6 col7 col8"
}
/*CLEARFIX*/
.module:after{
    content:"";
    display:table;
    clear:both
}
/*RESETS*/
.module_row ul.loops-wrapper{
    margin:0;
    padding:0;
    list-style:none
}
.module_row .ui{
	background-image:var(--tb_app_gr,none);
	background-color:var(--tb_pr_bg,#F7F7F7);
	box-shadow:var(--tb_app_shadow,none);
	border-radius:var(--tb_app_r,0);
	color:var(--tb_pr_color,#555)
}
.ui.builder_button{
    text-decoration:none;
    position:relative; 
    border:solid 1px rgba(0,0,0,.05);
    display:inline-block;
    line-height:130%;
    transition:color .3s linear;
	transition-property:color,background-color,padding,border,box-shadow;
    padding:.625em 1.25em
}
.builder_button:hover{
	text-decoration:none;
	background-color:var(--tb_pr_hover_bg,#f1f1f1)
}
.module .ui.builder_button{
    text-decoration:none
}
.ui.transparent{
	--tb_pr_bg:transparent;
	--tb_pr_hover_bg:transparent;
	--tb_pr_color:#555;
	--tb_app_r:0;
	--tb_app_gr:none;
	--tb_app_shadow:none;
	border:0;
    /* for transparent style inherit color */
    color:inherit
}
.transparent.gradient{
	--tb_app_gr:linear-gradient(to bottom, rgba(255,255,255,.45) 0%,rgba(255,255,255,0) 100%)
}
/*SIZES*/
.ui.large.builder_button{
    font-size:120%;
    padding:10px 20px
}
.ui.small.builder_button{
    font-size:70%;
    padding:5px 10px
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em
}
/*MODULE*/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:0;
    vertical-align:bottom
}
.module-slider{
    margin-bottom:2.5em
}
/*Widget Module*/
.module-widget .widget{
    margin:0
}
.wp-caption{
    max-width:100%
}
/*Map Module*/
.module-map button{
    border-radius:0
}
.module-map .gm-style-mtc img{
    vertical-align:baseline;
    margin-right:5px
}
.row_inner{
    width:1160px;
    margin:0 auto
}
/* fullwidth row */
.module_row.fullheight .module_subrow,
.module_row.fullwidth > .row_inner{
	max-width:100%;
    width:100%
}
/* iOS doesn't support fixed attachment */
@supports(-webkit-touch-callout:none){
    .module_row,.module_subrow,.module_column{background-attachment:scroll!important}
}
/*FULLHEIGHT ROW*/
.module_row.fullheight{
    min-height:100vh
}
.fullheight > .row_inner > .module_column,
.fullheight > .row_inner{
    min-height:inherit
}
.module-plain-text:after{
    display:contents!important
}
/*MEDIA QUERIES*/
@media (max-width:1260px){
    .row_inner{
        max-width:94%
    }
}
@media (max-width:760px){
    .row_inner{
		max-width:90%
    }
}
.themify_builder .builder-parallax-scrolling{
	transition:background-position-y 0s
}
@supports not(cursor:grab){
	.builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}
/*/wp-content/uploads/themify-css/themify-builder-6708-generated.css*/
/* Generated from page: body-contouring */
.themify_builder_content-6708 .tb_zpj3693.module_row,.themify_builder_content-6708 .tb_zpj3693.module_row>div.row_inner{padding-bottom:20px}
.themify_builder_content-6708 .tb_c13a903.module_row,.themify_builder_content-6708 .tb_no3k610.module_row{background-color:#f9f9f9}
.themify_builder_content-6708 .tb_c13a903.module_row>div.row_inner,.themify_builder_content-6708 .tb_no3k610.module_row>div.row_inner{padding-top:75px;padding-bottom:5px}
.themify_builder_content-6708 .tb_ue9q904.module_subrow,.themify_builder_content-6708 .tb_4hjy610.module_subrow,.themify_builder_content-6708 .tb_iesy48.module_subrow,.themify_builder_content-6708 .tb_37kd861.module_subrow,.themify_builder_content-6708 .tb_xukl758.module_subrow{mix-blend-mode:normal}
.themify_builder_content-6708 .tb_btdq757.module_row>div.row_inner{padding-top:55px}

@media(max-width:600px){
.themify_builder_content-6708 .tb_ue9q904.module_subrow>.subrow_inner,.themify_builder_content-6708 .tb_pb52913.module_subrow>.subrow_inner,.themify_builder_content-6708 .tb_4hjy610.module_subrow>.subrow_inner,.themify_builder_content-6708 .tb_mmn2615.module_subrow>.subrow_inner,.themify_builder_content-6708 .tb_iesy48.module_subrow>.subrow_inner,.themify_builder_content-6708 .tb_dhrb867.module_subrow>.subrow_inner,.themify_builder_content-6708 .tb_37kd861.module_subrow>.subrow_inner,.themify_builder_content-6708 .tb_gny2864.module_subrow>.subrow_inner,.themify_builder_content-6708 .tb_xukl758.module_subrow>.subrow_inner{--area:var(--aream2_auto)}
}/*Builder Custom CSS START*/
.ib-white-head{
	color:#fff;
}
.page-id-2093 p{
	font-size:19px;
	font-weight: 400;
	line-height: 25px;
}
.section-heading p{
	font-size:19px !important;
	font-weight: 400;
	line-height: 25px;
}
.ib-text-sec2 p {
    font-size: 16px;
	line-height: 21px;
}
.ib-text-sec1 p {
    font-size: 16px;
	line-height: 21px !important;
}
.ib-text-sec-last p{
	font-size:19px !important;
	font-weight: 400;
	line-height: 25px;
}
.ib-row-sec10 p{
	font-size:19px !important;
	font-weight: 400;
	line-height: 25px;
}
.ib-sec-sj{
	font-size:19px !important;
	font-weight: 400;
	line-height: 25px;
	font-family: Caudex !important;
}
.ib-row-sec5 p{
	font-size:19px !important;
	font-weight: 400;
	line-height: 25px !important;
}
.ib-row-sec3 h4{
	font-family: Caudex !important;
}
.ib-row-sec7 p{
	font-size:19px !important;
	font-weight: 400;
	line-height: 25px;
}
.page-id-2093 h4{
	font-size:18px;
	font-weight: 400;
	line-height: 24px;
}
.ib-row-sec11 .accordion-body p {
    font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}
.ib-sj-ary{
	padding-bottom: 0px !important;
}
h1.ib-main-heading {
    color: white;
}
.ib-ele li::marker {
    display: none;
    color: transparent;
}
.theme-btn3{
	font-size: 19px !important;
	font-weight: 400 !important;
	line-height: 25px
}
.ib-border p{
	margin-top:0px !important;
}
.page-id-2093 h2 {
    margin-bottom: 20px;
}
.ib-button-contact{
	width: 160px !important;
	float: left;
}
.ib-row-sec9 .row_inner.col_align_top.tb_col_count_1.tf_box.tf_rel {
    background-color: #F9F9F9 !important;
}
.lrContent ul li {
    line-height: 21px;
	font-weight: 400;
}
.ib-text-sec1 ul {
    padding: 10px 0 10px 25px;
}
.ib-text-sec2 ul {
    padding: 20px 0 0px 20px;
}
@media(min-width:1024px){
.ib-main-heading{
margin-top:50px;
}

.page-id-2093 h1{
	font-size:40px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}
.page-id-2093 h2{
	font-size:50px;
	font-weight: 700;
	line-height: 50px;
}
}
@media(min-width:1100px){
	.ib-text-sec1{
		padding-right:30px;
	}
	.ib-text-sec2{
		 padding-left: 20px;
         padding-right: 11px;
	}
	.image-wrapper {
   	 margin-right: 50px;
}
.image-wrapper2 {
    margin-left: 50px;
}
	.ib-text-sec-z{
		padding-left: 29px !important;
         padding-right: 10px !important;
	}
	.ib-ele li:before {
    content: "" ;
    position: absolute ;
    height: 20px ;
    width: 20px ;
    background-image: url(https://cdn10349.templcdn.com/wp-content/uploads/2023/03/Vector-11.png) ;
    background-repeat: no-repeat;
    left: 20px ;
    margin-top: 3px ;
}
}
@media(max-width:1099px){
	.ib-ele li:before {
    content: "" ;
    position: absolute ;
    height: 20px ;
    width: 20px ;
    background-image: url(https://cdn10349.templcdn.com/wp-content/uploads/2023/03/Vector-11.png) ;
    background-repeat: no-repeat;
    left: 0px ;
    margin-top: 3px ;
}
}
@media(max-width:1023px){
.ib-main-heading{
margin-bottom:0px;
}
}
a.theme-btn3 {
    text-align: center;
}
.section-01 {
    padding: 0!important;
}

.ib-other li::marker{
    color:#ff000000;
}
.ib-other li:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-image: url(https://wisermd.jhseo-sites.com/wp-content/uploads/2023/03/Vector-11.png);
    background-repeat: no-repeat;
    left: 0;
    margin-top: 3px;
}
.lrContent ul li{
	font-family: "caudex";
    padding-left: 20px;
    margin-bottom: 15px;
}
.lrContents > .subrow_inner {
    align-items: center;
}
.cntr-btn{
	text-align:center;
}
.ib-border{
	border-top: 1px solid #2F2E2E33;
}
.fullBg{
	background-size: 100% 100%;
}
.ib-text-bg{
	background-color:#F9F9F9;
}
@media(min-width:769px){
	.section-1{
	padding: 95px 0px !important;
}
	.ib-sj-video{
		padding-bottom: 95px
	}
	.ib-sj-thic{
		padding-bottom: 50px;
	}
	.ib-sj-ere h3{
		max-width: 90%;
	}
	.ib-row-sec3 {
    padding-bottom: 50px !important;
}
	.ib-border{
	padding-top: 95px;
}
	.lrContents{
		padding-bottom: 60px;
	}
	.ib-text-bg {
    padding: 50px;
}
	.ib-col-same {
    width: 45% !important;
}
.ib-col-same2 {
    width: 49% !important;
}
	.ib-row-sec4 {
    padding-top: 100px !important;
	padding-bottom: 100px !important;
}
	.ib-row-sec5 {
    	padding-top: 100px !important;
		padding-bottom:40px !important;
}
	.ib-row-sec11 {
		padding-bottom:60px !important;
}
	.page-id-2093 h3{
		font-size: 36px;
		font-weight: 700;
		line-height: 36px;
	}
	.ib-row-sec6 {
    	padding-top: 0px !important;
		padding-bottom:0px !important;
}
	.ib-row-sec7 {
    	padding-top: 60px !important;
		padding-bottom:40px !important;
}
	.ib-row-sec9 {
    	padding-top: 100px !important;
		padding-bottom:100px !important;
}
	.ib-row-sec10 {
		padding-bottom:10px !important;
}
	.ib-text-bg h3{
		padding-top: 40px;
	}
	.ib-row-sec11 h3{

		font-size: 24px !important;
		font-weight: 700 !important;
		line-height: 31px !important;

	}
}
@media(max-width:768px){

	.ib-border{
	padding-top: 35px;
}
	.lrContent {
    width: 100% !important;
}
	.ib-text-bg {
    	padding-top: 35px;
		padding-bottom: 5px;
}
	.ib-col-mar {
    margin-top: -80px !important;
}
	.ib-row-sec2 {
    	padding-top: 35px !important;
		padding-bottom:35px !important;
}
	.ib-row-sec3{
		padding-bottom:35px !important;
	}
	.ib-row-sec4 {
    	padding-top: 10px !important;
		padding-bottom:35px !important;
}
	.ib-row-sec5 {
    	padding-top: 35px !important;
		padding-bottom:35px !important;
}
	.ib-row-sec6 {
    	padding-top: 15px !important;
		padding-bottom:15px !important;
}
	.ib-row-sec7 {
    	padding-top: 0px !important;
		padding-bottom:0px !important;
}
	.ib-row-sec9 {
    	padding-top: 40px !important;
		padding-bottom:30px !important;
}
	.ib-sj-video{
		padding-bottom: 40px
	}
.ib-sj-thic{
		padding-bottom: 30px;
	}
}
@media (max-width: 550px){
.ib-col-mar{
    margin-top: -40px !important;
}
	.theme-btn3 {
    width: 290px !important;
}
	}


.ib-row-sec4 .subrow_inner.col_align_top.tb_col_count_2.tf_box.tf_w {
    align-items: flex-start;
}
.ib-row-sec5 .subrow_inner.col_align_top.tb_col_count_2.tf_box.tf_w {
    align-items: flex-start;
}
.ib-row-sec6 .subrow_inner.col_align_top.tb_col_count_2.tf_box.tf_w {
    align-items: flex-start;
}
.ib-row-sec7 .subrow_inner.col_align_top.tb_col_count_2.tf_box.tf_w {
    align-items: flex-start;
}
.ib-row-sec10 .subrow_inner.col_align_top.tb_col_count_2.tf_box.tf_w {
    align-items: flex-start;
}
@media(max-width: 767px){
.accordion1 section h3.accordion-heading {
    line-height: 24px !important;
}
}
@media (min-width: 769px){
.ib-sj-sty {
    padding-bottom: 45px !important;
}
}



@media (max-width: 1444px){
.parallax4 {
    height: 580px !important;
}
}
@media (max-width: 1199px){
.parallax4 {
    height: 450px !important;
}
}
@media (max-width: 767px){
.parallax4 {
    height: 330px !important;
}
}
@media (max-width: 768px){
.ib-sj-bnrtext {
    width: 95% !important;
    margin: auto;
}
}

@media(max-width:599px){
.ib-sj-bnrbt a{
	padding: 6px 10px !important;
}
	.ib-sj-bnrbt a{
	    margin: 15px 15px 0 !important;
		  flex-direction: column;
		min-width: 245px !important;
	}
	.btn-gru{
		flex-direction: column;
	}
}
@media(min-width:600px){
	.ib-sj-bnrbt a{
		min-width: 277px !important;
	}
	a.theme-btn.view-more.ib-sj-hide1 {
     padding: 8px 20px 11px 20px !important;

}
.theme-btn3{
       padding: 8px 20px 11px 20px !important;
}
}
.parallax4{
	top:-30px;
}
.ib-row-sec11 h3{
    font-family:Caudex !important;
}
.accordion-body span {
    font-family: Caudex !important;
font-size: 16px;
font-weight: 400 !important;
line-height: 21px;
}
.theme-btn3 {
    font-family: 'Caudex' !important;
}

.theme-btn {
    text-align: center !important;
}
@media(max-width:768px){
	a.theme-btn3.ib-button-contact.ib-text-sec2.ib-sj-hide {
    display: none;
}
	.ib-sj-ali{
	text-align:center;
}
}
@media(min-width:769px){
	a.theme-btn.view-more.ib-sj-hide1 {
    display: none !important;
}
}
a.theme-btn.view-more.ib-sj-hide1 {
    font-family: Caudex;
font-size: 19px !important;
font-weight: 400 !important;
line-height: 24px !important;
padding: 10px 20px 11px 20px !important;

}
.theme-btn3{
       padding: 10px 20px 11px 20px !important;
}
@media(min-width:1024px){
.ib-sj-for h3{
	max-width:80%;
}
}
/*Builder Custom CSS END*/