body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #DCDCDC;
   text-decoration: none;
}
a:active
{
   color: #CDB8DC;
}
a:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_header
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 15px 0px 15px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#header > .col-1, #header > .col-2, #header > .col-3, #header > .col-4
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .col-1, #header > .col-2, #header > .col-3, #header > .col-4
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   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: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#header > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 10px 0px 10px;
}
#header > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   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: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#header > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 40px 0px 0px 0px;
}
#header > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   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: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#header > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0px 0px 0px;
}
#header > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   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: flex-end;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 320px)
{
#header > .col-1, #header > .col-2, #header > .col-3, #header > .col-4
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#header-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   transform: scale(-1.0, -1.0);
   z-index: 7777;
}
#header-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#header-divider-bottom .divider-fill
{
   fill: #D3D3D3;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_links
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/Main-Pic-2.jpg');
   background-repeat: repeat;
   background-position: left bottom;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#links
{
   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 25px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#links > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#links
{
   width: 1350px;
}
#links > .col-1
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#links > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   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: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#links
{
   width: 100%;
}
#links > .col-1
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#links-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #4F4F4F;
   opacity: 0.8;
}
#wb_Heading7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading7
{
   color: #FFFFFF;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.50);
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 0px 15px 0px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: left;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text17 div
{
   text-align: center;
}
#wb_Text17
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0px 15px 0px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 70px 0px 70px;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card7
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card7-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
}
#wb_Card8
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card8-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card8-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card12
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card12-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card12-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card11
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card11-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card11-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card10
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card10-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card10-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_CardContainer1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   position: relative;
}
#CardContainer1
{
   display: -webkit-flex;
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: stretch;
   align-items: stretch;
   -webkit-align-content: flex-start;
   align-content: flex-start;
   margin-top: 50px;
   margin-bottom: 50px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   box-sizing: border-box;
   font-size: 0px;
}
@media all and (max-width:480px) 
{
#CardContainer1
{
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-wrap: nowrap;
   flex-wrap: nowrap;
}
}
#CardContainer2
{
   position: relative;
   padding: 10px 10px 10px 10px;
   margin: 0;
   background-color: #DCDCDC;
   background-image: none;
   border: 0px solid #F5F5F5;
   box-sizing: border-box;
   font-size: 0px;
}
#CardContainer2 .owl-dots, #CardContainer2 .owl-nav
{
   text-align: center;
   -webkit-tap-highlight-color: transparent;
}
#CardContainer2 .owl-nav
{
   margin-top: 10px;
}
#CardContainer2 .owl-nav [class*=owl-]
{
   color: #869791;
   font-size: 14px;
   margin: 5px;
   padding: 4px 7px;
   background: #D6D6D6;
   display: inline-block;
   cursor: pointer;
   border-radius: 3px;
}
#CardContainer2 .owl-nav [class*=owl-]:hover
{
   background: #869791;
   color: #D6D6D6;
   text-decoration: none;
}
#CardContainer2 .owl-nav .disabled
{
   opacity: .5;
   cursor: default;
}
#CardContainer2 .owl-nav.disabled+.owl-dots
{
   margin-top: 10px;
}
#CardContainer2 .owl-nav
{
   position:  relative;
   top: -65px;
   display:  none;
   justify-content: space-between;
   margin: 0 20px;
   color: #000;
}
#CardContainer2 .owl-nav button.owl-prev, #CardContainer2 .owl-nav button.owl-next
{
   height: 30px;
   width: 30px;
   border-radius: 50%;
   background-color: rgba(255,255,255, 0.5);
}
#CardContainer2 .owl-dots .owl-dot
{
   display: inline-block;
   zoom: 1;
}
#CardContainer2 .owl-dots .owl-dot span
{
   width: 10px;
   height: 10px;
   margin: 10px 10px;
   background: #D6D6D6;
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity 200ms ease;
   border-radius: 50%;
}
#CardContainer2 .owl-dots .owl-dot.active span, #CardContainer2 .owl-dots .owl-dot:hover span
{
   background: #869791;
}
#wb_Card1
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   margin: 0px 10px 0px 10px;
   padding: 0;
   text-align: center;
}
#Card1-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0px 30px 20px 30px;
   padding: 0;
   color: #696969;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#wb_Card1:hover #Card1-card-item1
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card1-card-item1
{
   color: #696969;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0px 30px 30px 30px;
   padding: 0;
   color: #9F9F9F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card1:hover #Card1-card-item2
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card1-card-item2
{
   color: #42527B;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#wb_Card1:hover
{
   background-color: #D7B56D;
   -webkit-transition: background-color 300ms linear 0ms;
   transition: background-color 300ms linear 0ms;
}
#wb_Card1
{
   background-color: #FFFFFF;
   -webkit-transition: background-color 300ms linear 0ms;
   transition: background-color 300ms linear 0ms;
}
#wb_Card2
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   margin: 0px 10px 0px 10px;
   padding: 0;
   text-align: center;
}
#Card2-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0px 30px 20px 30px;
   padding: 0;
   color: #696969;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#wb_Card2:hover #Card2-card-item1
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card2-card-item1
{
   color: #696969;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0px 30px 30px 30px;
   padding: 0;
   color: #9F9F9F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card2:hover #Card2-card-item2
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card2-card-item2
{
   color: #42527B;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#wb_Card2:hover
{
   background-color: #D7B56D;
   -webkit-transition: background-color 300ms linear 0ms;
   transition: background-color 300ms linear 0ms;
}
#wb_Card2
{
   background-color: #FFFFFF;
   -webkit-transition: background-color 300ms linear 0ms;
   transition: background-color 300ms linear 0ms;
}
#Layer1
{
   background-color: transparent;
   background-image: url('images/hadramout  BG JPG.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: cover;
   margin: 0;
}
#Layer1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #4F4F4F;
   opacity: 0.8;
}
#wb_IconFont5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_IconFont5:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont5
{
   height: 59px;
   width: 99px;
}
#IconFont5 i
{
   color: #F7CA6C;
   display: inline-block;
   font-size: 59px;
   line-height: 59px;
   vertical-align: middle;
   width: 66px;
}
#wb_IconFont5:hover i
{
   color: #FFFFFF;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_IconFont6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_IconFont6:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont6
{
   height: 75px;
   width: 119px;
}
#IconFont6 i
{
   color: #F7CA6C;
   display: inline-block;
   font-size: 75px;
   line-height: 75px;
   vertical-align: middle;
   width: 63px;
}
#wb_IconFont6:hover i
{
   color: #FFFFFF;
}
#wb_IconFont7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_IconFont7:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont7
{
   height: 64px;
   width: 85px;
}
#IconFont7 i
{
   color: #F7CA6C;
   display: inline-block;
   font-size: 64px;
   line-height: 64px;
   vertical-align: middle;
   width: 67px;
}
#wb_IconFont7:hover i
{
   color: #FFFFFF;
}
#wb_IconFont8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_IconFont8:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont8
{
   height: 66px;
   width: 88px;
}
#IconFont8 i
{
   color: #F7CA6C;
   display: inline-block;
   font-size: 66px;
   line-height: 66px;
   vertical-align: middle;
   width: 60px;
}
#wb_IconFont8:hover i
{
   color: #FFFFFF;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_LayoutGrid19
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/earth.png');
   background-repeat: no-repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid19
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 30px 0px 50px 0px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid19 > .col-1, #LayoutGrid19 > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid19 > .col-1, #LayoutGrid19 > .col-2
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid19 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 75%;
   max-width: 75%;
   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;
}
#LayoutGrid19 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 25%;
   max-width: 25%;
   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)
{
#LayoutGrid19 > .col-1, #LayoutGrid19 > .col-2
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid19-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #D3D3D3;
   opacity: 0.8;
}
#LayoutGrid19-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 0px;
   -webkit-transition: height 2000ms ease;
   transition: height 2000ms ease;
}
#LayoutGrid19-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid19-divider-bottom .divider-fill
{
   fill: #303244;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#LayoutGrid19-divider-bottom.show
{
   height: 60px;
}
#Button4
{
   box-sizing: border-box;
   line-height: 30px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #4F4F4F;
   border-radius: 50px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text19 div
{
   text-align: center;
}
#wb_Text19
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 0px 15px 0px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: left;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 4px 8px rgba(0,0,0,0.19);
}
#LayoutGrid3
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 10px 0px 10px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 25%;
   max-width: 25%;
   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;
}
#LayoutGrid3 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 50%;
   max-width: 50%;
   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: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#LayoutGrid3 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 25%;
   max-width: 25%;
   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)
{
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 135px;
   height: 110px;
   vertical-align: top;
}
#wb_IconFont1
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #D7B56D;
   border-radius: 4px;
   text-align: center;
   margin: 10px 5px 0px 0px;
   padding: 4px 3px 3px 3px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont1:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #DCDCDC;
}
#IconFont1
{
   height: 18px;
   width: 19px;
}
#IconFont1 i
{
   color: #641000;
   display: inline-block;
   font-size: 18px;
   line-height: 18px;
   vertical-align: middle;
   width: 9px;
}
#wb_IconFont1:hover i
{
   color: #641000;
}
#wb_IconFont2
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #D7B56D;
   border-radius: 4px;
   text-align: center;
   margin: 10px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont2:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #DCDCDC;
}
#IconFont2
{
   height: 21px;
   width: 21px;
}
#IconFont2 i
{
   color: #641000;
   display: inline-block;
   font-size: 21px;
   line-height: 21px;
   vertical-align: middle;
   width: 17px;
}
#wb_IconFont2:hover i
{
   color: #641000;
}
#wb_IconFont3
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #D7B56D;
   border-radius: 4px;
   text-align: center;
   margin: 10px 5px 0px 0px;
   padding: 3px 3px 3px 3px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont3:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #DCDCDC;
}
#IconFont3
{
   height: 19px;
   width: 19px;
}
#IconFont3 i
{
   color: #641000;
   display: inline-block;
   font-size: 19px;
   line-height: 19px;
   vertical-align: middle;
   width: 15px;
}
#wb_IconFont3:hover i
{
   color: #641000;
}
#wb_IconFont4
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #D7B56D;
   border-radius: 4px;
   text-align: center;
   margin: 10px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont4:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #DCDCDC;
}
#IconFont4
{
   height: 21px;
   width: 21px;
}
#IconFont4 i
{
   color: #641000;
   display: inline-block;
   font-size: 21px;
   line-height: 21px;
   vertical-align: middle;
   width: 15px;
}
#wb_IconFont4:hover i
{
   color: #641000;
}
#wb_Shape13
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#Shape13
{
   border-width: 0;
   vertical-align: top;
}
#wb_OverlayMenu3
{
   position: relative;
}
#OverlayMenu3
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #424242;
   margin: 0;
}
#OverlayMenu3:hover
{
   background-color: #E3CA97;
   background-image: none;
   border-color: #424242;
}
#OverlayMenu3
{
   display: block;
   width: 48px;
   height: 52px;
   position: absolute;
}
#OverlayMenu3 .line
{
   width: 20px;
   height: 4px;
   background: #8B4513;
   display: block;
   margin: 4px auto;
}
#OverlayMenu3:hover .line
{
   background: #FFFFFF;
}
#OverlayMenu3 .line:first-child
{
   margin-top: 16px;
}
#OverlayMenu3-close
{
   background: transparent;
   font-size: 10px;
   height: 2.8em; 
   outline: none;
   position: absolute;
   right: 10px;
   text-align: left;
   top: 10px;
   width: 3em; 
}
#OverlayMenu3-close:before, #OverlayMenu3-close:after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   left: 0;
   opacity: 1;
   position: absolute;
   top: 0;
   width: 100%;
}
#OverlayMenu3-close span
{
   background: #FFFFFF;
   height: 0.6em;
   margin-top: -0.3em;
   position: absolute;
   top: 50%;
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu3-close span::after
{
   background: #FFFFFF;
   content: "";
   display: block;
   height: 0.6em;
   position: absolute;
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   width: 100%;
}
#OverlayMenu3-close:before
{
   margin-top: -0.3em;
   opacity: 0;
   top: 50%;
}
#OverlayMenu3-close:after
{
   bottom: 50%;
   opacity: 0;
}
#OverlayMenu3-close span
{
   background: #FFFFFF;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
#OverlayMenu3-close span:after
{
   background: #FFFFFF;
   -webkit-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
#OverlayMenu3-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(227,202,151,0.87);
}
#OverlayMenu3-overlay ul
{
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu3
{
   height: 60%;
   width: 100%;
   max-width: 970px;
   margin: 0 auto 0 auto;
}
.OverlayMenu3 a
{
   text-decoration: none;
}
.OverlayMenu3 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu3 li 
{
   position: relative;
}
.OverlayMenu3 li a 
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #FFFFFF;
   outline: none;
}
.OverlayMenu3 li a:hover
{
   color: #424242;
   background-color: #E3CA97;
}
#OverlayMenu3-overlay
{
   visibility: hidden;
   width: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
   transition: width 400ms 0.3s, visibility 0s 700ms;
}
#OverlayMenu3-overlay.show
{
   visibility: visible;
   width: 100%;
   -webkit-transition: width 400ms;
   transition: width 400ms;
}
#OverlayMenu3-overlay .OverlayMenu3
{
   opacity: 0;
   -webkit-transition: opacity 0.3s 400ms;
   transition: opacity 0.3s 400ms;
}
#OverlayMenu3-overlay.show .OverlayMenu3
{
   opacity: 1;
   -webkit-transition-delay: 400ms;
   transition-delay: 400ms;
}
#OverlayMenu3-overlay.hide .OverlayMenu3
{
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}
#OverlayMenu3-overlay .overlay-icon
{
   margin: 0px 10px 0px 0px;
}
#OverlayMenu3-social
{
   padding: 40px 0px 0px 0px;
}
#OverlayMenu3-social .social-icon 
{
   border-radius: 50%;
   background-color: #FFFFFF;
   color: #E3CA97;
   display: inline-block;
   font-size: 19px;
   margin: 0 .5em;
   padding: 7px;
   -webkit-transition: all .2s linear 0s;
   transition: all .2s linear 0s;
   width: 19px;
}
#OverlayMenu3-social .social-icon:hover 
{
   background-color: #424242;
   color: #E3CA97;
}
.OverlayMenu3-effect
{
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text7 div
{
   text-align: left;
}
#wb_Text7
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/Main-Pic-2.jpg');
   background-repeat: repeat;
   background-position: left bottom;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   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 25px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid6 > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6
{
   width: 970px;
}
#LayoutGrid6 > .col-1
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid6 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   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: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 480px)
{
#LayoutGrid6
{
   width: 100%;
}
#LayoutGrid6 > .col-1
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid6-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #4F4F4F;
   opacity: 0.8;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Tajawal;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.50);
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 0px 15px 0px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: left;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid7 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_CardContainer5
{
   display: none;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   position: relative;
}
#CardContainer5
{
   position: relative;
   padding: 10px 10px 10px 10px;
   margin-top: 50px;
   margin-bottom: 50px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   box-sizing: border-box;
   font-size: 0px;
}
#CardContainer5 .owl-dots, #CardContainer5 .owl-nav
{
   text-align: center;
   -webkit-tap-highlight-color: transparent;
}
#CardContainer5 .owl-nav
{
   margin-top: 10px;
}
#CardContainer5 .owl-nav [class*=owl-]
{
   color: #869791;
   font-size: 14px;
   margin: 5px;
   padding: 4px 7px;
   background: #D6D6D6;
   display: inline-block;
   cursor: pointer;
   border-radius: 3px;
}
#CardContainer5 .owl-nav [class*=owl-]:hover
{
   background: #869791;
   color: #D6D6D6;
   text-decoration: none;
}
#CardContainer5 .owl-nav .disabled
{
   opacity: .5;
   cursor: default;
}
#CardContainer5 .owl-nav.disabled+.owl-dots
{
   margin-top: 10px;
}
#CardContainer5 .owl-nav
{
   position:  relative;
   top: -379px;
   display:  none;
   justify-content: space-between;
   margin: 0 20px;
   color: #000;
}
#CardContainer5 .owl-nav button.owl-prev, #CardContainer5 .owl-nav button.owl-next
{
   height: 30px;
   width: 30px;
   border-radius: 50%;
   background-color: rgba(255,255,255, 0.5);
}
#CardContainer5 .owl-dots .owl-dot
{
   display: inline-block;
   zoom: 1;
}
#CardContainer5 .owl-dots .owl-dot span
{
   width: 12px;
   height: 12px;
   margin: 10px 10px;
   background: #D6D6D6;
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity 200ms ease;
   border-radius: 50%;
}
#CardContainer5 .owl-dots .owl-dot.active span, #CardContainer5 .owl-dots .owl-dot:hover span
{
   background: #869791;
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 0px 15px 0px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: left;
}
#LayoutGrid8 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 0px 0px 1px;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text9 div
{
   text-align: left;
}
#wb_Text9
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#CardContainer3
{
   display: none;
   position: relative;
   padding: 10px 10px 10px 10px;
   margin: 0;
   background-color: #DCDCDC;
   background-image: none;
   border: 0px solid #F5F5F5;
   box-sizing: border-box;
   font-size: 0px;
}
#CardContainer3 .owl-dots, #CardContainer3 .owl-nav
{
   text-align: center;
   -webkit-tap-highlight-color: transparent;
}
#CardContainer3 .owl-nav
{
   margin-top: 10px;
}
#CardContainer3 .owl-nav [class*=owl-]
{
   color: #869791;
   font-size: 14px;
   margin: 5px;
   padding: 4px 7px;
   background: #D6D6D6;
   display: inline-block;
   cursor: pointer;
   border-radius: 3px;
}
#CardContainer3 .owl-nav [class*=owl-]:hover
{
   background: #869791;
   color: #D6D6D6;
   text-decoration: none;
}
#CardContainer3 .owl-nav .disabled
{
   opacity: .5;
   cursor: default;
}
#CardContainer3 .owl-nav.disabled+.owl-dots
{
   margin-top: 10px;
}
#CardContainer3 .owl-nav
{
   position:  relative;
   top: -122px;
   display:  none;
   justify-content: space-between;
   margin: 0 20px;
   color: #000;
}
#CardContainer3 .owl-nav button.owl-prev, #CardContainer3 .owl-nav button.owl-next
{
   height: 30px;
   width: 30px;
   border-radius: 50%;
   background-color: rgba(255,255,255, 0.5);
}
#CardContainer3 .owl-dots .owl-dot
{
   display: inline-block;
   zoom: 1;
}
#CardContainer3 .owl-dots .owl-dot span
{
   width: 10px;
   height: 10px;
   margin: 10px 10px;
   background: #D6D6D6;
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity 200ms ease;
   border-radius: 50%;
}
#CardContainer3 .owl-dots .owl-dot.active span, #CardContainer3 .owl-dots .owl-dot:hover span
{
   background: #869791;
}
#Layer4
{
   background-color: #4F4F4F;
   background-image: none;
   margin: 0;
}
#wb_IconFont17
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_IconFont17:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont17
{
   height: 50px;
   width: 69px;
}
#IconFont17 i
{
   color: #F7CA6C;
   display: inline-block;
   font-size: 50px;
   line-height: 50px;
   vertical-align: middle;
   width: 56px;
}
#wb_IconFont17:hover i
{
   color: #FFFFFF;
}
#wb_IconFont18
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_IconFont18:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont18
{
   height: 56px;
   width: 84px;
}
#IconFont18 i
{
   color: #F7CA6C;
   display: inline-block;
   font-size: 56px;
   line-height: 56px;
   vertical-align: middle;
   width: 47px;
}
#wb_IconFont18:hover i
{
   color: #FFFFFF;
}
#wb_IconFont19
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_IconFont19:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont19
{
   height: 57px;
   width: 59px;
}
#IconFont19 i
{
   color: #F7CA6C;
   display: inline-block;
   font-size: 57px;
   line-height: 57px;
   vertical-align: middle;
   width: 52px;
}
#wb_IconFont19:hover i
{
   color: #FFFFFF;
}
#wb_IconFont20
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_IconFont20:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont20
{
   height: 48px;
   width: 62px;
}
#IconFont20 i
{
   color: #F7CA6C;
   display: inline-block;
   font-size: 48px;
   line-height: 48px;
   vertical-align: middle;
   width: 50px;
}
#wb_IconFont20:hover i
{
   color: #FFFFFF;
}
#wb_Text28 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text28 div
{
   text-align: center;
}
#wb_Text29 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text29 div
{
   text-align: center;
}
#wb_Text30 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text30 div
{
   text-align: center;
}
#wb_Text31 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text31 div
{
   text-align: center;
}
#wb_LayoutGrid13
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('images/earth.png');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid13
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 30px 0px 30px 0px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid13 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 75%;
   max-width: 75%;
   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;
}
#LayoutGrid13 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 25%;
   max-width: 25%;
   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: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#LayoutGrid13 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 0px 40px 0px;
}
@media (max-width: 480px)
{
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid13-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #D3D3D3;
   opacity: 0.8;
}
#LayoutGrid13-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 0px;
   -webkit-transition: height 2000ms ease;
   transition: height 2000ms ease;
}
#LayoutGrid13-divider-bottom svg
{
   display: block;
   width: 250%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#LayoutGrid13-divider-bottom .divider-fill
{
   fill: #303244;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#LayoutGrid13-divider-bottom.show
{
   height: 60px;
}
#Button2
{
   box-sizing: border-box;
   line-height: 23px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #4F4F4F;
   border-radius: 50px;
   background-color: transparent;
   background-image: none;
   color: #4F4F4F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#wb_Text27 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text27 div
{
   text-align: center;
}
#wb_Text27
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card15
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   margin: 0px 10px 0px 10px;
   padding: 0;
   text-align: center;
}
#Card15-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0px 30px 20px 30px;
   padding: 0;
   color: #696969;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#wb_Card15:hover #Card15-card-item1
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card15-card-item1
{
   color: #696969;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 0px 30px 30px 30px;
   padding: 0;
   color: #9F9F9F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card15:hover #Card15-card-item2
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card15-card-item2
{
   color: #42527B;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#wb_Card15:hover
{
   background-color: #D7B56D;
   -webkit-transition: background-color 300ms linear 0ms;
   transition: background-color 300ms linear 0ms;
}
#wb_Card15
{
   background-color: #FFFFFF;
   -webkit-transition: background-color 300ms linear 0ms;
   transition: background-color 300ms linear 0ms;
}
#wb_Card16
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   margin: 0px 10px 0px 10px;
   padding: 0;
   text-align: center;
}
#Card16-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0px 30px 20px 30px;
   padding: 0;
   color: #696969;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#wb_Card16:hover #Card16-card-item1
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card16-card-item1
{
   color: #696969;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 0px 30px 30px 30px;
   padding: 0;
   color: #9F9F9F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card16:hover #Card16-card-item2
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card16-card-item2
{
   color: #42527B;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#wb_Card16:hover
{
   background-color: #D7B56D;
   -webkit-transition: background-color 300ms linear 0ms;
   transition: background-color 300ms linear 0ms;
}
#wb_Card16
{
   background-color: #FFFFFF;
   -webkit-transition: background-color 300ms linear 0ms;
   transition: background-color 300ms linear 0ms;
}
#wb_Card3
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card3-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
}
#wb_Card4
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card4-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card17
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card17-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card17-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card18
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card18-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card18-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card19
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card19-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card19-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 160px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#headerMenu
{
   padding: 8px 15px 8px 15px;
   list-style: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #C0C0C0;
   border-radius: 4px;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: center;
}
#headerMenu > li
{
   display: inline-block;
   font-size: 16px;
}
#headerMenu a
{
   color: #641000;
   text-decoration: none;
}
#headerMenu a:hover
{
   color: #C0C0C0;
   text-decoration: underline;
}
#headerMenu > .active
{
   color: #626262;
}
#headerMenu > li + li:before
{
   content: "|";
   padding: 0 20px;
   color: #D7B56D;
}
#wb_Image22
{
   margin: 0;
   vertical-align: top;
}
#Image22
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 38px;
   height: 25px;
   vertical-align: top;
}
#wb_FontAwesomeIcon5
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #D7B56D;
   border-radius: 4px;
   text-align: center;
   margin: 10px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon5:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #DCDCDC;
}
#FontAwesomeIcon5
{
   height: 21px;
   width: 21px;
}
#FontAwesomeIcon5 i
{
   color: #641000;
   display: inline-block;
   font-size: 21px;
   line-height: 21px;
   vertical-align: middle;
   width: 15px;
}
#wb_FontAwesomeIcon5:hover i
{
   color: #641000;
}
#wb_FontAwesomeIcon2
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #D7B56D;
   border-radius: 4px;
   text-align: center;
   margin: 10px 5px 0px 0px;
   padding: 3px 3px 3px 3px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon2:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #DCDCDC;
}
#FontAwesomeIcon2
{
   height: 19px;
   width: 19px;
}
#FontAwesomeIcon2 i
{
   color: #641000;
   display: inline-block;
   font-size: 19px;
   line-height: 19px;
   vertical-align: middle;
   width: 15px;
}
#wb_FontAwesomeIcon2:hover i
{
   color: #641000;
}
#wb_FontAwesomeIcon4
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #D7B56D;
   border-radius: 4px;
   text-align: center;
   margin: 10px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon4:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #DCDCDC;
}
#FontAwesomeIcon4
{
   height: 21px;
   width: 21px;
}
#FontAwesomeIcon4 i
{
   color: #641000;
   display: inline-block;
   font-size: 21px;
   line-height: 21px;
   vertical-align: middle;
   width: 17px;
}
#wb_FontAwesomeIcon4:hover i
{
   color: #641000;
}
#wb_FontAwesomeIcon3
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #D7B56D;
   border-radius: 4px;
   text-align: center;
   margin: 10px 5px 0px 0px;
   padding: 4px 3px 3px 3px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon3:hover
{
   background-color: transparent;
   background-image: none;
   border: 1px solid #DCDCDC;
}
#FontAwesomeIcon3
{
   height: 18px;
   width: 19px;
}
#FontAwesomeIcon3 i
{
   color: #641000;
   display: inline-block;
   font-size: 18px;
   line-height: 18px;
   vertical-align: middle;
   width: 9px;
}
#wb_FontAwesomeIcon3:hover i
{
   color: #641000;
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #303244;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid11
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 20px 0px 20px 0px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid11 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   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;
}
#LayoutGrid11 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0px 0px 0px;
}
#LayoutGrid11 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   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;
}
#LayoutGrid11 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   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;
}
#LayoutGrid11 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 30px 20px 30px;
}
@media (max-width: 480px)
{
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Shape1
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#Button3
{
   box-sizing: border-box;
   line-height: 32px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #4285F4;
   background-color: #4285F4;
   background-image: none;
   color: #FFFFFF;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#TextArea3
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   box-sizing: border-box;
   padding: 4px 4px 4px 4px;
   margin: 0px 0px 20px 0px;
   text-align: left;
   overflow: auto;
   resize: none;
}
#TextArea3:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox5
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   box-sizing: border-box;
   line-height: 26px;
   padding: 4px 4px 4px 4px;
   margin: 0px 0px 20px 0px;
   text-align: left;
}
#Editbox5:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox6
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   box-sizing: border-box;
   line-height: 26px;
   padding: 4px 4px 4px 4px;
   margin: 0px 0px 20px 0px;
   text-align: left;
}
#Editbox6:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0px 0px 10px 0px;
   padding: 0;
   text-align: center;
}
#Heading4
{
   color: #FFFFFF;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
   margin: 0;
   text-align: center;
}
#wb_Text23 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text23 div
{
   text-align: center;
}
#wb_Text23
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid15
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #303244;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid15
{
   box-sizing: border-box;
   padding: 10px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#LayoutGrid15 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid15 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid15 > .row > .col-1
{
   float: left;
}
#LayoutGrid15 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#LayoutGrid15 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 25px 0px 25px;
}
#LayoutGrid15:before,
#LayoutGrid15:after,
#LayoutGrid15 .row:before,
#LayoutGrid15 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid15:after,
#LayoutGrid15 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid15 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_IconFont15
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont15:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont15
{
   height: 24px;
   width: 24px;
}
#IconFont15 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 13px;
}
#wb_IconFont15:hover i
{
   color: #7E96A1;
}
#wb_IconFont16
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont16:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont16
{
   height: 24px;
   width: 24px;
}
#IconFont16 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont16:hover i
{
   color: #7E96A1;
}
#wb_IconFont25
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont25:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont25
{
   height: 24px;
   width: 24px;
}
#IconFont25 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_IconFont25:hover i
{
   color: #7E96A1;
}
#wb_IconFont28
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont28:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont28
{
   height: 24px;
   width: 24px;
}
#IconFont28 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont28:hover i
{
   color: #7E96A1;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   display: none;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text10 div
{
   text-align: center;
}
#wb_Text10
{
   display: none;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_IconFont29
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   text-align: center;
   margin: 0;
   padding: 0px 20px 0px 0px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont29:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont29
{
   height: 31px;
   width: 25px;
}
#IconFont29 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 25px;
   line-height: 31px;
   vertical-align: middle;
   width: 20px;
}
#wb_IconFont29:hover i
{
   color: #808080;
}
#wb_IconFont29
{
   -webkit-transition: all 500ms linear 0ms;
   transition: all 500ms linear 0ms;
}
#Label3
{
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   box-sizing: border-box;
   padding: 8px 4px 8px 4px;
   margin: 0;
   text-align: left;
   vertical-align: top;
}
#wb_Shape2
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#Shape2
{
   border-width: 0;
   vertical-align: top;
}
#wb_IconFont30
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont30:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont30
{
   height: 31px;
   width: 50px;
}
#IconFont30 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 31px;
   line-height: 31px;
   vertical-align: middle;
   width: 23px;
}
#wb_IconFont30:hover i
{
   color: #808080;
}
#wb_IconFont30
{
   -webkit-transition: all 500ms linear 0ms;
   transition: all 500ms linear 0ms;
}
#Label4
{
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   box-sizing: border-box;
   padding: 8px 4px 8px 4px;
   margin: 0;
   text-align: center;
   vertical-align: top;
}
#wb_Image7
{
   margin: 0;
   vertical-align: top;
}
#Image7
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 135px;
   height: 110px;
   vertical-align: top;
}
#wb_LayoutGrid16
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #303244;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid16
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 20px 0px 20px 0px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid16 > .col-1, #LayoutGrid16 > .col-2, #LayoutGrid16 > .col-3
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid16 > .col-1, #LayoutGrid16 > .col-2, #LayoutGrid16 > .col-3
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid16 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   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;
}
#LayoutGrid16 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0px 0px 0px;
}
#LayoutGrid16 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   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;
}
#LayoutGrid16 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   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;
}
#LayoutGrid16 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 30px 20px 30px;
}
@media (max-width: 480px)
{
#LayoutGrid16 > .col-1, #LayoutGrid16 > .col-2, #LayoutGrid16 > .col-3
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid10
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #303244;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid10
{
   box-sizing: border-box;
   padding: 30px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#LayoutGrid10 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid10 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid10 > .row > .col-1
{
   float: left;
}
#LayoutGrid10 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#LayoutGrid10 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0px 25px 0px 25px;
}
#LayoutGrid10:before,
#LayoutGrid10:after,
#LayoutGrid10 .row:before,
#LayoutGrid10 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid10:after,
#LayoutGrid10 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid10 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_IconFont9
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont9:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont9
{
   height: 24px;
   width: 24px;
}
#IconFont9 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 13px;
}
#wb_IconFont9:hover i
{
   color: #7E96A1;
}
#wb_IconFont10
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont10:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont10
{
   height: 24px;
   width: 24px;
}
#IconFont10 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont10:hover i
{
   color: #7E96A1;
}
#wb_IconFont11
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont11:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont11
{
   height: 24px;
   width: 24px;
}
#IconFont11 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_IconFont11:hover i
{
   color: #7E96A1;
}
#wb_IconFont12
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   text-align: center;
   margin: 0px 10px 0px 0px;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont12:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
}
#IconFont12
{
   height: 24px;
   width: 24px;
}
#IconFont12 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont12:hover i
{
   color: #7E96A1;
}
#wb_Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text20 div
{
   text-align: center;
}
#wb_Text20
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image11
{
   margin: 0;
   vertical-align: top;
}
#Image11
{
   border: 0px solid #000000;
   padding: 0;
   display: inline-block;
   width: 155px;
   height: 126px;
   vertical-align: top;
}
#wb_Text26 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text26 div
{
   text-align: center;
}
#wb_Text26
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_IconFont26
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   text-align: center;
   margin: 0;
   padding: 0px 20px 0px 0px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont26:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont26
{
   height: 31px;
   width: 25px;
}
#IconFont26 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 25px;
   line-height: 31px;
   vertical-align: middle;
   width: 20px;
}
#wb_IconFont26:hover i
{
   color: #808080;
}
#wb_IconFont26
{
   -webkit-transition: all 500ms linear 0ms;
   transition: all 500ms linear 0ms;
}
#wb_Shape9
{
   transform: rotate(0deg);
   transform-origin: 50% 50%;
}
#Shape9
{
   border-width: 0;
   vertical-align: top;
}
#wb_IconFont27
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont27:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont27
{
   height: 31px;
   width: 50px;
}
#IconFont27 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 31px;
   line-height: 31px;
   vertical-align: middle;
   width: 23px;
}
#wb_IconFont27:hover i
{
   color: #808080;
}
#wb_IconFont27
{
   -webkit-transition: all 500ms linear 0ms;
   transition: all 500ms linear 0ms;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0px 0px 10px 0px;
   padding: 0px 0px 35px 0px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: center;
}
#Editbox3
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   box-sizing: border-box;
   line-height: 26px;
   padding: 4px 4px 4px 4px;
   margin: 0px 0px 20px 0px;
   text-align: left;
}
#Editbox3:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox4
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   box-sizing: border-box;
   line-height: 26px;
   padding: 4px 4px 4px 4px;
   margin: 0px 0px 20px 0px;
   text-align: left;
}
#Editbox4:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#TextArea2
{
   border: 1px solid #CCCCCC;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   box-sizing: border-box;
   padding: 4px 4px 4px 4px;
   margin: 0px 0px 20px 0px;
   text-align: left;
   overflow: auto;
   resize: none;
}
#TextArea2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Button8
{
   box-sizing: border-box;
   line-height: 34px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid #4285F4;
   border-radius: 10px;
   background-color: #DCDCDC;
   background-image: none;
   color: #2A1711;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#wb_Text22 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text22 div
{
   text-align: left;
}
#wb_Text22
{
   display: inline-block;
   margin: 0;
   width: 140px;
   height: 25px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: inline-block;
   margin: 0;
   width: 140px;
   height: 25px;
}
#Editbox5
{
   display: none;
   width: 100%;
   height: 36px;
   z-index: 80;
}
#Html3
{
   display: none;
   width: 100%;
   height: 264px;
   z-index: 76;
}
#wb_Shape1
{
   display: none;
   width: 230px;
   height: 12px;
   z-index: 75;
   position: relative;
}
#wb_Card19
{
   display: none;
   text-align: center;
   z-index: 48;
}
#wb_OverlayMenu3
{
   display: none;
   width: 48px;
   height: 52px;
   z-index: 38;
}
#wb_LayoutGrid3
{
   overflow: hidden;
}
#Button4
{
   display: inline-block;
   width: 114px;
   height: 34px;
   z-index: 30;
}
#wb_FontAwesomeIcon2
{
   display: inline-block;
   width: 19px;
   height: 19px;
   text-align: center;
   z-index: 3;
}
#Button3
{
   display: none;
   width: 95px;
   height: 36px;
   z-index: 82;
}
#Editbox6
{
   display: none;
   width: 100%;
   height: 36px;
   z-index: 79;
}
#wb_Shape2
{
   display: none;
   width: 210px;
   height: 12px;
   z-index: 70;
   position: relative;
}
#wb_Text28
{
   position: absolute;
   left: 206px;
   top: 39px;
   width: 98px;
   height: 35px;
   visibility: hidden;
   text-align: center;
   z-index: 56;
}
#wb_Card1
{
   display: flex;
   text-align: center;
   z-index: 10;
}
#TextArea3
{
   display: none;
   width: 100%;
   height: 144px;
   z-index: 81;
}
#Button2
{
   display: none;
   width: 83px;
   height: 27px;
   z-index: 62;
}
#wb_Text29
{
   position: absolute;
   left: 191px;
   top: 108px;
   width: 124px;
   height: 35px;
   visibility: hidden;
   text-align: center;
   z-index: 57;
}
#wb_Image1
{
   display: none;
   width: 135px;
   height: 110px;
   z-index: 32;
}
#wb_Image22
{
   display: inline-block;
   width: 38px;
   height: 25px;
   z-index: 6;
}
#TextArea2
{
   display: block;
   width: 100%;
   height: 144px;
   z-index: 96;
}
#wb_Card3
{
   display: none;
   text-align: center;
   z-index: 44;
}
#wb_Text4
{
   position: absolute;
   left: 381px;
   top: 100px;
   width: 180px;
   height: 35px;
   text-align: center;
   z-index: 26;
}
#JavaScript2
{
   color: #FFFFFF;
   font-size: 37px;
   font-family: "Tajawal";
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#wb_Card15
{
   display: none;
   text-align: center;
   z-index: 41;
}
#wb_Text5
{
   position: absolute;
   left: 723px;
   top: 99px;
   width: 180px;
   height: 78px;
   text-align: center;
   z-index: 27;
}
#wb_Card2
{
   display: flex;
   text-align: center;
   z-index: 11;
}
#JavaScript3
{
   color: #FFFFFF;
   font-size: 37px;
   font-family: "Tajawal";
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#wb_Card16
{
   display: none;
   text-align: center;
   z-index: 42;
}
#wb_Text6
{
   position: absolute;
   left: 1046px;
   top: 99px;
   width: 180px;
   height: 42px;
   text-align: center;
   z-index: 28;
}
#wb_Image4
{
   display: inline-block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#Editbox3
{
   display: block;
   width: 100%;
   height: 36px;
   z-index: 94;
}
#Shape1
{
   width: 230px;
   height: 12px;
}
#wb_IconFont29
{
   display: none;
   width: 25px;
   height: 31px;
   text-align: center;
   z-index: 68;
}
#wb_IconFont19
{
   position: absolute;
   left: 41px;
   top: 162px;
   width: 59px;
   height: 57px;
   visibility: hidden;
   text-align: center;
   z-index: 53;
}
#wb_Card17
{
   display: none;
   text-align: center;
   z-index: 46;
}
#Shape2
{
   width: 210px;
   height: 12px;
}
#wb_IconFont28
{
   display: none;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 66;
}
#wb_Text31
{
   position: absolute;
   left: 170px;
   top: 253px;
   width: 145px;
   height: 35px;
   visibility: hidden;
   text-align: center;
   z-index: 59;
}
#wb_IconFont18
{
   position: absolute;
   left: 28px;
   top: 87px;
   width: 84px;
   height: 56px;
   visibility: hidden;
   text-align: center;
   z-index: 51;
}
#JavaScript1
{
   color: #FFFFFF;
   font-size: 37px;
   font-family: "Tajawal";
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#Shape13
{
   width: 67px;
   height: 10px;
}
#wb_Card10
{
   display: flex;
   text-align: center;
   z-index: 16;
}
#wb_Heading7
{
   display: inline-block;
   width: 100%;
   z-index: 7;
}
#wb_IconFont27
{
   display: inline-block;
   width: 50px;
   height: 31px;
   text-align: center;
   z-index: 108;
}
#wb_Heading4
{
   display: none;
   width: 100%;
   z-index: 78;
}
#wb_Image7
{
   display: none;
   width: 135px;
   height: 110px;
   z-index: 73;
}
#wb_Text30
{
   position: absolute;
   left: 206px;
   top: 184px;
   width: 94px;
   height: 35px;
   visibility: hidden;
   text-align: center;
   z-index: 58;
}
#wb_IconFont17
{
   position: absolute;
   left: 43px;
   top: 24px;
   width: 69px;
   height: 50px;
   visibility: hidden;
   text-align: center;
   z-index: 49;
}
#JavaScript6
{
   color: #FFFFFF;
   font-size: 64px;
   font-family: "Tajawal";
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#wb_Card11
{
   display: flex;
   text-align: center;
   z-index: 15;
}
#wb_Shape9
{
   display: inline-block;
   width: 384px;
   height: 12px;
   z-index: 107;
   position: relative;
}
#wb_IconFont26
{
   display: inline-block;
   width: 25px;
   height: 31px;
   text-align: center;
   z-index: 105;
}
#wb_IconFont16
{
   display: none;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 64;
}
#wb_Shape13
{
   display: none;
   width: 67px;
   height: 10px;
   z-index: 37;
   position: relative;
}
#JavaScript7
{
   color: #FFFFFF;
   font-size: 64px;
   font-family: "Tajawal";
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#wb_Card12
{
   display: flex;
   text-align: center;
   z-index: 14;
}
#wb_headerMenu
{
   display: inline-block;
   width: 100%;
   z-index: 1;
   vertical-align: top;
}
#wb_Heading2
{
   display: inline-block;
   width: 100%;
   z-index: 93;
}
#wb_IconFont25
{
   display: none;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 65;
}
#wb_IconFont15
{
   display: none;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 63;
}
#JavaScript4
{
   color: #FFFFFF;
   font-size: 37px;
   font-family: "Tajawal";
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#wb_Text3
{
   position: absolute;
   left: 67px;
   top: 104px;
   width: 180px;
   height: 39px;
   text-align: center;
   z-index: 19;
}
#wb_Card8
{
   display: flex;
   text-align: center;
   z-index: 13;
}
#wb_IconFont9
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 98;
}
#wb_IconFont4
{
   display: none;
   width: 21px;
   height: 21px;
   text-align: center;
   z-index: 36;
}
#wb_IconFont3
{
   display: none;
   width: 19px;
   height: 19px;
   text-align: center;
   z-index: 35;
}
#wb_IconFont2
{
   display: none;
   width: 21px;
   height: 21px;
   text-align: center;
   z-index: 34;
}
#wb_IconFont1
{
   display: none;
   width: 19px;
   height: 18px;
   text-align: center;
   z-index: 33;
}
#wb_IconFont8
{
   position: absolute;
   left: 745px;
   top: 8px;
   width: 88px;
   height: 66px;
   text-align: center;
   z-index: 22;
}
#wb_IconFont7
{
   position: absolute;
   left: 1046px;
   top: 12px;
   width: 85px;
   height: 64px;
   text-align: center;
   z-index: 21;
}
#wb_IconFont6
{
   position: absolute;
   left: 381px;
   top: 5px;
   width: 119px;
   height: 75px;
   text-align: center;
   z-index: 20;
}
#JavaScript5
{
   color: #FFFFFF;
   font-size: 64px;
   font-family: "Tajawal";
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#wb_IconFont5
{
   position: absolute;
   left: 75px;
   top: 17px;
   width: 99px;
   height: 59px;
   text-align: center;
   z-index: 17;
}
#Layer1
{
   position: relative;
   text-align: left;
   width: 100%;
   height: 150px;
   float: none;
   clear: both;
   vertical-align: top;
   display: block;
   z-index: 122;
}
#wb_IconFont12
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 101;
}
#Button8
{
   display: inline-block;
   width: 95px;
   height: 36px;
   z-index: 97;
}
#Label4
{
   display: none;
   width: 138px;
   line-height: 19px;
   z-index: 72;
}
#wb_JavaScript4
{
   position: absolute;
   left: 112px;
   top: 244px;
   width: 69px;
   height: 64px;
   visibility: hidden;
   z-index: 60;
}
#wb_JavaScript3
{
   position: absolute;
   left: 105px;
   top: 173px;
   width: 86px;
   height: 57px;
   visibility: hidden;
   z-index: 54;
}
#wb_JavaScript2
{
   position: absolute;
   left: 125px;
   top: 99px;
   width: 64px;
   height: 52px;
   visibility: hidden;
   z-index: 52;
}
#wb_JavaScript1
{
   position: absolute;
   left: 129px;
   top: 24px;
   width: 62px;
   height: 64px;
   visibility: hidden;
   z-index: 50;
}
#wb_Heading1
{
   display: none;
   width: 100%;
   z-index: 39;
}
#wb_JavaScript8
{
   position: absolute;
   left: 1095px;
   top: 7px;
   width: 152px;
   height: 116px;
   z-index: 25;
}
#wb_JavaScript7
{
   position: absolute;
   left: 800px;
   top: 7px;
   width: 142px;
   height: 116px;
   z-index: 24;
}
#wb_JavaScript6
{
   position: absolute;
   left: 453px;
   top: 8px;
   width: 137px;
   height: 116px;
   z-index: 23;
}
#wb_JavaScript5
{
   position: absolute;
   left: 165px;
   top: 12px;
   width: 105px;
   height: 116px;
   z-index: 18;
}
#wb_IconFont11
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 100;
}
#Label3
{
   display: none;
   width: 146px;
   line-height: 19px;
   z-index: 69;
}
#wb_FontAwesomeIcon5
{
   display: inline-block;
   width: 21px;
   height: 21px;
   text-align: center;
   z-index: 2;
}
#Shape9
{
   width: 384px;
   height: 12px;
}
#wb_IconFont10
{
   display: inline-block;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 99;
}
#wb_IconFont30
{
   display: none;
   width: 50px;
   height: 31px;
   text-align: center;
   z-index: 71;
}
#wb_IconFont20
{
   position: absolute;
   left: 39px;
   top: 240px;
   width: 62px;
   height: 48px;
   visibility: hidden;
   text-align: center;
   z-index: 55;
}
#Layer4_Container
{
   width: 970px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#Layer4
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 309px;
   float: none;
   clear: both;
   vertical-align: top;
   display: none;
   z-index: 131;
}
#wb_Card4
{
   display: none;
   text-align: center;
   z-index: 45;
}
#JavaScript8
{
   color: #FFFFFF;
   font-size: 64px;
   font-family: "Tajawal";
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#wb_FontAwesomeIcon4
{
   display: inline-block;
   width: 21px;
   height: 21px;
   text-align: center;
   z-index: 4;
}
#Html2
{
   display: inline-block;
   width: 100%;
   height: 278px;
   z-index: 111;
}
#wb_Image11
{
   display: inline-block;
   width: 155px;
   height: 126px;
   z-index: 102;
}
#Editbox4
{
   display: block;
   width: 100%;
   height: 36px;
   z-index: 95;
}
#wb_Card18
{
   display: none;
   text-align: center;
   z-index: 47;
}
#wb_Card7
{
   display: flex;
   text-align: center;
   z-index: 12;
}
#wb_FontAwesomeIcon3
{
   display: inline-block;
   width: 19px;
   height: 18px;
   text-align: center;
   z-index: 5;
}
@media only screen and (max-width: 1349px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   padding: 15px 0px 15px 0px;
}
#header > .col-1, #header > .col-2, #header > .col-3, #header > .col-4
{
   padding-right: 15px;
   padding-left: 15px;
}
#header > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#header > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 10px 10px 0px 10px;
}
#header > .col-2
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#header > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 40px 0px 0px 0px;
}
#header > .col-3
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#header > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 30px 0px 0px 0px;
}
#header > .col-4
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#header-divider-bottom
{
   height: 2px;
}
#wb_links
{
   visibility: hidden;
   display: none;
}
#wb_links
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#links
{
   padding: 50px 0px 25px 0px;
}
#links
{
   width: 100%;
}
#links > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#links > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_Heading7
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid4
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid4
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   padding: 0px 15px 0px 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text17
{
   visibility: hidden;
   display: none;
}
#wb_Text17
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid2
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   padding: 0px 15px 0px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0px 70px 0px 70px;
}
#wb_Text2
{
   visibility: hidden;
   display: none;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Card7
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
}
#wb_Card8
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card8-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card12
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card12-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card11
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card11-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card10
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card10-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 35px 40px 35px 40px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_CardContainer1
{
   visibility: hidden;
   display: none;
}
#CardContainer2
{
   visibility: hidden;
   display: none;
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   margin: 0px 10px 0px 10px;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0px 30px 20px 30px;
   padding: 0;
   color: #696969;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#wb_Card1:hover #Card1-card-item1
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card1-card-item1
{
   color: #696969;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0px 30px 30px 30px;
   padding: 0;
   color: #9F9F9F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card1:hover #Card1-card-item2
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card1-card-item2
{
   color: #42527B;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: hidden;
   display: none;
   margin: 0px 10px 0px 10px;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0px 30px 20px 30px;
   padding: 0;
   color: #696969;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#wb_Card2:hover #Card2-card-item1
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card2-card-item1
{
   color: #696969;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0px 30px 30px 30px;
   padding: 0;
   color: #9F9F9F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card2:hover #Card2-card-item2
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card2-card-item2
{
   color: #42527B;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Layer1
{
   width: 320px;
   height: 150px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Layer1
{
   margin: 0;
}
#Layer1
{
    width: 100%;
    height: 150px;
}
#wb_IconFont5
{
   left: 75px;
   top: 17px;
   width: 99px;
   height: 59px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#IconFont5
{
   width: 99px;
   height: 59px;
}
#IconFont5 i
{
   line-height: 59px;
   font-size: 59px;
   width: 66px;
}
#wb_JavaScript5
{
   left: 165px;
   top: 12px;
   width: 105px;
   height: 116px;
   visibility: hidden;
   display: none;
}
#wb_Text3
{
   left: 67px;
   top: 104px;
   width: 180px;
   height: 39px;
   visibility: hidden;
   display: none;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_IconFont6
{
   left: 381px;
   top: 5px;
   width: 119px;
   height: 75px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#IconFont6
{
   width: 119px;
   height: 75px;
}
#IconFont6 i
{
   line-height: 75px;
   font-size: 75px;
   width: 63px;
}
#wb_IconFont7
{
   left: 10px;
   top: 10px;
   width: 85px;
   height: 64px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#IconFont7
{
   width: 85px;
   height: 64px;
}
#IconFont7 i
{
   line-height: 64px;
   font-size: 64px;
   width: 67px;
}
#wb_IconFont8
{
   left: 745px;
   top: 8px;
   width: 88px;
   height: 66px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#IconFont8
{
   width: 88px;
   height: 66px;
}
#IconFont8 i
{
   line-height: 66px;
   font-size: 66px;
   width: 60px;
}
#wb_JavaScript6
{
   left: 453px;
   top: 8px;
   width: 137px;
   height: 116px;
   visibility: hidden;
   display: none;
}
#wb_JavaScript7
{
   left: 800px;
   top: 7px;
   width: 142px;
   height: 116px;
   visibility: hidden;
   display: none;
}
#wb_JavaScript8
{
   left: 10px;
   top: 10px;
   width: 152px;
   height: 116px;
   visibility: hidden;
   display: none;
}
#wb_Text4
{
   left: 381px;
   top: 100px;
   width: 180px;
   height: 35px;
   visibility: hidden;
   display: none;
}
#wb_Text4
{
   margin: 0;
   padding: 0;
}
#wb_Text5
{
   left: 723px;
   top: 99px;
   width: 180px;
   height: 78px;
   visibility: hidden;
   display: none;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   left: 10px;
   top: 10px;
   width: 180px;
   height: 42px;
   visibility: hidden;
   display: none;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid19
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid19
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid19
{
   padding: 30px 0px 50px 0px;
}
#LayoutGrid19 > .col-1, #LayoutGrid19 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid19 > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid19 > .col-2
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid19-divider-bottom.show
{
   height: 60px;
}
#Button4
{
   width: 114px;
   height: 34px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button4
{
   line-height: 30px;
}
#wb_Text19
{
   visibility: hidden;
   display: none;
}
#wb_Text19
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   padding: 0px 15px 0px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   padding: 10px 0px 10px 0px;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3 > .col-2
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   text-align: right;
}
#LayoutGrid3 > .col-3
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#wb_Image1
{
   width: 125px;
   height: 101px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 125px;
   height: 101px;
}
#wb_IconFont1
{
   width: 19px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 10px 5px 0px 0px;
   padding: 4px 3px 3px 3px;
}
#IconFont1
{
   width: 19px;
   height: 18px;
}
#IconFont1 i
{
   line-height: 18px;
   font-size: 18px;
   width: 9px;
}
#wb_IconFont2
{
   width: 21px;
   height: 21px;
   visibility: visible;
   display: inline-block;
   margin: 10px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
}
#IconFont2
{
   width: 21px;
   height: 21px;
}
#IconFont2 i
{
   line-height: 21px;
   font-size: 21px;
   width: 17px;
}
#wb_IconFont3
{
   width: 19px;
   height: 19px;
   visibility: visible;
   display: inline-block;
   margin: 10px 5px 0px 0px;
   padding: 3px 3px 3px 3px;
}
#IconFont3
{
   width: 19px;
   height: 19px;
}
#IconFont3 i
{
   line-height: 19px;
   font-size: 19px;
   width: 15px;
}
#wb_IconFont4
{
   width: 21px;
   height: 21px;
   visibility: visible;
   display: inline-block;
   margin: 10px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
}
#IconFont4
{
   width: 21px;
   height: 21px;
}
#IconFont4 i
{
   line-height: 21px;
   font-size: 21px;
   width: 15px;
}
#wb_Shape13
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_OverlayMenu3
{
   width: 48px;
   height: 52px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#OverlayMenu3
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #424242;
   width: 48px;
   height: 52px;
}
#OverlayMenu3:hover
{
   background-color: #E3CA97;
   background-image: none;
   border-color: #424242;
}
#OverlayMenu3 .line
{
   background: #8B4513;
}
#OverlayMenu3:hover .line
{
   background: #FFFFFF;
}
#OverlayMenu3 .line:first-child
{
   margin-top: 16px;
}
#OverlayMenu3-overlay ul
{
   font-size: 19px;
   text-align: center;
}
#wb_Text7
{
   visibility: visible;
   display: block;
}
#wb_Text7
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   padding: 50px 0px 25px 0px;
}
#LayoutGrid6
{
   width: 100%;
}
#LayoutGrid6 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid6 > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0px 30px 0px 30px;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 17px;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.50);
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   padding: 0px 15px 0px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid7 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   margin: 0;
   padding: 0;
}
#wb_CardContainer5
{
   visibility: visible;
   display: block;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   padding: 0px 15px 0px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid8 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0px 0px 0px 1px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   margin: 0;
   padding: 0;
}
#CardContainer3
{
   visibility: visible;
   display: block;
}
#Layer4
{
   width: 320px;
   height: 309px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Layer4
{
   margin: 0;
}
#Layer4_Container
{
   width: 320px;
}
#Layer4
{
    width: 100%;
    height: 309px;
}
#wb_IconFont17
{
   left: 43px;
   top: 24px;
   width: 69px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#IconFont17
{
   width: 69px;
   height: 50px;
}
#IconFont17 i
{
   line-height: 50px;
   font-size: 50px;
   width: 56px;
}
#wb_JavaScript1
{
   left: 129px;
   top: 24px;
   width: 62px;
   height: 64px;
   visibility: visible;
   display: inline;
}
#wb_IconFont18
{
   left: 28px;
   top: 87px;
   width: 84px;
   height: 56px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#IconFont18
{
   width: 84px;
   height: 56px;
}
#IconFont18 i
{
   line-height: 56px;
   font-size: 56px;
   width: 47px;
}
#wb_JavaScript2
{
   left: 125px;
   top: 99px;
   width: 64px;
   height: 52px;
   visibility: visible;
   display: inline;
}
#wb_IconFont19
{
   left: 41px;
   top: 162px;
   width: 59px;
   height: 57px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#IconFont19
{
   width: 59px;
   height: 57px;
}
#IconFont19 i
{
   line-height: 57px;
   font-size: 57px;
   width: 52px;
}
#wb_JavaScript3
{
   left: 105px;
   top: 173px;
   width: 86px;
   height: 57px;
   visibility: visible;
   display: inline;
}
#wb_IconFont20
{
   left: 39px;
   top: 240px;
   width: 62px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#IconFont20
{
   width: 62px;
   height: 48px;
}
#IconFont20 i
{
   line-height: 48px;
   font-size: 48px;
   width: 50px;
}
#wb_Text28
{
   left: 206px;
   top: 39px;
   width: 98px;
   height: 64px;
   visibility: visible;
   display: inline;
}
#wb_Text28
{
   margin: 0;
   padding: 0;
}
#wb_Text29
{
   left: 191px;
   top: 108px;
   width: 124px;
   height: 70px;
   visibility: visible;
   display: inline;
}
#wb_Text29
{
   margin: 0;
   padding: 0;
}
#wb_Text30
{
   left: 191px;
   top: 184px;
   width: 109px;
   height: 35px;
   visibility: visible;
   display: inline;
}
#wb_Text30
{
   margin: 0;
   padding: 0;
}
#wb_Text31
{
   left: 170px;
   top: 253px;
   width: 145px;
   height: 45px;
   visibility: visible;
   display: inline;
}
#wb_Text31
{
   margin: 0;
   padding: 0;
}
#wb_JavaScript4
{
   left: 112px;
   top: 244px;
   width: 69px;
   height: 64px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid13
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid13
{
   padding: 30px 0px 30px 0px;
}
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid13 > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid13 > .col-2
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid13 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0px 0px 40px 0px;
}
#LayoutGrid13-divider-bottom.show
{
   height: 60px;
}
#Button2
{
   width: 83px;
   height: 27px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button2
{
   line-height: 23px;
}
#wb_Text27
{
   visibility: visible;
   display: block;
}
#wb_Text27
{
   margin: 0;
   padding: 0;
}
#wb_Card15
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0px 10px 0px 10px;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0px 30px 20px 30px;
   padding: 0;
   color: #696969;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#wb_Card15:hover #Card15-card-item1
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card15-card-item1
{
   color: #696969;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 0px 30px 30px 30px;
   padding: 0;
   color: #9F9F9F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card15:hover #Card15-card-item2
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card15-card-item2
{
   color: #42527B;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#wb_Card16
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0px 10px 0px 10px;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 30px 30px 30px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0px 30px 20px 30px;
   padding: 0;
   color: #696969;
   font-family: "Merienda One";
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#wb_Card16:hover #Card16-card-item1
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card16-card-item1
{
   color: #696969;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 0px 30px 30px 30px;
   padding: 0;
   color: #9F9F9F;
   font-family: Tajawal;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card16:hover #Card16-card-item2
{
   color: #FFFFFF;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#Card16-card-item2
{
   color: #42527B;
   -webkit-transition: color 300ms linear 0ms;
   transition: color 300ms linear 0ms;
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
}
#wb_Card4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card17
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card17-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card18
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card18-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Card19
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-shrink: 1;
   flex-shrink: 1;
   -webkit-flex-basis: 0%;
   flex-basis: 0%;
   -webkit-align-self: auto;
   align-self: auto;
}
#Card19-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 0px 0px 35px 0px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_headerMenu
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
}
#headerMenu
{
   padding: 8px 15px 8px 15px;
   text-align: center;
}
#wb_Image22
{
   width: 38px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image22
{
   width: 38px;
   height: 25px;
}
#wb_FontAwesomeIcon5
{
   width: 21px;
   height: 21px;
   visibility: visible;
   display: inline-block;
   margin: 10px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
}
#FontAwesomeIcon5
{
   width: 21px;
   height: 21px;
}
#FontAwesomeIcon5 i
{
   line-height: 21px;
   font-size: 21px;
   width: 15px;
}
#wb_FontAwesomeIcon2
{
   width: 19px;
   height: 19px;
   visibility: visible;
   display: inline-block;
   margin: 10px 5px 0px 0px;
   padding: 3px 3px 3px 3px;
}
#FontAwesomeIcon2
{
   width: 19px;
   height: 19px;
}
#FontAwesomeIcon2 i
{
   line-height: 19px;
   font-size: 19px;
   width: 15px;
}
#wb_FontAwesomeIcon4
{
   width: 21px;
   height: 21px;
   visibility: visible;
   display: inline-block;
   margin: 10px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
}
#FontAwesomeIcon4
{
   width: 21px;
   height: 21px;
}
#FontAwesomeIcon4 i
{
   line-height: 21px;
   font-size: 21px;
   width: 17px;
}
#wb_FontAwesomeIcon3
{
   width: 19px;
   height: 18px;
   visibility: visible;
   display: inline-block;
   margin: 10px 5px 0px 0px;
   padding: 4px 3px 3px 3px;
}
#FontAwesomeIcon3
{
   width: 19px;
   height: 18px;
}
#FontAwesomeIcon3 i
{
   line-height: 18px;
   font-size: 18px;
   width: 9px;
}
#wb_LayoutGrid11
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid11
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   padding: 20px 0px 20px 0px;
}
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid11 > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid11 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0px 0px 20px 0px;
}
#LayoutGrid11 > .col-2
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid11 > .col-3
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid11 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 0px 0px 30px 0px;
}
#wb_Shape1
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Button3
{
   width: 95px;
   height: 36px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button3
{
   line-height: 32px;
}
#TextArea3
{
   width: 100%;
   height: 144px;
   visibility: visible;
   display: block;
   margin: 0px 0px 20px 0px;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Editbox5
{
   width: 100%;
   height: 36px;
   visibility: visible;
   display: block;
   margin: 0px 0px 20px 0px;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Editbox5
{
   line-height: 6px;
}
#Editbox6
{
   width: 100%;
   height: 36px;
   visibility: visible;
   display: block;
   margin: 0px 0px 20px 0px;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Editbox6
{
   line-height: 6px;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0px 0px 10px 0px;
   padding: 0;
}
#Html3
{
   width: 290px;
   height: 264px;
   visibility: visible;
   display: inline-block;
}
#wb_Text23
{
   visibility: visible;
   display: block;
}
#wb_Text23
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid15
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid15
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid15
{
   padding: 10px 15px 40px 15px;
}
#LayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid15 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid15 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid15 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 25px 25px 0px 25px;
}
#wb_IconFont15
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 0;
}
#IconFont15
{
   width: 24px;
   height: 24px;
}
#IconFont15 i
{
   line-height: 24px;
   font-size: 24px;
   width: 13px;
}
#wb_IconFont16
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 0;
}
#IconFont16
{
   width: 24px;
   height: 24px;
}
#IconFont16 i
{
   line-height: 24px;
   font-size: 24px;
   width: 19px;
}
#wb_IconFont25
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 0;
}
#IconFont25
{
   width: 24px;
   height: 24px;
}
#IconFont25 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_IconFont28
{
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline-block;
   margin: 0px 10px 0px 0px;
   padding: 0;
}
#IconFont28
{
   width: 24px;
   height: 24px;
}
#IconFont28 i
{
   line-height: 24px;
   font-size: 24px;
   width: 19px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   margin: 0;
   padding: 0;
}
#wb_IconFont29
{
   width: 25px;
   height: 31px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0px 20px 0px 0px;
}
#IconFont29
{
   width: 25px;
   height: 31px;
}
#IconFont29 i
{
   line-height: 31px;
   font-size: 25px;
   width: 20px;
}
#Label3
{
   width: 146px;
   height: 35px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 4px 8px 4px;
   text-align: left;
}
#Label3
{
   line-height: 19px;
}
#wb_Shape2
{
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_IconFont30
{
   width: 50px;
   height: 31px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#IconFont30
{
   width: 50px;
   height: 31px;
}
#IconFont30 i
{
   line-height: 31px;
   font-size: 31px;
   width: 23px;
}
#Label4
{
   width: 138px;
   height: 35px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 8px 4px 8px 4px;
   text-align: center;
}
#Label4
{
   line-height: 19px;
}
#wb_Image7
{
   width: 135px;
   height: 110px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image7
{
   width: 135px;
   height: 110px;
}
#wb_LayoutGrid16
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid16
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid16
{
   padding: 20px 0px 20px 0px;
}
#LayoutGrid16 > .col-1, #LayoutGrid16 > .col-2, #LayoutGrid16 > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid16 > .col-1
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid16 > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0px 0px 0px;
}
#LayoutGrid16 > .col-2
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: flex-start;
   -webkit-align-items: flex-start;
   align-content: flex-start;
   align-items: flex-start;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid16 > .col-3
{
   display: flex;
   -webkit-flex-basis: 100%;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-content: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid16 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 0px 30px 20px 30px;
}
#wb_LayoutGrid10
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid10
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid10
{
   padding: 30px 15px 20px 15px;
}
#LayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid10 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid10 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid10 > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 0px 25px 0px 25px;
}
#wb_IconFont9
{
   width: 24px;
   height: 24px;
   visibility: hidden;
   display: none;
   margin: 0px 10px 0px 0px;
   padding: 0;
}
#IconFont9
{
   width: 24px;
   height: 24px;
}
#IconFont9 i
{
   line-height: 24px;
   font-size: 24px;
   width: 13px;
}
#wb_IconFont10
{
   width: 24px;
   height: 24px;
   visibility: hidden;
   display: none;
   margin: 0px 10px 0px 0px;
   padding: 0;
}
#IconFont10
{
   width: 24px;
   height: 24px;
}
#IconFont10 i
{
   line-height: 24px;
   font-size: 24px;
   width: 19px;
}
#wb_IconFont11
{
   width: 24px;
   height: 24px;
   visibility: hidden;
   display: none;
   margin: 0px 10px 0px 0px;
   padding: 0;
}
#IconFont11
{
   width: 24px;
   height: 24px;
}
#IconFont11 i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_IconFont12
{
   width: 24px;
   height: 24px;
   visibility: hidden;
   display: none;
   margin: 0px 10px 0px 0px;
   padding: 0;
}
#IconFont12
{
   width: 24px;
   height: 24px;
}
#IconFont12 i
{
   line-height: 24px;
   font-size: 24px;
   width: 19px;
}
#wb_Text20
{
   visibility: hidden;
   display: none;
}
#wb_Text20
{
   margin: 0;
   padding: 0;
}
#wb_Image11
{
   width: 155px;
   height: 126px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 155px;
   height: 126px;
}
#wb_Text26
{
   visibility: hidden;
   display: none;
}
#wb_Text26
{
   margin: 0;
   padding: 0;
}
#wb_IconFont26
{
   width: 25px;
   height: 31px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0px 20px 0px 0px;
}
#IconFont26
{
   width: 25px;
   height: 31px;
}
#IconFont26 i
{
   line-height: 31px;
   font-size: 25px;
   width: 20px;
}
#wb_Shape9
{
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_IconFont27
{
   width: 50px;
   height: 31px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#IconFont27
{
   width: 50px;
   height: 31px;
}
#IconFont27 i
{
   line-height: 31px;
   font-size: 31px;
   width: 23px;
}
#wb_Heading2
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0px 0px 10px 0px;
   padding: 0px 0px 35px 0px;
}
#Editbox3
{
   width: 100%;
   height: 36px;
   visibility: hidden;
   display: none;
   margin: 0px 0px 20px 0px;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Editbox3
{
   line-height: 6px;
}
#Editbox4
{
   width: 100%;
   height: 36px;
   visibility: hidden;
   display: none;
   margin: 0px 0px 20px 0px;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Editbox4
{
   line-height: 6px;
}
#TextArea2
{
   width: 100%;
   height: 144px;
   visibility: hidden;
   display: none;
   margin: 0px 0px 20px 0px;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Button8
{
   width: 95px;
   height: 36px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 1px 6px 1px 6px;
}
#Button8
{
   line-height: 34px;
}
#wb_Text22
{
   width: 140px;
   height: 25px;
   visibility: hidden;
   display: none;
}
#wb_Text22
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   width: 140px;
   height: 25px;
   visibility: hidden;
   display: none;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#Html2
{
   width: 230px;
   height: 278px;
   visibility: hidden;
   display: none;
}
}
