body
{
   background-color: #000000;
   background-image: url('../images/IMG18-.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
a
{
   color: #0F3C0F;
   text-decoration: underline;
}
a:visited
{
   color: #155715;
}
a:active
{
   color: #228B22;
}
a:hover
{
   color: #8FBC8F;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_intro, #wb_facts, #wb_contact
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_intro, #wb_facts, #wb_contact
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #CD6905;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#header > .row > .col-1, #header > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_intro
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/piranbanner.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#intro
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 75px 0 75px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#intro > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#intro > .col-1
{
   flex: 0 0 auto;
}
#intro > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#intro > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#intro-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.0);
}
#intro-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#intro-divider-top .divider-fill
{
   fill: #000000;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#intro-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
   transform: scaleY(-1.0);
}
#intro-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#intro-divider-bottom .divider-fill
{
   fill: #000000;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_skills
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#skills
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#skills > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#skills > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#skills > .row > .col-1
{
   float: left;
}
#skills > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#skills > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#skills:before,
#skills:after,
#skills .row:before,
#skills .row:after
{
   display: table;
   content: " ";
}
#skills:after,
#skills .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#skills > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_services
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#services
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#services > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#services > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#services > .row > .col-1
{
   float: left;
}
#services > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#services > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#services:before,
#services:after,
#services .row:before,
#services .row:after
{
   display: table;
   content: " ";
}
#services:after,
#services .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#services > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_homeText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 75px 50px 75px 50px;
   margin: 0;
   text-align: center;
}
#wb_homeText
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 27px;
   line-height: 29px;
}
#wb_homeText p, #wb_homeText ul
{
   margin: 0;
   padding: 0;
}
#wb_homeText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#upStickyLayer
{
   background-color: #0078FF;
   background-image: none;
   border-radius: 50%;
   opacity: 0.77;
}
#wb_skillsInner
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 2px 5px rgba(0,0,0,0.28);
}
#skillsInner
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#skillsInner > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#skillsInner > .row > .col-1, #skillsInner > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#skillsInner > .row > .col-1, #skillsInner > .row > .col-2
{
   float: left;
}
#skillsInner > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#skillsInner > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#skillsInner > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#skillsInner > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#skillsInner:before,
#skillsInner:after,
#skillsInner .row:before,
#skillsInner .row:after
{
   display: table;
   content: " ";
}
#skillsInner:after,
#skillsInner .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#skillsInner > .row > .col-1, #skillsInner > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_up-arrow
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_up-arrow a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#up-arrow
{
   height: 24px;
   width: 24px;
}
#up-arrow i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_up-arrow:hover #up-arrow i
{
   color: #007BFF;
}
#wb_aboutMeMenu
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   z-index: 1111 !important;
}
#wb_aboutMeMenu ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#wb_aboutMeMenu li
{
   float: left;
   margin: 0;
   padding: 8px 0px 8px 0px;
   width: 16.66%;
}
#wb_aboutMeMenu a
{
   display: block;
   float: left;
   color: #FFFFFF;
   border: 0px solid rgba(255,255,255,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
   vertical-align: middle;
}
#wb_aboutMeMenu > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 28px;
   padding: 0 10px 0px 10px;
   line-height: 28px;
}
#wb_aboutMeMenu li:hover a, #wb_aboutMeMenu a:hover
{
   color: #0078FF;
   border: 0px solid #BF1F66;
   background-color: transparent;
   background-image: none;
}
#wb_aboutMeMenu li.firstmain
{
   padding-left: 0px;
}
#wb_aboutMeMenu li.lastmain
{
   padding-right: 8px;
}
#wb_aboutMeMenu br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
@media all and (max-width:320px) 
{
#wb_aboutMeMenu ul
{
   width: 100%;
}
#wb_aboutMeMenu li
{
   padding: 0 8px 0px 8px !important;
   width: 100% !important;
}
#wb_aboutMeMenu a
{
   box-sizing: border-box;
   float: none !important;
   width: 100% !important;
}
}
#wb_servicesLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#servicesLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#servicesLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#servicesLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#servicesLayoutGrid1 > .row > .col-1
{
   float: left;
}
#servicesLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#servicesLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
#servicesLayoutGrid1:before,
#servicesLayoutGrid1:after,
#servicesLayoutGrid1 .row:before,
#servicesLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#servicesLayoutGrid1:after,
#servicesLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#servicesLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_servicesLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#servicesLayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#servicesLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#servicesLayoutGrid2 > .row > .col-1, #servicesLayoutGrid2 > .row > .col-2, #servicesLayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#servicesLayoutGrid2 > .row > .col-1, #servicesLayoutGrid2 > .row > .col-2, #servicesLayoutGrid2 > .row > .col-3
{
   float: left;
}
#servicesLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#servicesLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
#servicesLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#servicesLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
#servicesLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#servicesLayoutGrid2 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 0 0;
}
#servicesLayoutGrid2:before,
#servicesLayoutGrid2:after,
#servicesLayoutGrid2 .row:before,
#servicesLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#servicesLayoutGrid2:after,
#servicesLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#servicesLayoutGrid2 > .row > .col-1, #servicesLayoutGrid2 > .row > .col-2, #servicesLayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_facts
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/p.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#facts
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#facts > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#facts > .row > .col-1, #facts > .row > .col-2, #facts > .row > .col-3, #facts > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#facts > .row > .col-1, #facts > .row > .col-2, #facts > .row > .col-3, #facts > .row > .col-4
{
   float: left;
}
#facts > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#facts > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 100px 0 100px 0;
}
#facts > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#facts > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 100px 0 100px 0;
}
#facts > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#facts > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 100px 0 100px 0;
}
#facts > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#facts > .row > .col-4 > .col-4-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 100px 0 100px 0;
}
#facts:before,
#facts:after,
#facts .row:before,
#facts .row:after
{
   display: table;
   content: " ";
}
#facts:after,
#facts .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#facts > .row > .col-1, #facts > .row > .col-2, #facts > .row > .col-3, #facts > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#facts-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #FFFFFF;
   opacity: 0.71;
}
#wb_portfolio
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#portfolio
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#portfolio > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#portfolio > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#portfolio > .row > .col-1
{
   float: left;
}
#portfolio > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#portfolio > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolio:before,
#portfolio:after,
#portfolio .row:before,
#portfolio .row:after
{
   display: table;
   content: " ";
}
#portfolio:after,
#portfolio .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#portfolio > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_portfolioLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#portfolioLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#portfolioLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#portfolioLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#portfolioLayoutGrid1 > .row > .col-1
{
   float: left;
}
#portfolioLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#portfolioLayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolioLayoutGrid1:before,
#portfolioLayoutGrid1:after,
#portfolioLayoutGrid1 .row:before,
#portfolioLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#portfolioLayoutGrid1:after,
#portfolioLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#portfolioLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_portfolioLayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#portfolioLayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#portfolioLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#portfolioLayoutGrid2 > .row > .col-1, #portfolioLayoutGrid2 > .row > .col-2, #portfolioLayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#portfolioLayoutGrid2 > .row > .col-1, #portfolioLayoutGrid2 > .row > .col-2, #portfolioLayoutGrid2 > .row > .col-3
{
   float: left;
}
#portfolioLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#portfolioLayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolioLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#portfolioLayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolioLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#portfolioLayoutGrid2 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#portfolioLayoutGrid2:before,
#portfolioLayoutGrid2:after,
#portfolioLayoutGrid2 .row:before,
#portfolioLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#portfolioLayoutGrid2:after,
#portfolioLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#portfolioLayoutGrid2 > .row > .col-1, #portfolioLayoutGrid2 > .row > .col-2, #portfolioLayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_portfolioHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#portfolioHeading
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_servicesCard5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 16px;
   text-align: center;
}
#servicesCard5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard5-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #155715;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#servicesCard5-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#servicesCard5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#servicesCard5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
}
#servicesCard5-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_skillsHeading 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_skillsHeading
{
   color: #4E4E4E;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   line-height: 27.5px;
}
#wb_skillsHeading p, #wb_skillsHeading ul
{
   margin: 0;
   padding: 0;
}
#wb_skillsHeading
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_servicesHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#servicesHeading
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/p.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contact
{
   box-sizing: border-box;
   padding: 50px 30px 0 30px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contact > .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#contact > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#contact > .row > .col-1
{
   float: left;
}
#contact > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#contact > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#contact:before,
#contact:after,
#contact .row:before,
#contact .row:after
{
   display: table;
   content: " ";
}
#contact:after,
#contact .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#contact > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#contact-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-image: linear-gradient(to top, #CD6905 0%, rgba(205,105,5,0.00) 100%);
}
#wb_contactForm
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contactForm
{
   box-sizing: border-box;
   padding: 0 30px 0 30px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#contactForm > .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#contactForm > .row > .col-1, #contactForm > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#contactForm > .row > .col-1, #contactForm > .row > .col-2
{
   float: left;
}
#contactForm > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contactForm > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 40px 0 40px 0;
}
#contactForm > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#contactForm > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 40px 0 40px 0;
}
#contactForm:before,
#contactForm:after,
#contactForm .row:before,
#contactForm .row:after
{
   display: table;
   content: " ";
}
#contactForm:after,
#contactForm .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#contactForm > .row > .col-1, #contactForm > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_contactText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
}
#wb_contactText2
{
   color: #000000;
   font-family: "B Yekan";
   font-weight: 400;
   font-size: 20px;
   line-height: 28px;
}
#wb_contactText2 p, #wb_contactText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_contactText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_contactText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: left;
}
#wb_contactText1
{
   color: #4E4E4E;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   line-height: 27.5px;
}
#wb_contactText1 p, #wb_contactText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_contactText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #CD6905;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_contactText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_contactText3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   line-height: 16px;
}
#wb_contactText3 p, #wb_contactText3 ul
{
   margin: 0;
   padding: 0;
}
#wb_contactText3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#contactName
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 5px 0 10px 0 ;
   border: 1px solid #CED4DA;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #6C757D;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   padding: 8px 12px 8px 12px;
}
#contactName:focus
{
   border-color: #0078FF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(0,120,255,0.60);
   outline: 0;
}
#contactEmail
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 5px 0 10px 0 ;
   border: 1px solid #CED4DA;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #6C757D;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   padding: 8px 12px 8px 12px;
}
#contactEmail:focus
{
   border-color: #0078FF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(0,120,255,0.60);
   outline: 0;
}
#contactSubject
{
   box-sizing: border-box;
   line-height: 24px;
   margin: 5px 0 10px 0 ;
   border: 1px solid #CED4DA;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #6C757D;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   padding: 8px 12px 8px 12px;
}
#contactSubject:focus
{
   border-color: #0078FF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(0,120,255,0.60);
   outline: 0;
}
#contactMessage
{
   box-sizing: border-box;
   border: 1px solid #CED4DA;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #6C757D;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   text-align: left;
   padding: 8px 12px 8px 12px;
   margin: 5px 0 10px 0 ;
   overflow: auto;
   resize: none;
}
#contactMessage:focus
{
   border-color: #0078FF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(0,120,255,0.60);
   outline: 0;
}
#contactButton
{
   border: 1px solid #0078FF;
   border-radius: 0px;
   background-color: #0078FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 10px 0 ;
}
#contactButton:focus
{
   outline: 0;
}
#wb_contactIcon1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_contactIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#contactIcon1
{
   height: 28px;
   width: 28px;
}
#contactIcon1 i
{
   color: #0C0C0C;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 28px;
}
#wb_contactIcon1:hover #contactIcon1 i
{
   color: #0078FF;
}
#wb_contactIcon2
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_contactIcon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#contactIcon2
{
   height: 28px;
   width: 28px;
}
#contactIcon2 i
{
   color: #0C0C0C;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_contactIcon2:hover #contactIcon2 i
{
   color: #0078FF;
}
#wb_contactIcon3
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_contactIcon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#contactIcon3
{
   height: 28px;
   width: 28px;
}
#contactIcon3 i
{
   color: #0C0C0C;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_contactIcon3:hover #contactIcon3 i
{
   color: #0078FF;
}
#wb_contactIcon4
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_contactIcon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#contactIcon4
{
   height: 28px;
   width: 28px;
}
#contactIcon4 i
{
   color: #0C0C0C;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
   width: 27px;
}
#wb_contactIcon4:hover #contactIcon4 i
{
   color: #0078FF;
}
#cookiePopup
{
   margin: 30px 20px 20px 0 ;
}
#cookiePopup .modal-content
{
   background-color: #007BFF;
   background-image: none;
   border: 1px solid #007BFF;
   border-radius: 0px;
   overflow: visible;
   pointer-events: all;
}
#cookiePopup.fade
{
   opacity: 1;
   transition: all 400ms linear;
}
#cookiePopup .animate-show
{
   animation-duration: 400ms;
   animation-fill-mode: both;
   animation-name: animate-fade-in;
}
#cookiePopup .animate-hide
{
   animation-duration: 400ms;
   animation-fill-mode: both;
   animation-name: animate-fade-in;
   animation-direction: reverse;
}
#cookiePopup.modal
{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 9999;
   display: none;
   overflow: hidden;
   -webkit-overflow-scrolling: touch;
   outline: 0;
}
#cookiePopup .modal-open .modal
{
   overflow-x: hidden;
   overflow-y: auto;
}
#cookiePopup .modal-open
{
   overflow: hidden;
}
#cookiePopup .modal-dialog
{
   position: relative;
   width: 405px;
   margin-left: auto;
   margin-right: auto;
}
#cookiePopup .modal-content
{
   position: relative;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   outline: 0;
}
#cookiePopup .modal-header
{
   padding: 10px 10px 10px 10px;
   background-color: #007BFF;
   border-bottom: 1px solid #007BFF;
}
#cookiePopup .modal-footer
{
   padding: 10px 10px 10px 10px;
   border-top: 1px solid #007BFF;
}
#cookiePopup .modal-body
{
   position: relative;
   width: 405px;
}
#cookiePopup .close
{
   float: right;
   font-size: 21px;
   font-weight: 700;
   line-height: 1;
   color: #FFFFFF;
   text-shadow: 0px 1px 0px #fff;
   opacity: 0.5;
   -webkit-appearance: none;
   padding: 0;
   cursor: pointer;
   background: 0 0;
   border: 0;
   margin-top: -2px;
}
.modal-backdrop
{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1040;
   background-color: #000;
}
.modal-backdrop.fade
{
   opacity: 0;
   transition: opacity .15s linear;
}
.modal-backdrop.show
{
   opacity: 0.5 !important;
}
.modal-open
{
   overflow: hidden;
}
#cookiePopup .modal-dialog
{
   margin-right: 0 !important;
}
#cookiePopup .modal-dialog-centered
{
   display: flex;
   align-items: flex-end;
   min-height: calc(100% - 20px);
   pointer-events: none;
}
#cookiePopup .modal-title
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 11px;
   font-style: normal;
   text-align: left;
   margin: 0;
}
#cookiePopup .modal-body
{
   box-sizing: border-box;
   font-size: 0;
   padding: 16px 16px 16px 16px;
   text-align: center;
}
#wb_cookieHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: center;
}
#cookieHeading
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#cookieButton
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#cookieButton:focus
{
   outline: 0;
}
#spacer-line
{
   border-color: #007BFF;
   border-style: solid;
   border-bottom-width: 20px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_cookieCheckBox
{
   margin: 6px 4px 8px 4px;
}
#wb_cookieCheckBox
{
   position: relative;
}
#wb_cookieCheckBox, #wb_cookieCheckBox *, #wb_cookieCheckBox *::before, #wb_cookieCheckBox *::after
{
   box-sizing: border-box;
}
#wb_cookieCheckBox input[type='checkbox']
{
   position: absolute;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 13px;
   height: 13px;
   left: 0;
   top: 0;
}
#wb_cookieCheckBox label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
   height: 0;
   padding: 0;
}
#wb_cookieCheckBox label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 13px;
   height: 13px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
}
#wb_cookieCheckBox label::after
{
   display: inline-block;
   position: absolute;
   width: 13px;
   height: 13px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 13px;
}
#wb_cookieCheckBox input[type='checkbox']:checked + label::after
{
   content: " ";
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2052%2052%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M48%2013%20C49%2014%2c%2049%2015%2c%2049%2015%20C49%2016%2c%2049%2017%2c%2048%2017%20L27%2038%20L23%2042%20C23%2043%2c%2022%2043%2c%2021%2043%20C21%2043%2c%2020%2043%2c%2019%2042%20L15%2038%20L5%2028%20C4%2027%2c%204%2027%2c%204%2026%20C4%2025%2c%204%2024%2c%205%2024%20L9%2020%20C9%2019%2c%2010%2019%2c%2011%2019%20C12%2019%2c%2012%2019%2c%2013%2020%20L21%2029%20L40%209%20C41%209%2c%2042%209%2c%2042%209%20C43%209%2c%2044%209%2c%2044%209%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   background-size: 80% 80%;
}
#wb_cookieCheckBox input[type='checkbox']:checked + label::before
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_cookieCheckBox input[type='checkbox']:focus + label::before
{
   outline: thin dotted;
}
#newsLetterLabel
{
   box-sizing: border-box;
   margin: 0;
   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: 12px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 0;
}
#newsLetterLabel:focus
{
   outline: 0;
}
#wb_PanelMenu1 a, #PanelMenu1_markup li a
{
   display: block;
   text-align: center;
   vertical-align: middle;
}
#PanelMenu1_markup
{
   display: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_panel #PanelMenu1_markup
{
   display: block;
}
#PanelMenu1_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#PanelMenu1_markup li a, #PanelMenu1_markup li a:hover
{
   padding: 10px 10px 10px 10px;
   box-shadow: none;
}
#PanelMenu1_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #2E2E2E;
}
#PanelMenu1_panel
{
   display: none;
   position: fixed;
   width: 100%;
   z-index: 9999;
}
#PanelMenu1_markup li a
{
   color: #F7F7F7;
   border: 1px solid #2E2E2E;
   background-color: #3E3E3E;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_PanelMenu1 a
{
   color: #F7F7F7;
   border: 0px solid #2E2E2E;
   border-radius: 0px;
   background-color: #0078FF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: center;
   text-transform: none;
}
#PanelMenu1_markup li a:hover
{
   color: #F7F7F7;
   background-color: #484848;
   border: 1px solid #2E2E2E;
}
#PanelMenu1_markup li a .icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   vertical-align: middle;
}
#PanelMenu1_markup li a:hover .icon
{
   fill: currentColor;
}
#wb_PanelMenu1 a:hover
{
   color: #F7F7F7;
   background-color: #484848;
   border: 0px solid #2E2E2E;
}
#PanelMenu1_panel
{
   background-color: #3E3E3E;
   overflow-y: auto;
}
#PanelMenu1 .line
{
   width: 16px;
   height: 3px;
   background: #F7F7F7;
   display: block;
   margin: 3px auto;
   transition: all 0.3s ease-in-out;
}
#PanelMenu1 .line:first-child
{
   margin-top: 19px;
}
#PanelMenu1.open .line:nth-child(1)
{
   transform: translateY(6px) rotate(45deg);
}
#PanelMenu1.open .line:nth-child(2)
{
   opacity: 0;
}
#PanelMenu1.open .line:nth-child(3)
{
   transform: translateY(-6px) rotate(-45deg);
}
#PanelMenu1
{
   line-height: 54px;
   width: 54px;
   height: 54px;
   position: absolute;
   z-index: 999;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 720px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 805px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 366px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image5
{
   margin: 0;
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#portfolioRollOverText2 .image
{
   display: block;
   position: relative;
}
#portfolioRollOverText2 .caption 
{
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   left: 0;
   top: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   width: 100%;
   height: 100%;
   align-items: center;
   background-color: rgba(0,0,0,0.60);
   opacity: 0;
   transition: all 500ms linear;
}
#portfolioRollOverText2 .title
{
   position: relative;
   text-align: center;
   padding: 0;
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   color: #FFFFFF;
   opacity: 0;
   transform: translateY(-250%);
   transition: all 500ms linear;
}
#portfolioRollOverText2 .description
{
   position: relative;
   margin: 0;
   padding: 0;
   text-align: center;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #FFFFFF;
   opacity: 0;
   transform: scale(0);
   transition: all 500ms linear;
}
#portfolioRollOverText2 .link
{
   display: inline-block;
   z-index: 1;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: center;
   text-decoration: underline;
   opacity: 0;
   transform: translateY(250%);
   transition: all 500ms linear;
}
#portfolioRollOverText2:hover .caption
{
   opacity: 1;
   transition-delay: 0ms;
}
#portfolioRollOverText2:hover .title
{
   opacity: 1;
   transform: translateY(0%);
}
#portfolioRollOverText2:hover .description
{
   opacity: 1;
   transform: scale(1);
}
#portfolioRollOverText2:hover .link
{
   opacity: 1;
   transform: translateY(0%);
}
#portfolioRollOverText2 .caption::before
{
   position: absolute;
   transform: scale(0, 1);
   transform-origin: 0 0;
   top: 50px;
   bottom: 50px;
   right: 25px;
   left: 25px;
   border-top: 1px solid rgba(255,255,255,0.80);
   border-bottom: 1px solid rgba(255,255,255,0.80);
   content: "";
   opacity: 0;
   transition: all 1000ms linear;
}
#portfolioRollOverText2 .caption::after
{
   position: absolute;
   content: "";
   opacity: 0;
   transform: scale(1, 0);
   transform-origin: 100% 0;
   right: 50px;
   left: 50px;
   top: 25px;
   bottom: 25px;
   border-left: 1px solid rgba(255,255,255,0.80);
   border-right: 1px solid rgba(255,255,255,0.80);
   transition: all 1000ms linear;
}
#portfolioRollOverText2:hover > .caption::after
{
   opacity: 1;
   transform: scale(1);
}
#portfolioRollOverText2:hover > .caption::before
{
   transform: scale(1);
   opacity: 1;
}
#portfolioRollOverText2 .image
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#portfolioRollOverText2
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#wb_PanelMenu1
{
   display: none;
   width: 54px;
   height: 54px;
   text-align: center;
   z-index: 2;
}
#contactEmail
{
   display: block;
   width: 100%;
   height: 42px;
   z-index: 20;
}
#portfolioRollOverText2
{
   overflow: hidden;
   display: block;
   position: relative;
}
#contactButton
{
   display: inline-block;
   width: 128px;
   height: 39px;
   z-index: 23;
}
#wb_servicesHeading
{
   display: block;
   width: 100%;
   z-index: 9;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 6;
}
#wb_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 7;
}
#contactMessage
{
   display: block;
   width: 100%;
   height: 108px;
   z-index: 22;
}
#wb_portfolioHeading
{
   display: block;
   width: 100%;
   z-index: 16;
}
#wb_Image3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 14;
}
#wb_Image4
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 24;
}
#wb_up-arrow
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 10;
}
#wb_Image5
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 4;
}
#spacer-line
{
   display: block;
   width: 100%;
   z-index: 46;
}
#cookieButton
{
   display: inline-block;
   width: 111px;
   height: 35px;
   z-index: 45;
   cursor: pointer;
}
#contactSubject
{
   display: block;
   width: 100%;
   height: 42px;
   z-index: 21;
}
#wb_cookieHeading
{
   display: block;
   width: 100%;
   z-index: 44;
}
#wb_cookieCheckBox
{
   display: inline-block;
   width: 16px;
   height: 13px;
   z-index: 47;
}
#newsLetterLabel
{
   display: inline-block;
   width: 204px;
   line-height: 21px;
   z-index: 48;
}
#wb_contactIcon4
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 29;
}
#cookieCheckBox
{
   display: inline-block;
}
#wb_contactIcon3
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 28;
}
#wb_contactIcon2
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 27;
}
#contactName
{
   display: block;
   width: 100%;
   height: 42px;
   z-index: 19;
}
#wb_servicesCard5
{
   display: flex;
   width: 100%;
   z-index: 15;
}
#upStickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 54;
}
#wb_contactIcon1
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 26;
}
#wb_aboutMeMenu
{
   display: block;
   width: 100%;
   z-index: 1;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #000000;
   background-image: url('../images/IMG18-.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
}
#wb_header
{
   visibility: visible;
   display: table;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_intro
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/piranbanner.jpg');
   background-repeat: repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: auto;
}
#wb_intro
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#intro
{
   height: 100vh;
   padding: 75px 0 75px 0;
}
#intro-divider-top
{
   height: 50px;
}
#intro-divider-top
{
   top: 0%;
   left: 0;
}
#intro-divider-bottom
{
   height: 50px;
}
#intro-divider-bottom
{
   bottom: 0%;
}
#wb_skills
{
   visibility: visible;
   display: table;
}
#wb_skills
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#skills
{
   height: auto;
   padding: 0 15px 0 15px;
}
#skills .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_services
{
   visibility: visible;
   display: table;
}
#wb_services
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#services
{
   height: auto;
   padding: 25px 15px 25px 15px;
}
#services .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_homeText
{
   visibility: visible;
   display: block;
}
#wb_homeText
{
   margin: 0;
   padding: 75px 50px 75px 50px;
}
#upStickyLayer
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
}
#wb_skillsInner
{
   visibility: visible;
   display: table;
}
#wb_skillsInner
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#skillsInner
{
   height: auto;
   padding: 0 15px 0 15px;
}
#skillsInner .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_up-arrow
{
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#up-arrow
{
   width: 24px;
   height: 24px;
}
#up-arrow i
{
   line-height: 24px;
   font-size: 24px;
   width: 23px;
}
#wb_aboutMeMenu
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   text-align: left;
}
#wb_aboutMeMenu li
{
   width: 16.66%;
}
#wb_aboutMeMenu a
{
   color: #FFFFFF;
   border: 0px solid rgba(255,255,255,0.00);
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: center;
}
#wb_aboutMeMenu > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 28px;
   padding: 0 10px 0px 10px;
   line-height: 28px;
}
#wb_aboutMeMenu li:hover a, #wb_aboutMeMenu a:hover
{
   color: #0078FF;
   border: 0px solid #BF1F66;
   background-color: transparent;
   background-image: none;
}
#wb_aboutMeMenu li
{
   padding: 8px 0px 8px 0px;
}
#wb_servicesLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_servicesLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#servicesLayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#servicesLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_servicesLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_servicesLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#servicesLayoutGrid2
{
   height: auto;
   padding: 0 15px 50px 15px;
}
#servicesLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_facts
{
   visibility: visible;
   display: table;
}
#wb_facts
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#facts
{
   height: auto;
   padding: 0 15px 0 15px;
}
#facts .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_portfolio
{
   visibility: visible;
   display: table;
}
#wb_portfolio
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#portfolio
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#portfolio .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_portfolioLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_portfolioLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#portfolioLayoutGrid1
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#portfolioLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_portfolioLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_portfolioLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#portfolioLayoutGrid2
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#portfolioLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_portfolioHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_servicesCard5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   color: transparent;
}
#servicesCard5-card-item0
{
   display: inline-block;
   height: 53px;
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #155715;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 53px;
}
#servicesCard5-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#servicesCard5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 53px;
   width: 53px;
}
#servicesCard5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
}
#servicesCard5-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_servicesCard5
{
   text-align: center;
}
#wb_skillsHeading
{
   visibility: visible;
   display: block;
}
#wb_skillsHeading
{
   margin: 0;
   padding: 0;
}
#wb_servicesHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 20px 0 20px 0;
}
#wb_contact
{
   visibility: visible;
   display: table;
}
#wb_contact
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact
{
   height: auto;
   padding: 50px 30px 0 30px;
}
#contact .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wb_contactForm
{
   visibility: visible;
   display: table;
}
#wb_contactForm
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contactForm
{
   height: auto;
   padding: 0 30px 0 30px;
}
#contactForm .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wb_contactText2
{
   visibility: visible;
   display: block;
}
#wb_contactText2
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_contactText1
{
   visibility: visible;
   display: block;
}
#wb_contactText1
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 25px 15px 25px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_contactText3
{
   visibility: visible;
   display: block;
}
#wb_contactText3
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#contactName
{
   width: 100%;
   height: 42px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 8px 12px 8px 12px;
   text-align: left;
}
#contactName
{
   line-height: 9px;
}
#contactEmail
{
   width: 100%;
   height: 42px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 8px 12px 8px 12px;
   text-align: left;
}
#contactEmail
{
   line-height: 9px;
}
#contactSubject
{
   width: 100%;
   height: 42px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 8px 12px 8px 12px;
   text-align: left;
}
#contactSubject
{
   line-height: 9px;
}
#contactMessage
{
   width: 100%;
   height: 108px;
   visibility: visible;
   display: block;
   margin: 5px 0 10px 0 ;
   padding: 8px 12px 8px 12px;
   text-align: left;
}
#contactButton
{
   width: 128px;
   height: 39px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#wb_contactIcon1
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   background-color: #FFFFFF;
   background-image: none;
}
#contactIcon1
{
   width: 28px;
   height: 28px;
}
#contactIcon1 i
{
   line-height: 28px;
   font-size: 28px;
   width: 15px;
}
#wb_contactIcon1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_contactIcon2
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   background-color: #FFFFFF;
   background-image: none;
}
#contactIcon2
{
   width: 28px;
   height: 28px;
}
#contactIcon2 i
{
   line-height: 28px;
   font-size: 28px;
   width: 25px;
}
#wb_contactIcon2:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_contactIcon3
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
   background-color: #FFFFFF;
   background-image: none;
}
#contactIcon3
{
   width: 28px;
   height: 28px;
}
#contactIcon3 i
{
   line-height: 28px;
   font-size: 28px;
   width: 23px;
}
#wb_contactIcon3:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#wb_contactIcon4
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 0 ;
   padding: 6px 6px 6px 6px;
}
#contactIcon4
{
   width: 28px;
   height: 28px;
}
#contactIcon4 i
{
   line-height: 28px;
   font-size: 28px;
   width: 23px;
}
#cookiePopup .modal-dialog
{
   width: 405px;
}
#cookiePopup .modal-body
{
   width: 425px;
}
#cookiePopup
{
   margin: 30px 20px 20px auto;
}
#wb_cookieHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 20px 0;
}
#cookieButton
{
   width: 111px;
   height: 35px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#spacer-line
{
   width: 100%;
   height: 20px;
   visibility: visible;
   display: block;
   margin: 0;
}
#spacer-line
{
   border-color: #007BFF;
   border-bottom-width: 20px;
}
#wb_cookieCheckBox
{
   width: 16px;
   height: 13px;
   visibility: visible;
   display: inline-block;
   margin: 6px 4px 8px 4px;
}
#wb_cookieCheckBox input[type='checkbox']
{
   width: 13px;
   height: 13px;
}
#wb_cookieCheckBox label::before
{
   width: 13px;
   height: 13px;
   border-color: #CCCCCC;
}
#wb_cookieCheckBox label::after
{
   width: 13px;
   height: 13px;
   line-height: 13px;
}
#wb_cookieCheckBox input[type='checkbox']:checked + label::after
{
   color: #FFFFFF;
}
#wb_cookieCheckBox input[type='checkbox']:checked + label::before
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#newsLetterLabel
{
   width: 204px;
   height: 29px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 4px 4px 4px 0;
   text-align: left;
}
#newsLetterLabel
{
   line-height: 21px;
}
#wb_PanelMenu1
{
   width: 54px;
   height: 54px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#PanelMenu1
{
   line-height: 54px;
   width: 54px;
   height: 54px;
}
#PanelMenu1 .line:first-child
{
   margin-top: 19px;
}
#PanelMenu1_markup li a
{
   color: #F7F7F7;
   border: 1px solid #000000;
   background-color: #3E3E3E;
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_PanelMenu1 a
{
   color: #F7F7F7;
   border: 0px solid #2E2E2E;
   border-radius: 0px;
   background-color: #0078FF;
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-align: center;
   text-transform: none;
}
#PanelMenu1_markup li:nth-child(n+2) a, #PanelMenu1_markup li:nth-child(n+2) a:hover
{
   border-top-color: transparent !important;
}
#PanelMenu1_markup li a:hover
{
   color: #FFFFFF;
   background-color: #008014;
   border: 1px solid #2E2E2E;
}
#PanelMenu1_markup li a .icon
{
   fill: currentColor;
   width: 16px;
   height: 16px;
   vertical-align: middle;
}
#PanelMenu1_markup li a:hover .icon
{
   fill: currentColor;
}
#wb_PanelMenu1 a:hover
{
   color: #F7F7F7;
   background-color: #0078FF;
   border: 0px solid #2E2E2E;
}
#PanelMenu1_panel
{
   background-color: #3E3E3E;
   overflow-y: auto;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Image5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#portfolioRollOverText2
{
   visibility: visible;
   display: block;
}
}
