body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #5B6977;
   background-image: none;
   border: 1px solid #4B5662;
   border-radius: 0px;
   color: #EBEBEB;
   --background-color: rgba(91,105,119,1.00);
   --border-color: #4B5662;
   --border-width: 1px;
   --color: #EBEBEB;
}
.wb-theme-content
{
   background-color: #0F2537;
   background-image: none;
   border: 1px solid #4B5662;
   border-radius: 0px;
   color: #EBEBEB;
   --background-color: rgba(15,37,55,1.00);
   --border-color: #4B5662;
   --border-width: 1px;
   --color: #EBEBEB;
   --icon-color: #DF6919;
   --colorize: invert(52%) sepia(30%) saturate(5107%) hue-rotate(355deg) brightness(93%) contrast(88%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #DF6919;
   background-image: none;
   border: 1px solid #DF6919;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(223,105,25,1.00);
   --border-color: #DF6919;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #BE5915;
   background-image: none;
   border: 1px solid #B25414;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(190,89,21,1.00);
   --border-color: #B25414;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #B25414;
   background-image: none;
   border: 1px solid #A74F13;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(178,84,20,1.00);
   --border-color: #A74F13;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #5B6977;
   background-image: none;
   border: 1px solid #737F8B;
   border-radius: 0px;
   color: #CED4DA;
   --background-color: rgba(91,105,119,1.00);
   --border-color: #737F8B;
   --border-width: 1px;
   --color: #CED4DA;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #737F8B;
   border-radius: 0px;
   color: #CED4DA;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #737F8B;
   --border-width: 1px;
   --color: #CED4DA;
   --icon-color: #DF6919;
   --colorize: invert(38%) sepia(88%) saturate(794%) hue-rotate(352deg) brightness(105%) contrast(89%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #DF6919;
   background-image: none;
   border: 1px solid #DF6919;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(223,105,25,1.00);
   --border-color: #DF6919;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #BE5915;
   background-image: none;
   border: 1px solid #B25414;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(190,89,21,1.00);
   --border-color: #B25414;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #B25414;
   background-image: none;
   border: 1px solid #A74F13;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(178,84,20,1.00);
   --border-color: #A74F13;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_menu1LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.80);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 16px 0 0 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#menu1LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#menu1LayoutGrid > .col-1, #menu1LayoutGrid > .col-2, #menu1LayoutGrid > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#menu1LayoutGrid > .col-1, #menu1LayoutGrid > .col-2, #menu1LayoutGrid > .col-3
{
   flex: 0 0 auto;
}
#menu1LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 125px;
   max-width: 125px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#menu1LayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 125px) / 1.43);
   max-width:  calc((100% - 125px) / 1.43);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#menu1LayoutGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 125px) / 3.33);
   max-width:  calc((100% - 125px) / 3.33);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 480px)
{
#menu1LayoutGrid > .col-1, #menu1LayoutGrid > .col-2, #menu1LayoutGrid > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_menu1Image
{
   margin: 0;
   vertical-align: top;
}
#menu1Image
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 95px;
   height: 28px;
   vertical-align: top;
}
#wb_menu1Menu
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: #F5F6F6;
   background-image: linear-gradient(to top, #F5F6F6 0%, #DBDCE2 21%, #B8BAC6 49%, #DDDFE3 80%, #F5F6F6 100%);
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_menu1Menu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_menu1Menu li
{
   display: inline-block;
   margin: 0;
   padding: 0px 4px 0px 0px;
}
#wb_menu1Menu a
{
   display: block;
   color: #232323;
   border: 0px solid #0D6EFD;
   border-radius: 16px;
   background-color: rgba(255,255,255,0.00);
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 20px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   vertical-align: middle;
}
#wb_menu1Menu > ul > li > a
{
   height: 60px;
   line-height: 60px;
   padding: 0px 16px 0px 16px;
}
#wb_menu1Menu li:hover a, #wb_menu1Menu a:hover
{
   color: #232323;
   border: 0px solid #0A58CA;
   background-color: rgba(27,31,10,0.12);
   background-image: none;
}
#wb_menu1Menu li.firstmain
{
   padding-left: 0px;
}
#wb_menu1Menu li.lastmain
{
   padding-right: 0px;
}
#wb_menu1Menu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.menu1Menu-effect
{
   transition: all 300ms linear, visibility 0ms linear;
}
#wb_homeLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/placeholder.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#homeLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 100px 0 100px 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: 0px;
   padding-left: 0px;
   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;
}
}
#homeLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.59;
}
#wb_homeHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#homeHeading
{
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_homeText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 25px 0 25px;
   margin: 0 0 25px 0 ;
   text-align: center;
}
#wb_homeText div
{
   text-align: center;
}
#wb_homeText
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_homeImage
{
   margin: 0;
   vertical-align: top;
}
#homeImage
{
   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_footer24LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #5D5D5E;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer24LayoutGrid
{
   box-sizing: border-box;
   padding: 100px 15px 70px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer24LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer24LayoutGrid > .row > .col-1, #footer24LayoutGrid > .row > .col-2, #footer24LayoutGrid > .row > .col-3, #footer24LayoutGrid > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer24LayoutGrid > .row > .col-1, #footer24LayoutGrid > .row > .col-2, #footer24LayoutGrid > .row > .col-3, #footer24LayoutGrid > .row > .col-4
{
   float: left;
}
#footer24LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#footer24LayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#footer24LayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#footer24LayoutGrid > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#footer24LayoutGrid:before,
#footer24LayoutGrid:after,
#footer24LayoutGrid .row:before,
#footer24LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#footer24LayoutGrid:after,
#footer24LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer24LayoutGrid > .row > .col-1, #footer24LayoutGrid > .row > .col-2, #footer24LayoutGrid > .row > .col-3, #footer24LayoutGrid > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_footer24Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer24Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer24Card7-card-item0
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footer24Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card7-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card7-card-item1 i
{
   color: #FFFFFF;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#footer24Card7-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card7-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card7-card-item2 i
{
   color: #FFFFFF;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#footer24Card7-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#footer24Card7-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#footer24Card7-card-item3 i
{
   color: #FFFFFF;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_footer24Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: left;
}
#footer24Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer24Card1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#footer24Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 20.8px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
