body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
.wb-theme-header
{
   background-color: #F9FAFA;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #495057;
   --background-color: rgba(249,250,250,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #495057;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   color: #495057;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DEE2E6;
   --border-width: 1px;
   --color: #495057;
   --icon-color: #2EA2E4;
   --colorize: invert(51%) sepia(98%) saturate(733%) hue-rotate(173deg) brightness(92%) contrast(94%);
}
.wb-theme-button, .wb-theme-static
{
   background-image: linear-gradient(to top, #2FA4E7 0%, #2C9AD9 100%);
   border: 1px solid #2FA4E7;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(47,164,231,1.00);
   --border-color: #2FA4E7;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #288BC4;
   background-image: none;
   border: 1px solid #2683B9;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(40,139,196,1.00);
   --border-color: #2683B9;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #288BC4;
   background-image: none;
   border: 1px solid #2683B9;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(40,139,196,1.00);
   --border-color: #2683B9;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #272B2F;
   background-image: none;
   border: 1px solid #424549;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(39,43,47,1.00);
   --border-color: #424549;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #2EA2E4;
   --colorize: invert(83%) sepia(42%) saturate(7392%) hue-rotate(173deg) brightness(91%) contrast(97%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-image: linear-gradient(to top, #2FA4E7 0%, #2C9AD9 100%);
   border: 1px solid #2FA4E7;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(47,164,231,1.00);
   --border-color: #2FA4E7;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #288BC4;
   background-image: none;
   border: 1px solid #2683B9;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(40,139,196,1.00);
   --border-color: #2683B9;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #288BC4;
   background-image: none;
   border: 1px solid #2683B9;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(40,139,196,1.00);
   --border-color: #2683B9;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_headerLayoutGrid2
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #191970;
   background-image: none;
   border: 0px solid #87CEEB;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerLayoutGrid2
{
   box-sizing: border-box;
   padding: 15px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#headerLayoutGrid2 > .row > .col-1, #headerLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#headerLayoutGrid2
{
   width: 970px;
}
#headerLayoutGrid2 > .row > .col-1, #headerLayoutGrid2 > .row > .col-2
{
   float: left;
}
#headerLayoutGrid2 > .row > .col-1
{
   background-color: #191970;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#headerLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: right;
}
#headerLayoutGrid2:before,
#headerLayoutGrid2:after,
#headerLayoutGrid2 .row:before,
#headerLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#headerLayoutGrid2:after,
#headerLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#headerLayoutGrid2
{
   width: 100%;
}
#headerLayoutGrid2 > .row > .col-1, #headerLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_headerMenu
{
   display: block;
   background-color: #191970;
   font-family: Arial;
   font-weight: bold;
   text-align: right;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#headerMenu
{
   display: inline-block;
   background-color: #191970;
   height: 43px;
}
#wb_headerMenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_headerMenu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_headerMenu ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_headerMenu ul li i
{
   font-size: 0px;
   width: 0px;
   margin-bottom: 2px;
}
#wb_headerMenu ul li a
{
   background-color: #191970;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 13px 12px 13px 12px;
   text-align: center;
}
#wb_headerMenu > ul > li > a 
{
   height: 17px;
}
.headerMenu a 
{
   display: block;
}
#wb_headerMenu li:hover > a, #wb_headerMenu li .active
{
   background-color: #333333;
   color: #D3D3D3;
}
#wb_headerMenu ul ul
{
   display: none;
   position: absolute;
   top: 43px;
}
#wb_headerMenu ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu ul ul li 
{
   float: none;
   position: relative;
   width: 84px;
}
#wb_headerMenu ul ul li a
{
   background-color: #7A7A7A;
   border: 0px solid #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul ul li:hover > a, #wb_headerMenu ul ul li .active
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_headerMenu ul ul li a 
{
   padding-top: 15px;
   padding-right: 10px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu ul ul ul li 
{
   left: 84px;
   position: relative;
   top: -43px;
}
#wb_headerMenu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_headerMenu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu li:hover > a .arrow-down, #wb_headerMenu li .active .arrow-down
{ 
   border-top-color: #D3D3D3;
}
#wb_headerMenu ul ul li:hover > a .arrow-left, #wb_headerMenu ul ul li .active .arrow-left
{ 
   border-left-color: #424242;
}
#wb_headerMenu .toggle,[id^=headerMenu-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_headerMenu
{
   margin: 0;
   text-align: left;
}
#wb_headerMenu ul li a, #wb_headerMenu .toggle
{
   font-size: 15px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 10px 15px 10px;
}
#wb_headerMenu .toggle + a
{
   display: none !important;
}
.headerMenu 
{
   display: none;
   z-index: 9999;
}
#headerMenu 
{
   background-color: transparent;
   display: none;
}
#wb_headerMenu > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_headerMenu .toggle 
{
   display: block;
   background-color: #191970;
   color: #FFFFFF;
   padding: 0 10px 0 10px;
   line-height: 30px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu .toggle:hover
{
   background-color: #333333;
   color: #D3D3D3;
}
[id^=headerMenu-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu-title
{
   height: 43px !important;
   line-height: 43px !important;
   text-align: center;
}
#wb_headerMenu ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_headerMenu ul ul .toggle,
#wb_headerMenu ul ul a 
{
   padding: 0 20px;
}
#wb_headerMenu a:hover,
#wb_headerMenu ul ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle,
#wb_headerMenu ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul ul ul a 
{
   padding: 15px 10px 15px 30px;
}
#wb_headerMenu ul li a 
{
   text-align: left;
}
#wb_headerMenu ul li a br 
{
   display: none;
}
#wb_headerMenu ul li i 
{
   margin-right: 0px;
}
#wb_headerMenu ul ul 
{
   float: none;
   position: static;
}
#wb_headerMenu ul ul li:hover > ul,
#wb_headerMenu ul li:hover > ul 
{
   display: none;
}
#wb_headerMenu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_headerMenu ul ul ul li 
{
   position: static;
}
#headerMenu-icon 
{
   display: block;
   position: absolute;
   right: 12px;
   top: 9px;
   user-select: none;
}
#headerMenu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_headerMenu ul li ul li .toggle:hover
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu .toggle:hover .arrow-down, #wb_headerMenu li .active .arrow-down
{
   border-top-color: #D3D3D3;
}
#wb_headerMenu ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle:hover .arrow-down, #wb_headerMenu ul li ul li .active .arrow-down
{
   border-top-color: #424242;
}
}
#wb_headerHeading 
{
   background-color: transparent;
   background-image: url('images/M-removebg-preview (2).png');
   background-repeat: no-repeat;
   background-position: left bottom;
   position: fixed;
   top: 0;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   width: 100%;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 8px 0 8px 8px;
   margin: 0;
   text-align: left;
}
#wb_headerHeading
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: italic;
   font-size: 24px;
   line-height: 27.5px;
}
#wb_headerHeading p, #wb_headerHeading ul
{
   margin: 0;
   padding: 0;
}
#wb_headerHeading
{
   display: inline-block;
   margin: 0;
   width: 212px;
   height: 44px;
}
#wb_homeCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_homeCarousel
{
   height: 100vh;
}
#homeCarousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#homeCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
   perspective: 1200px;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#homeCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#homeCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   transition: opacity 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#homeCarousel .carousel-item-inner
{
   padding: 0 0 50px 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: flex-end;
   height: 100%;
   box-sizing: border-box;
}
#homeCarousel .carousel-inner > .carousel-item > img, #homeCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#homeCarousel .carousel-inner > .active, #homeCarousel .carousel-inner > .carousel-item-next, #homeCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#homeCarousel .carousel-inner > .active
{
   animation: homeCarousel-animation-show 500ms ease 0ms both;
}
#homeCarousel .carousel-inner > .carousel-item-next, #homeCarousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#homeCarousel .carousel-inner > .carousel-item-next.carousel-item-start, #homeCarousel .carousel-inner > .carousel-item-prev.carousel-item-end
{
   animation: homeCarousel-animation-show 500ms ease 0ms both;
}
#homeCarousel .carousel-inner > .active.carousel-item-start, #homeCarousel .carousel-inner > .active.carousel-item-end
{
   animation: homeCarousel-animation-hide 500ms ease both;
}
#homeCarousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -42px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#homeCarousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 16px 16px 16px 16px;
   width: 9px;
   height: 9px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid rgba(255,255,255,1.00);
   box-shadow: inset 0 0 0 0 rgba(255,255,255,1.00);
   transition: box-shadow 0.3s ease;
}
#homeCarousel .carousel-indicators .active
{
   box-shadow: inset 0 0 0 5px rgba(255,255,255,1.00);
}
#homeCarousel .carousel-control
{
   display: flex;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0;
   top: 0;
   bottom: 0;
   width: 15%;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
   cursor: pointer;
   z-index: 7776;
}
#homeCarousel .carousel-control.carousel-item-end
{
   left: auto;
   right: 0;
}
#homeCarousel .carousel-control .carousel-control-prev-icon, #homeCarousel .carousel-control .carousel-control-next-icon
{
   display: inline-block;
   position: absolute;
   width: 48px;
   height: 48px;
   z-index: 5;
}
#homeCarousel .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#homeCarousel .frame
{
   width: 970px;
   display: inline-block;
   float: left;
   height: 488px;
}
#homeCarousel .carousel-control-next, #homeCarousel .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#homeCarousel .carousel-control-next-icon, #homeCarousel .carousel-control-prev-icon
{
   display: inline-block;
   width: 48px;
   height: 48px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#homeCarousel .carousel-control-next:hover, #homeCarousel .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#homeCarousel .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20192%20192%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M51%2088%20C49%2090%2c%2048%2093%2c%2048%2096%20L48%2096%20L48%2096%20C48%2099%2c%2049%20102%2c%2051%20105%20L123%20177%20L123%20177%20C126%20179%2c%20129%20180%2c%20132%20180%20C135%20180%2c%20138%20179%2c%20141%20177%20C143%20174%2c%20144%20171%2c%20144%20168%20C144%20165%2c%20143%20162%2c%20141%20160%20L77%2096%20L77%2096%20L141%2033%20L141%2033%20C143%2030%2c%20144%2027%2c%20144%2024%20C144%2021%2c%20143%2018%2c%20141%2016%20C138%2013%2c%20135%2012%2c%20132%2012%20C129%2012%2c%20126%2013%2c%20123%2016%20L51%2088Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#homeCarousel .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20192%20192%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M141%2088%20C143%2090%2c%20144%2093%2c%20144%2096%20L144%2096%20L144%2096%20C144%2099%2c%20143%20102%2c%20141%20105%20L69%20177%20L69%20177%20C66%20179%2c%2063%20180%2c%2060%20180%20C57%20180%2c%2054%20179%2c%2051%20177%20C49%20174%2c%2048%20171%2c%2048%20168%20C48%20165%2c%2049%20162%2c%2051%20160%20L115%2096%20L115%2096%20L51%2033%20L51%2033%20C49%2030%2c%2048%2027%2c%2048%2024%20C48%2021%2c%2049%2018%2c%2051%2016%20C54%2013%2c%2057%2012%2c%2060%2012%20C63%2012%2c%2066%2013%2c%2069%2016%20L141%2088Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#homeCarousel .frame-1
{
   background-color: transparent;
   background-image: url('images/eye banner.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#homeCarousel .frame-2
{
   background-color: transparent;
   background-image: url('images/banner2.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
@keyframes homeCarousel-animation-show
{
   0%   { transform: translateX(100%); }
   100% { transform: translateX(0); }
}
@keyframes homeCarousel-animation-hide
{
   0%   { transform: translateX(0); }
   100% { transform: translateX(-100%); }
}
#wb_homeHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   animation: animate-background 1000ms linear 5ms 2 normal both;
   text-align: left;
}
#homeHeading1
{
   color: #000080;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: uppercase;
}
#wb_homeHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#homeHeading3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: uppercase;
}
#wb_text2LayoutGrid
{
   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;
}
#text2LayoutGrid
{
   box-sizing: border-box;
   padding: 5px 15px 5px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#text2LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text2LayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#text2LayoutGrid > .row > .col-1
{
   float: left;
}
#text2LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#text2LayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#text2LayoutGrid:before,
#text2LayoutGrid:after,
#text2LayoutGrid .row:before,
#text2LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#text2LayoutGrid:after,
#text2LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#text2LayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_text2Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#text2Heading
{
   color: #191970;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_text5LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.39);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#text5LayoutGrid
{
   box-sizing: border-box;
   padding: 5px 15px 5px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#text5LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text5LayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#text5LayoutGrid > .row > .col-1
{
   float: left;
}
#text5LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#text5LayoutGrid:before,
#text5LayoutGrid:after,
#text5LayoutGrid .row:before,
#text5LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#text5LayoutGrid:after,
#text5LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#text5LayoutGrid > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_text5Text 
{
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 4px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #0D6EFD;
   border-right-color: #0D6EFD;
   border-bottom-color: #0D6EFD;
   border-left-color: #0D6EFD;
   border-radius: 0px;
   padding: 10px 20px 10px 20px;
   margin: 0;
   text-align: justify;
}
#wb_text5Text
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   line-height: 21px;
}
#wb_text5Text p, #wb_text5Text ul
{
   margin: 0;
   padding: 0;
}
#wb_text5Text
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_article8CardContainer
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#article8CardContainer
{
   display: flex;
   position: relative;
   padding: 50px 10px 50px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#article8CardContainer
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_article8Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   background-color: transparent;
   background-image: url('images/injector.JPG');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid rgba(0,0,0,0.50);
   border-radius: 0px;
   text-align: left;
}
#article8Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#article8Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_article8Card1:hover #article8Card1-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#article8Card1-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#article8Card1-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_article8Card1:hover #article8Card1-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#article8Card1-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_article8Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   background-color: transparent;
   background-image: url('images/knives.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid rgba(0,0,0,0.50);
   border-radius: 0px;
   text-align: left;
}
#article8Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#article8Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 80px 50px 80px 50px;
   color: #F5F5F5;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_article8Card2:hover #article8Card2-card-item0
{
   opacity: 1.0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 300ms linear 0ms, background-color 300ms linear 0ms;
}
#article8Card2-card-item0
{
   opacity: 0;
   background-color: rgba(0,0,0,0.63);
   transition: opacity 500ms linear 0ms, background-color 500ms linear 0ms;
}
#article8Card2-card-footer
{
   box-sizing: border-box;
   border-top: 0px solid rgba(0,0,0,0.50);
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_article8Card2:hover #article8Card2-card-footer
{
   background-color: #000000;
   transition: background-color 300ms linear 0ms;
}
#article8Card2-card-footer
{
   background-color: rgba(0,0,0,0.50);
   transition: background-color 300ms linear 0ms;
}
#wb_text3LayoutGrid
{
   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;
}
#text3LayoutGrid
{
   box-sizing: border-box;
   padding: 5px 15px 5px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#text3LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text3LayoutGrid > .row > .col-1, #text3LayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#text3LayoutGrid > .row > .col-1, #text3LayoutGrid > .row > .col-2
{
   float: left;
}
#text3LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#text3LayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#text3LayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#text3LayoutGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#text3LayoutGrid:before,
#text3LayoutGrid:after,
#text3LayoutGrid .row:before,
#text3LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#text3LayoutGrid:after,
#text3LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#text3LayoutGrid > .row > .col-1, #text3LayoutGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_text3Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 5px 0;
   text-align: left;
}
#text3Heading1
{
   color: #191970;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_text3Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 15px 0;
   text-align: left;
}
#text3Heading2
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#text3Button
{
   box-sizing: border-box;
   line-height: 34px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #0D6EFD;
   border-radius: 4px;
   background-color: #191970;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#text3Button:focus
{
   outline: 0;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 489px;
   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: none;
   border: 1px dotted #CCCCCC;
   border-radius: 1px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 5px 15px 5px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: url('images/home_products-flipped-2048x711.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid1 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .row > .col-1, #LayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 5px 0;
   text-align: left;
}
#Heading1
{
   color: #191970;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 15px 0;
   text-align: left;
}
#Heading2
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Button1
{
   box-sizing: border-box;
   line-height: 34px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #0D6EFD;
   border-radius: 4px;
   background-color: #191970;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
