body
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
body:after
{
   background-color: #000000;
   content: "";
   height: 100vh;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: -1;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_welcome, #wb_contactLayoutGrid
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_welcome, #wb_contactLayoutGrid
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#header > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_welcome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/devicemain.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#welcome
{
   box-sizing: border-box;
   height: 100vh;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 100px 0px 100px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#welcome > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 200px;
   padding-left: 200px;
   position: relative;
}
#welcome > .col-1
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#welcome > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: center;
   -webkit-align-self: stretch;
   -webkit-align-items: center;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#wb_welcome, #welcome
{
   height: auto;
}
#welcome > div[class^="col-"]
{
   height: 100vh;
}
#welcome > .col-1
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#welcome-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.5;
}
#wb_contactLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/devicemain.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#contactLayoutGrid
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 50px 0px 50px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contactLayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 100px;
   padding-left: 100px;
   position: relative;
}
#contactLayoutGrid > .col-1
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#contactLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: flex-start;
   -webkit-align-self: stretch;
   -webkit-align-items: flex-start;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#contactLayoutGrid > .col-1
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#contactLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #292929;
   opacity: 0.78;
}
#welcomeButton
{
   box-sizing: border-box;
   line-height: 67px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #FEFEFE;
   border-radius: 0px;
   background-color: #304B51;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   padding: 1px 1px 4px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#wb_headerMegaMenu
{
   z-index: 1111 !important;
}
#headerMegaMenu
{
   font-size: 0px;
   list-style: none;
   margin: 0;
   padding: 0;
   margin: 0;
   text-align: center;
}
#headerMegaMenu
{
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
}
#headerMegaMenu li
{
   display: inline-block;
   margin: 0;
   padding: 0;
   position: relative;
}
#headerMegaMenu li a
{
   float: left;
}
#headerMegaMenu li .submenu
{
   display: none;
   float: left;
   right: 0;
   padding: 15px 15px 15px 15px;
   position: absolute;
   text-align: left;
   top: 0;
   z-index: 9999;
}
#headerMegaMenu li .row
{
   clear: both;
   float: left;
   margin-bottom: 10px;
   width: 100%;
}
#headerMegaMenu li .submenu ul
{
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
}
#headerMegaMenu .submenu ul li
{
   width: 100%;
}
#headerMegaMenu .submenu ul li h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 0px;
   font-style: normal;
   margin: 0;
   padding: 0;
   text-decoration: none;
}
#headerMegaMenu .submenu ul li h2
{
   background-image: none;
   background-color: transparent;
   border-width: 0;
   color: #3588F0;
   display: block;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#headerMegaMenu .submenu ul li h2 a:hover
{
   padding: 8px 0;
}
#headerMegaMenu .submenu ul li a
{
   display: block;
   float: none;
   font-weight: normal;
   font-style: normal;
   height: auto;
   padding: 9px 5px 9px 21px;
   text-decoration: none;
   text-indent: 0;
   white-space: nowrap;
}
#headerMegaMenu .submenu ul li a:hover
{
   border-style: solid;
   border-width: 1px;
   padding: 8px 4px 8px 20px;
}
#headerMegaMenu .button
{
   cursor: pointer;
   font-weight: bold;
   font-style: normal;
   margin: 0 1px 0 0;
   outline: 0;
   padding: 6px 20px 6px 10px;
   position: relative;
   text-align: center;
   text-decoration: none;
   color: #FFFFFF;
}
#headerMegaMenu .button:hover
{
   color: #FFFFFF;
}
#headerMegaMenu .button:active
{
   color: #FFFFFF;
}
#headerMegaMenu .ui-widget-content a
{
   color: #FFFFFF;
}
#headerMegaMenu .ui-widget-content a:hover
{
   color: #FFFFFF;
}
#headerMegaMenu .ui-state-default
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #000000;
   color: #FFFFFF;
}
#headerMegaMenu .ui-state-hover
{
   background-color: #3588F0;
   background-image: none;
   border-color: #3588F0;
   color: #FFFFFF;
}
#headerMegaMenu .ui-widget-content
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #000000;
   color: #FFFFFF;
}
#headerMegaMenu li i
{
   font-size: 16px;
   width: 18px;
}
#headerMegaMenu .arrow
{
   margin-top: -8px;
   margin-left: 0;
   position: absolute;
   right: 2px;
   top: 50%;
   display: block;
   overflow: hidden;
   width: 16px;
   height: 16px;
}
#headerMegaMenu .bullet, #headerMegaMenu .icon
{
   left: 0;
   margin-top: -8px;
   position: absolute;
   top: 50%;
   display: block;
   overflow: hidden;
   width: 16px;
   height: 16px;
}
#headerMegaMenu-hamburger
{
   background: #000000;
   border: 1px solid #000000;
   cursor: pointer;
   display: none;
   padding: 3px 12px 4px 12px;
}
#headerMegaMenu-hamburger .line
{
   width: 32px;
   height: 6px;
   background: #FFFFFF;
   display: block;
   margin: 6px auto;
}
#headerMegaMenu-close
{
   display: none;
}
@media all and (max-width:600px) 
{
#headerMegaMenu-hamburger
{
   display: inline-block;
}
#headerMegaMenu > li
{
   width: 100%;
}
#headerMegaMenu > li > a
{
   display: none;
}
#headerMegaMenu-nav{
   display: none;
   height: 100% !important;
   left: 0 !important;
   overflow-y: auto;
   position: fixed !important;
   top: 0 !important;
   width: 100% !important;
   z-index: 9998;
}
#headerMegaMenu{
   height: 100% !important;
   width: 100% !important;
}
#headerMegaMenu > li > div
{
   box-sizing: border-box;
   border-width: 0 0 1px 0 !important;
   display: inline-block !important;
   float: none;
   position: static !important;
   width: 100% !important;
}
#headerMegaMenu li .submenu ul, #headerMegaMenu li .submenu ul li
{
   width: 100% !important;
}
#headerMegaMenu-close
{
   display: block;
   left: 0;
   position: fixed;
   text-align: right;
   top: 0;
   width: 100%;
   z-index: 9999;
}
#headerMegaMenu-close a
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   font-weight: bold;
   padding: 10px 40px 10px 10px;
   text-decoration: none;
}
#wb_headerMegaMenu.open
{
   z-index: 9998 !important
}
#wb_headerMegaMenu.open #headerMegaMenu-nav
{
   display: block !important;
}
.overflow-no-scroll
{
   overflow: hidden !important;
}
}
#wb_contactHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0px 0px 10px 0px;
   padding: 0;
   text-align: center;
}
#contactHeading
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.50);
}
#contactLine
{
   border-color: #CCCCCC;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 10px 0px 10px 0px;
   padding: 0;
}
#wb_socialMediaLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #304B51;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#socialMediaLayoutGrid
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#socialMediaLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#socialMediaLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#socialMediaLayoutGrid > .row > .col-1
{
   float: left;
}
#socialMediaLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#socialMediaLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 25px 0px 25px;
}
#socialMediaLayoutGrid:before,
#socialMediaLayoutGrid:after,
#socialMediaLayoutGrid .row:before,
#socialMediaLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#socialMediaLayoutGrid:after,
#socialMediaLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#socialMediaLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_socialMediaIcon6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#socialMediaIcon6
{
   height: 41px;
   width: 65px;
}
#socialMediaIcon6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 41px;
   line-height: 41px;
   vertical-align: middle;
   width: 40px;
}
#socialMediaIcon6:hover i
{
   color: #7E96A1;
}
#wb_footerLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#footerLayoutGrid
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#footerLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footerLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerLayoutGrid > .row > .col-1
{
   float: left;
}
#footerLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footerLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 25px 0px 25px;
}
#footerLayoutGrid:before,
#footerLayoutGrid:after,
#footerLayoutGrid .row:before,
#footerLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#footerLayoutGrid:after,
#footerLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footerLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_footerText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerText div
{
   text-align: center;
}
#wb_footerText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeHeading
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#welcomeHeading
{
   color: #FEFEFE;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 64px;
   margin: 0;
   text-align: center;
   -webkit-text-stroke: 1px #000000;
   text-stroke: 1px #000000;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 0px 40px 0px;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.50);
}
#wb_welcomeText
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 25px 50px 75px 50px;
   text-align: center;
}
#welcomeText
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.50);
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 20px 0px 40px 0px;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-shadow: 2px 2px 4px rgba(0,0,0,0.50);
}
