body
{
   background-color: #26151B;
   color: #000000;
   font-family: "Oswald";
   font-weight: 200;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #E6E6E6;
   text-decoration: none;
}
a:visited
{
   color: #954F72;
}
a:active
{
   color: #FFFFFF;
}
a:hover
{
   color: #FFE599;
   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, #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)
{
   #Lewis, #Showreel, #Gallery, #Connect, #wb_Contact
   {
      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: #FFE599;
   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: #26151B;
   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: #FFE599;
   white-space: nowrap;
}
.headerMenu .dropdown-menu>li>a:hover,
.headerMenu .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #FFF7DD;
   background-color: #26151B;
   background-image: none;
}
.headerMenu .dropdown-menu>li>a.active,
.headerMenu .dropdown-menu>li>a.active:hover,
.headerMenu .dropdown-menu>li>a.active:focus
{
   color: #FFF7DD;
   background-color: #26151B;
   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: #FFE599;
}
.headerMenu .navbar-nav>li>a:hover,
.headerMenu .navbar-nav>li>a:focus
{
   background-color: #26151B;
   background-image: none;
   color: #FFF7DD;
   text-decoration: none;
}
.headerMenu .navbar-nav>li>a.active,
.headerMenu .navbar-nav>li>a.active:hover,
.headerMenu .navbar-nav>li>a.active:focus
{
   color: #FFF7DD;
   background-color: #26151B;
   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: #FFE599;
}
.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: #FFF7DD;
   border-bottom-color: #FFF7DD;
}
.headerMenu .navbar-nav>.show>a,
.headerMenu .navbar-nav>.show>a:hover,
.headerMenu .navbar-nav>.show>a:focus
{
   background-color: #26151B;
   background-image: none;
   color: #FFF7DD;
}
.headerMenu .navbar-nav>.show>a .caret,
.headerMenu .navbar-nav>.show>a:hover .caret,
.headerMenu .navbar-nav>.show>a:focus .caret
{
   border-top-color: #FFF7DD;
   border-bottom-color: #FFF7DD;
}
.headerMenu .navbar-nav>.dropdown>a .caret
{
   border-top-color: #FFE599;
   border-bottom-color: #FFE599;
}
.headerMenu .navbar-link
{
   color: #FFE599;
}
.headerMenu .navbar-link:hover
{
   color: #FFF7DD;
}
.headerMenu .navbar-header
{
   color: #FFE599;
}
@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: #954F72;
   border-bottom-color: #954F72;
}
}
@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: #26151B;
   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: #FFE599;
}
.headerMenu .navbar-nav>li>a:hover,
.headerMenu .navbar-nav>li>a:focus
{
   color: #954F72;
   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: #954F72;
   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: #954F72;
}
.headerMenu .navbar-nav>.dropdown>a:hover .caret
{
   border-top-color: #954F72;
   border-bottom-color: #954F72;
}
.headerMenu .navbar-nav>.dropdown>a .caret
{
   border-top-color: #FFE599;
   border-bottom-color: #FFE599;
}
.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: #954F72;
   border-bottom-color: #954F72;
}
.headerMenu .navbar-nav>.show>a .caret,
.headerMenu .navbar-nav>.show>a:hover .caret,
.headerMenu .navbar-nav>.show>a:focus .caret
{
   border-top-color: #954F72;
   border-bottom-color: #954F72;
}
.headerMenu .navbar-link
{
   color: #FFE599;
}
.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: #26151B;
   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: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: normal;
   font-size: 192px;
   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;
}
#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: #26151B;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#Lewis
{
   background-color: transparent;
   background-image: url('../images/aadnan_rahaman_lewis.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: #FFFFFF;
   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: 192px;
   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: 21px;
}
#wb_Aadnan_Rahaman_Heading
{
   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;
   -webkit-animation: animate-fade-in 2000ms linear 1000ms 1 normal both;
   animation: animate-fade-in 2000ms linear 1000ms 1 normal both;
   text-align: center;
}
#Aadnan_Rahaman_Heading
{
   color: #FFFFFF;
   font-family: "Oswald";
   font-weight: 900;
   font-style: normal;
   font-size: 128px;
   margin: 0;
   text-align: center;
   text-shadow: 2px 2px 5px rgba(0,0,0,0.50);
}
#wb_Aadnan_Rahaman_Heading2
{
   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;
   -webkit-animation: animate-fade-in 2000ms linear 1500ms 1 normal both;
   animation: animate-fade-in 2000ms linear 1500ms 1 normal both;
   text-align: center;
}
#Aadnan_Rahaman_Heading2
{
   color: #FCF7DA;
   font-family: "Poppins";
   font-weight: 200;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: center;
   text-shadow: 2px 2px 1px rgba(0,0,0,0.50);
}
#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_quote1
{
   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;
}
#quote1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#quote1-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;
}
#quote1-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#quote1-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#quote1-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;
}
#quote1-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_quote2
{
   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;
}
#quote2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#quote2-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;
}
#quote2-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#quote2-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#quote2-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;
}
#quote2-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_quote3
{
   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;
}
#quote3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#quote3-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;
}
#quote3-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#quote3-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#quote3-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;
}
#quote3-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%, #212732 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: #FFFFFF;
   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: #5E5C53;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Showreel
{
   background-color: transparent;
   background-image: url('../images/aadnan_rahaman_showreel_back.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-size: cover;
   border-radius: 0px;
   margin: 0;
}
#Showreel-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 300px;
   line-height: 0;
   left: 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: #5E5C53;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#YouTube
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border-width: 0;
}
#wb_IMDB_Icon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#IMDB_Icon
{
   height: 80px;
   width: 110px;
}
#IMDB_Icon i
{
   color: #5E5C53;
   display: inline-block;
   font-size: 80px;
   line-height: 80px;
   vertical-align: middle;
   width: 79px;
}
#IMDB_Icon:hover i
{
   color: #F5C518;
}
#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: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: normal;
   font-size: 96px;
   margin: 0;
}
#Gallery
{
   background-color: transparent;
   background-image: url('../images/aadnan_rahaman_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: #534940;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Gallery-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 100px;
   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: #393939;
   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;
}
#Gallery_Card-card-item0 h3
{
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: normal;
   font-size: 181px;
   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 a
{
   background: #7C6F5E;
   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 .img30
{
   -webkit-transform: scale(0.88) rotate(-4deg);
   transform: scale(0.88) rotate(-4deg);
   z-index: 6;
}
#Photo_Gallery .img31
{
   -webkit-transform: scale(1.5) rotate(-5deg);
   transform: scale(1.5) rotate(-5deg);
   z-index: 1;
}
#Photo_Gallery .img32
{
   -webkit-transform: scale(1.0) rotate(-20deg);
   transform: scale(1.0) rotate(-20deg);
   z-index: 5;
}
#Photo_Gallery .img33
{
   -webkit-transform: scale(1.5) rotate(1deg);
   transform: scale(1.5) rotate(1deg);
   z-index: 1;
}
#Photo_Gallery .img34
{
   -webkit-transform: scale(0.5) rotate(6deg);
   transform: scale(0.5) rotate(6deg);
   z-index: 9;
}
#Photo_Gallery .img35
{
   -webkit-transform: scale(1.1) rotate(-10deg);
   transform: scale(1.1) rotate(-10deg);
   z-index: 4;
}
#Photo_Gallery .img36
{
   -webkit-transform: scale(0.75) rotate(2deg);
   transform: scale(0.75) rotate(2deg);
   z-index: 7;
}
#Photo_Gallery .img37
{
   -webkit-transform: scale(1.25) rotate(-8deg);
   transform: scale(1.25) rotate(-8deg);
   z-index: 3;
}
#Photo_Gallery .img38
{
   -webkit-transform: scale(1.0) rotate(8deg);
   transform: scale(1.0) rotate(8deg);
   z-index: 5;
}
#Photo_Gallery .img39
{
   -webkit-transform: scale(1.33) rotate(0deg);
   transform: scale(1.33) rotate(0deg);
   z-index: 2;
}
#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;
}
#Photo_Gallery-filter
{
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   margin-bottom: 10px;
}
#Photo_Gallery-filter a
{
   color: #FFFFFF;
   cursor: pointer;
   display: block;
   font-family: "Poppins";
   font-weight: 200;
   font-size: 19px;
   font-style: normal;
   padding: 22px 28px 22px 28px;
   position: relative;
   text-decoration: none;
}
#Photo_Gallery-filter a:not(:last-child)
{
   margin-right: 6px;
}
#Photo_Gallery-filter a.active
{
   color: #FFE599;
}
#Photo_Gallery-filter a:hover
{
   color: #FFF2CC;
}
#Photo_Gallery-filter a:before
{
   background-color: transparent;
   bottom: 0;
   content: " ";
   display: block;
   height: 0px;
   left: 0;
   position: absolute;
   -webkit-transition: 300ms;
   transition: 300ms;
   -webkit-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
   width: 100%;
   z-index: 2;
}
#Photo_Gallery-filter a.active:before,
#Photo_Gallery-filter a:hover:before
{
   background-color: #337AB7;
}
#Connect
{
   background-color: transparent;
   background-image: url('../images/aadnan_rahaman_connect_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: 50px;
   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: #393939;
   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: 213px;
   margin: 0;
}
#wb_Aadnan_Linkedin
{
   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_Aadnan_Linkedin:hover
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
}
#Aadnan_Linkedin
{
   height: 70px;
   width: 70px;
}
#Aadnan_Linkedin i
{
   color: #FFE599;
   display: inline-block;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
   width: 69px;
}
#Aadnan_Linkedin:hover i
{
   color: #006699;
}
#wb_Aadnan_IMDB
{
   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_Aadnan_IMDB:hover
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
}
#Aadnan_IMDB
{
   height: 70px;
   width: 70px;
}
#Aadnan_IMDB i
{
   color: #FFE599;
   display: inline-block;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
   width: 69px;
}
#Aadnan_IMDB:hover i
{
   color: #F5C518;
}
#wb_Aadnan_Youtube
{
   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_Aadnan_Youtube:hover
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
}
#Aadnan_Youtube
{
   height: 70px;
   width: 70px;
}
#Aadnan_Youtube i
{
   color: #FFE599;
   display: inline-block;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
   width: 69px;
}
#Aadnan_Youtube:hover i
{
   color: #FF0000;
}
#wb_Aadnan_Instagram
{
   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_Aadnan_Instagram:hover
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
}
#Aadnan_Instagram
{
   height: 70px;
   width: 70px;
}
#Aadnan_Instagram i
{
   color: #FFE599;
   display: inline-block;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
   width: 69px;
}
#Aadnan_Instagram:hover i
{
   color: #FFA0C0;
}
#wb_Aadnan_Facebook
{
   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_Aadnan_Facebook:hover
{
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
}
#Aadnan_Facebook
{
   height: 70px;
   width: 70px;
}
#Aadnan_Facebook i
{
   color: #FFE599;
   display: inline-block;
   font-size: 70px;
   line-height: 70px;
   vertical-align: middle;
   width: 69px;
}
#Aadnan_Facebook:hover i
{
   color: #139DF7;
}
#Resollusion
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#Resollusion a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#Resollusion a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#Resollusion span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#Resollusion .hover
{
   visibility: hidden;
}
#Resollusion:hover .hover
{
   visibility: visible;
}
#Resollusion:hover span
{
   visibility: hidden;
}
#Resollusion img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_quote4
{
   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;
}
#quote4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#quote4-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;
}
#quote4-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#quote4-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#quote4-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;
}
#quote4-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_quote5
{
   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;
}
#quote5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#quote5-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;
}
#quote5-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#quote5-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 24px;
   width: 24px;
}
#quote5-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;
}
#quote5-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_Contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/aadnan_rahaman_contact_back.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-size: cover;
   border: 0px solid #CCCCCC;
   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%;
}
}
#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: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: normal;
   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;
}
#Name
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: #44546A;
   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;
}
#Email_Address
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   background-color: #44546A;
   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;
}
#Phone_Number
{
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: #44546A;
   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;
}
#Message
{
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: #44546A;
   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;
}
#Message: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: #44546A;
   background-image: none;
   color: #FFFFFF;
   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-color: #000E15;
   background-image: none;
   border: 0px solid #CCCCCC;
   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_cookie_message 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_cookie_message div
{
   text-align: center;
}
#cookie_button
{
   width: 131px;
   height: 31px;
   background-color: #FFE599;
   background-image: none;
   border: 0px #FFE599 solid;
   border-radius: 2px;
}
#cookie_button_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0.76%;
   top: 3.23%;
   width: 96.95%;
   height: 87.1%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#Cookie_Policy_Page
{
   background-color: #26151B;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Cookie_Policy_Card
{
   margin: 55px 0 0 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Cookie_Policy_Card-card-body
{
   padding: 0;
   font-size: 0;
}
#Cookie_Policy_Card-card-item0
{
   box-sizing: border-box;
   margin: 0 0 0 -40px;
   padding: 0;
   text-align: center;
}
#Cookie_Policy_Card-card-item0 h3
{
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: normal;
   font-size: 128px;
   margin: 0;
}
#Cookie_Policy_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: 16px;
}
#wb_Cookie_Policy_Return
{
   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;
}
#Cookie_Policy_Return
{
   height: 24px;
   width: 24px;
}
#Cookie_Policy_Return i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#Cookie_Policy_Return:hover i
{
   color: #FFF2CC;
}
#cookie_policy
{
   background-color: rgba(0,0,0,0.78);
   background-image: none;
   border-radius: 0px;
}
#Prvacy_Policy_Page
{
   background-color: #26151B;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Privacy_Policy_Card
{
   margin: 55px 0 0 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Privacy_Policy_Card-card-body
{
   padding: 0;
   font-size: 0;
}
#Privacy_Policy_Card-card-item0
{
   box-sizing: border-box;
   margin: 0 0 0 -40px;
   padding: 0;
   text-align: center;
}
#Privacy_Policy_Card-card-item0 h3
{
   color: #E6E6E6;
   font-family: "Oswald";
   font-weight: 200;
   font-style: normal;
   font-size: 128px;
   margin: 0;
}
#Privacy_Policy_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: 16px;
}
#wb_Privacy_Policy_Return
{
   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;
}
#Privacy_Policy_Return
{
   height: 24px;
   width: 24px;
}
#Privacy_Policy_Return i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#Privacy_Policy_Return:hover i
{
   color: #FFF2CC;
}
#StickyLayer
{
   background-color: #242E3E;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#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;
}
#up-arrow
{
   height: 24px;
   width: 24px;
}
#up-arrow i
{
   color: #FFE599;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#up-arrow:hover i
{
   color: #FFFFFF;
}
#wb_AadnanRahamanApp
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#AadnanRahamanApp
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#Aadnan_Threads
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#Aadnan_Threads a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#Aadnan_Threads a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#Aadnan_Threads span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#Aadnan_Threads .hover
{
   visibility: hidden;
}
#Aadnan_Threads:hover .hover
{
   visibility: visible;
}
#Aadnan_Threads:hover span
{
   visibility: hidden;
}
#Aadnan_Threads img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Aadnan_s_Twitter
{
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
}
#Aadnan_s_Twitter a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#Aadnan_s_Twitter a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#Aadnan_s_Twitter span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
}
#Aadnan_s_Twitter .hover
{
   visibility: hidden;
}
#Aadnan_s_Twitter:hover .hover
{
   visibility: visible;
}
#Aadnan_s_Twitter:hover span
{
   visibility: hidden;
}
#Aadnan_s_Twitter img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#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;
}
}
