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: #D6CBBC;
   text-decoration: none;
}
a:visited
{
   color: #5E5C53;
}
a:active
{
   color: #FFE599;
}
a:hover
{
   color: #AF678B;
   text-decoration: none;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #Lewis, #Showreel, #Gallery, #Connect
   {
      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)
{
   #Lewis, #Showreel, #Gallery, #Connect
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000C0F;
   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, #header > .row > .col-3
{
   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, #header > .row > .col-3
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000C0F;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#header > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#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, #header > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
.headerMenu .hide 
{
   display: none!important;
}
.headerMenu .hidden
{
   display: none!important;
   visibility: hidden!important;
}
.headerMenu .nav
{
   font-family: "Oswald";
   font-weight: 200;
   font-size: 24px;
   font-style: normal;
   color: #BBBF8C;
   text-align: center;
}
#headerMenu, .headerMenu .nav, .headerMenu *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.headerMenu .nav:before,
.headerMenu .nav:after 
{
   content: " ";
   display: table;
}
.headerMenu .nav:after 
{
   clear: both;
}
.headerMenu .nav a 
{
   text-decoration: none;
}
.headerMenu .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.headerMenu .nav ul ul
{
   margin-bottom: 0;
}
.headerMenu .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.headerMenu .container:before,
.headerMenu .container:after 
{
   content: " ";
   display: table;
}
.headerMenu .container:after 
{
   clear: both;
}
.headerMenu .collapse 
{
   display: none;
}
.headerMenu .collapse.show 
{
   display: block;
}
.headerMenu .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition: height .35s ease;
   transition: height .35s ease;
}
.headerMenu .caret, .headerMenu .caret-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.headerMenu .dropdown 
{
   position: relative;
}
.headerMenu .dropdown-toggle:focus 
{
   outline: 0;
}
.headerMenu .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 24px;
   background-color: #748551;
   background-image: none;
   border: 1px solid rgba(38,21,27,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.headerMenu .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #26151B;
}
.headerMenu .dropdown-menu>li>a 
{
   display: block;
   padding: 0px 0px 0px 0px;
   clear: both;
   line-height: 1.428571429;
   color: #BBBF8C;
   white-space: nowrap;
}
.headerMenu .dropdown-menu>li>a:hover,
.headerMenu .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #C8CBA0;
   background-color: #BBBF8C;
   background-image: none;
}
.headerMenu .dropdown-menu>li>a.active,
.headerMenu .dropdown-menu>li>a.active:hover,
.headerMenu .dropdown-menu>li>a.active:focus
{
   color: #C8CBA0;
   background-color: #BBBF8C;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.headerMenu .show>.dropdown-menu 
{
   display: block;
}
.headerMenu .show>a 
{
   outline: 0;
}
.headerMenu .dropdown-header 
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.headerMenu .dropdown-backdrop 
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.headerMenu .dropdown.show .dropdown-menu
{
   animation-name: headerMenu-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
   animation-fill-mode: forwards;
}
@keyframes headerMenu-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.headerMenu .nav>li 
{
   position: relative;
   display: block;
}
.headerMenu .nav>li>a
{
   position: relative;
   display: block;
   padding: 10px 0 10px 25px;
}
.headerMenu .nav .show>a,
.headerMenu .nav .show>a:hover,
.headerMenu .nav .show>a:focus 
{
   background-color: #ccc;
   border-color: #343A40;
}
.headerMenu .nav .nav-divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #26151B;
}
.headerMenu .nav>li>a>img 
{
   max-width: none;
}
.headerMenu .nav .caret 
{
   border-top-color: #343A40;
   border-bottom-color: #343A40;
}
.headerMenu
{
   position: relative;
}
.headerMenu:before,
.headerMenu:after
{
   content: " ";
   display: table;
}
.headerMenu:after
{
   clear: both;
}
.headerMenu .navbar-header:before,
.headerMenu .navbar-header:after
{
   content: " ";
   display: table;
}
.headerMenu .navbar-header:after
{
   clear: both;
}
.headerMenu-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.headerMenu-navbar-collapse:before,
.headerMenu-navbar-collapse:after
{
   content: " ";
   display: table;
}
.headerMenu-navbar-collapse:after
{
   clear: both;
}
.headerMenu-navbar-collapse.show 
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 15px 10px 14px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.headerMenu .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.headerMenu .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.headerMenu .navbar-nav
{
   margin: 6px -15px;
}
.headerMenu .navbar-nav>li>.dropdown-menu
{
   margin-top: 0;
}
.headerMenu .navbar-nav>li>a
{
   color: #BBBF8C;
}
.headerMenu .navbar-nav>li>a:hover,
.headerMenu .navbar-nav>li>a:focus
{
   background-color: #BBBF8C;
   background-image: none;
   color: #C8CBA0;
   text-decoration: none;
}
.headerMenu .navbar-nav>li>a.active,
.headerMenu .navbar-nav>li>a.active:hover,
.headerMenu .navbar-nav>li>a.active:focus
{
   color: #C8CBA0;
   background-color: #BBBF8C;
   background-image: none;
}
.headerMenu .navbar-toggle
{
   border: 1px solid rgba(0,12,15,0.10);
}
.headerMenu .navbar-toggle:hover,
.headerMenu .navbar-toggle:focus
{
   background-color: transparent;
}
.headerMenu .navbar-toggle .icon-bar
{
   background-color: #748551;
}
.headerMenu-navbar-collapse
{
   border-color: rgba(38,21,27,1.00);
}
.headerMenu .navbar-nav>.dropdown>a:hover .caret,
.headerMenu .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #C8CBA0;
   border-bottom-color: #C8CBA0;
}
.headerMenu .navbar-nav>.show>a,
.headerMenu .navbar-nav>.show>a:hover,
.headerMenu .navbar-nav>.show>a:focus
{
   background-color: #BBBF8C;
   background-image: none;
   color: #C8CBA0;
}
.headerMenu .navbar-nav>.show>a .caret,
.headerMenu .navbar-nav>.show>a:hover .caret,
.headerMenu .navbar-nav>.show>a:focus .caret
{
   border-top-color: #C8CBA0;
   border-bottom-color: #C8CBA0;
}
.headerMenu .navbar-nav>.dropdown>a .caret
{
   border-top-color: #BBBF8C;
   border-bottom-color: #BBBF8C;
}
.headerMenu .navbar-link
{
   color: #BBBF8C;
}
.headerMenu .navbar-link:hover
{
   color: #C8CBA0;
}
.headerMenu .navbar-header
{
   color: #748551;
}
@media (min-width: 480px) 
{
.headerMenu .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.headerMenu .navbar-header
{
   float: left;
}
.headerMenu-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.headerMenu-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.headerMenu-navbar-collapse.show
{
   overflow-y: auto;
}
.headerMenu .navbar-toggle
{
   display: none;
}
.headerMenu .navbar-nav 
{
   float: left;
   margin: 0;
}
.headerMenu .navbar-nav>li 
{
   float: left;
}
.headerMenu .container>.navbar-header,
.headerMenu .container>.headerMenu-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.headerMenu .navbar-nav>.dropdown>a:hover .caret,
.headerMenu .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #E9F5A3;
   border-bottom-color: #E9F5A3;
}
}
@media (max-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(38,21,27,0.00);
}
.headerMenu .navbar-nav
{
   margin: 0;
   background-color: #748551;
   background-image: none;
}
.headerMenu .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.headerMenu .navbar-nav .show .dropdown-menu>li>a,
.headerMenu .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 0;
}
.headerMenu .navbar-nav .show .dropdown-menu>li>a 
{
   line-height: 20px;
}
}
@media (min-width: 480px) 
{
.headerMenu 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(38,21,27,0.00);
   border-radius: 0px;
}
.headerMenu .navbar-nav>li>a
{
   color: #748551;
}
.headerMenu .navbar-nav>li>a:hover,
.headerMenu .navbar-nav>li>a:focus
{
   color: #E9F5A3;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav>li>a.active,
.headerMenu .navbar-nav>li>a.active:hover,
.headerMenu .navbar-nav>li>a.active:focus
{
   color: #E9F5A3;
   background-color: transparent;
   background-image: none;
}
.headerMenu .navbar-nav>.show>a,
.headerMenu .navbar-nav>.show>a:hover,
.headerMenu .navbar-nav>.show>a:focus
{
   background-color: transparent;
   background-image: none;
   color: #E9F5A3;
}
.headerMenu .navbar-nav>.dropdown>a:hover .caret
{
   border-top-color: #E9F5A3;
   border-bottom-color: #E9F5A3;
}
.headerMenu .navbar-nav>.dropdown>a .caret
{
   border-top-color: #748551;
   border-bottom-color: #748551;
}
.headerMenu .navbar-nav > li > a.active > .caret,
.headerMenu .navbar-nav > li > a.active:hover > .caret,
.headerMenu .navbar-nav > li > a.active:focus > .caret
{
   border-top-color: #E9F5A3;
   border-bottom-color: #E9F5A3;
}
.headerMenu .navbar-nav>.show>a .caret,
.headerMenu .navbar-nav>.show>a:hover .caret,
.headerMenu .navbar-nav>.show>a:focus .caret
{
   border-top-color: #E9F5A3;
   border-bottom-color: #E9F5A3;
}
.headerMenu .navbar-link
{
   color: #748551;
}
.headerMenu .navbar-link:hover 
{
   color: #fff;
}
}
#headerMenu i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_headerMenu
{
   z-index: 1111 !important;
}
#wb_home
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   box-sizing: border-box;
   margin: 0;
}
#home
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 188px 0 150px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#home > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 50px;
   padding-left: 50px;
   position: relative;
}
#home > .col-1
{
   flex: 0 0 auto;
}
#home > .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)
{
#home > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#home-video
{
   background: #000000;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -99;
}
#home-video video
{
   object-fit: cover;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
}
#home-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;
}
#home-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#home-divider-bottom .divider-fill
{
   fill: #26151B;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#home-divider-bottom.show
{
   height: 150px;
}
#wb_Biography_Intro
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #353D25;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#Biography_Intro
{
   box-sizing: border-box;
   padding: 150px 15px 60px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#Biography_Intro > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Biography_Intro > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Biography_Intro > .row > .col-1
{
   float: left;
}
#Biography_Intro > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#Biography_Intro:before,
#Biography_Intro:after,
#Biography_Intro .row:before,
#Biography_Intro .row:after
{
   display: table;
   content: " ";
}
#Biography_Intro:after,
#Biography_Intro .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Biography_Intro > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Bio_Intro_Card
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Bio_Intro_Card-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Bio_Intro_Card-card-item0
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0 0 0 28px;
}
#Bio_Intro_Card-card-item0 h3
{
   color: #BBBF8C;
   font-family: "Oswald";
   font-weight: 200;
   font-style: normal;
   font-size: 171px;
   margin: 0;
}
#Bio_Intro_Card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 30px 80px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 200;
   font-style: normal;
   font-size: 21px;
   text-align: center;
}
#wb_Maximize_Button
{
   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;
   display:inline-block;
   position:relative;
}
#Maximize_Button
{
   height: 24px;
   width: 24px;
}
#Maximize_Button i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#Maximize_Button:hover i
{
   color: #FFF2CC;
}
#Biography_Main
{
   background-color: #353D25;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#Lewis
{
   background-color: transparent;
   background-image: url('../images/Resollusion Home.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border-radius: 0px;
   margin: 0;
}
#Lewis-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 300px;
}
#Lewis-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Lewis-divider-bottom .divider-fill
{
   fill: #BBBF8C;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Minimize_Button
{
   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;
}
#Minimize_Button
{
   height: 24px;
   width: 24px;
}
#Minimize_Button i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#Minimize_Button:hover i
{
   color: #FFF2CC;
}
#wb_Bio_Main_Card
{
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Bio_Main_Card-card-body
{
   padding: 0;
   font-size: 0;
}
#Bio_Main_Card-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 0 30px;
}
#Bio_Main_Card-card-item0 h3
{
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: normal;
   font-size: 171px;
   margin: 0;
}
#Bio_Main_Card-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 30px 0 0 0;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 200;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#wb_quotesCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_quotesCarousel
{
   box-sizing: border-box;
width: 100%;}
#quotesCarousel
{
   position: relative;
   margin: 0;
   line-height: 1;
   height: 100%;
   box-sizing: border-box;
}
#quotesCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#quotesCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#quotesCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   opacity: 0;
   -webkit-transition: opacity 1000ms ease-in-out;
   transition: opacity 1000ms ease-in-out;
   height: 100%;
   text-align: left;
}
#quotesCarousel .carousel-innerframe
{
   min-height: 280px;
   padding: 0 0 20px 0;
}
#quotesCarousel .carousel-inner > .carousel-item > img, #quotesCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#quotesCarousel .carousel-inner > .active, #quotesCarousel .carousel-inner > .carousel-item-next, #quotesCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#quotesCarousel .carousel-inner > .active
{
   opacity: 1;
   z-index: 1;
}
#quotesCarousel .carousel-inner > .carousel-item-next, #quotesCarousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#quotesCarousel .carousel-inner > .carousel-item-next.carousel-item-left, #quotesCarousel .carousel-inner > .carousel-item-prev.carousel-item-right
{
   opacity: 1;
   z-index: 1;
}
#quotesCarousel .carousel-inner > .active.carousel-item-left, #quotesCarousel .carousel-inner > .active.carousel-item-right
{
   opacity: 0;
   z-index: 0;
   -webkit-transition: opacity 2000ms;
   transition: opacity 2000ms;
}
#quotesCarousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -97px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#quotesCarousel .carousel-indicators li
{
   display: inline-block;
   position: relative;
   margin: 12px 12px 12px 12px;
   width: 14px;
   height: 14px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: #263957;
   border: 1px solid #263957;
   -webkit-transform: scale(0.4);
   transform: scale(0.4);
   -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
   transition: transform 0.3s ease, background-color 0.3s ease;
}
#quotesCarousel .carousel-indicators .active
{
   -webkit-transform: scale(1.0);
   transform: scale(1.0);
}
#quotesCarousel .carousel-indicators li:hover
{
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
}
#quotesCarousel .frame
{
   width: 820px;
   display: inline-block;
   float: left;
   height: 300px;
}
#wb_quotesCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#quotesCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#quotesCard1-card-item0
{
   display: inline-block;
   height: 44px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 10px 10px 10px 10px;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #E6E6E6;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 24px;
}
#quotesCard1-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#quotesCard1-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#quotesCard1-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 35px;
}
#quotesCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 27px;
}
#wb_quotesCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#quotesCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#quotesCard2-card-item0
{
   display: inline-block;
   height: 41px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 10px 10px 10px 10px;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #E6E6E6;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 21px;
}
#quotesCard2-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#quotesCard2-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#quotesCard2-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 37px;
}
#quotesCard2-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 19px;
}
#wb_quotesCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#quotesCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#quotesCard3-card-item0
{
   display: inline-block;
   height: 44px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 10px 10px 10px 10px;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #E6E6E6;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 24px;
}
#quotesCard3-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#quotesCard3-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#quotesCard3-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 35px;
}
#quotesCard3-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 27px;
}
#wb_Favorite_Quotes_of_Aadnan_Rahaman
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to top, #12161C 0%, #4F5937 100%);
   border: 0px solid transparent;
   box-sizing: border-box;
   margin: 0;
}
#Favorite_Quotes_of_Aadnan_Rahaman
{
   box-sizing: border-box;
   padding: 110px 75px 110px 75px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#Favorite_Quotes_of_Aadnan_Rahaman > .row
{
   margin-right: -75px;
   margin-left: -75px;
}
#Favorite_Quotes_of_Aadnan_Rahaman > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 75px;
   padding-left: 75px;
   position: relative;
}
#Favorite_Quotes_of_Aadnan_Rahaman > .row > .col-1
{
   float: left;
}
#Favorite_Quotes_of_Aadnan_Rahaman > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#Favorite_Quotes_of_Aadnan_Rahaman > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#Favorite_Quotes_of_Aadnan_Rahaman:before,
#Favorite_Quotes_of_Aadnan_Rahaman:after,
#Favorite_Quotes_of_Aadnan_Rahaman .row:before,
#Favorite_Quotes_of_Aadnan_Rahaman .row:after
{
   display: table;
   content: " ";
}
#Favorite_Quotes_of_Aadnan_Rahaman:after,
#Favorite_Quotes_of_Aadnan_Rahaman .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#Favorite_Quotes_of_Aadnan_Rahaman > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Favorite_Quotes_of_Aadnan_Rahaman-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 25px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#Favorite_Quotes_of_Aadnan_Rahaman-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#Favorite_Quotes_of_Aadnan_Rahaman-divider-top .divider-fill
{
   fill: #BBBF8C;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Favorite_Quotes_of_Aadnan_Rahaman-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#Favorite_Quotes_of_Aadnan_Rahaman-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Favorite_Quotes_of_Aadnan_Rahaman-divider-bottom .divider-fill
{
   fill: #252B24;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Showreel
{
   background-color: transparent;
   background-image: url('../images/showreel-back_.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border-radius: 0px;
   margin: 0;
}
#Showreel-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 600px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#Showreel-divider-top svg
{
   display: block;
   width: 200%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#Showreel-divider-top .divider-fill
{
   fill: #353E33;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#YouTube
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#YouTube:hover
{
   background-color: #F5C518;
   -webkit-transition: background-color 500ms linear 0ms;
   transition: background-color 500ms linear 0ms;
}
#wb_YouTube
{
   --plyr-color-main: #303441;
}
#wb_Directorial_Showreel
{
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Directorial_Showreel-card-body
{
   padding: 0;
   font-size: 0;
}
#Directorial_Showreel-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#Directorial_Showreel-card-item0 h3
{
   color: #BBBF8C;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 107px;
   margin: 0;
}
#Gallery
{
   background-color: transparent;
   background-image: url('../images/gallery_back.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border-radius: 0px;
   margin: 0;
}
#Gallery-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 300px;
   line-height: 0;
   left: 0;
   transform: scale(-1.0, -1.0);
}
#Gallery-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#Gallery-divider-top .divider-fill
{
   fill: #353D25;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Gallery-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 150px;
   transform: scaleY(-1.0);
}
#Gallery-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Gallery-divider-bottom .divider-fill
{
   fill: #BBBF8C;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Gallery_Card
{
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Gallery_Card-card-body
{
   padding: 0;
   font-size: 0;
}
#Gallery_Card-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Gallery_Card-card-item0 h3
{
   color: #BBBF8C;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 107px;
   margin: 0;
}
#Photo_Gallery
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#Photo_Gallery .thumbnails
{
   margin: 0;
   font-size: 0;
}
#Photo_Gallery .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   display: inline-block;
   padding: 2px 2px 2px 2px;
   width: 10%;
   text-align: center;
   vertical-align: middle;
}
#Photo_Gallery .thumbnail img
{
   border-width: 0;
   display: block;
   margin-bottom: 4px;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
   border-radius: 0px;
}
#Photo_Gallery .clearfix:before,
#Photo_Gallery .clearfix:after,
#Photo_Gallery .thumbnails:before,
#Photo_Gallery .thumbnails:after
{
   display: table;
   content: " ";
}
#Photo_Gallery .clearfix:after,
#Photo_Gallery .thumbnails:after
{
   clear: both;
}
#Photo_Gallery .visible-col10
{
   display: block;
}
#Photo_Gallery a
{
   background: #9BA05A;
   display: inline;
   float: left;
   margin: 0;
   width: auto;
   padding: 4px 4px 4px 4px;
   text-align: center;
   font-family: "Poppins";
   font-weight: 200;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   color: #2C2725;
   line-height: 13px;
   box-shadow: 0px 0px 30px #101010;
   -webkit-transform: rotate(-2deg);
   transform: rotate(-2deg);
}
#Photo_Gallery a:after
{
   content: attr(title);
}
#Photo_Gallery .img0
{
   -webkit-transform: scale(1.0) rotate(10deg);
   transform: scale(1.0) rotate(10deg);
   z-index: 5;
}
#Photo_Gallery .img1
{
   -webkit-transform: scale(1.5) rotate(-4deg);
   transform: scale(1.5) rotate(-4deg);
   z-index: 1;
}
#Photo_Gallery .img2
{
   -webkit-transform: scale(0.5) rotate(-5deg);
   transform: scale(0.5) rotate(-5deg);
   z-index: 9;
}
#Photo_Gallery .img3
{
   -webkit-transform: scale(1.1) rotate(-20deg);
   transform: scale(1.1) rotate(-20deg);
   z-index: 4;
}
#Photo_Gallery .img4
{
   -webkit-transform: scale(0.75) rotate(1deg);
   transform: scale(0.75) rotate(1deg);
   z-index: 7;
}
#Photo_Gallery .img5
{
   -webkit-transform: scale(1.25) rotate(6deg);
   transform: scale(1.25) rotate(6deg);
   z-index: 3;
}
#Photo_Gallery .img6
{
   -webkit-transform: scale(1.0) rotate(-10deg);
   transform: scale(1.0) rotate(-10deg);
   z-index: 5;
}
#Photo_Gallery .img7
{
   -webkit-transform: scale(1.33) rotate(2deg);
   transform: scale(1.33) rotate(2deg);
   z-index: 2;
}
#Photo_Gallery .img8
{
   -webkit-transform: scale(0.66) rotate(-8deg);
   transform: scale(0.66) rotate(-8deg);
   z-index: 8;
}
#Photo_Gallery .img9
{
   -webkit-transform: scale(1.5) rotate(8deg);
   transform: scale(1.5) rotate(8deg);
   z-index: 1;
}
#Photo_Gallery .img10
{
   -webkit-transform: scale(0.75) rotate(18deg);
   transform: scale(0.75) rotate(18deg);
   z-index: 7;
}
#Photo_Gallery .img11
{
   -webkit-transform: scale(1.0) rotate(4deg);
   transform: scale(1.0) rotate(4deg);
   z-index: 5;
}
#Photo_Gallery .img12
{
   -webkit-transform: scale(1.25) rotate(15deg);
   transform: scale(1.25) rotate(15deg);
   z-index: 3;
}
#Photo_Gallery .img13
{
   -webkit-transform: scale(1.1) rotate(-8deg);
   transform: scale(1.1) rotate(-8deg);
   z-index: 4;
}
#Photo_Gallery .img14
{
   -webkit-transform: scale(0.88) rotate(10deg);
   transform: scale(0.88) rotate(10deg);
   z-index: 6;
}
#Photo_Gallery .img15
{
   -webkit-transform: scale(1.5) rotate(10deg);
   transform: scale(1.5) rotate(10deg);
   z-index: 1;
}
#Photo_Gallery .img16
{
   -webkit-transform: scale(1.0) rotate(-4deg);
   transform: scale(1.0) rotate(-4deg);
   z-index: 5;
}
#Photo_Gallery .img17
{
   -webkit-transform: scale(1.5) rotate(-5deg);
   transform: scale(1.5) rotate(-5deg);
   z-index: 1;
}
#Photo_Gallery .img18
{
   -webkit-transform: scale(0.5) rotate(-20deg);
   transform: scale(0.5) rotate(-20deg);
   z-index: 9;
}
#Photo_Gallery .img19
{
   -webkit-transform: scale(1.1) rotate(1deg);
   transform: scale(1.1) rotate(1deg);
   z-index: 4;
}
#Photo_Gallery .img20
{
   -webkit-transform: scale(0.75) rotate(-10deg);
   transform: scale(0.75) rotate(-10deg);
   z-index: 7;
}
#Photo_Gallery .img21
{
   -webkit-transform: scale(1.25) rotate(2deg);
   transform: scale(1.25) rotate(2deg);
   z-index: 3;
}
#Photo_Gallery .img22
{
   -webkit-transform: scale(1.0) rotate(-8deg);
   transform: scale(1.0) rotate(-8deg);
   z-index: 5;
}
#Photo_Gallery .img23
{
   -webkit-transform: scale(1.33) rotate(8deg);
   transform: scale(1.33) rotate(8deg);
   z-index: 2;
}
#Photo_Gallery .img24
{
   -webkit-transform: scale(0.66) rotate(0deg);
   transform: scale(0.66) rotate(0deg);
   z-index: 8;
}
#Photo_Gallery .img25
{
   -webkit-transform: scale(1.5) rotate(18deg);
   transform: scale(1.5) rotate(18deg);
   z-index: 1;
}
#Photo_Gallery .img26
{
   -webkit-transform: scale(0.75) rotate(4deg);
   transform: scale(0.75) rotate(4deg);
   z-index: 7;
}
#Photo_Gallery .img27
{
   -webkit-transform: scale(1.0) rotate(15deg);
   transform: scale(1.0) rotate(15deg);
   z-index: 5;
}
#Photo_Gallery .img28
{
   -webkit-transform: scale(1.25) rotate(-8deg);
   transform: scale(1.25) rotate(-8deg);
   z-index: 3;
}
#Photo_Gallery .img29
{
   -webkit-transform: scale(1.1) rotate(10deg);
   transform: scale(1.1) rotate(10deg);
   z-index: 4;
}
#Photo_Gallery a:hover
{
   -webkit-transform: scale(1.50);
   transform: scale(1.50);
   position: relative;
   z-index: 1111;
}
.ui-draggable-dragging
{
   -webkit-transform: rotate(0deg) scale(1.2) !important;
   transform: rotate(0deg) scale(1.2) !important;
}
#Connect
{
   background-color: transparent;
   background-image: url('../images/services back.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border-radius: 0px;
   margin: 0;
}
#Connect-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 150px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#Connect-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#Connect-divider-top .divider-fill
{
   fill: #9BA05A;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Connect-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#Connect-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Connect-divider-bottom .divider-fill
{
   fill: #292F33;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Connect_Card
{
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Connect_Card-card-body
{
   padding: 0;
   font-size: 0;
}
#Connect_Card-card-item0
{
   box-sizing: border-box;
   margin: -32px 0 0 80px;
   padding: 0;
}
#Connect_Card-card-item0 h3
{
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: normal;
   font-size: 21px;
   margin: 0;
}
#wb_IconFont2
{
   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;
}
#IconFont2
{
   height: 52px;
   width: 62px;
}
#IconFont2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 52px;
   line-height: 52px;
   vertical-align: middle;
   width: 51px;
}
#IconFont2:hover i
{
   color: #FFF2CC;
}
#Twitter
{
   background-image: linear-gradient(to top, #12161C 0%, rgba(187,191,140,0.75) 100%);
   border-radius: 0px;
   margin: 0;
}
#Twitter-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 570px;
   line-height: 0;
   left: 0;
}
#Twitter-divider-top svg
{
   display: block;
   width: 200%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#Twitter-divider-top .divider-fill
{
   fill: #292F33;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Twitter_Card
{
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Twitter_Card-card-body
{
   padding: 0;
   font-size: 0;
}
#Twitter_Card-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
}
#Twitter_Card-card-item0 h3
{
   color: #FFE599;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 85px;
   margin: 0;
}
#wb_Contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/contact back.jpg');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #5E5C53;
   box-sizing: border-box;
   margin: 0;
}
#Contact
{
   box-sizing: border-box;
   padding: 200px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 970px;
}
#Contact > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Contact > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   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: left;
}
#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%;
}
}
#Contact-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 200px;
   line-height: 0;
   left: 0;
   transform: scaleX(-1.0);
}
#Contact-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#Contact-divider-top .divider-fill
{
   fill: #15191E;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Contact-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
   transform: scale(-1.0, -1.0);
}
#Contact-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Contact-divider-bottom .divider-fill
{
   fill: #26151B;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Heading1
{
   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 10px 0;
   text-align: center;
}
#Heading1
{
   color: #BBBF8C;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 107px;
   margin: 0;
   text-align: center;
}
#Line1
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#Editbox1
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: #292F33;
   background-image: none;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 21px;
   box-sizing: border-box;
   line-height: 24px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: left;
}
#Line2
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#Editbox2
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: #292F33;
   background-image: none;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 21px;
   box-sizing: border-box;
   line-height: 24px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: left;
}
#Line3
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#Editbox3
{
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: #292F33;
   background-image: none;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 21px;
   box-sizing: border-box;
   line-height: 24px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: left;
}
#Line4
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#TextArea1
{
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: #292F33;
   background-image: none;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 21px;
   box-sizing: border-box;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: left;
   overflow: auto;
   resize: none;
}
#TextArea1:focus
{
   border-color: #7F7F7F;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(127,127,127,0.60);
   outline: 0;
}
#Line5
{
   border-color: #EEEEEE;
   border-style: solid;
   border-bottom-width: 1px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 10px 0 10px 0 ;
   padding: 0;
}
#Send_Button
{
   box-sizing: border-box;
   line-height: 43px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #44546A;
   border-radius: 4px;
   background-color: #425266;
   background-image: none;
   color: #CCCCCC;
   cursor: pointer;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 19px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#wb_Footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(to bottom, #27171D 0%, #27171D 50%, #27171D 50%, #27171D 100%);
   border: 0px solid #4F4F4F;
   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
{
   width: 970px;
}
#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: center;
}
#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
{
   width: 100%;
}
#Footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#Footer-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 65px;
}
#Footer-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Footer-divider-bottom .divider-fill
{
   fill: #26151B;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_Copyright 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Copyright div
{
   text-align: center;
}
#wb_Copyright
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_quotesCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#quotesCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#quotesCard4-card-item0
{
   display: inline-block;
   height: 44px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 10px 10px 10px 10px;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #E6E6E6;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 24px;
}
#quotesCard4-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#quotesCard4-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#quotesCard4-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 35px;
}
#quotesCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 27px;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   display: inline-block;
   height: 44px;
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 10px 10px 10px 10px;
   border: 0px solid #FFFFFF;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #E6E6E6;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 35px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: "Poppins";
   font-weight: 300;
   font-style: normal;
   font-size: 27px;
}
#wb_FontAwesomeIcon11
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
}
#wb_FontAwesomeIcon11:hover
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
}
#FontAwesomeIcon11
{
   height: 70px;
   width: 70px;
}
#FontAwesomeIcon11 i
{
   color: #FFE599;
   display: inline-block;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
   width: 69px;
}
#FontAwesomeIcon11:hover i
{
   color: #FF0000;
}
#wb_FontAwesomeIcon10
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
}
#wb_FontAwesomeIcon10:hover
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
}
#FontAwesomeIcon10
{
   height: 70px;
   width: 70px;
}
#FontAwesomeIcon10 i
{
   color: #FFE599;
   display: inline-block;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
   width: 69px;
}
#FontAwesomeIcon10:hover i
{
   color: #FFA0C0;
}
#wb_FontAwesomeIcon8
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
}
#wb_FontAwesomeIcon8:hover
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
}
#FontAwesomeIcon8
{
   height: 70px;
   width: 70px;
}
#FontAwesomeIcon8 i
{
   color: #FFE599;
   display: inline-block;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
   width: 69px;
}
#FontAwesomeIcon8:hover i
{
   color: #0AABE1;
}
#RollOver1
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#RollOver1 a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#RollOver1 a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#RollOver1 span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#RollOver1 .hover
{
   visibility: hidden;
}
#RollOver1:hover .hover
{
   visibility: visible;
}
#RollOver1:hover span
{
   visibility: hidden;
}
#RollOver1 img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_FontAwesomeIcon3
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 0 10px 0 0 ;
   padding: 12px 12px 12px 12px;
   vertical-align: top;
}
#wb_FontAwesomeIcon3:hover
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
}
#FontAwesomeIcon3
{
   height: 70px;
   width: 70px;
}
#FontAwesomeIcon3 i
{
   color: #FFE599;
   display: inline-block;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
   width: 69px;
}
#FontAwesomeIcon3:hover i
{
   color: #139DF7;
}
#YouTube1
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#YouTube1:hover
{
   background-color: #F5C518;
   -webkit-transition: background-color 500ms linear 0ms;
   transition: background-color 500ms linear 0ms;
}
#wb_YouTube1
{
   --plyr-color-main: #303441;
}
#wb_Card2
{
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card2-card-body
{
   padding: 0;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Card2-card-item0 h3
{
   color: #BBBF8C;
   font-family: "Oswald";
   font-weight: 200;
   font-style: italic;
   font-size: 107px;
   margin: 0;
}
#wb_header
{
   position: fixed !important;
   float: none !important;
   transition: all 500ms linear;   
   z-index: 9990 !important;
}
#wb_header.affix
{
   background: #26151B;
   transition: all 500ms linear;   
}
#wb_header.affix #headerMenu a
{
   color: #FFE599;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #FFE599;
   border-bottom-color: #FFE599;
}
#wb_header.affix .headerMenu .dropdown-menu > li > a
{
   color: #FFE599 !important;
}

#wb_header.affix #headerLogo a
{
   color: #FFE599;
}
@media (max-width: 480px) 
{
#wb_header.affix .headerMenu .navbar-nav>li>a 
{
   color: #4F4F4F  !important;
}
#wb_header.affix .headerMenu .navbar-nav>li>a:hover,
#wb_header.affix .headerMenu .navbar-nav>li>a:focus 
{
   background-color: #EDEDED !important;
   color: #2B2B2B  !important;
}
#wb_header.affix .headerMenu .navbar-nav > .dropdown > a .caret 
{
   border-top-color: #2B2B2B;
   border-bottom-color: #2B2B2B;
}
#wb_header.affix
{
   background: transparent;
}
}
