body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Roboto;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*::-webkit-scrollbar
{
   width: 13px;
}
*::-webkit-scrollbar-track
{
   background: rgba(251,248,241,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(77,183,211,1.00);
   border-radius: 25px;
}
*::-webkit-scrollbar-corner
{
   background: rgba(251,248,241,1.00);
}
*::-webkit-scrollbar-thumb:hover
{
   background-color: rgba(64,150,199,1.00);
}
#preloader
{
   background: #FFFFFF url("../images/windmill.gif") no-repeat center center;
   bottom: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
#wb_headerLayoutGrid
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(135deg, #FBF8F1 0%, #4096C7 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 0px 10px #000000;
}
#headerLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2, #headerLayoutGrid > .col-3, #headerLayoutGrid > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2, #headerLayoutGrid > .col-3, #headerLayoutGrid > .col-4
{
   flex: 0 0 auto;
}
#headerLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#headerLayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#headerLayoutGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
#headerLayoutGrid > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 320px)
{
#headerLayoutGrid > .col-1, #headerLayoutGrid > .col-2, #headerLayoutGrid > .col-3, #headerLayoutGrid > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#headerBreadcrumb
{
   list-style: none;
   padding: 10px 15px 10px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   font-family: Roboto;
   font-weight: bold;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: right;
}
#headerBreadcrumb > li
{
   display: inline-block;
   font-size: 17px;
   text-transform: uppercase;
}
#headerBreadcrumb a
{
   color: #FBF8F1;
   text-decoration: none;
}
#headerBreadcrumb a:hover
{
   color: #C5EEEF;
   text-decoration: none;
}
#headerBreadcrumb > .active
{
   color: #333333;
}
#headerBreadcrumb > .active a
{
   color: inherit;
   pointer-events: none;
}
#headerBreadcrumb > li + li:before
{
   content: "|";
   padding: 0 12px;
   color: #333333;
}
#headerBreadcrumb li:hover
{
   color: #3379B7;
   transform: rotate(0deg) scale(1.1,1.1) ;
   text-shadow: 0px 0px 3px #3379b7;
   transition: color 500ms linear 0ms, transform 500ms linear 0ms, text-shadow 500ms linear 0ms;
}
#headerBreadcrumb li
{
   color: #FBF8F1;
   transition: color 500ms linear 0ms, all 500ms linear 0ms;
}
#headerBreadcrumb li:active
{
   transform: rotate(0deg) ;
   transition: transform 50ms linear 0ms;
}
#headerBreadcrumb li a:hover
{
   color: #3379B7;
   transform: rotate(0deg) scale(1.1,1.1) ;
   text-shadow: 0px 0px 3px #3379b7;
   transition: color 500ms linear 0ms, transform 500ms linear 0ms, text-shadow 500ms linear 0ms;
}
#headerBreadcrumb li a
{
   color: #FBF8F1;
   transition: color 500ms linear 0ms, all 500ms linear 0ms;
}
#headerBreadcrumb li a:active
{
   transform: rotate(0deg) ;
   transition: transform 50ms linear 0ms;
}
#wb_logoImage1
{
   margin: 0;
   vertical-align: top;
}
#logoImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(1px 1px 2px rgba(0,0,0,1.00));
   display: block;
   width: 100%;
   height: auto;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#logoImage1:active
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 50ms linear 0ms;
}
#logoImage1:hover
{
   text-shadow: 0px 0px 5px #3379b7;
   transition: text-shadow 300ms linear 0ms;
}
#wb_contactCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#contactCard2-card-body
{
   padding: 50px 0 25px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard2-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 20px 20px 20px 20px;
   border: 2px solid #333333;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard2-card-item0:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   text-shadow: 0px 0px 1px #000;
   box-shadow: 0px 0px 5px #000;
   transition: transform 200ms linear 0ms, text-shadow 200ms linear 0ms, box-shadow 200ms linear 0ms;
}
#contactCard2-card-item0
{
   transition: all 250ms linear 0ms;
}
#contactCard2-card-item0:active
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 50ms linear 0ms;
}
#contactCard2-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
   letter-spacing: 1.2px;
}
#contactCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #333333;
   font-family: "Roboto";
   font-weight: 900;
   font-style: normal;
   font-size: 20px;
}
#wb_contactCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#contactCard3-card-body
{
   padding: 50px 0 25px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard3-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 20px 20px 20px 20px;
   border: 2px solid #333333;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard3-card-item0:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   text-shadow: 0px 0px 1px #000;
   box-shadow: 0px 0px 5px #000;
   transition: transform 200ms linear 0ms, text-shadow 200ms linear 0ms, box-shadow 200ms linear 0ms;
}
#contactCard3-card-item0
{
   transition: all 250ms linear 0ms;
}
#contactCard3-card-item0:active
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 50ms linear 0ms;
}
#contactCard3-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
   letter-spacing: 1.2px;
}
#contactCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #333333;
   font-family: "Roboto";
   font-weight: 900;
   font-style: normal;
   font-size: 20px;
}
#contactCard3-card-item3
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #333333;
   font-family: "Roboto";
   font-weight: 900;
   font-style: normal;
   font-size: 20px;
}
#wb_footerText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 40px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_footerText1 div
{
   text-align: center;
}
#wb_footerText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_contactCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   text-align: center;
}
#contactCard1-card-body
{
   padding: 50px 0 0 0;
   flex: 1 1 auto;
   font-size: 0;
}
#contactCard1-card-item0
{
   display: inline-block;
   height: 71px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 20px 25px 20px 20px;
   border: 2px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 27px;
}
#contactCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 27px;
   width: 27px;
}
#contactCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   line-height: 24.7px;
   letter-spacing: 1.1px;
}
#contactCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #333333;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#contactCard1-card-item3
{
   display: inline-block;
   height: 48px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FBF8F1;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#contactCard1-card-item3:hover
{
   color: #3B5998;
   transform: rotate(0deg) scale(1.1,1.1) ;
   text-shadow: 0px 0px 3px #3B5998;
   transition: color 500ms linear 0ms, transform 500ms linear 0ms, text-shadow 500ms linear 0ms;
}
#contactCard1-card-item3
{
   color: #FBF8F1;
   transition: color 500ms linear 0ms, all 500ms linear 0ms;
}
#contactCard1-card-item3:active
{
   transform: rotate(0deg) ;
   transition: transform 50ms linear 0ms;
}
#contactCard1-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard1-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#contactCard1-card-item4
{
   display: inline-block;
   height: 48px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FBF8F1;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#contactCard1-card-item4:hover
{
   color: #3F729B;
   transform: rotate(0deg) scale(1.1,1.1) ;
   text-shadow: 0px 0px 3px #3F729B;
   transition: color 500ms linear 0ms, transform 500ms linear 0ms, text-shadow 500ms linear 0ms;
}
#contactCard1-card-item4
{
   color: #FBF8F1;
   transition: color 500ms linear 0ms, all 500ms linear 0ms;
}
#contactCard1-card-item4:active
{
   transform: rotate(0deg) ;
   transition: transform 50ms linear 0ms;
}
#contactCard1-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#contactCard1-card-item5
{
   display: inline-block;
   height: 48px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FBF8F1;
   font-family: Roboto;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#contactCard1-card-item5:hover
{
   color: #DB4A39;
   transform: rotate(0deg) scale(1.1,1.1) ;
   text-shadow: 0px 0px 3px #DB4A39;
   transition: color 500ms linear 0ms, transform 500ms linear 0ms, text-shadow 500ms linear 0ms;
}
#contactCard1-card-item5
{
   color: #FBF8F1;
   transition: color 500ms linear 0ms, all 500ms linear 0ms;
}
#contactCard1-card-item5:active
{
   transform: rotate(0deg) ;
   transition: transform 50ms linear 0ms;
}
#contactCard1-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#contactCard1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#wb_footerLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(225deg, #FBF8F1 0%, #4096C7 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 0px 10px #000000;
}
#footerLayoutGrid
{
   box-sizing: border-box;
   padding: 0 5px 0 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerLayoutGrid > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#footerLayoutGrid > .row > .col-1, #footerLayoutGrid > .row > .col-2, #footerLayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#footerLayoutGrid > .row > .col-1, #footerLayoutGrid > .row > .col-2, #footerLayoutGrid > .row > .col-3
{
   float: left;
}
#footerLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#footerLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#footerLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#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, #footerLayoutGrid > .row > .col-2, #footerLayoutGrid > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_contactIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FBF8F1;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
   transition: all 250ms linear;
}
#wb_contactIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_contactIcon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4096C7;
}
#contactIcon1
{
   height: 40px;
   width: 40px;
}
#contactIcon1 i
{
   color: #FBF8F1;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 48px;
   transition: all 250ms linear;
}
#wb_contactIcon1:hover #contactIcon1 i
{
   color: #4096C7;
}
#wb_contactIcon1:hover
{
   color: #3379B7;
   transform: rotate(0deg) scale(1.1,1.1) ;
   text-shadow: 0px 0px 3px #3379b7;
   transition: color 300ms linear 0ms, transform 300ms linear 0ms, text-shadow 300ms linear 0ms;
}
#wb_contactIcon1
{
   color: #FBF8F1;
   transition: color 300ms linear 0ms, all 300ms linear 0ms;
}
#wb_contactIcon1:active
{
   transform: rotate(0deg) ;
   transition: transform 50ms linear 0ms;
}
#Layer1
{
   background-image: linear-gradient(225deg, #92DEE4 0%, #4096C7 100%);
   border-radius: 50%;
   opacity: 0.77;
}
#Layer1:hover
{
   transform: rotate(0deg) scale(1.1,1.1) ;
   transition: transform 200ms linear 0ms;
}
#Layer1
{
   transition: all 250ms linear 0ms;
}
#Layer1:active
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 50ms linear 0ms;
}
#wb_heroLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(315deg, #4096C7 0%, #FBF8F1 100%);
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#heroLayoutGrid
{
   box-sizing: border-box;
   padding: 150px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#heroLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#heroLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#heroLayoutGrid > .row > .col-1
{
   float: left;
}
#heroLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#heroLayoutGrid:before,
#heroLayoutGrid:after,
#heroLayoutGrid .row:before,
#heroLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#heroLayoutGrid:after,
#heroLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#heroLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryLayoutGrid1
{
   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;
}
#galleryLayoutGrid1
{
   box-sizing: border-box;
   padding: 75px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galleryLayoutGrid1 > .row > .col-1
{
   float: left;
}
#galleryLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galleryLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#galleryLayoutGrid1:before,
#galleryLayoutGrid1:after,
#galleryLayoutGrid1 .row:before,
#galleryLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid1:after,
#galleryLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#galleryLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryLayoutGrid2
{
   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;
}
#galleryLayoutGrid2
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid2 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#galleryLayoutGrid2 > .row > .col-1, #galleryLayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#galleryLayoutGrid2 > .row > .col-1, #galleryLayoutGrid2 > .row > .col-2
{
   float: left;
}
#galleryLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#galleryLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#galleryLayoutGrid2:before,
#galleryLayoutGrid2:after,
#galleryLayoutGrid2 .row:before,
#galleryLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid2:after,
#galleryLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#galleryLayoutGrid2 > .row > .col-1, #galleryLayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryImage1
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage1
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage2
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage2
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage2:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_heroHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#heroHeading
{
   color: #FFFFFF;
   font-family: "Comfortaa";
   font-weight: 600;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_galleryLayoutGrid3
{
   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;
}
#galleryLayoutGrid3
{
   box-sizing: border-box;
   padding: 0 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid3 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#galleryLayoutGrid3 > .row > .col-1, #galleryLayoutGrid3 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#galleryLayoutGrid3 > .row > .col-1, #galleryLayoutGrid3 > .row > .col-2
{
   float: left;
}
#galleryLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#galleryLayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#galleryLayoutGrid3:before,
#galleryLayoutGrid3:after,
#galleryLayoutGrid3 .row:before,
#galleryLayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid3:after,
#galleryLayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#galleryLayoutGrid3 > .row > .col-1, #galleryLayoutGrid3 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryLayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid4
{
   box-sizing: border-box;
   padding: 75px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galleryLayoutGrid4 > .row > .col-1
{
   float: left;
}
#galleryLayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galleryLayoutGrid4 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#galleryLayoutGrid4:before,
#galleryLayoutGrid4:after,
#galleryLayoutGrid4 .row:before,
#galleryLayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid4:after,
#galleryLayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#galleryLayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryLayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid5
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid5 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#galleryLayoutGrid5 > .row > .col-1, #galleryLayoutGrid5 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#galleryLayoutGrid5 > .row > .col-1, #galleryLayoutGrid5 > .row > .col-2
{
   float: left;
}
#galleryLayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#galleryLayoutGrid5 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#galleryLayoutGrid5:before,
#galleryLayoutGrid5:after,
#galleryLayoutGrid5 .row:before,
#galleryLayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid5:after,
#galleryLayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#galleryLayoutGrid5 > .row > .col-1, #galleryLayoutGrid5 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_gallerylHeading1
{
   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;
}
#gallerylHeading1
{
   color: #4A4A4D;
   font-family: "Comfortaa";
   font-weight: 600;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_gallerylHeading2
{
   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;
}
#gallerylHeading2
{
   color: #4A4A4D;
   font-family: "Comfortaa";
   font-weight: 600;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_galleryImage5
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage5
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage5:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage6
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage6
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage6
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage6:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_upIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   transition: all 200ms linear;
}
#wb_upIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon1
{
   height: 24px;
   width: 24px;
}
#upIcon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
   transition: all 200ms linear;
}
#wb_upIcon1:hover #upIcon1 i
{
   color: #4096C7;
}
#wb_Image1
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Image1
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#Image1:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage3
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage3
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage3:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage4
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage4
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage4:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryLayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid6
{
   box-sizing: border-box;
   padding: 0 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid6 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#galleryLayoutGrid6 > .row > .col-1, #galleryLayoutGrid6 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#galleryLayoutGrid6 > .row > .col-1, #galleryLayoutGrid6 > .row > .col-2
{
   float: left;
}
#galleryLayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#galleryLayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#galleryLayoutGrid6:before,
#galleryLayoutGrid6:after,
#galleryLayoutGrid6 .row:before,
#galleryLayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid6:after,
#galleryLayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#galleryLayoutGrid6 > .row > .col-1, #galleryLayoutGrid6 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryImage7
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage7
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage7
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage7:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage8
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage8
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage8
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage8:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryLayoutGrid7
{
   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;
}
#galleryLayoutGrid7
{
   box-sizing: border-box;
   padding: 75px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid7 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galleryLayoutGrid7 > .row > .col-1
{
   float: left;
}
#galleryLayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galleryLayoutGrid7 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#galleryLayoutGrid7:before,
#galleryLayoutGrid7:after,
#galleryLayoutGrid7 .row:before,
#galleryLayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid7:after,
#galleryLayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#galleryLayoutGrid7 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_gallerylHeading3
{
   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;
}
#gallerylHeading3
{
   color: #4A4A4D;
   font-family: "Comfortaa";
   font-weight: 600;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_galleryLayoutGrid8
{
   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;
}
#galleryLayoutGrid8
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid8 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#galleryLayoutGrid8 > .row > .col-1, #galleryLayoutGrid8 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#galleryLayoutGrid8 > .row > .col-1, #galleryLayoutGrid8 > .row > .col-2
{
   float: left;
}
#galleryLayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#galleryLayoutGrid8 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#galleryLayoutGrid8:before,
#galleryLayoutGrid8:after,
#galleryLayoutGrid8 .row:before,
#galleryLayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid8:after,
#galleryLayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#galleryLayoutGrid8 > .row > .col-1, #galleryLayoutGrid8 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryImage9
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage9
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage9
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage9:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage10
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage10
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage10
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage10:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryLayoutGrid9
{
   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;
}
#galleryLayoutGrid9
{
   box-sizing: border-box;
   padding: 0 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid9 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#galleryLayoutGrid9 > .row > .col-1, #galleryLayoutGrid9 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#galleryLayoutGrid9 > .row > .col-1, #galleryLayoutGrid9 > .row > .col-2
{
   float: left;
}
#galleryLayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#galleryLayoutGrid9 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#galleryLayoutGrid9:before,
#galleryLayoutGrid9:after,
#galleryLayoutGrid9 .row:before,
#galleryLayoutGrid9 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid9:after,
#galleryLayoutGrid9 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#galleryLayoutGrid9 > .row > .col-1, #galleryLayoutGrid9 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryImage11
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage11
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage11
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage11:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage12
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage12
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage12
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage12:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryLayoutGrid10
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid10
{
   box-sizing: border-box;
   padding: 75px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid10 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#galleryLayoutGrid10 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#galleryLayoutGrid10 > .row > .col-1
{
   float: left;
}
#galleryLayoutGrid10 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#galleryLayoutGrid10 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#galleryLayoutGrid10:before,
#galleryLayoutGrid10:after,
#galleryLayoutGrid10 .row:before,
#galleryLayoutGrid10 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid10:after,
#galleryLayoutGrid10 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#galleryLayoutGrid10 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryHeading4
{
   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;
}
#galleryHeading4
{
   color: #4A4A4D;
   font-family: "Comfortaa";
   font-weight: 600;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_galleryLayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid11
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid11 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#galleryLayoutGrid11 > .row > .col-1, #galleryLayoutGrid11 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#galleryLayoutGrid11 > .row > .col-1, #galleryLayoutGrid11 > .row > .col-2
{
   float: left;
}
#galleryLayoutGrid11 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#galleryLayoutGrid11 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#galleryLayoutGrid11:before,
#galleryLayoutGrid11:after,
#galleryLayoutGrid11 .row:before,
#galleryLayoutGrid11 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid11:after,
#galleryLayoutGrid11 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#galleryLayoutGrid11 > .row > .col-1, #galleryLayoutGrid11 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryImage13
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage13
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage13
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage13:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage14
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage14
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage14
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage14:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryLayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F9;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#galleryLayoutGrid12
{
   box-sizing: border-box;
   padding: 0 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#galleryLayoutGrid12 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#galleryLayoutGrid12 > .row > .col-1, #galleryLayoutGrid12 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#galleryLayoutGrid12 > .row > .col-1, #galleryLayoutGrid12 > .row > .col-2
{
   float: left;
}
#galleryLayoutGrid12 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#galleryLayoutGrid12 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#galleryLayoutGrid12:before,
#galleryLayoutGrid12:after,
#galleryLayoutGrid12 .row:before,
#galleryLayoutGrid12 .row:after
{
   display: table;
   content: " ";
}
#galleryLayoutGrid12:after,
#galleryLayoutGrid12 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#galleryLayoutGrid12 > .row > .col-1, #galleryLayoutGrid12 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_galleryImage15
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage15
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage15
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage15:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_galleryImage16
{
   margin: 0;
   overflow: hidden;
   vertical-align: top;
}
#galleryImage16
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 1024px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#galleryImage16
{
   transform: rotate(0deg) ;
   transition: transform 250ms ease-out 0ms;
}
#galleryImage16:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 250ms ease-out 0ms;
}
#wb_footerLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(225deg, #FBF8F1 0%, #4096C7 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 0px 10px #000000;
}
#footerLayoutGrid
{
   box-sizing: border-box;
   padding: 0 5px 0 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerLayoutGrid > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#footerLayoutGrid > .row > .col-1, #footerLayoutGrid > .row > .col-2, #footerLayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#footerLayoutGrid > .row > .col-1, #footerLayoutGrid > .row > .col-2, #footerLayoutGrid > .row > .col-3
{
   float: left;
}
#footerLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#footerLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#footerLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#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, #footerLayoutGrid > .row > .col-2, #footerLayoutGrid > .row > .col-3
{
   float: none;
   width: 100%;
}
}
