body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #444444;
   background-image: none;
   border: 1px solid #444444;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(68,68,68,1.00);
   --border-color: #444444;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-content
{
   background-color: #222222;
   background-image: none;
   border: 1px solid #444444;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(34,34,34,1.00);
   --border-color: #444444;
   --border-width: 1px;
   --color: #FFFFFF;
   --icon-color: #FFFFFF;
   --colorize: invert(100%) sepia(100%) saturate(0%) hue-rotate(135deg) brightness(103%) contrast(102%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #375A7F;
   background-image: none;
   border: 1px solid #375A7F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(55,90,127,1.00);
   --border-color: #375A7F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #2F4D6C;
   background-image: none;
   border: 1px solid #2C4866;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(47,77,108,1.00);
   --border-color: #2C4866;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #2C4866;
   background-image: none;
   border: 1px solid #29445F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(44,72,102,1.00);
   --border-color: #29445F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #444444;
   background-image: none;
   border: 1px solid #606060;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(68,68,68,1.00);
   --border-color: #606060;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .wb-theme-content
{
   background-color: #222222;
   background-image: none;
   border: 1px solid #606060;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(34,34,34,1.00);
   --border-color: #606060;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #DEE2E6;
   --colorize: invert(85%) sepia(8%) saturate(126%) hue-rotate(170deg) brightness(112%) contrast(82%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #375A7F;
   background-image: none;
   border: 1px solid #375A7F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(55,90,127,1.00);
   --border-color: #375A7F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #2F4D6C;
   background-image: none;
   border: 1px solid #2C4866;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(47,77,108,1.00);
   --border-color: #2C4866;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #2C4866;
   background-image: none;
   border: 1px solid #29445F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(44,72,102,1.00);
   --border-color: #29445F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.ui-widget-header
{
   background-color: #444444;
   background-image: none;
   border: 1px solid #444444;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(68,68,68,1.00);
   --border-color: #444444;
   --border-width: 1px;
   --color: #FFFFFF;
}
.ui-widget-content
{
   background-color: #222222;
   background-image: none;
   border: 1px solid #444444;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(34,34,34,1.00);
   --border-color: #444444;
   --border-width: 1px;
   --color: #FFFFFF;
   --icon-color: #FFFFFF;
   --colorize: invert(100%) sepia(19%) saturate(0%) hue-rotate(79deg) brightness(104%) contrast(103%);
}
.ui-state-default
{
   background-color: #375A7F;
   background-image: none;
   border: 1px solid #375A7F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(55,90,127,1.00);
   --border-color: #375A7F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.ui-state-hover
{
   background-color: #2F4D6C;
   background-image: none;
   border: 1px solid #2C4866;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(47,77,108,1.00);
   --border-color: #2C4866;
   --border-width: 1px;
   --color: #FFFFFF;
}
.ui-state-default.active, .ui-state-active, .active > .ui-state-default
{
   background-color: #2C4866;
   background-image: none;
   border: 1px solid #29445F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(44,72,102,1.00);
   --border-color: #29445F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .ui-widget-header
{
   background-color: #444444;
   background-image: none;
   border: 1px solid #606060;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(68,68,68,1.00);
   --border-color: #606060;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .ui-widget-content
{
   background-color: #222222;
   background-image: none;
   border: 1px solid #606060;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(34,34,34,1.00);
   --border-color: #606060;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #DEE2E6;
   --colorize: invert(96%) sepia(6%) saturate(136%) hue-rotate(169deg) brightness(93%) contrast(94%);
}
.darktheme .ui-state-default, .darktheme .wb-theme-static
{
   background-color: #375A7F;
   background-image: none;
   border: 1px solid #375A7F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(55,90,127,1.00);
   --border-color: #375A7F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .ui-state-hover
{
   background-color: #2F4D6C;
   background-image: none;
   border: 1px solid #2C4866;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(47,77,108,1.00);
   --border-color: #2C4866;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .ui-state-default.active, .darktheme .ui-state-active, .active > .ui-state-default
{
   background-color: #2C4866;
   background-image: none;
   border: 1px solid #29445F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(44,72,102,1.00);
   --border-color: #29445F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .ui-button{
   background-color: #375A7F;
   background-image: none;
   border: 1px solid #375A7F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(55,90,127,1.00);
   --border-color: #375A7F;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .ui-button:hover
{
   background-color: #2F4D6C;
   background-image: none;
   border: 1px solid #2C4866;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(47,77,108,1.00);
   --border-color: #2C4866;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .ui-button:active
{
   background-color: #2C4866;
   background-image: none;
   border: 1px solid #29445F;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(44,72,102,1.00);
   --border-color: #29445F;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_navigationLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   border: none !important;
   box-sizing: border-box;
   margin: 0;
}
#navigationLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#navigationLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#navigationLayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#navigationLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#navigationLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_navigationMenu
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: uppercase;
   font-size: 13px;
   margin: 0;
   text-align: center;
   overflow: hidden;
}
#wb_navigationMenu span
{
   background: none;
   border: none;
   margin: 0 10px 0 0px;
}
#wb_navigationMenu a
{
   color: inherit;
   text-decoration: inherit;
}
#wb_homeLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   box-sizing: border-box;
   margin: 0;
}
#homeLayoutGrid
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#homeLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#homeLayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#homeLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#homeLayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#homeTextArt{
   opacity: 0;
}
#wb_homeTextArt
{
   margin: 0;
   vertical-align: top;
}
#wb_homeIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   animation: slide-down-in 2000ms cubic-bezier(0.075, 0.82, 0.165, 1) 2500ms 1 normal both;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_homeIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_homeIcon:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#homeIcon
{
   height: 40px;
   width: 42px;
}
#homeIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_homeIcon:hover #homeIcon i
{
   color: #808080;
}
#homeLine
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_dividerLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/hero_PLRPhillipIsland.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#dividerLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#dividerLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#dividerLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#dividerLayoutGrid > .row > .col-1
{
   float: left;
}
#dividerLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#dividerLayoutGrid:before,
#dividerLayoutGrid:after,
#dividerLayoutGrid .row:before,
#dividerLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#dividerLayoutGrid:after,
#dividerLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#dividerLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#dividerLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_dividerHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#dividerHeading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_dividerHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#dividerHeading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_aboutLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   border: none !important;
   box-sizing: border-box;
   margin: 0;
}
#aboutLayoutGrid1
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#aboutLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#aboutLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#aboutLayoutGrid1 > .row > .col-1
{
   float: left;
}
#aboutLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#aboutLayoutGrid1:before,
#aboutLayoutGrid1:after,
#aboutLayoutGrid1 .row:before,
#aboutLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#aboutLayoutGrid1:after,
#aboutLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#aboutLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_aboutHeading1
{
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#aboutHeading1
{
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#aboutHeading1
{
   height: 100%;
   margin: 0;
   width: 100%;
   background: transparent !important;
   border: none !important;
}
#wb_aboutText1 
{
   background: transparent !important;
   border: none !important;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_aboutText1
{
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 18px;
}
#wb_aboutText1 p, #wb_aboutText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_aboutText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_aboutLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   border: none !important;
   box-sizing: border-box;
   margin: 0;
}
#aboutLayoutGrid2
{
   box-sizing: border-box;
   padding: 10px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#aboutLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#aboutLayoutGrid2 > .row > .col-1, #aboutLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#aboutLayoutGrid2 > .row > .col-1, #aboutLayoutGrid2 > .row > .col-2
{
   float: left;
}
#aboutLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#aboutLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#aboutLayoutGrid2:before,
#aboutLayoutGrid2:after,
#aboutLayoutGrid2 .row:before,
#aboutLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#aboutLayoutGrid2:after,
#aboutLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#aboutLayoutGrid2 > .row > .col-1, #aboutLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_aboutHeading2
{
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#aboutHeading2
{
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#aboutHeading2
{
   height: 100%;
   margin: 0;
   width: 100%;
   background: transparent !important;
   border: none !important;
}
#wb_aboutText2 
{
   background: transparent !important;
   border: none !important;
   padding: 0;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_aboutText2
{
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 18px;
}
#wb_aboutText2 p, #wb_aboutText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_aboutText2
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_aboutImage
{
   margin: 0;
   vertical-align: top;
}
#aboutImage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('pexels-photo-731217.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_contactLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   border: none !important;
   box-sizing: border-box;
   margin: 0;
}
#contactLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contactLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contactLayoutGrid > .row > .col-1, #contactLayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contactLayoutGrid > .row > .col-1, #contactLayoutGrid > .row > .col-2
{
   float: left;
}
#contactLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#contactLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#contactLayoutGrid:before,
#contactLayoutGrid:after,
#contactLayoutGrid .row:before,
#contactLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#contactLayoutGrid:after,
#contactLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#contactLayoutGrid > .row > .col-1, #contactLayoutGrid > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#contactEmail
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 15px 0 ;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 8px 8px 8px 8px;
}
#contactEmail:focus
{
   outline: 0;
}
#contactButton
{
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#contactButton:focus
{
   outline: 0;
}
#contactName
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0 0 15px 0 ;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 8px 8px 8px 8px;
}
#contactName:focus
{
   outline: 0;
}
#contactSubject
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 0;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 8px 8px 8px 8px;
}
#contactSubject:focus
{
   outline: 0;
}
#contactMessage
{
   box-sizing: border-box;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 8px 8px 8px 8px;
   margin: 0 0 15px 0 ;
   overflow: auto;
   resize: none;
}
#contactMessage:focus
{
   outline: 0;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('pexels-photo-1371360.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid2-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading4
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_faqLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#faqLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#faqLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#faqLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#faqLayoutGrid > .row > .col-1
{
   float: left;
}
#faqLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#faqLayoutGrid:before,
#faqLayoutGrid:after,
#faqLayoutGrid .row:before,
#faqLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#faqLayoutGrid:after,
#faqLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#faqLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#faqAccordion
{
   width: 100%;
   height: 100%;
}
#wb_faqAccordion .ui-helper-reset
{
   line-height: normal !important;
}
#faqAccordion .ui-accordion-header
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px !important;
   font-style: normal;
   outline: none;
   padding: 10px 10px 10px 20px;
   text-align: left;
}
#faqAccordion h4
{
   display: block;
   margin: 0;
}
#faqAccordion .ui-accordion-header .ui-icon
{
   position: absolute !important;
   left: 0px;
   top: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   align-content: center;
   height: 100%;
   width: 20px;
   box-sizing: border-box;
   background-image: none;
   fill: currentColor;
   margin: 0;
}
#faqAccordion .icon-default
{
   display: block;
   flex: 1;
   padding: 2px;
}
#faqAccordion .icon-active
{
   display: none;
   flex: 1;
   padding: 2px;
}
#faqAccordion .ui-state-active .icon-default
{
   display: none;
}
#faqAccordion .ui-state-active .icon-active
{
   display: block;
}
#faqAccordion .ui-accordion-content
{
   padding: 4px 4px 4px 4px;
   position: relative;
   font-size: 0;
   text-align: left;
}
#faqAccordion, #faqAccordion > .ui-corner-all, #faqAccordion > .ui-corner-top
{
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
}
#faqAccordion .ui-corner-all, #faqAccordion .ui-corner-bottom
{
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
}
#faqAccordion .ui-widget-content
{
   border-color: #FFFFFF;
   border-width: 1px;
   background-color: transparent;
   background-image: none;
   color: transparent;
}
#faqAccordion .ui-state-default
{
   border-color: #FFFFFF;
   border-width: 1px;
   background-color: transparent;
   background-image: none;
   color: #454545;
}
#faqAccordion .ui-state-hover
{
   border-color: #FFFFFF;
   border-width: 1px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
}
#faqAccordion .ui-state-active
{
   border-color: #FFFFFF;
   border-width: 1px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
}
#faqAccordion .ui-accordion-header:nth-of-type(1)
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#faqAccordion .ui-accordion-header:nth-of-type(2)
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#faqAccordion .ui-accordion-header:nth-of-type(3)
{
   border-color: #FFFFFF;
   background: #FFFFFF;
}
#wb_faqAccordion
{
   margin: 0;
}
#wb_faqText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: left;
}
#wb_faqText1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 19px;
}
#wb_faqText1 div
{
   text-align: left;
}
#wb_faqText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_faqText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: left;
}
#wb_faqText2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 19px;
}
#wb_faqText2 div
{
   text-align: left;
}
#wb_faqText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_faqText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: left;
}
#wb_faqText3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 19px;
}
#wb_faqText3 div
{
   text-align: left;
}
#wb_faqText3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#faqLine1
{
   border-color: #808080;
   border-style: solid;
   border-bottom-width: 2px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#faqLine2
{
   border-color: #808080;
   border-style: solid;
   border-bottom-width: 2px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#faqLine3
{
   border-color: #808080;
   border-style: solid;
   border-bottom-width: 2px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('pexels-photo-2132126.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid3-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading5
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading6
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_productsLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
}
#productsLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#productsLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#productsLayoutGrid > .row > .col-1, #productsLayoutGrid > .row > .col-2, #productsLayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#productsLayoutGrid > .row > .col-1, #productsLayoutGrid > .row > .col-2, #productsLayoutGrid > .row > .col-3
{
   float: left;
}
#productsLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#productsLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#productsLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#productsLayoutGrid:before,
#productsLayoutGrid:after,
#productsLayoutGrid .row:before,
#productsLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#productsLayoutGrid:after,
#productsLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#productsLayoutGrid > .row > .col-1, #productsLayoutGrid > .row > .col-2, #productsLayoutGrid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_productsCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#productsCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#productsCard1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#productsCard1-card-item1
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard1-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard1-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard1-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard1-card-item3
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard1-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard1-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard1-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard1-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard1-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard1-card-item6
{
   box-sizing: border-box;
   margin: 20px 10px 20px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#productsCard1-card-item7
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 4px 8px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #999999;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-decoration: line-through;
}
#productsCard1-card-item8
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 4px 8px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #78A206;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#productsCard1-card-item9
{
   box-sizing: border-box;
   margin: 12px 0 0 0 ;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#productsCard1-card-item10
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: -50px 0 30px 0 ;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#productsCard1-card-item10
{
   transform: translate(0px,-100px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms ease-in 0ms, opacity 200ms ease-in 0ms;
}
#wb_productsCard1:hover #productsCard1-card-item10
{
   transform: translate(0px,-20px) rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms ease-out 100ms, opacity 200ms ease-out 100ms;
}
#productsCard1-card-item10 a
{
   color: inherit;
   display: block;
   padding: 10px 12px 12px 12px;
   text-decoration: none;
}
#productsCard1-card-item10 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_productsCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#productsCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#productsCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#productsCard2-card-item1
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard2-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard2-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard2-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard2-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard2-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard2-card-item3
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard2-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard2-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard2-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard2-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard2-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard2-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard2-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard2-card-item6
{
   box-sizing: border-box;
   margin: 20px 10px 20px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#productsCard2-card-item7
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 4px 8px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #999999;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-decoration: line-through;
}
#productsCard2-card-item8
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 4px 8px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #78A206;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#productsCard2-card-item9
{
   box-sizing: border-box;
   margin: 12px 0 0 0 ;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#productsCard2-card-item10
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: -50px 0 30px 0 ;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#productsCard2-card-item10
{
   transform: translate(0px,-100px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms ease-in 0ms, opacity 200ms ease-in 0ms;
}
#wb_productsCard2:hover #productsCard2-card-item10
{
   transform: translate(0px,-20px) rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms ease-out 100ms, opacity 200ms ease-out 100ms;
}
#productsCard2-card-item10 a
{
   color: inherit;
   display: block;
   padding: 10px 12px 12px 12px;
   text-decoration: none;
}
#productsCard2-card-item10 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_productsCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#productsCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#productsCard3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#productsCard3-card-item1
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard3-card-item1 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard3-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard3-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard3-card-item2 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard3-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard3-card-item3
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard3-card-item3 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard3-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard3-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard3-card-item4 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard3-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard3-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0 0 0 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#productsCard3-card-item5 a
{
   color: inherit;
   display: block;
   padding: 0;
   text-decoration: none;
}
#productsCard3-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#productsCard3-card-item6
{
   box-sizing: border-box;
   margin: 20px 10px 20px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#productsCard3-card-item7
{
   box-sizing: border-box;
   margin: 12px 0 0 0 ;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#productsCard3-card-item8
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#productsCard3-card-item8
{
   transform: translate(0px,-100px) rotate(0deg) ;
   opacity: 0;
   transition: transform 200ms ease-in 0ms, opacity 200ms ease-in 0ms;
}
#wb_productsCard3:hover #productsCard3-card-item8
{
   transform: translate(0px,-20px) rotate(0deg) ;
   opacity: 1;
   transition: transform 200ms ease-out 100ms, opacity 200ms ease-out 100ms;
}
#productsCard3-card-item8 a
{
   color: inherit;
   display: block;
   padding: 10px 12px 12px 12px;
   text-decoration: none;
}
#productsCard3-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('pexels-photo-1010657.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid4-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading7
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading8
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_portfolioLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#portfolioLayoutGrid1
{
   box-sizing: border-box;
   padding: 50px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#portfolioLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#portfolioLayoutGrid1 > .row > .col-1, #portfolioLayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#portfolioLayoutGrid1 > .row > .col-1, #portfolioLayoutGrid1 > .row > .col-2
{
   float: left;
}
#portfolioLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#portfolioLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#portfolioLayoutGrid1:before,
#portfolioLayoutGrid1:after,
#portfolioLayoutGrid1 .row:before,
#portfolioLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#portfolioLayoutGrid1:after,
#portfolioLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#portfolioLayoutGrid1 > .row > .col-1, #portfolioLayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_portfolioCarousel1
{
   background-color: #CCCCCC;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_portfolioCarousel1
{
   box-sizing: border-box;
   width: 100%;
   height: 355px;
}
#portfolioCarousel1
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#portfolioCarousel1 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#portfolioCarousel1 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#portfolioCarousel1 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#portfolioCarousel1 .carousel-item-next:not(.carousel-item-start), #portfolioCarousel1 .active.carousel-item-end
{
   transform: translateX(100%);
}
#portfolioCarousel1 .carousel-item-prev:not(.carousel-item-end), #portfolioCarousel1 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#portfolioCarousel1 .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#portfolioCarousel1 .carousel-inner > .carousel-item > img, #portfolioCarousel1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#portfolioCarousel1 .carousel-inner > .active, #portfolioCarousel1 .carousel-inner > .carousel-item-next, #portfolioCarousel1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#portfolioCarousel1 .carousel-inner > .carousel-item-next, #portfolioCarousel1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#portfolioCarousel1 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -84px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#portfolioCarousel1 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 6px 6px 6px 6px;
   width: 29px;
   height: 3px;
   cursor: pointer;
   text-indent: -999px;
   background-color: rgba(229,229,229,1.00);
   background-clip: padding-box;
   box-sizing: content-box;
   border-bottom: 27px solid transparent;
}
#portfolioCarousel1 .carousel-indicators .active
{
   background-color: rgba(255,255,255,1.00);
}
#portfolioCarousel1 .frame
{
   width: 455px;
   display: inline-block;
   float: left;
   height: 355px;
}
#wb_portfolioText1 
{
   padding: 10px 0 10px 0;
   margin: 0;
}
#wb_portfolioText1 div
{
   text-align: center;
}
#wb_portfolioText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_portfolioText2 
{
   padding: 10px 0 10px 0;
   margin: 0;
}
#wb_portfolioText2 div
{
   text-align: center;
}
#wb_portfolioText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_portfolioText3 
{
   padding: 10px 0 10px 0;
   margin: 0;
}
#wb_portfolioText3 div
{
   text-align: center;
}
#wb_portfolioText3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_portfolioText4 
{
   padding: 10px 0 10px 0;
   margin: 0;
}
#wb_portfolioText4 div
{
   text-align: center;
}
#wb_portfolioText4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_portfolioCarousel2
{
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_portfolioCarousel2
{
   box-sizing: border-box;
   width: 100%;
}
#portfolioCarousel2
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#portfolioCarousel2 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#portfolioCarousel2 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#portfolioCarousel2 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 0ms ease-in-out;
   height: 100%;
   text-align: left;
}
#portfolioCarousel2 .carousel-item-next:not(.carousel-item-start), #portfolioCarousel2 .active.carousel-item-end
{
   transform: translateX(100%);
}
#portfolioCarousel2 .carousel-item-prev:not(.carousel-item-end), #portfolioCarousel2 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#portfolioCarousel2 .carousel-item-inner
{
   min-height: 355px;
   padding: 0;
}
#portfolioCarousel2 .carousel-inner > .carousel-item > img, #portfolioCarousel2 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#portfolioCarousel2 .carousel-inner > .active, #portfolioCarousel2 .carousel-inner > .carousel-item-next, #portfolioCarousel2 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#portfolioCarousel2 .carousel-inner > .carousel-item-next, #portfolioCarousel2 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#portfolioCarousel2 .frame
{
   width: 455px;
   display: inline-block;
   float: left;
   height: 355px;
}
#wb_portfolioCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   text-align: left;
   border: none !important;
}
#portfolioCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#portfolioCard1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   background: transparent;
   border: none;
}
#portfolioCard1-card-item0 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
}
#portfolioCard1-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   background: transparent;
   border: none;
}
#portfolioCard1-card-item1 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   margin: 0;
}
#portfolioCard1-card-item2
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 14px 8px 14px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_portfolioCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   text-align: left;
   border: none !important;
}
#portfolioCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#portfolioCard2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   background: transparent;
   border: none;
}
#portfolioCard2-card-item0 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
}
#portfolioCard2-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   background: transparent;
   border: none;
}
#portfolioCard2-card-item1 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   margin: 0;
}
#portfolioCard2-card-item2
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 14px 8px 14px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_portfolioCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   text-align: left;
   border: none !important;
}
#portfolioCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#portfolioCard3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   background: transparent;
   border: none;
}
#portfolioCard3-card-item0 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
}
#portfolioCard3-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   background: transparent;
   border: none;
}
#portfolioCard3-card-item1 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   margin: 0;
}
#portfolioCard3-card-item2
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 14px 8px 14px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_portfolioCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   text-align: left;
   border: none !important;
}
#portfolioCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#portfolioCard4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   background: transparent;
   border: none;
}
#portfolioCard4-card-item0 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
}
#portfolioCard4-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   padding: 0;
   background: transparent;
   border: none;
}
#portfolioCard4-card-item1 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   margin: 0;
}
#portfolioCard4-card-item2
{
   display: inline-block;
   height: 34px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 14px 8px 14px;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_portfolioLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#portfolioLayoutGrid2
{
   box-sizing: border-box;
   padding: 25px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#portfolioLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#portfolioLayoutGrid2 > .row > .col-1, #portfolioLayoutGrid2 > .row > .col-2, #portfolioLayoutGrid2 > .row > .col-3, #portfolioLayoutGrid2 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#portfolioLayoutGrid2 > .row > .col-1, #portfolioLayoutGrid2 > .row > .col-2, #portfolioLayoutGrid2 > .row > .col-3, #portfolioLayoutGrid2 > .row > .col-4
{
   float: left;
}
#portfolioLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#portfolioLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#portfolioLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#portfolioLayoutGrid2 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#portfolioLayoutGrid2:before,
#portfolioLayoutGrid2:after,
#portfolioLayoutGrid2 .row:before,
#portfolioLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#portfolioLayoutGrid2:after,
#portfolioLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#portfolioLayoutGrid2 > .row > .col-1, #portfolioLayoutGrid2 > .row > .col-2, #portfolioLayoutGrid2 > .row > .col-3, #portfolioLayoutGrid2 > .row > .col-4
{
   float: none;
   width: 100%;
}
}
#wb_portfolioImage1
{
   margin: 0;
   vertical-align: top;
}
#portfolioImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 212px;
   height: 141px;
   vertical-align: top;
}
#wb_portfolioImage2
{
   margin: 0;
   vertical-align: top;
}
#portfolioImage2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 212px;
   height: 317px;
   vertical-align: top;
}
#wb_portfolioImage3
{
   margin: 0;
   vertical-align: top;
}
#portfolioImage3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 212px;
   height: 317px;
   vertical-align: top;
}
#wb_portfolioImage4
{
   margin: 0;
   vertical-align: top;
}
#portfolioImage4
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 212px;
   height: 141px;
   vertical-align: top;
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('pexels-photo-287240.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid5-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_Heading9
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading9
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading10
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading10
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_servicesLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   border: none !important;
   box-sizing: border-box;
   margin: 0;
}
#servicesLayoutGrid1
{
   box-sizing: border-box;
   padding: 50px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#servicesLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#servicesLayoutGrid1 > .row > .col-1, #servicesLayoutGrid1 > .row > .col-2, #servicesLayoutGrid1 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#servicesLayoutGrid1 > .row > .col-1, #servicesLayoutGrid1 > .row > .col-2, #servicesLayoutGrid1 > .row > .col-3
{
   float: left;
}
#servicesLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#servicesLayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#servicesLayoutGrid1 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#servicesLayoutGrid1:before,
#servicesLayoutGrid1:after,
#servicesLayoutGrid1 .row:before,
#servicesLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#servicesLayoutGrid1:after,
#servicesLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#servicesLayoutGrid1 > .row > .col-1, #servicesLayoutGrid1 > .row > .col-2, #servicesLayoutGrid1 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_servicesCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   text-align: left;
   border: none !important;
}
#servicesCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard1-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   background: transparent;
   border: none;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
   line-height: 43px;
}
#servicesCard1-card-item0 i
{
   color: var(--icon-color);
   margin-left: 1px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
}
#servicesCard1-card-item1
{
   box-sizing: border-box;
   margin: -40px 0 0 80px;
   padding: 0;
   background: transparent;
   border: none;
}
#servicesCard1-card-item1 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#wb_servicesCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   text-align: left;
   border: none !important;
}
#servicesCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard2-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   background: transparent;
   border: none;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
   line-height: 43px;
}
#servicesCard2-card-item0 i
{
   color: var(--icon-color);
   margin-left: 1px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
}
#servicesCard2-card-item1
{
   box-sizing: border-box;
   margin: -40px 0 0 80px;
   padding: 0;
   background: transparent;
   border: none;
}
#servicesCard2-card-item1 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#wb_servicesCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   text-align: left;
   border: none !important;
}
#servicesCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard3-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 20px;
   padding: 0;
   background: transparent;
   border: none;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 43px;
   line-height: 43px;
}
#servicesCard3-card-item0 i
{
   color: var(--icon-color);
   margin-left: 1px;
   text-align: center;
   vertical-align: top;
   font-size: 43px;
   width: 43px;
}
#servicesCard3-card-item1
{
   box-sizing: border-box;
   margin: -40px 0 0 80px;
   padding: 0;
   background: transparent;
   border: none;
}
#servicesCard3-card-item1 h1
{
   color: inherit;
   font-size: inherit;
   font-weight: inherit;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('pexels-photo-2174656.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid6-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_Heading11
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading11
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Heading12
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading12
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_footerMenu
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0 0 30px 0 ;
   text-align: center;
   position: relative;
   z-index: 1111 !important;
}
#wb_footerMenu::after
{
   content: "";
   display: table;
clear: both;
}
#wb_footerMenu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#wb_footerMenu li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 14.28%;
}
#wb_footerMenu a
{
   display: block;
   float: left;
   color: #A0A0A0;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: uppercase;
   text-align: center;
   vertical-align: middle;
}
#wb_footerMenu > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 22px;
   padding: 0 5px 0px 5px;
   line-height: 22px;
}
#wb_footerMenu li:hover a, #wb_footerMenu a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu li.firstmain
{
   padding-left: 0px;
}
#wb_footerMenu li.lastmain
{
   padding-right: 0px;
}
#wb_footerMenu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_footerCopyrights 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerCopyrights div
{
   text-align: center;
}
#wb_footerCopyrights
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#footerHeading
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_footerIcon1
{
   background: transparent !important;
   border: none !important;
   text-align: center;
   margin: 0 5px 0 5px;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footerIcon1
{
   height: 30px;
   width: 30px;
}
#footerIcon1 i
{
   color: inherit;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 29px;
}
#footerIcon1
{
   color: var(--icon-color);
}
#wb_footerIcon1 a
{
   color: inherit;
}
#wb_footerIcon2
{
   background: transparent !important;
   border: none !important;
   text-align: center;
   margin: 0 5px 0 5px;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footerIcon2
{
   height: 30px;
   width: 30px;
}
#footerIcon2 i
{
   color: inherit;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 29px;
}
#footerIcon2
{
   color: var(--icon-color);
}
#wb_footerIcon2 a
{
   color: inherit;
}
#wb_footerIcon3
{
   background: transparent !important;
   border: none !important;
   text-align: center;
   margin: 0 5px 0 5px;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_footerIcon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#footerIcon3
{
   height: 30px;
   width: 30px;
}
#footerIcon3 i
{
   color: inherit;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 29px;
}
#footerIcon3
{
   color: var(--icon-color);
}
#wb_footerIcon3 a
{
   color: inherit;
}
#footerLineBreak
{
   border-color: #121212;
   border-style: solid;
   border-bottom-width: 50px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 119px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #121212;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
