body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #F8F8F8;
   background-image: none;
   border: 1px solid #D2D2D2;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(248,248,248,1.00);
   --border-color: #D2D2D2;
   --border-width: 1px;
   --color: #212529;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 0px;
   color: #212529;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DEE2E6;
   --border-width: 1px;
   --color: #212529;
   --icon-color: #0D6EFD;
   --colorize: invert(32%) sepia(30%) saturate(6896%) hue-rotate(208deg) brightness(98%) contrast(100%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --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: #0D6EFD;
   --colorize: invert(50%) sepia(89%) saturate(6353%) hue-rotate(211deg) brightness(103%) contrast(108%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #0D6EFD;
   background-image: none;
   border: 1px solid #0D6EFD;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(13,110,253,1.00);
   --border-color: #0D6EFD;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #0B5ED7;
   background-image: none;
   border: 1px solid #0A58CA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(11,94,215,1.00);
   --border-color: #0A58CA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #0A58CA;
   background-image: none;
   border: 1px solid #0A53BE;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(10,88,202,1.00);
   --border-color: #0A53BE;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_MResponsiveMenu1
{
   display: block;
   font-family: "Open Sans";
   font-weight: normal;
   text-align: left;
   width: 100%;
   z-index: 1111 !important;
}
#MResponsiveMenu1
{
   background-color: rgba(0,255,255,0.00);
   height: 55px;
}
#wb_MResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_MResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_MResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_MResponsiveMenu1 ul li i
{
   font-size: 24px;
   width: 24px;
   margin-bottom: 0px;
}
#wb_MResponsiveMenu1 ul li a
{
   background-color: rgba(0,255,255,0.00);
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 5px 5px 5px 5px;
   text-align: center;
}
#wb_MResponsiveMenu1 > ul > li > a 
{
   height: 45px;
}
.MResponsiveMenu1 a 
{
   display: block;
}
#wb_MResponsiveMenu1 li:hover > a, #wb_MResponsiveMenu1 li .active
{
   background-color: #FFD700;
   color: #212121;
}
#wb_MResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 55px;
}
#wb_MResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_MResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 136px;
}
#wb_MResponsiveMenu1 ul ul li a
{
   background-color: #93C3CD;
   border: 0px solid #93C3CD;
   color: #FF0000;
}
#wb_MResponsiveMenu1 ul ul li:hover > a, #wb_MResponsiveMenu1 ul ul li .active
{
   background-color: #CCD232;
   color: #212121;
}
#wb_MResponsiveMenu1 ul ul li i 
{
   margin-right: 8px;
   vertical-align: middle;
}
#wb_MResponsiveMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_MResponsiveMenu1 ul ul ul li 
{
   left: 136px;
   position: relative;
   top: -55px;
}
#wb_MResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #000000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_MResponsiveMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FF0000;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_MResponsiveMenu1 li:hover > a .arrow-down, #wb_MResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #212121;
}
#wb_MResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_MResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #212121;
}
#wb_MResponsiveMenu1 .toggle,[id^=MResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:950px) 
{
#wb_MResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_MResponsiveMenu1 ul li a, #wb_MResponsiveMenu1 .toggle
{
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_MResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.MResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#MResponsiveMenu1 
{
   background-color: transparent;
}
#wb_MResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_MResponsiveMenu1 .toggle 
{
   display: block;
   background-color: rgba(0,255,255,0.00);
   color: #000000;
   padding: 0 20px 0 20px;
   line-height: 54px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_MResponsiveMenu1 .toggle:hover
{
   background-color: #FFD700;
   color: #212121;
}
[id^=MResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#MResponsiveMenu1-title
{
   height: 55px !important;
   line-height: 55px !important;
   text-align: center;
}
#wb_MResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_MResponsiveMenu1 ul ul .toggle,
#wb_MResponsiveMenu1 ul ul a 
{
   padding: 0 40px;
}
#wb_MResponsiveMenu1 a:hover,
#wb_MResponsiveMenu1 ul ul ul a 
{
   background-color: #93C3CD;
   color: #FF0000;
}
#wb_MResponsiveMenu1 ul li ul li .toggle,
#wb_MResponsiveMenu1 ul ul a 
{
   background-color: #93C3CD;
   color: #FF0000;
}
#wb_MResponsiveMenu1 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_MResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_MResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_MResponsiveMenu1 ul li i 
{
   margin-right: 8px;
}
#wb_MResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_MResponsiveMenu1 ul ul li:hover > ul,
#wb_MResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_MResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_MResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#MResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   left: 5px;
   top: 15px;
   user-select: none;
}
#MResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #000000;
   color: #000000;
   width: 24px;
}
#wb_MResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #CCD232;
   color: #212121;
}
#wb_MResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #000000;
}
#wb_MResponsiveMenu1 .toggle:hover .arrow-down, #wb_MResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #212121;
}
#wb_MResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FF0000;
}
#wb_MResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_MResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #212121;
}
}
#wb_MLayoutGrid2
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #90EE90;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#MLayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#MLayoutGrid2 > .col-1, #MLayoutGrid2 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#MLayoutGrid2 > .col-1, #MLayoutGrid2 > .col-2
{
   flex: 0 0 auto;
}
#MLayoutGrid2 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#MLayoutGrid2 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 200px)
{
#MLayoutGrid2 > .col-1, #MLayoutGrid2 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_MImage1
{
   margin: 0;
   vertical-align: top;
}
#MImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 106px;
   height: 51px;
   vertical-align: top;
}
#wb_heroLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/pexels-photo-872504.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;
}
#heroLayoutGrid
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1920px;
}
#heroLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#heroLayoutGrid > .row > .col-1, #heroLayoutGrid > .row > .col-2, #heroLayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#heroLayoutGrid > .row > .col-1, #heroLayoutGrid > .row > .col-2, #heroLayoutGrid > .row > .col-3
{
   float: left;
}
#heroLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#heroLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#heroLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#heroLayoutGrid:before,
#heroLayoutGrid:after,
#heroLayoutGrid .row:before,
#heroLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#heroLayoutGrid:after,
#heroLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#heroLayoutGrid > .row > .col-1, #heroLayoutGrid > .row > .col-2, #heroLayoutGrid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#heroLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #000000;
   opacity: 0.5;
}
#wb_heroHeading1
{
   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;
}
#heroHeading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: capitalize;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 700px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#PhotoCollage1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
   position: relative;
}
#PhotoCollage1 .thumbnail img
{
   border: 0px solid #AAAAAA;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoCollage1 .thumbnail
{
   position: absolute;
}
#PhotoCollage1 .thumbnail img
{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   object-fit: cover;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
@media (max-width: 700px){
#wb_MResponsiveMenu1 ul{height:700%;overflow-y:scroll;}
}
