 

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Main Slider
7. Home Banner
8. Page Title
9. Section Title
10. About Us
11. Services Section
12. Portfolio Section / Two / Three / Four
13. Team Section
14. Fact Counter
15. Testimonial Section
16. News Section
17. Main Footer
18. Portfolio Single
19. Blog Standard
20. Blog Detail
21. Sidebar Page Container
22. Comment Area
23. Comment Form
24. Error Page Section 
25. Contact Info Section
26. Contact Form Section

**********************************************/

/*** 

====================================================================
	Fonts
====================================================================

 ***/

 @import url('font-awesome.css');
 @import url('flaticon.css');
 @import url('animate.css');
 @import url('owl.css');
 @import url('jquery-ui.css');
 @import url('jquery.touchspin.css');
 @import url('jquery.fancybox.min.css');
 @import url('multi-scroll.css');
 @import url('custom-animate.css');
 @import url('jquery.mCustomScrollbar.min.css');
 
 
 @font-face {
     font-family: 'Gotham-Thin';
     src: url('../fonts/Gotham-Thin.eot');
     src: url('../fonts/Gotham-Thind41d.eot') format('embedded-opentype'),
          url('../fonts/Gotham-Thin.woff') format('woff'),
          url('../fonts/Gotham-Thin.ttf') format('truetype'),
          url('../fonts/FuturaMedium.otf') format('svg'),
          url('../fonts/Gotham-Thin.svg#Gotham-Thin') format('svg');

          
     font-weight: normal;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'Gotham-Light';
     src: url('../fonts/Gotham-Light.eot');
     src: url('../fonts/Gotham-Lightd41d.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Gotham-Light.woff') format('woff'),
          url('../fonts/Gotham-Light.ttf') format('truetype'),
          url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'Gotham-Book';
     src: url('../fonts/Gotham-Book.eot');
     src: url('../fonts/Gotham-Bookd41d.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Gotham-Book.woff') format('woff'),
          url('../fonts/Gotham-Book.ttf') format('truetype'),
          url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'Gotham-Medium';
     src: url('../fonts/Gotham-Medium.eot');
     src: url('../fonts/Gotham-Mediumd41d.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Gotham-Medium.woff') format('woff'),
          url('../fonts/Gotham-Medium.ttf') format('truetype'),
          url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 
 
 @font-face {
     font-family: 'Gotham-Bold';
     src: url('../fonts/Gotham-Bold.eot');
     src: url('../fonts/Gotham-Boldd41d.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Gotham-Bold.woff') format('woff'),
          url('../fonts/Gotham-Bold.ttf') format('truetype'),
          url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 
 
 @font-face {
     font-family: 'Conv_FuturaPTLight';
     src: url('../fonts/FuturaPTLight.eot');
     src: local('â˜º'), url('../fonts/FuturaPTLight.woff') format('woff'), url('../fonts/FuturaPTLight.ttf') format('truetype'), url('../fonts/FuturaPTLight.svg') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'Conv_FuturaPTBold';
     src: url('../fonts/FuturaPTBold.eot');
     src: local('â˜º'), url('../fonts/FuturaPTBold.woff') format('woff'), url('../fonts/FuturaPTBold.ttf') format('truetype'), url('../fonts/FuturaPTBold.svg') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 
 @font-face {
     font-family: 'Conv_FuturaPTMedium';
     src: url('../fonts/FuturaPTMedium.eot');
     src: local('â˜º'), url('../fonts/FuturaPTMedium.woff') format('woff'), url('../fonts/FuturaPTMedium.ttf') format('truetype'), url('../fonts/FuturaPTMedium.svg') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 
 /*** 
 
 ====================================================================
     Reset
 ====================================================================
 
  ***/
 
 * {
     margin:0px;
     padding:0px;
     border:none;
     outline:none;
     
 }
 
 /*** 
 
 ====================================================================
     Global Settings
 ====================================================================
 
  ***/
 
 body {
     font-size:14px;
     color:#777777;
     line-height:1.7em;
     font-weight:400;
     background:#ffffff;
     -webkit-font-smoothing: antialiased;
     -moz-font-smoothing: antialiased;
     font-family: 'Gotham-Book';
 }
 
 a{
     text-decoration:none;
     cursor:pointer;
     color:#ffea00;
 }
 
 a:hover,a:focus,a:visited{
     text-decoration:none;
     outline:none;
 }
 
 h1,h2,h3,h4,h5,h6 {
     position:relative;
     font-weight:normal;
     background:none;
     margin:0px;
     line-height:1.6em;
     font-family: 'Gotham-Medium';
 }
 
 textarea{
     overflow:hidden;
 }
 
 p{
      
     position:relative;
     font-size: 22px;
     line-height: 36px;
     margin-bottom: 0;
     color: #3b3b3b;
      font-family: 'Conv_FuturaPTLight';
 }
 
 ::-webkit-input-placeholder{color: inherit;}
 ::-moz-input-placeholder{color: inherit;}
 ::-ms-input-placeholder{color: inherit;}
 
 .auto-container{
     position:static;
     max-width:1170px;
     padding:0px 15px;
     margin:0 auto;
 }
 
 .large-container{
     position:static;
     max-width:1290px;
     padding:0px 15px;
     margin:0 auto;
 }
 
 .medium-container{
     max-width:850px;
 }
 
 .page-wrapper{
     position:relative;
     margin:0 auto;
     overflow: hidden;
     width:100%;
     min-width:300px;
     background-position: center;
     background-repeat: repeat;
 }
 
 .page-wrapper.bg-lines{
     background-image: url(../images/icons/line.png);
 }
 
 
 ul,li{
     list-style:none;
     padding:0px;
     margin:0px;	
 }
 
 .centered{
     text-align:center;	
 }
 
 .theme-btn{
     display:inline-block;
     letter-spacing: .5px;
     font-family: 'Gotham-Book';
     transition:all 0.1s ease;
     -moz-transition:all 0.1s ease;
     -webkit-transition:all 0.1s ease;
     -ms-transition:all 0.1s ease;
     -o-transition:all 0.1s ease;
 }
 
 /*Btn Style One*/
 
 .btn-style-one{
     position:relative;
     padding:10px 35px;
     line-height:26px;
     background:#000000;
     border:2px solid #000000;
     color:#ffffff;
     font-size:14px;
     font-family: 'Gotham-Medium';
     text-transform: uppercase;
 }
 
 .btn-style-one:hover{
     background:none;
     color:#000000;
 }
 
 /*Btn Style Two*/
 
 .btn-style-two{
     position:relative;
     padding:15px 35px;
     font-size:14px;
     line-height:20px;
     color:#222222;
     font-family: 'Gotham-Medium';
     border: 1px solid #000000;
     background-color: transparent;
     text-transform: uppercase;
 }
 
 .btn-style-two:hover{
     background:#1e4b8d;
     color:#ffffff;
 }
 
 /*Btn Style three*/
 .btn-style-three{
     position:relative;
     padding:15px 35px;
     line-height:20px;;
     background:transparent;
     color:#ffffff;
     font-size:14px;
     font-weight:400;
     text-transform: uppercase;
     border: 1px solid #cccccc;
 }
 
 .btn-style-three:hover{
     background:#ffffff;
     border: 1px solid #ffffff;
     color:#000000;
 }
 
 /*Btn Style three*/
 
 .btn-style-four{
     position:relative;
     padding:15px 40px;
     line-height:20px;;
     background:#222222;
     color:#ffffff;
     font-size:14px;
     font-weight:400;
     text-transform: uppercase;
     border: 1px solid #222222;
 }
 
 .btn-style-four:hover{
     background:transparent;
     color:#222222;
 }
 
 /*Social Icon One*/
 
 .social-icon-one{
     position:relative;
 }
 
 .social-icon-one li{
     position:relative;
     margin-left:10px;
     display:inline-block;
 }
 
 .social-icon-one li a{
     font-size:14px;
     color:#111111;
 }
 
 .social-icon-one li a:hover{
     color:#1d1d1d;
 }
 
 .theme_color{
     color:#ffea00;	
 }
 
 .preloader{ 
     position:fixed; 
     left:0px; 
     top:0px; 
     width:0; 
     height:0; 
     z-index:999999; 
     background-color:transparent; 
 }
 
 .preloader .preloader-inner{
     position:fixed;
     left:0;
     top:0;
     width:100%;
     height:100%;
 }
 
 .preloader .preloader-inner:before{
     content:'';
     position:fixed; 
     left:0px; 
     top:0px; 
     margin-top:0%;
     width:100%; 
     height:50%;
     background:#ffffff;
     border-bottom:2px solid rgba(0,0,0,0);
     -webkit-transition:margin 1500ms ease;
     -ms-transition:margin 1500ms ease;
     -o-transition:margin 1500ms ease;
     -moz-transition:margin 1500ms ease;
     transition:margin 1500ms ease;
 }
 
 .preloader .preloader-inner:after{
     content:'';
     position:fixed;
     left:0px; 
     bottom:0px;
     margin-bottom:0%;
     width:100%; 
     height:50%;
     background:#ffffff;
     border-top:2px solid rgba(0,0,0,0);
     -webkit-transition:margin 1500ms ease;
     -ms-transition:margin 1500ms ease;
     -o-transition:margin 1500ms ease;
     -moz-transition:margin 1500ms ease;
     transition:margin 1500ms ease;
 }
 
 .preloader.page-loaded .preloader-inner:before{
     border-color:#f84545;
     margin-top:-50%;
 }
 
 .preloader.page-loaded .preloader-inner:after{
     border-color:#f84545;
     margin-bottom:-50%;
 }
 
 .preloader .icon{ 
     position:fixed; 
     left:0px; 
     top:0px; 
     width:100%; 
     height:100%; 
     z-index:1; 
     background-color:transparent; 
     background-position:center center; 
     background-repeat:no-repeat; 
     background-image:url(../images/icons/preloader.svg);
 }
 
 .preloader.page-loaded .icon{
     opacity:0;
 }
 
 img{
     display:inline-block;
     max-width:100%;
     height:auto;	
 }
 
 /*** 
 
 ====================================================================
     Scroll To Top style
 ====================================================================
 
 ***/
 
 .scroll-to-top{
     position:fixed;
     bottom:15px;
     right:15px;
     width:44px;
     height:60px;
     color:#1e4b8d;
     font-size:24px;
     text-transform:uppercase;
     line-height:56px;
     border:2px solid transparent;
     text-align:center;
     z-index:100;
     cursor:pointer;
     border-radius:5px;
  
     display:none;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;		
 }
 
 .scroll-to-top:hover{
     color:#7f8083;
      
 }
 
 
 .fa-compress{transform: rotate(45deg);}
 /*** 
 
 ====================================================================
     Main Header style
 ====================================================================
 
 ***/
 
 .header-span{
     position:relative;
     display: block;
     height:130px;
 }
 
 .main-header{
     position:fixed;
     left:0px;
     top:0px;
     z-index:999;
     width:100%;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     background:rgba(255,255,255,0.7);
 }
 
 .main-header.invisible-header{
     opacity:0;
     visibility:hidden	
 }
 
 .main-header .inner-container{
     position:relative;	
     padding: 0 70px;
 }
 
 .main-header .main-box{
     position:relative;	
 }
 
 .main-header .main-box .logo-box{
     position:relative;
     float:left;
     left:0px;
     z-index:13;
     padding:15px 0px;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
 }
 
 .main-header .main-box .logo-box .logo img{
     display:inline-block;
     max-width:100%;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;	
 }
 
 .main-header .btn-outer{
     position:relative;
     float:right;
     margin-left:50px;
     margin-top:43px;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
 }
 
 .fixed-header .btn-outer,
 .scroller-header .btn-outer{
     margin-top:13px;
 }
 
 .nav-toggler{
   position: relative;
   display:block;
   width: 44px;
   height: 44px;
   margin-right: 53px;
   -webkit-transition: .5s ease-in-out;
   -moz-transition: .5s ease-in-out;
   -o-transition: .5s ease-in-out;
   transition: .5s ease-in-out;
   cursor: pointer;
 }
 
 .info-nav-btn .nav-toggler{
     margin-right:0px;	
 }
 
 .nav-toggler p{
     position: absolute;
     right: -53px;
     top: -2px;
     height: 44px;
     font-size: 16px;
     line-height: 44px;
     color: #2e3192;
 }
 
 .info-nav-btn .nav-toggler p{
     display:none;	
 }
 
 .nav-toggler span {
   display: block;
   position: absolute;
   width: 18px;
   border-bottom:2px solid #1e4b8d;
   border-radius: 9px;
   opacity: 1;
   right: 0;
   margin: 0 auto;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   -webkit-transition: .25s ease-in-out;
   -moz-transition: .25s ease-in-out;
   -o-transition: .25s ease-in-out;
   transition: .25s ease-in-out;
 }
 
 .light-version .nav-toggler span{
     border-bottom-color:#ffffff;	
 }
 
 .nav-toggler span:nth-child(1) {
   top: 14px;
 
 }
 
 .nav-toggler span:nth-child(2) {
   top: 21px;
   width: 30px;
 }
 
 .nav-toggler span:nth-child(3) {
   top: 28px;
   width: 25px;
 }
 
 .nav-toggler.open span:nth-child(1) {
   width: 20px;
   top: 18px;
   -webkit-transform: rotate(135deg);
   -moz-transform: rotate(135deg);
   -o-transform: rotate(135deg);
   transform: rotate(135deg);
 }
 
 .nav-toggler.open span:nth-child(2) {
   opacity: 0;
 }
 
 .nav-toggler.open span:nth-child(3) {
   width: 20px;
   top: 18px;
   -webkit-transform: rotate(-135deg);
   -moz-transform: rotate(-135deg);
   -o-transform: rotate(-135deg);
   transform: rotate(-135deg);
 }
 
 .main-header .nav-outer{
     position:relative;
     float:right;
 }
 
 .main-menu{
     position:relative;
     font-family: 'Gotham-Book';
     float:left;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
 }
 
 .main-menu .navbar-collapse{
     padding:0px;	
 }
 
 .main-menu .navigation{
     position:relative;
     margin:35px 0px;
 }
 
 .main-menu .navigation > li{
     position:relative;
     display:inline-block;
     padding:0px 30px;
      
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
 }
 
 .main-menu .navigation  li:after{
     content:"/";
     color:#1e4b8d;
     position:absolute;
 right:0;
 top:-3px;	
 }
 
 .main-menu .navigation  li:last-child:after{
 display:none;	
 }
 
 .fixed-header .main-menu .navigation > li,
 .scroller-header .main-menu .navigation > li{
     padding:0px;	
 }
 
 .main-menu .navigation > li > a{
     position:relative;
     display:block;
     
     color:#333333;
     text-align:center;
     line-height:30px;
     letter-spacing:0px;
     opacity:1;
     
     
     color: #3b3b3b;
     font-family: 'Conv_FuturaPTMedium';
     font-weight: 500;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
     
     
     transition:all 500ms ease;
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
 }
 
 .light-version .main-menu .navigation > li > a{
     color:#ffffff;	
 }
 
 .main-menu .navigation > li:hover > a,
 .main-menu .navigation > li.current > a{
     opacity:1;
 }
 
 .main-menu .navigation > li > a:before{
 
 }
 
 .light-version .main-menu .navigation > li > a:before{
     background:#ffffff;	
 }
 
 
 .main-menu .navigation > li:hover > a:before,
 .main-menu .navigation > li.current > a:before{
     width:120%;
 }
 
 .fixed-header .main-menu .navigation > li > a,
 .scroller-header .main-menu .navigation > li > a{
     
 }
 
 .fixed-header .main-menu .navigation > li > a:before,
 .scroller-header .main-menu .navigation > li > a:before{
     display: none;
 }
 
 .fixed-header .main-menu .navigation > li:hover > a,
 .fixed-header .main-menu .navigation > li.current > a,
 .scroller-header .main-menu .navigation > li:hover > a,
 .scroller-header .main-menu .navigation > li.current > a{
     
 }
 
 .main-menu .navigation > li > ul{
     position:absolute;
     left:0px;
     top:100%;
     width:230px;
     z-index:100;
     display:none;
     padding:0px;
     background:#fefefe;
     border-top:2px solid #151515;
     transition:all 500ms ease;
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
     -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
     -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
     -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
     -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
     box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
 }
 
 .main-menu .navigation > li > ul.from-right{
     left:auto;
     right:0px;	
 }
 
 .main-menu .navigation > li > ul > li{
     position:relative;
     display:block;
     border-bottom:1px solid #e5e5e5;
 }
 
 .main-menu .navigation > li > ul > li:last-child{
     border-bottom:none;	
 }
 
 .main-menu .navigation > li > ul > li > a{
     position:relative;
     display:block;
     padding:9px 20px;
     line-height:24px;
     font-weight:500;
     font-size:13px;
     color:#151515;
     text-align:left;
     text-transform:capitalize;
     transition:all 500ms ease;
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
 }
 
 .main-menu .navigation > li > ul > li:hover > a{
     color: #ffffff;
     background:#151515;
 }
 
 .main-menu .navigation > li > ul > li.dropdown > a:after{
     font-family: 'FontAwesome';
     content: "\f105";
     position:absolute;
     right:15px;
     top:9px;
     width:10px;
     height:20px;
     display:block;
     line-height:24px;
     font-size:16px;
     font-weight:normal;
     text-align:center;
     z-index:5;	
 }
 
 .main-menu .navigation > li > ul > li > ul{
     position:absolute;
     left:100%;
     top:20px;
     width:220px;
     z-index:100;
     display:none;
     padding:0px;
     background:#ffffff;
     border-top:2px solid #151515;
     transition:all 500ms ease;
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
     -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
     -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
     -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
     -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
     box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
 }
 
 .main-menu .navigation > li > ul > li > ul.from-right{
     left:auto;
     right:0px;	
 }
 
 .main-menu .navigation > li > ul > li > ul > li{
     position:relative;
     display:block;
     border-bottom:1px solid #e5e5e5;
 }
 
 .main-menu .navigation > li > ul > li > ul > li:last-child{
     border-bottom:none;	
 }
 
 .main-menu .navigation > li > ul > li > ul > li > a{
     position:relative;
     display:block;
     padding:9px 20px;
     line-height:24px;
     font-weight:500;
     font-size:13px;
     color:#151515;
     text-align:left;
     text-transform:capitalize;
     transition:all 500ms ease;
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
 }
 
 .main-menu .navigation > li > ul > li > ul > li:hover > a{
     color: #ffffff;
     background:#151515;
 }
 
 .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
     font-family: 'FontAwesome';
     content: "\f105";
     position:absolute;
     right:15px;
     top:9px;
     width:10px;
     height:20px;
     display:block;
     line-height:20px;
     font-size:16px;
     font-weight:normal;
     text-align:center;
     z-index:5;	
 }
 
 .main-menu .navigation > li.dropdown:hover > ul,
 .main-menu .navigation > li.dropdown:hover > .mega-menu{
     visibility:visible;
     opacity:1;
     top:100%;
 }
 
 .main-menu .navigation li > ul > li.dropdown:hover > ul{
     visibility:visible;
     opacity:1;
     top:0px;
     transition:all 500ms ease;
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;	
 }
 
 .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
     position:absolute;
     right:10px;
     top:6px;
     width:30px;
     height:30px;
     text-align:center;
     color:#ffffff;
     line-height:28px;
     border:1px solid #ffffff;
     background-size:20px;
     cursor:pointer;
     z-index:5;
     display:none;
 }
 
 
 
 /*===============================
         Fixed Header
 ===============================*/
 .main-header.fixed-header,
 .main-header.scroller-header{
     background-color: #ffffff;
     box-shadow: 0 0 10px rgba(0,0,0,.1);
 }
 
 .light-version.fixed-header{
     background-color: #505050;
     box-shadow: 0 0 10px rgba(255,255,255,.1);
 }
 
 .main-header.fixed-header .main-box .logo-box,
 .scroller-header .main-box .logo-box{
     padding:8px 0;
 }	
 
 .main-header.fixed-header .main-menu .navigation > li,
 .scroller-header .main-menu .navigation > li{
     padding:0px 28px;
 }
 
 
 /*===============================
         Header style two 
 ===============================*/
 .header-style-two .nav-outer{
     position: absolute;
     left: 0;
     top: 0;
     padding: 0 70px;
     width: 100%;
     text-align: center;
 }
 
 .header-style-two .main-menu{
     float: none;
     display: inline-block;
 }
 
 .header-style-two .nav-toggler p{
     display: none;
 }
 
 /*===============================
         Header style Three 
 ===============================*/
 .header-style-three{
     background-color: #ffffff;
 }
 
 .header-style-three .nav-toggler{
     margin-right: 0;
 }
 
 .header-style-three .nav-toggler p{
     display: none;
 }
 
 /*** 
 
 ====================================================================
     Hidden Sidebar style
 ====================================================================
 
 ***/
 
 .hidden-bar{
     position: fixed;
     top: 0;
     width: 320px;
     height: 100%;
     background: #1c1c1c;
     z-index: 999999;
     transition: all 700ms ease;
     -webkit-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     -moz-transition: all 700ms ease;
 }
 
 .hidden-bar .mCSB_inside > .mCSB_container{
     margin-right:0px;	
 }
 
 .hidden-bar.right-align {
     right: -400px;
 
 }
 
 .hidden-bar.right-align.visible-sidebar{
     right:0px;
     -webkit-transition-delay: 300ms;
     -moz-transition-delay: 300ms;
     -ms-transition-delay: 300ms;
     -o-transition-delay: 300ms;
     transition-delay: 300ms;
 }
 
 .hidden-bar .hidden-bar-closer {
     width: 40px;
     height: 40px;
     position: absolute;
     right:10px;
     top:10px;
     background: none;
     color: #ffffff;
     border-radius: 0px;
     text-align: center;
     line-height: 40px;
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     z-index: 999999;
 }
 
 .hidden-bar .hidden-bar-closer button {
     background: none;
     display:block;
     font-size: 16px;
     color:#ffffff;
     width:40px;
     height:40px;
     line-height:40px;
 }
 
 .hidden-bar .hidden-bar-closer:hover button {
     color: #ffffff;
 }
 
 .hidden-bar-wrapper {
     height: 100%;
     padding:40px 5px 30px 30px;
 }
 
 .hidden-bar .logo {
     padding:0px 0px 30px;
     background: #1c1c1c;
 }
 
 .hidden-bar .logo img{
     display:inline-block;
     max-width:100%;
     max-height:40px;	
 }
 
 .hidden-bar .content-box{
     position:relative;
     padding-right:32px;
 }
 
 .hidden-bar .content-box .theme-btn{
     display: block;
     text-align: center;
     padding:8px 35px;
     line-height:30px;
     font-size:15px;
     font-weight:400;
     font-family: 'Gotham-Medium';
     text-transform: uppercase;
     border-radius: 0;
 }
 
 .hidden-bar .content-box h2{
     position:relative;
     font-size:18px;
     color:#ffffff;
     font-family: 'Gotham-Medium';
     margin-bottom:20px;
 }
 
 .hidden-bar .content-box .text{
     position:relative;
     font-size:14px;
     color:rgba(255,255,255,0.60);
     margin-bottom:25px;
 }
 
 .hidden-bar .content-box .btn-style-one:hover{
     background:#ffffff;
     color:#212121;
     border-color:#ffffff;
 }
 
 .hidden-bar .contact-info{
     position:relative;
     margin-top:60px;
 }
 
 .hidden-bar .contact-info h2{
     position:relative;
     font-size:18px;
     color:#ffffff;
     font-family: 'Gotham-Medium';
     margin-bottom:20px;
 }
 
 .hidden-bar .contact-info li{
     position:relative;
     margin-bottom:12px;
     color:rgba(255,255,255,0.90);
     font-size:14px;
     font-weight:400;
     padding-left:30px;
     line-height:2em;
 }
 
 .hidden-bar .contact-info li a{
     color:rgba(255,255,255,0.90);
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .hidden-bar .contact-info li a:hover{
     color: #ffea00;
 }
 
 .hidden-bar .contact-info li .icon{
     position:absolute;
     left:0px;
     top:4px;
     color:rgba(255,255,255,0.60);
     font-size:18px;
     line-height:1.2em;
 }
 
 /*** 
 
 ====================================================================
     Main Slider style
 ====================================================================
 
 ***/
 
 .home-slider-one{
     position:relative;
     z-index:10;
 }
 
 .home-slider-one .slide-item{
     position:relative;
     padding:350px 0px 280px;
     background-position:center center;
     background-repeat:no-repeat;
     background-size:cover;
 }
 
 .home-slider-one .auto-container{
     max-width:1300px;	
 }
 
 .home-slider-one .content-box{
     position:relative;
     max-width:640px;	
 }
 
 .home-slider-one .content-box .shape{
     position:absolute;
     top:50px;
     left:140px;
     width:384px;
     height:110px;
     display:block;
     background:url(../images/main-slider/yellow-shape.png) center center no-repeat;	
 }
 
 .home-slider-one .title{
     position:relative;
     font-size:16px;
     color:#222222;
     font-weight:300;
     line-height:1.2em;
     display:inline-block;
     text-transform: capitalize;
     font-family: 'Gotham-Light';
     margin-bottom:15px;
     opacity:0;
     -webkit-transform:translateX(-100px);
     -ms-transform:translateX(-100px);
     -o-transform:translateX(-100px);
     transform:translateX(-100px);
 }
 
 .home-slider-one .active .title{
     opacity:1;
     -webkit-transform:translateX(0px);
     -ms-transform:translateX(0px);
     -o-transform:translateX(0px);
     transform:translateX(0px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;	
 }
 
 .home-slider-one h2{
     display: block;
     font-size: 36px;
     padding:20px;
     color: #1e4b8d;
     font-weight: lighter !important;
     font-family: "Gotham-Light";
     letter-spacing: -3px;
     margin-bottom:35px;
     opacity:0;
     -webkit-transform:translateX(-100px);
     -ms-transform:translateX(-100px);
     -o-transform:translateX(-100px);
     transform:translateX(-100px);
     background:rgba(255,255,255,0.8);
 }
 
 .home-slider-one .active h2{
     opacity:1;
     -webkit-transform:translateX(0px);
     -ms-transform:translateX(0px);
     -o-transform:translateX(0px);
     transform:translateX(0px);
     -webkit-transition: all 1000ms ease 700ms;
     -moz-transition: all 1000ms ease 700ms;
     -ms-transition: all 1000ms ease 700ms;
     -o-transition: all 1000ms ease 700ms;
     transition: all 1000ms ease 700ms;	
 }
 
 
 .home-slider-one .text{
     position:relative;
     font-size:16px;
     line-height:26px;
     font-weight:300;
     color: #666666;
 }
 
 .home-slider-one .link-box{
     position:relative;
     opacity:0;
     -webkit-transform:translateX(-100px);
     -ms-transform:translateX(-100px);
     -o-transform:translateX(-100px);
     transform:translateX(-100px);
 }
 
 .home-slider-one .active .link-box{
     opacity:1;
     -webkit-transform:translateX(0px);
     -ms-transform:translateX(0px);
     -o-transform:translateX(0px);
     transform:translateX(0px);
     -webkit-transition: all 1000ms ease 1200ms;
     -moz-transition: all 1000ms ease 1200ms;
     -ms-transition: all 1000ms ease 1200ms;
     -o-transition: all 1000ms ease 1200ms;
     transition: all 1000ms ease 1200ms;	
 }
 
 .home-slider-one .theme-btn{
     line-height: 20px;
     padding: 16px 35px;
     border-radius: 0;
 }
 
 .home-slider-one .owl-nav .owl-prev{
     position:absolute;
     left:30px;
     width:50px;
     top:50%;
     margin-top:-20px;
     height:40px;
 }
 
 .home-slider-one .owl-nav .owl-next{
     position:absolute;
     right:30px;
     width:50px;
     top:50%;
     margin-top:-20px;
     height:40px;
 }
 
 .home-slider-one .owl-nav .owl-prev span,
 .home-slider-one .owl-nav .owl-next span{
     position:relative;
     top:11px;
     width:100%;
     background-position:center center;
     background-repeat:no-repeat;	
 }
 
 .home-slider-one .owl-dots{
     position: absolute;
     bottom: 50px;
     right:50px;
     width: 36px;
     display: block;
     text-align: right;
     counter-reset:count;
     border-left: 1px solid #222222;
 }
 
 .home-slider-one .owl-dots .owl-dot{
     position:relative;
     display:block;
     width:35px;
     height:36px;
     line-height:40px;
     background-color: transparent;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
 }
 
 .home-slider-one .owl-dots .owl-dot:before{
     position: relative;
     display: block;
     height: 36px;
     line-height: 36px;
     text-align: right;
     font-size: 12px;
     color: #222222;
     font-weight: 300;
     border-left: 1px solid #222222;
     opacity: 0;
     counter-increment: count;
     content: "0" counter(count);
     font-family: 'Gotham-Medium';
 }
 
 .home-slider-one .owl-dots .owl-dot.active:before{
     opacity: 1;
 }
 
 
 /*** 
 
 ====================================================================
                 Homne Banner
 ====================================================================
 
 ***/
 
 .home-banner{
     position: relative;
     padding-left:350px;
 }
 
 .home-banner .inner-container{
     position:relative;
     padding:90px 90px;	
 }
 
 .banner-carousel{
     position: relative;
     display: block;
     z-index: 9;
     padding-bottom: 80px;
 }
 
 .banner-carousel .slide-item{
     position: relative;
 }
 
 .banner-carousel .slide-item .image-box{
     position: relative;
     opacity: 0;
     -webkit-transform: translateX(-25%);
     -moz-transform: translateX(-25%);
     -ms-transform: translateX(-25%);
     -o-transform: translateX(-25%);
     transform: translateX(-25%);
     -webkit-transition: all 700ms ease;
     -moz-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease;
 }
 
 .banner-carousel .active .slide-item .image-box{
     -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
     -ms-transform: translateX(0);
     -o-transform: translateX(0);
     transform: translateX(0);
     opacity: 1;
 }
 
 
 .banner-carousel .slide-item .image-box img{
     display: block;
     width: 100%;
     height: auto;
 }
 
 .banner-carousel .owl-dots{
     position: absolute;
     bottom: 0;
     width: 100%;
     display: inline-block;
     text-align: center;
     counter-reset:count;
 }
 
 .banner-carousel .owl-dots .owl-dot{
     position:relative;
     display: inline-block;
     left: 0;
     width:40px;
     border-bottom: 1px solid #222222;
     padding-top: 50px;
     background-color: transparent;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
 }
 
 .banner-carousel .owl-dots .owl-dot:before{
     position: absolute;
     display: inline-block;
     left: 0;
     top: 0px;
     width: 40px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     font-size: 12px;
     color: #222222;
     font-weight: 300;
     border-bottom: 1px solid #222222;
     opacity: 0;
     counter-increment: count;
     content: "0" counter(count);
     font-family: 'Gotham-Book';
 }
 
 .banner-carousel .owl-dots .owl-dot.active{
 }
 
 .banner-carousel .owl-dots .owl-dot.active:before{
     opacity: 1;
 }
 
 
 .banner-carousel .owl-nav{
     display: block;
     position: absolute;
     left: 0;
     width: 100%;
     top: 50%;
     height:0px;
     margin-top: -20px;
     z-index: 99;
 }
 
 .arrow-left-2,
 .arrow-right-2{
     position: relative;
     left: 0;
     bottom: 0;
     height: 40px;
     line-height:40px;
     display:block;
     width: 53px;
     background-image: url(../images/icons/arrow-left-2.png);
     background-position:left center;
     background-repeat: no-repeat;
     content: "";
 }
 
 .arrow-right-2{
     left: auto;
     right: 0;
     background-image: url(../images/icons/arrow-right-2.png);
     background-position:right center;
 }
 
 .banner-carousel .owl-prev, 
 .banner-carousel .owl-next {
     position: absolute;
     display: inline-block;
     left: -30px;
     bottom: 0;
     -webkit-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     transition: all 300ms ease;
 }
 
 .banner-carousel .owl-next{
     left: auto;
     right: -30px;
 }
 
 /*** 
 
 ====================================================================
                 Homne Banner Two
 ====================================================================
 
 ***/
 
 .home-banner-two{
     position: relative;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }
 
 .home-banner-two .inner-container{
     position: relative;
     max-width: 1400px;
     padding: 0 20px;
     margin: 0 auto;
 }
 
 .home-banner-two .banner-carousel-two{
     position: relative;
 }
 
 .banner-carousel-two .slide-item{
     position: relative;
      
 }
 
 .banner-carousel-two .inner-box{
     position: relative;
 }	
 
 .banner-carousel-two .content-box{
     position: relative;
     float: left;
     width: 50%;
     padding-left:50px;
     
 }
 
 .banner-carousel-two .content-box .inner-box{
     position: relative;
        vertical-align: middle;
     display: table-cell;
     text-align: center;
     background:#fff;
     padding:50px;
     z-index:1;
     box-shadow:0px 0px 25px rgba(0,0,0,0.08);
     width:100%;
     display:block;
     margin:8% 0%;
 }
 
 .banner-carousel-two .image-box{
     position: relative;
     float: right;
     width: 50%;
     opacity:0;
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;
     -webkit-transform:translateY(-100px);
     -ms-transform:translateY(-100px);
     -moz-transform:translateY(-100px);
     transform:translateY(-100px);
 }
 
 .banner-carousel-two .active .image-box{
     opacity:1;
     -webkit-transform:translateY(0px);
     -ms-transform:translateY(0px);
     -moz-transform:translateY(0px);
     transform:translateY(0px);
 }
 
 .banner-carousel-two .image-box .image{
     position: relative;
     margin-left: -15px;
 }
 
 .banner-carousel-two .title{
     position:relative;
     font-size:16px;
     color:#222222;
     font-weight:300;
     line-height:1.2em;
     display:inline-block;
     text-transform: capitalize;
     font-family: 'Gotham-Light';
     opacity:0;
     -webkit-transform:translateX(-100px);
     -ms-transform:translateX(-100px);
     -o-transform:translateX(-100px);
     transform:translateX(-100px);
 }
 
 .banner-carousel-two .active .title{
     opacity:1;
     -webkit-transform:translateX(0px);
     -ms-transform:translateX(0px);
     -o-transform:translateX(0px);
     transform:translateX(0px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;	
 }
 
 
 .banner-carousel-two h2{
     display: block;
     font-size: 28px;
     line-height: 1em;
     color: #7f8083;
     font-family: 'Conv_FuturaPTMedium';
     font-weight: lighter;
      
      
     margin-bottom: 20px;
     opacity:0;
     -webkit-transform:translateX(-100px);
     -ms-transform:translateX(-100px);
     -o-transform:translateX(-100px);
     transform:translateX(-100px);
 }
 
 .banner-carousel-two .active h2{
     opacity:1;
     -webkit-transform:translateX(0px);
     -ms-transform:translateX(0px);
     -o-transform:translateX(0px);
     transform:translateX(0px);
     -webkit-transition: all 1000ms ease;
     -moz-transition: all 1000ms ease;
     -ms-transition: all 1000ms ease;
     -o-transition: all 1000ms ease;
     transition: all 1000ms ease;	
 }
 
 
 .banner-carousel-two .text{
     position:relative;
     font-size:16px;
     line-height:26px;
     font-weight:300;
     color: #666666;
     margin-bottom: 50px;
     opacity:0;
     -webkit-transform:translateX(-100px);
     -ms-transform:translateX(-100px);
     -o-transform:translateX(-100px);
     transform:translateX(-100px);
 }
 
 .banner-carousel-two .active .text{
     opacity:1;
     -webkit-transform:translateX(0px);
     -ms-transform:translateX(0px);
     -o-transform:translateX(0px);
     transform:translateX(0px);
     -webkit-transition: all 1000ms ease 700ms;
     -moz-transition: all 1000ms ease 700ms;
     -ms-transition: all 1000ms ease 700ms;
     -o-transition: all 1000ms ease 700ms;
     transition: all 1000ms ease 700ms;	
 }
 
 
 .banner-carousel-two .btn-box{
     position: relative;
     display: inline-block;
     opacity:0;
     -webkit-transform:translateX(-100px);
     -ms-transform:translateX(-100px);
     -o-transform:translateX(-100px);
     transform:translateX(-100px);
     margin-top:40px;
 }
 
 .banner-carousel-two .active .btn-box{
     opacity:1;
     -webkit-transform:translateX(0px);
     -ms-transform:translateX(0px);
     -o-transform:translateX(0px);
     transform:translateX(0px);
     -webkit-transition: all 500ms ease 600ms;
     -moz-transition: all 500ms ease 600ms;
     -ms-transition: all 500ms ease 600ms;
     -o-transition: all 500ms ease 600ms;
     transition: all 500ms ease 600ms;	
 }
 
 .banner-carousel-two .btn-box:before{
  
 }
 
 .banner-carousel-two .theme-btn{
     line-height: 20px;
     padding: 16px 35px;
     border-radius: 0;
 }
 
 .home-banner-two .social-links{
     position: absolute;
     left: 50px;
     bottom: 30px;
 }
 
 .home-banner-two .social-links li{
     display: block;
     font-size: 16px;
     color: #222222;
     margin-bottom: 30px;
 }
 
 .banner-carousel-two .owl-dots{
     position: absolute;
     bottom: 50px;
     right:-150px;
     width: 36px;
     display: block;
     text-align: right;
     counter-reset:count;
     display:none;
 }
 
 .banner-carousel-two .owl-dots .owl-dot{
     position:relative;
     right:0px;
     display:block;
     border-left: 1px solid #222222;
     width:35px;
     height:36px;
     line-height:36px;
     background-color: transparent;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
 }
 
 .banner-carousel-two .owl-dots .owl-dot:before{
     position: relative;
     display: block;
     height: 36px;
     line-height: 36px;
     text-align: right;
     font-size: 12px;
     color: #222222;
     font-weight: 300;
     opacity: 0;
     counter-increment: count;
     content: "0" counter(count);
     font-family: 'Gotham-Medium';
 }
 
 .banner-carousel-two .owl-dots .owl-dot.active{
     border-left-width:2px;	
 }
 
 .banner-carousel-two .owl-dots .owl-dot.active:before{
     opacity: 1;
 }
 
 
 .banner-carousel-two .owl-nav{
     display: block;
     position: absolute;
     right: 7.5px;
     width: 50%;
     bottom: 220px;
     z-index: 99;
 }
 
 .banner-carousel-two .owl-prev, 
 .banner-carousel-two .owl-next {
     position: absolute;
     display: inline-block;
     left: -60px;
     bottom: -60px;
     -webkit-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     transition: all 300ms ease;
 }
 
 .banner-carousel-two .owl-next{
     left: auto;
     right: -60px;
 }
 
 
 /*** 
 
 ====================================================================
                 Homne Banner Three
 ====================================================================
 
 ***/
 
 .home-banner-three{
     position: relative;
     padding: 130px 0 100px;
 }
 
 .home-banner-three .banner-carousel-three{
     position: relative;
     padding-right: 100px;
 }
 
 .home-banner-three .slide-item{
     position:relative;
 }
 
 .home-banner-three .outer-box{
     position:relative;
 }
 
 .home-banner-three .content-column{
     position: absolute;
     float: left;
     width: 55%;
     right: 0px;
     top: 0px;
     height: 100%;
 }
 
 .home-banner-three .inner-column{
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     max-width: 850px;
     display: table;
     vertical-align: middle;
     padding: 15px 15px;
 }
 
 .home-banner-three .content-column .content{
     position:relative;
     max-width: 850px;
     width:100%;
     display: table-cell;
     vertical-align: middle;
 }
 
 .home-banner-three .content-column .content-inner{
     max-width:700px;
     margin:0 auto;
 }
 
 .home-banner-three .content-column h2{
     position:relative;
     font-size:46px;
     color:#222222;
     font-weight:500;
     line-height:1em;
     letter-spacing: -2px;
     margin-bottom:40px;
     font-family: "Gotham-Medium";
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 
 .home-banner-three .active .content-column h2{
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
 }
 
 
 .home-banner-three .content-column h2 a{
     color:#222222;
 }
 
 .home-banner-three .content-column .text{
     position:relative;
     font-size:16px;
     line-height: 26px;
     color:#666666;
     font-weight:300;
     font-family: "Gotham-Light";
     margin-bottom:50px;
     -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
     -ms-transform: translateY(50%);
     -o-transform: translateY(50%);
     transform: translateY(50%);
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 
 .home-banner-three .active .content-column .text{
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
 }
 
 .home-banner-three .content-column .btn-box{
     position: relative;
     display: inline-block;
 }
 
 .home-banner-three .content-column .btn-box:before{
     position: absolute;
     right: -40px;
     top: 5px;
     height: 58px;
     width: 214px;
     background-image: url(../images/icons/brush-2.png);
     background-repeat: no-repeat;
     background-position: center;
     content: "";
     z-index: -1;
 }
 
 
 .home-banner-three .outer-box .image-column{
     position:relative;
     width:45%;
     float:left;
 }
 
 
 .home-banner-three .image-column .image{
     position: relative;
     opacity: 0;
     -webkit-transition: all 700ms ease;
     -moz-transition: all 700ms ease;
     -ms-transition: all 700ms ease;
     -o-transition: all 700ms ease;
     transition: all 700ms ease;
     -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
     transform: translateX(-50%);
 }
 
 .home-banner-three .active .image-column .image{
     -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
     -ms-transform: translateX(0);
     -o-transform: translateX(0);
     transform: translateX(0);
     opacity: 1;
 }
 
 .home-banner-three .social-links{
     position: absolute;
     right: 60px;
     bottom: 63px;
 }
 
 .home-banner-three .social-links li{
     display: block;
     font-size: 16px;
     color: #222222;
     margin-bottom: 37px;
 }
 
 .banner-carousel-three .owl-dots{
     position: absolute;
     top: 50%;
     right: 50px;
     transform: translateY(-50%);
     display: inline-block;
     counter-reset:count;
 }
 
 .banner-carousel-three .owl-dots .owl-dot{
     position:relative;
     display:block;
     left: 0;
     width:50px;
     border-left: 1px solid #222222;
     padding-top: 40px;
     background-color: transparent;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
 }
 
 .banner-carousel-three .owl-dots .owl-dot:before{
     position: absolute;
     display: inline-block;
     left: 0;
     top: 0px;
     width: 50px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     font-size: 12px;
     color: #222222;
     font-weight: 400;
     border-left: 1px solid #222222;
     opacity: 0;
     counter-increment: count;
     content: "0" counter(count);
 }
 
 .banner-carousel-three .owl-dots .owl-dot.active:before{
     opacity: 1;
 }
 
 
 .banner-carousel-three .owl-nav{
     display: none;
 }
 
 
 /*** 
 
 ====================================================================
     Split Scroll
 ====================================================================
 
 ***/
 
 body.multi-scroll .fixed-social-links{
     position: fixed;
     right: 20px;
     bottom: 20px;
     width:30px;
     text-align:center;
 }
 
 body.multi-scroll .fixed-social-links li{
     display: block;
     font-size: 16px;
     color: #222222;
     margin-bottom: 20px;
 }
 
 body.multi-scroll .fixed-social-links li a{
     position:relative;
     display:block;
     color:#222222;	
 }
 
 .scroller-section .ms-section{
     background-position:center center;
     background-size:cover;
     background-repeat:no-repeat;	
 }
 
 
 .split-section-one{
     position:relative;
 }
 
 .split-section-one .inner-box{
     position:relative;
     width:100%;
     max-width: 800px;
     margin:0 auto;
     padding:30px 30px;
 }
 
 .ms-left .split-section-one .inner-box{
     float:right;
     padding-right:80px;	
 }
 
 .ms-right .split-section-one .inner-box{
     float:left;
     padding-left:80px;	
 }
 
 .split-section-one h2{
     position:relative;
     font-size:42px;
     color:#222222;
     font-weight:500;
     line-height:1.1em;
     letter-spacing: -2px;
     margin-bottom:30px;
     font-family: "Gotham-Medium";
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 
 
 .split-section-one h2 a{
     color:#222222;
 }
 
 .split-section-one .text{
     position:relative;
     font-size:16px;
     line-height: 26px;
     color:#666666;
     font-weight:300;
     font-family: "Gotham-Light";
     margin-bottom:50px;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 
 .split-section-one .btn-box{
     position: relative;
     display: inline-block;
 }
 
 .split-section-one .btn-box:before{
     position: absolute;
     right: -40px;
     top: 5px;
     height: 58px;
     width: 214px;
     background-image: url(../images/icons/brush-2.png);
     background-repeat: no-repeat;
     background-position: center;
     content: "";
     z-index: -1;
 }
 
 #multiscroll-nav{
     counter-reset: section;
     list-style-type: none;
     width:42px;
     text-align:right;
     right:12px;
 }
 
 #multiscroll-nav li{
     position:relative;
     width:36px;
     height:36px;
     margin:0px !important;
     padding:0px !important;	
 }
 
 #multiscroll-nav li span{
     display:none;	
 }
 
 #multiscroll-nav li::before {
     position:relative;
     counter-increment: section;
     line-height:36px;
     content: "0"counters(section,".");
 }
 
 .project-section .outer-container .owl-dots .owl-dot:hover,
 .project-section .outer-container .owl-dots .owl-dot.active{
     color:#d5ac63;
 }
 
 #multiscroll-nav li a{
     position:absolute;
     left:0px;
     top:0px;
     width:36px;
     height:36px;
     display:block;
     line-height:38px;
     border-left:1px solid #222222;
     text-align:right;
     margin:0px;
     padding:0px;
 }
 
 #multiscroll-nav li a.active{
     border-left-width:2px;	
 }
 
 /*** 
 
 ====================================================================
                     Page Title
 ====================================================================
 
 ***/
 
 .page-title{
     position:relative;
     padding: 250px 0px 50px 0px;
     background-position:center center;
     background-repeat:no-repeat;
     background-size: cover;
     text-align:center;
 }
 
 .page-title h1{
     position:relative;
     display: inline-block;
     font-size:36px;
     line-height: 50px;
     font-weight: bold;
     color:#7f8083;
      text-transform:uppercase;
     z-index: 1;
     font-family: 'Conv_FuturaPTBold';
 }
 
 /*=== Style Two ===*/
 
 .page-title.style-two{
     padding: 180px 0 150px;
     background-position: center top;
     background-color: #f7f7f7;
 }
 
 .page-title.style-two h1:before{
     position: absolute;
     right: -100px;
     bottom: -30px;
     height: 104px;
     width: 384px;
     background-image: url(../images/icons/brush-3.png);
     background-repeat: no-repeat;
     background-position: center;
     content: "";
     z-index: -1;
 }
 
 .icon-1{
     height: 46px;
     width: 47px;
     background-image: url(../images/icons/icon-1.png);
 }
 
 .icon-2{
     width: 89px;
     height: 60px;
     background-image: url(../images/icons/icon-2.png);
 }
 
 .icon-flower{
     height: 263px;
     width: 360px;
     background-image: url(../images/icons/icon-flower.png);
 }
 
 .page-title .icon-1{
     left: -35px;
     bottom: 0;
 }
 
 .page-title .icon-2{
     left: 19px;
     bottom: 0;
 }
 
 .page-title .icon-flower{
     right: -360px;
     bottom: 0;
 }
 
 /*=== Style Three ===*/
 .page-title.style-three{
     position: relative;
     padding: 100px 0;
     background-color: #f7f7f7;
     overflow: hidden;
 }
 
 .page-title.style-three h1:before{
     position: absolute;
     right: -100px;
     bottom: -30px;
     height: 104px;
     width: 384px;
     background-image: url(../images/icons/brush-3.png);
     background-repeat: no-repeat;
     background-position: center;
     content: "";
     z-index: -1;
 }
 
 .page-title.style-three .icon-flower{
     right: -360px;
     bottom: -30px;
 }
 
 
 /*** 
 
 ====================================================================
                     Section Title Style
 ====================================================================
 
 ***/
 
  
 
 .sec-title-two{
     position: relative;
     margin-bottom: 150px;
     z-index:5;
 }
 
 .sec-title-two h2{
     position: relative;
     display: inline-block;
     font-size: 60px;
     line-height: 1em;
     color: #222222;
     font-weight: 500;
     letter-spacing: -3px;
     font-family: 'Gotham-Medium';
 }
 
 .sec-title-two h2:before{
     position: absolute;
     height: 58px;
     width: 214px;
     left: -60px;
     top: 20px;
     background-image: url(../images/icons/brush-2.png);
     background-repeat: no-repeat;
     background-position: center;
     content: "";
     z-index: -1;
 }
 
 .sec-title-two .title{
     position: relative;
     display: block;
     font-size: 16px;
     color: #222222;
     font-weight: 300;
     text-transform: capitalize;
     margin-bottom: 8px;
 }
 
 
 .heading-box{
     position: relative;
 }
 
 .heading-box .sec-title-two{
     position: relative;
 }
 
 .heading-box .top-image .image{
     position: absolute;
     right: -60px;
     top: -230px;
 }
 
 
 /*** 
 
 ====================================================================
             Services section
 ====================================================================
 
 ***/
 
 .services-section{
      
     padding: 30px 0 80px;
     counter-reset:count;
 }
 
 
 .services-section .inner-container {
     position: relative;
     max-width: 1190px;
     padding: 0 15px;
     margin: 0 auto;
 }
 
 .services-section.alternate{
     padding: 150px 0 80px;
 }
 
 
 .services-section .sec-title{
     margin-bottom: 150px;
 }
 
 .services-section .sec-title h2:before{
     right: -67px;
     bottom: -25px;
 }
 
 .service-block{
     position: relative;
     
 }
 
 .service-block .inner-box{
     position: relative;
     text-align: center;
     padding: 0 15px;
 }
 
 .service-block .inner-box::before {
  
  }
 
 .service-block .icon-box{
     position: relative;
     font-size: 54px;
     line-height: 30px;
     color: #2e3192;
     font-weight: 400;
     margin-bottom: 30px;
 }
 
 .service-block h4{
     font-size: 22px;
     line-height: 26px;
     color: #7f8083;
     font-weight: 400;
     margin-bottom: 15px;
    font-family: 'Conv_FuturaPTBold';
 }
 
 .service-block h4 a{
     color: #7f8083;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
     text-transform:uppercase;
 }
 
 .service-block h4 a:hover{
     text-decoration:underline;
 }
 
 .service-block .text{
     position: relative;
     font-size: 22px;
      
     color: #3b3b3b;
      
     font-family: 'Conv_FuturaPTLight';
 }
 
 /***
 
 ====================================================================
                      Fact Counter
 =====================================================================
 
 ***/
 
 .fun-fact-section{
     position: relative;
 }
 
 .fun-fact-section.alternate{
     padding-bottom: 30px;
 }
 
 .fun-fact-section .inner-container{
     position: relative;
     max-width: 750px;
     margin: 0 auto;
 }
 
 .fun-fact-section .count-box{
     position: relative;
     margin-bottom: 30px;
 }
 
 .fun-fact-section .count-box .count-outer{
     padding: 35px 0;
     position: relative;
     text-align: center;
 }
 
 .fun-fact-section .count-box .count-text{
     position: relative;
     display: block;
     font-size: 60px;
     color: #3b3b3b;
     
     line-height: 1.2em;	
     font-family: 'Gotham-Thin';
 }
 
 .fun-fact-section .count-box .counter-title{
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     text-align: center;
     font-size: 16px;
     color: #666666;
     font-weight: 300;
     line-height: 1.2em;
 }
 
 .fun-fact-section .count-box:nth-child(even) .counter-title{
     top: auto;
     bottom: 0;
 }
 
 /*** 
 
 ====================================================================
             Portfolio section
 ====================================================================
 
 ***/
 
 .portfolio-section{
      
 }
 
  
 
 .anim-icons{
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     height: 100%;
     width: 100%;
     max-width: 1140px;
     margin: 0 auto;
 }
 
 .anim-icons .icon{
     position: absolute;
     background-repeat: no-repeat;
 }
 
 .anim-icon-1{
     height: 221px;
     width: 148px;
     background-image: url(../images/icons/anim-icon-1.png);
 }
 
 .anim-icon-2{
     height: 52px;
     width: 132px;
     background-image: url(../images/icons/anim-icon-2.png);
 }
 
 
 .portfolio-section .anim-icon-1{
     left: -240px;
     top : 100px;
 }
 
 .portfolio-section .anim-icon-2{
     left: 55px;
     bottom: 0;
 }
 
 
 .portfolio-section .inner-container{
      
     max-width: 1190px;
     padding: 0 15px;
     margin: 0 auto;
 }
 
  
 
 .portfolio-section .masonry-items-container{
     position: relative;
     margin: 0 -15px;
 }
 
 .masonry-item.width-70{
     width: 70%;
 }
 
 .masonry-item.width-60{
     width: 60%;
 }
 
 .masonry-item.width-50{
     width: 50%;
 }
 
 .masonry-item.width-40{	
     width: 40%
 }
 
 .masonry-item.width-30{	
     width: 30%
 }
 
 .masonry-item.width-25{	
     width: 25%
 }
 
 .masonry-item.width-20{	
     width: 20%
 }
 
 .masonry-item.width-10{	
     width: 10%
 }
 
 .portfolio-section .masonry-item{
     position: relative;
     float: left;
     padding: 0 10px;
     margin-bottom: 20px;
 }
 
 .portfolio-item{
     position: relative;
     display: block;
 }
 
 .portfolio-item .image-box{
     position: relative;
     text-align: center;
     overflow: hidden;
 }
 
 .portfolio-item .image-box img{
     display: block;
     width: 100%;
     height: auto;
 }
 
 .portfolio-item .caption-box{
     position: absolute;
     left: -100%;
     bottom: 0;
     height: auto;
     padding: 30px 45px;
     min-width: 260px;
     max-width:100%;
     overflow: hidden;
     text-align: left;
     background-color: rgba(46,49,146,.90);
     -webkit-transition: all 300ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
 }
 
 .portfolio-item .image-box:hover .caption-box{
     left: 0%;
 }
 
 
 .portfolio-item .caption-box h3{
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 30px;
     color: #ffffff;
     font-weight: 300;
     font-family: 'Gotham-Light';
 }
 
 .portfolio-item .caption-box h3 a{
     color: #ffffff;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .portfolio-item .caption-box h3 a:hover{
     color: #fff582;
 }
 
 .portfolio-item .caption-box span{
     display: block;
     font-size: 14px;
     line-height: 20px;
     color: #ffffff;
     font-weight: 300;
     font-family: 'Gotham-Light';
 }
 
 .portfolio-section .btn-box{
     position: relative;
     margin-top: 70px;
     text-align: center;
 }
 
 .portfolio-section .btn-box .theme-btn{
     padding: 15px 50px;
 }
 
 
 .portfolio-section-two{
     position: relative;
     padding: 180px 0 100px;
 }
 
 .portfolio-section-two .inner-container{
     position: relative;
     max-width: 1280px;
     padding: 0 15px;
     margin: 0 auto;
 }
 
 .portfolio-section-two .sec-title{
     margin-bottom: 100px;
 }
 
 .portfolio-section-two .masonry-container-two{
     position: relative;
     margin: 0 -15px;
 }
 
 .portfolio-section-two .masonry-item{
     position: relative;
     float: left;
     padding: 0 15px;
     margin-bottom: 30px;
 }
 
 /*** 
 
 ====================================================================
                     Portfolio Section Three
 ====================================================================
 
 ***/
 
 .portfolio-section-three{
     position: relative;
 }
 
 .portfolio-section-three .outer-container{
     position: relative;
     width: 100%;
     padding: 0 65px;
 }
 
 .portfolio-section-three .masonry-gallery .items-container{
     margin:0px -15px;	
 }
 
 .masonry-gallery{
     position: relative;
 }
 
 .masonry-gallery .filters{
     position: relative;
     display: block;	
     text-align: right;
     margin-bottom: 100px;
 }
 
 .portfolio-section-three .filters{
     margin-bottom:40px;	
 }
 
 .masonry-gallery .filter-btn{
     position: relative;
     float: right;
     margin-left: 50px;
 }
 
 .masonry-gallery .filter-btn .theme-btn{
     padding: 9px 25px;
     font-weight: 400;
 }
 
 
 .masonry-gallery .filter-tabs{
     position: relative;
     float: right;
     padding: 5px 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .masonry-gallery .filter-tabs.active{
     visibility: visible;
     opacity: 1;
 }
 
 
 .masonry-gallery .filter-tabs li{
     position: relative;
     display: inline-block;
     font-size:14px;
     line-height:30px;
     font-weight:400;
     color:#333333;
     letter-spacing:0px;
     text-transform: capitalize;
     cursor: pointer;
     opacity:1;
     margin-left: 30px;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .masonry-gallery .filter-tabs li.active,
 .masonry-gallery .filter-tabs li:hover{
     text-decoration: underline;
 }
 
 .portfolio-section-three .masonry-items-container{
     position: relative;
     margin: 0 -10px;
 }
 
 .masonry-item{
     position: relative;
     float: left;
     padding: 0 10px;
     margin-bottom: 20px;
 }
 
 
 /*===============================
     Portfolio Item Two
 =================================*/
 .portfolio-section-two.alternate{
     position: relative;
     padding: 200px 0 100px;
 }
 
 .portfolio-item-two{
     position: relative;
     display: block;
     margin-bottom: 20px;
 }
 
 .portfolio-item-two .image-box{
     position: relative;
     text-align: center;
     background:#0b0b0b;	
 }
 
 .portfolio-item-two .image-box img{
     display: block;
     width: 100%;
     height: auto;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .portfolio-item-two .image-box:hover img{
     opacity:0.70;
 }
 
 .portfolio-item-two .caption-box{
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: auto;
     overflow: hidden;
     text-align: left;
 }
 
 .portfolio-item-two:hover .caption-box{
       -webkit-animation: jump 900ms ease 0s normal ;
      animation: jump 900ms ease 0s normal ;	
 }
 
 .portfolio-item-two .caption-box .content{
     position: relative;
     left: 0;
     width: 100%;
     padding: 20px 20px 27px 50px;
     background-color: #ffffff;
     z-index: 9;
     -webkit-transform: translateY(110%);
     -moz-transform: translateY(110%);
     -ms-transform: translateY(110%);
     -o-transform: translateY(110%);
     transform: translateY(110%);
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .portfolio-item-two:hover .caption-box .content{
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     transform: translateY(0);
 }	
 
 .portfolio-item-two .caption-box .content h3{
     position: relative;
     display: block;
     font-size: 17px;
     line-height: 1.2em;
     color: #141414;
     font-weight: 500;
     text-transform: uppercase;
     margin-bottom: 3px;
     font-family: "Gotham-Medium";
 }
 
 .portfolio-item-two .caption-box .content h3 a{
     color: #141414;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .portfolio-item-two .caption-box .content h3 a:hover{
     color: #ffea00;
 }
 
 .portfolio-item-two .caption-box .content span{
     position: relative;
     display: inline-block;
     font-size: 12px;
     line-height: 1.4em;
     color: #999999;
     font-weight: 300;
 }
 
 @-webkit-keyframes jump {
   0%{
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
   50%{
     -webkit-transform: translateY(-30px);
     transform: translateY(-30px);
   }
   100%{
     -webkit-transform: translateY(0);
     transform: translateY(0);
   }
 }
 
 @keyframes jump {
   0%{
     transform: translateY(0);
   }
   50%{
     transform: translateY(-30px);
   }
   100%{
     transform: translateY(0);
   }
 }
 
 
 
 /*===============================
     Portfolio Item Three
 =================================*/
 .portfolio-item-three{
     position: relative;
     display: block;
     margin-bottom: 30px;
 }
 
 .portfolio-item-three.mix{
     display: none;
 }
 
 
 .portfolio-item-three .image-box{
     position: relative;
     text-align: center;
 }
 
 .portfolio-item-three .image-box img{
     display: block;
     width: 100%;
     height: auto;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .portfolio-item-three .image-box:hover img{
     opacity:0.70;
 }
 
 .portfolio-item-three .caption-box{
     position: relative;
     background-color: #ffffff;
     padding: 35px 0 22px;
     width: 100%;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .portfolio-item-three .caption-box:before{
     position: absolute;
     left: 0;
     bottom: 0;
     height: 11px;
     width: 53px;
     background-image: url(../images/icons/separator.png);
     background-repeat: no-repeat;
     background-position: center;
     content: "";
 }
 
 
 .portfolio-item-three .caption-box  h3{
     position: relative;
     display: block;
     font-size: 18px;
     line-height: 1.2em;
     color: #222222;
     font-weight: 700;
     font-family: "Gotham-bold";
     margin-bottom: 7px;
 }
 
 .portfolio-item-three .caption-box h3 a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .portfolio-item-three .caption-box h3 a:hover{
     color: #ffea00;
 }
 
 .portfolio-item-three .caption-box .filter{
     position: relative;
 }
 
 .portfolio-item-three .caption-box .filter li{
     position: relative;
     display: inline-block;
     padding-right: 2px;
     margin-right: 5px;
     font-size: 12px;
     line-height: 20px;
     color: #222222;
     font-family: "Gotham-Book";
 }
 
 .portfolio-item-three .caption-box .filter li:before{
     position: absolute;
     right: -7px;
     top: 0;
     font-size: 12px;
     line-height: 20px;
     color: #222222;
     content: "/";
 }
 
 .portfolio-item-three .caption-box .filter li a{
     color: #222222;
 }
 
 .portfolio-item-three .caption-box .filter li:last-child:before{
     display: none;
 }
 
 /*** 
 
 ====================================================================
                     Portfolio Section Four
 ====================================================================
 
 ***/
 
 .portfolio-section-four{
     position: relative;
     background-repeat: no-repeat;
     background-position: center top;
     padding: 245px 0 0;
 }
 
 .portfolio-section-four .outer-container{
     position: relative;
     padding: 0 50px;
 }
 
 .mixitup-gallery .filters{
      margin-bottom:60px;
      text-align:center;
 }
 
 .mixitup-gallery .filter-tabs{
     position: relative;
     display: inline-block;
 }
 
 .mixitup-gallery .filters li{
     position: relative;
     display: inline-block;
     font-size: 14px;
     color: #222222;
     line-height: 28px; 
     cursor: pointer;
     margin: 0 23px;
     font-family: 'Gotham-Book';
     -webkit-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     transition: all 300ms ease;
     z-index: 2;
 }
 
 .mixitup-gallery .filters li:before{
     position: absolute;
     left: 0;
     bottom: 0;
     height: 1px;
     width: 0;
     content: "";
     background-color: #222222;
     -webkit-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     transition: all 300ms ease;
 }
 
 .mixitup-gallery .filters li:hover:before,
 .mixitup-gallery .filters li.active:before{
     width: 90%;
 }
 
 
 .portfolio-item.mix{
     display: none;
 }
 
 .portfolio-section-four .portfolio-item{
     position: relative;
     padding: 0 20px;
     margin-bottom: 40px;
 }
 
 /*** 
 
 ====================================================================
                     Portfolio Section Five
 ====================================================================
 
 ***/
 
 
 .portfolio-section-five{
     position: relative;
     background-repeat: no-repeat;
     background-position: center top;
     padding: 300px 0 55px;
 }
 
 .portfolio-section-five .auto-container{
     max-width: 1330px;
 }
 
 .portfolio-section-five .sec-title-two{
     margin-bottom: 260px;
 }
 
 
 .portfolio-section-five .outer-container{
     position: relative;
     padding: 0 50px;
 }
 
 .portfolio-section-five .row{
     margin: 0 -20px;
 }
 
 
 .portfolio-section-five .portfolio-item-three{
     padding: 0 20px;
     margin-bottom: 85px;
 }
 
 /*** 
 
 ====================================================================
                     Portfolio Section Six
 ====================================================================
 
 ***/
 
 
 .portfolio-section-six{
     position: relative;
     padding: 130px 0 0;
     z-index: 99;
 }
 
 .portfolio-section-six .outer-container{
     position: relative;
 }
 
 .portfolio-section-six .portfolio-item-two{
     position: relative;
     float: left;
     padding: 0;
     margin: 0;
 }
 
 
 /*** 
 
 ====================================================================
                 Portfolio Full Width
 ====================================================================
 
 ***/
 
 .portfolio-full-width{
     position: relative;
     padding: 130px 0 50px;
 }
 
 .portfolio-full-width .inner-container{
     position: relative;
     padding: 0 70px;
 }
 
 .portfolio-full-width .portfolio-item-three{
     margin-bottom: 85px;
 }
 
 /*** 
 
 ====================================================================
                 Portfolio Grid
 ====================================================================
 
 ***/
 
 .portfolio-grid{
     position: relative;
     padding: 175px 0 0;
 }
 
 .portfolio-grid .portfolio-item-three{
     overflow: hidden;
     margin-bottom: 60px;
 }
 
 .portfolio-grid .portfolio-item-three .caption-box{
     position: absolute;
     padding: 27px 10px 22px;
     bottom: -120px;
 }
 
 .portfolio-grid .portfolio-item-three .inner-box:hover .caption-box{
     bottom: 0;
 }
 
 .portfolio-grid .portfolio-item-three .caption-box:before{
     left: 10px;
 }
 
 .portfolio-grid .portfolio-item-three .image-box:hover img{
     opacity:1;
 }
 
 /*** 
 
 ====================================================================
             Portfolio No Padding
 ====================================================================
 
 ***/
 .portfolio-no-padding{
     position: relative;
     padding: 100px 0 20px;
 }
 
 .portfolio-no-padding .row{
     margin: 0;
 } 
 
 .portfolio-no-padding .portfolio-item-two{
     padding:20px;
     margin:0;
 }
 
 /*** 
 
 ====================================================================
             Portfolio Masonry Full Width 
 ====================================================================
 
 ***/
 
 .portfolio-masonry-full-width{
     position: relative;
     padding: 130px 0 0;
 }
 
 .portfolio-masonry-full-width .masonry-items-container{
     margin: 0 -10px;
 }
 
 .portfolio-masonry-full-width .masonry-item{
     padding: 0 10px;
     margin-bottom: 20px;
 }
 
 
 /*** 
 
 ====================================================================
             Portfolio Grid Masonry 
 ====================================================================
 
 ***/
 
 .portfolio-grid-masonry{
     position: relative;
     padding: 130px 0 90px;
 }
 
 .portfolio-grid-masonry .outer-container{ 
     position: relative;
     padding: 0 50px;
 }
 
 .portfolio-grid-masonry .portfolio-item-three{
     margin-bottom: 45px;
 }
 
 .portfolio-grid-masonry .portfolio-item-three .caption-box{
     padding: 35px 0 0;
 }
 
 .portfolio-grid-masonry .portfolio-item-three .caption-box:before{
     display: none;
 }
 
 .portfolio-grid-masonry .portfolio-item-three .caption-box h3{
     margin-bottom: 2px;
 }
 
 /*** 
 
 ====================================================================
         Portfolio Single 
 ====================================================================
 
 ***/
 
 
 .portfolio-single{
     position: relative;
     padding: 175px 0 120px;
 }
 
 .portfolio-single .row{
     position:relative;	
 }
 
 .portfolio-single .image-column{
     position: relative;
     display: block;
 }
 
 .portfolio-single .image-column .image{
     position: relative;
     margin-bottom: 30px;
 }
 
 .portfolio-single .image-column .image img{
     display: block;
     width: 100%;
     height: 100%;
 }
 
 .portfolio-single .content-column{
     position: relative;
 }
 
 .portfolio-single .content-column .inner-column{
     position: relative;
     padding-left: 10px;
     padding-top: 5px;
     padding-bottom: 30px;
 }
 
 .portfolio-single .content-column h2{
     position: relative;
     font-size: 30px;
     line-height: 1.2em;
     color: #222222;
     font-family: 'Gotham-Bold';
     letter-spacing: -.5px;
     margin-bottom: 20px;
 }
 
 .portfolio-single .content-column h4{
     position: relative;
     font-size: 24px;
     line-height: 1.2em;
     color: #222222;
     font-weight: 600;
     letter-spacing: -.5px;
     margin-bottom: 20px;
 }
 
 .portfolio-single .content-column h5{
     position: relative;
     font-size: 15px;
     line-height: 1.2em;
     color: #141414;
     font-weight: 600;
     margin-bottom: 15px;
 }
 
 .portfolio-single .content-column .text{
     position: relative;
     margin-bottom: 50px;
 }
 
 
 .portfolio-single .content-column p{
     font-size: 14px;
     line-height: 26px;
     color: #666666;
     font-weight: 400;
     margin-bottom: 20px;
 }
 
 .portfolio-single .content-column .info-list{
     position: relative;
     margin-bottom: 50px;
 }
 
 .portfolio-single .info-list li{
     position: relative;
     font-size: 16px;
     line-height: 26px;
     color: #666666;
     font-weight: 400;
     margin-bottom: 10px;
 }
 
 .portfolio-single .info-list li span{
     position: relative;
     display: inline-block;
     min-width: 105px;
     font-size: 16px;
     color: #222222;
     font-weight: 500;
     font-family: "Gotham-Medium";
 }
 
 .social-icon-two{
     position: relative;
 }
 
 .social-icon-two li{
     position: relative;
     display: inline-block;
     font-size: 14px;
     color: #222222;
     font-weight: 400;
     margin-right: 20px;
 }
 
 .social-icon-two li a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .social-icon-two li a:hover{
     color: #ffea00;
 }
 
 .load-more-option{
     position: relative;
     display: block;
     width: 100%;
     text-align: center;
     margin-top: 80px;
 }
 
 .load-more-option li{
     position: relative;
 }
 
 .load-more-option .load-more{
     position: relative;
     display: inline-block;
     font-size: 30px;
 }
 
 .arrow-right-3,
 .arrow-left-3{
     display: inline-block;
     height: 64px;
     width: 50px;
     background-image: url(../Img/arrow-left-3.png);
 }
 
 .arrow-right-3{
     background-image: url(../Img/arrow-right-3.png);
 }
 
 
 .load-more-option .load-more a{
     font-size: 22px;
     color: #000000;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .load-more-option .load-more a:hover{
     color: #fc6183;
 }
 
 .portfolio-single .single-item-carousel .image{
     margin-bottom: 0;
 }
 
 .portfolio-single .single-item-carousel{
     margin-bottom: 30px;
 }
 
 .portfolio-single .owl-nav{
     position: absolute;
     width: 100%;
     top: 50%;
     margin-top: -35px;
     z-index: 99;
 }
 
 .portfolio-single .owl-prev, 
 .portfolio-single .owl-next {
     position: absolute;
     left: 20px;
     height: 75px;
     width: 35px;
     line-height: 35px;
     padding: 20px 0;
     font-size: 20px;
     color: #000000;
     font-weight: 400;
     background-color: #ffffff;
     text-align: center;
     -webkit-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     transition: all 300ms ease;
 }
 
 .portfolio-single .owl-next{
     left: auto;
     right: 20px;
 }
 
 /*==============================
    Portfolio Single Style Two
 ================================*/
 .portfolio-single.style-two .image-column .image{
     margin-bottom: 40px;
 }
 
 .portfolio-single.style-two .content-column .inner-column{
     padding-left: 0;
     padding-top: 0;
 }
 
 .portfolio-single.style-two .content-column .text{
     padding-right: 20px;
 }
 
 .portfolio-single.style-two .content-column .info{
     position:relative;
     margin-bottom:30px;	
 }
 
 .portfolio-single.style-two .content-column .info-list{
     margin-top: 50px;
     margin-bottom: 20px;
 }
 
 .portfolio-single.style-two .content-column p,
 .portfolio-single.style-two .content-column h2{
     margin-bottom: 25px;
 }
 
 .portfolio-single.style-two .info-list li{
     margin-bottom: 0;
     font-size: 12px;
     color: #666666;
     line-height: 20px;
     padding: 15px 0;
     border-bottom: 1px solid #eeeeee;
 }
 
 .portfolio-single.style-two .info-list li span{
     font-size: 12px;
     text-transform: uppercase;
     font-weight: 700;
     font-family: "Gotham-bold";
 }
 
 /*==============================
    Portfolio Single Style Three
 ================================*/
 .portfolio-single.style-three .content-column {
     margin-bottom: 95px;
 }
 
 .portfolio-single.style-three .content-column .inner-column{
     padding: 0 40px 0px;
     text-align: center;
 }
 
 .portfolio-single.style-three .content-column .text{
     margin-bottom: 70px;
 }
 
 .portfolio-single.style-three .content-column .info-list{
     margin-bottom: 70px;
 }
 
 .portfolio-single.style-three .content-column p{
     margin-bottom: 25px;
 }
 
 .portfolio-single.style-three .content-column h2{
     font-size: 36px;
     line-height: 1.2em;
     color: #222222;
     margin-bottom: 35px;
 }
 
 .portfolio-single.style-three .info-list li{
     display: inline-block;
     margin-bottom: 0;
     font-size: 14px;
     color: #666666;
     line-height: 20px;
     padding: 15px 0;
     min-width: 205px;
     border-right: 1px solid #eeeeee;
 }
 
 .portfolio-single.style-three .info-list li:last-child{
     border:none;	
 }
 
 .portfolio-single.style-three .info-list li span{
     display: block;
     min-width: 100%;
     font-size: 12px;
     line-height: 22px;
     text-transform: uppercase;
     font-weight: 700;
     font-family: "Gotham-bold";
 }
 
 /*** 
 
 ====================================================================
                     Skill Section
 ====================================================================
 
 ***/
 
 .skill-seciton{
     position: relative;
     padding: 70px 0 30px;
 }
 
 .skill-seciton .progress-column{
     position: relative;
     margin-bottom: 40px;
 }
 
 .skill-seciton .progress-column .inner-column{
     position: relative;
     padding: 0 30px;
 }
 
 .progress-bars{
     position:relative;
 }
 
 .progress-bars .bar-item{
     position:relative;
     margin-bottom:40px;
 }
 
 .progress-bars .bar-item:last-child{
     margin-bottom:0px;
 }
 
 .progress-bars .bar-item .skill-header{
     position:relative;
     margin-bottom: 8px;
 }
 
 .progress-bars .bar-item .skill-header .skill-title{
     position:relative;
     font-size: 12px;
     color: #222222;
     font-weight: 400;
     text-transform: uppercase;
     font-family: 'Gotham-Book';
 }
 
 
 .progress-bars .bar-item .skill-bar{
     position:relative;
     width:100%;
     height:2px;	
     padding-right: 40px;
 }
 
 .progress-bars .bar-item .skill-bar .bar-inner{
     position:relative;
     width:100%;
     overflow:hidden;
     height:2px;
     background:#eeeeee;
     border-radius:2px;
 }
 
 .progress-bars .bar-item .skill-bar .bar-inner .bar{
     position:absolute;
     left:0px;
     top:0px;
     height:2px;
     width:0px;
     z-index: 9;
     border-bottom:2px solid #222222	;
     -webkit-transition:all 2000ms ease;
     -ms-transition:all 2000ms ease;
     -o-transition:all 2000ms ease;
     -moz-transition:all 2000ms ease;
     transition:all 2000ms ease;
 }
 
 .progress-bars .bar-item .skill-percentage{
     position:absolute;
     right: 0;
     top: -15px;
     font-size:14px;
     color: #222222;
     font-weight: 400;
     font-family: 'Gotham-Book';
 }
 
 /*** 
 
 ====================================================================
                     About Me Section
 ====================================================================
 
 ***/
 
 .about-me-seciton{
     position: relative;
     background-color: #f8f8f8;
 }
 
 .about-me-seciton:before{
     position: absolute;
     right: 0;
     top:0;
     height: 100%;
     width: 40%;
     background-color: #0c0c0c;
     content: "";
 }
 
 .about-me-seciton:after{
     position: absolute;
     right: 0;
     top:0;
     height: 100%;
     width: 40%;
     background-image: url(../images/icons/creazy-lines-2.png);
     background-repeat: no-repeat;
     background-position: left top;
     content: "";
 }
 
 .about-me-seciton .content-column{
     position: relative;
     float: left;
     width: 60%;
     background-color: #f8f8f8;
     z-index: 1;
 }
 
 .about-me-seciton .content-column .inner-column{
     position: relative;
     float: right;
     padding: 180px 15px;
     max-width: 970px;
     width: 100%;
 }
 
 .about-me-seciton .content-column .content{
     position: relative;
     max-width: 500px;
 }
 
 .about-me-seciton .content-column .sec-title{
     position: relative;
     z-index: 9;
     margin-bottom: 33px;
 }
 
 .about-me-seciton .content-column .sec-title .title{
     margin-bottom: 12px;
 }
 
 
 .about-me-seciton .content-column .sec-title:before{
     right: 136px;
     left: auto;
     z-index: -1;
 }
 
 .about-me-seciton .content-column .text{
     position: relative;
     margin-bottom: 50px;
 }
 
 .about-me-seciton .content-column .text strong{
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
     color: #222222;
     font-weight: 500;
     font-family: "Gotham-Medium";
     margin-bottom: 20px;
 }
 
 .about-me-seciton .content-column .text p{
     font-size: 14px;
     line-height: 26px;
     color: #666666;
     font-family: "Gotham-Book";
     margin-bottom: 32px;
 }
 
 .about-me-seciton .social-links{
     position: relative;
 }
 
 .about-me-seciton .social-links li{
     position: relative;
     display: inline-block;
     margin-right: 40px;
 }
 
 .about-me-seciton .social-links li a{
     font-size: 26px;
     line-height: 1.2em;
     color: #222222;
     font-weight: 400;
 }
 
 .about-me-seciton .content-column .image-box{
     position: absolute;
     right: -65px;
     bottom: 0;
 }
 
 .about-me-seciton .form-column{
     position: relative;
     float: right;
     width: 40%;
     background-color: #0c0c0c;
 }
 
 .about-me-seciton .form-column h3{
     position: relative;
     font-size: 24px;
     line-height: 1.2em;
     color: #ffffff;
     font-weight: 700;
     font-family: "Gotham-Bold";
     margin-bottom: 5px;
 }
 
 .about-me-seciton .form-column .text{
     display: block;
     font-size: 14px;
     line-height: 26px;
     color: #666666;
     font-weight: 400;
     margin-bottom: 35px;
 }
 
 
 .about-me-seciton .form-column .inner-column{
     position: relative;
     max-width: 480px;
     margin: 0 auto;
     padding: 150px 15px;
     z-index: 1;
 }
 
 .contact-form .form-group{
     position:relative;
     margin-bottom:15px;	
 }
 
 .contact-form .form-group:last-child{
     margin-bottom: 0;
 }
 
 .contact-form .form-group input[type="text"],
 .contact-form .form-group input[type="email"],
 .contact-form .form-group input[type="tel"],
 .contact-form .form-group input[type="date"],
 .contact-form .form-group input[type="url"],
 .contact-form .form-group textarea,
 .contact-form .form-group select{
     position: relative;
     display: block;
     width: 100%;
     font-size: 14px;
     color: #ffffff;
     line-height: 20px;
     padding: 15px 25px;
     border: 1px solid #444444;
     font-weight: 400;
     font-family: "Gotham-Book";
     background-color: transparent;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .contact-form .form-group input:focus,
 .contact-form .form-group select:focus,
 .contact-form .form-group textarea:focus{
     border-color:#ffffff;
 }
 
 .contact-form ::-webkit-input-placeholder{color: #666666;text-transform: uppercase;}
 .contact-form ::-moz-input-placeholder{color: #666666;text-transform: uppercase;}
 .contact-form ::-ms-input-placeholder{color: #666666;text-transform: uppercase;}
 
 
 .contact-form .form-group textarea{
     height: 180px;
     resize: none;
 }
 
 .contact-form button{
     margin-top: 15px;
     min-width: 140px;
 }
 
 /*** 
 
 ====================================================================
                     About Section
 ====================================================================
 
 ***/
 
 .about-section{
     position: relative;
     padding: 100px 0 100px;
 }
 
 .about-section.alternate{
     padding: 50px 0 20px;
 }
 
 .anim-icon-4{
     height: 90px;
     width: 164px;
     background-image: url(../images/icons/anim-icon-4.png);
 }
 
 .about-section .anim-icon-4{
     left: -85px;
     top: 145px;
 }
 
 
 .about-section .sec-title{
     margin-bottom: 140px;
 }
 
 .about-section .sec-title:before{
     top: -80px;
 }
 
 .about-section .content-box{
     position: relative;
     text-align: center;
     
     margin: 0 auto;
 }
 
 .about-section .content-box p{
         position: relative;
     font-size: 22px;
     line-height: 36px;
     margin-bottom: 0;
     color: #3b3b3b;
     font-family: 'Conv_FuturaPTLight';
 }
 
 .about-section .content-box .sign-img{
     position: relative;
     display: inline-block;
     margin-top: 40px;
 }
 
 .about-section .content-box .sign-img img{
     max-width: 100%;
     height: auto;
 }
 
 /*** 
 
 ====================================================================
                         Team section
 ====================================================================
 
 ***/
 
 .team-section{
     position: relative;
     padding: 100px 0 70px;
 }
 
 .team-section .auto-container{
     max-width: 1190px;
 }
 
 .team-section .anim-icon-1{
     top: 220px;
     right: -230px;
 }
 
 .team-section .row{
     margin: 0 -28px;
 }
 
 .team-section .row .team-block{
     padding: 0 28px;
 }
 
 .team-section .sec-title{
     margin-bottom: 100px;
 }
 
 .team-block{
     position: relative;
     margin-bottom: 30px;
 }
 
 .team-block .image-box{
     position: relative;
     text-align:center;
 }
 
 .team-block .image-box h2{
     margin-top: 135px;
     font-size: 46px;
     line-height: 1em;
     color: #222222;
     font-weight: 300;
     font-family: "Gotham-Light";
     text-align: right;
     margin-bottom: 60px;
     letter-spacing: -3px;
 }
 
 
 .team-block .image-box img{
     position: relative;
     display: inline-block;
     max-width: 100%;
     height: auto;
 }
 
 .team-block .image-box .info-box{
     position: absolute;
     left: 0;
     right: 0;
     height:auto;
     max-width: 210px;
     margin: 0 auto;
     background-color: #ffffff;
     z-index: 1;
     bottom: 30px;
     text-align: center;
     padding: 25px 0;
     -webkit-transform: scaleY(0);
     -moz-transform: scaleY(0);
     -ms-transform: scaleY(0);
     -o-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transform-origin: top;
     -moz-transform-origin: top;
     -ms-transform-origin: top;
     -o-transform-origin: top;
     transform-origin: top;
     opacity: 0;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .team-carousel .owl-item.active .team-block .image-box .info-box,
 .team-block .image-box:hover .info-box{
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
     opacity: 1;
 }
 
 .team-block .image-box .info-box .name{
     position: relative;
     display: block;
     font-size: 18px;
     color: #222222;
     font-weight: 700;
     line-height: 1.2em;
     font-family: 'Gotham-Bold';
 }
 
 .team-block .image-box .info-box .name a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .team-block .image-box .info-box .name a:hover{
     color: #ffea00;
 }
 
 .team-block .image-box .info-box .designation{
     display: block;
     line-height: 1.5em;
     font-size: 12px;
     color: #222222;
     font-weight: 300;
 }
 
 .team-block .image-box .info-box ul{
     position: relative;
     padding-top: 35px;
 }
 
 .team-block .image-box .info-box ul:before{
     position: absolute;
     left: 0;
     right: 0;
     margin: 0 auto;
     top: 15px;
     height: 11px;
     width: 53px;
     background-image: url(../images/icons/separator.png);
     background-repeat: no-repeat;
     background-position: center;
     content: "";
 }
 
 .team-block .image-box .info-box ul li{
     position: relative;
     display: inline-block;
     margin:0 10px;
     font-size: 12px;
     line-height: 1.2em;
 }
 
 .team-block .image-box .info-box ul li a{
     display: block;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .team-block .image-box .info-box ul li a:hover{
     color: #ffea00;
 }
 
 .icon-arrow-right,
 .icon-arrow-left{
     height: 20px;
     width: 35px;
     display: inline-block;
     background-image: url(../images/icons/arrow-left.png);
 }
 
 .icon-arrow-right{
     background-image: url(../images/icons/arrow-right.png);
 }
 
 .team-carousel .owl-nav{
     position: absolute;
     left: 0;
     bottom: 0;
     height: 155px;
     width: 100%;
     text-align: center;
     background-color: #f7f7f7;
     padding: 67.5px 0;
 }
 
 .team-carousel .owl-nav:before{
     position: absolute;
     left: 50%;
     top: 65px;
     height: 25px;
     content: "";
     width: 1px;
     background-color: #222222;
 }
 
 .team-carousel .owl-nav .owl-prev,
 .team-carousel .owl-nav .owl-next{
     display: inline-block;
     padding: 0 50px;
 }
 
 .team-section.style-two .row{
     margin: 0 -22px;
 }
 
 .team-section.style-two .row > div{
     padding: 0 22px;
 }
 
 .team-section.style-two .sec-title{
     margin-bottom: 170px;
 }
 
 .team-section.style-two .sec-title:before{
     left: -60px;
 }
 
 .team-section.style-two .team-carousel{
     padding-top: 40px;
     padding-bottom: 176px;
 }
 
 .team-section.style-two .team-carousel .team-block{
     padding: 0;
     opacity:0;
     -webkit-transform:translateY(-150px);
     -ms-transform:translateY(-150px);
     -moz-transform:translateY(-150px);
     transform:translateY(-150px);
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
 }
 
 .team-section.style-two .team-carousel .active .team-block{
     opacity:1;
     -webkit-transform:translateY(0px);
     -ms-transform:translateY(0px);
     -moz-transform:translateY(0px);
     transform:translateY(0px);
     -webkit-transition:all 1000ms ease 300ms;
     -ms-transition:all 1000ms ease 300ms;
     -moz-transition:all 1000ms ease 300ms;
     transition:all 1000ms ease 300ms;
 }
 
 /*** 
 
 ====================================================================
                 Team Page section
 ====================================================================
 
 ***/
 
 .team-page-section{
     position: relative;
     padding: 250px 0 50px;
 }
 
 .team-page-section .auto-container{
     max-width: 1190px;
 }
 
 .team-page-section .sec-title{
     margin-bottom: 170px;
 }
 
 .team-page-section .sec-title:before{
     left: 55%;
     top: -95px;
 }
 
 .team-page-section .sec-title h2:before{
     right: -200px;
     bottom: -40px;
 }
 
 
 .team-page-section .row{
     margin: 0 -30px;
 }
 
 .team-page-section .team-block{
     padding: 0 30px;
     margin-bottom: 55px;
 }
 
 .team-page-section .sec-title h2{
     text-align: right;
 }
 
 .team-page-section .anim-icon-1{
     top: 50%;
     right: -240px;
     margin-top: -105px;
 }
 
 
 /*** 
 
 ====================================================================
                     Testimonial Section
 ====================================================================
 
 ***/
 
 .testimonial-section{
     position: relative;
     padding: 70px 0;
 }
 
 .testimonial-section.alternate{
     padding: 100px 0 200px;
 }
 
 .testimonial-section.alternate .anim-icon-3{
     bottom: 180px;
 }
 
 .anim-icon-3{
     height: 92px;
     width: 164px;
     background-image: url(../images/icons/anim-icon-3.png);
 }
 
 .testimonial-section .anim-icon-3{
     left: -80px;
     bottom: 20px;
 }
 
 .testimonial-carousel{
     position: relative;
     max-width: 800px;
     margin-left: 225px;
     padding-bottom: 70px;
 }
 
 .testimonial-carousel:before{
     position: absolute;
     height: 177px;
     width: 380px;
     left: -95px;
     top: 35px;
     background-image: url(../images/icons/brush.png);
     content: "";
 }
 
 .testimonial-block{
     position: relative;
 }
 
 .testimonial-block .text{
     position: relative;
     font-size: 22px;
     line-height: 32px;
     color: #222222;
     font-weight: 500;
     font-family: 'Gotham-Medium';
     margin-bottom: 40px;
 }
 
 .testimonial-block .name{
     position: relative;
     display: block;
     font-size: 16px;
     color: #222222;
     font-weight: 300;
 }
 
 .testimonial-carousel .owl-dots{
     position: absolute;
     bottom: 0;
     left: 0;
     counter-reset:count;
 }
 
 .testimonial-carousel .owl-dots .owl-dot{
     position:relative;
     display: inline-block;
     left: 0;
     width:40px;
     border-top:1px solid #222222;
     margin-bottom: 20px;
     -moz-transition:all 0.3s ease;
     -webkit-transition:all 0.3s ease;
     -ms-transition:all 0.3s ease;
     -o-transition:all 0.3s ease;
     transition:all 0.3s ease;
 }
 
 .testimonial-carousel .owl-dots .owl-dot:before{
     position: absolute;
     display: inline-block;
     left: 0;
     top: 0px;
     width: 40px;
     height: 40px;
     line-height: 40px;
     text-align: center;
     font-size: 12px;
     color: #000000;
     font-weight: 300;
     opacity: 0;
     counter-increment: count;
     content: "0" counter(count);
     font-family: 'Gotham-Book';
 }
 
 .testimonial-carousel .owl-dots .owl-dot.active{
     border-top-width:2px;
     top:1px;
 }
 
 .testimonial-carousel .owl-dots .owl-dot.active:before{
     opacity: 1;
 }
 
 .testimonial-carousel .owl-nav{
     display: none;
 }
 
 /*** 
 
 ====================================================================
                     News Section
 ====================================================================
 
 ***/
 
 .news-section{
     position: relative;
     padding: 100px 0;
 }
 
 .news-section .inner-container{
     position: relative;
     max-width: 1200px;
     margin: 0 auto;
 }
 
 .news-section .sec-title{
     margin-bottom: 100px;
 }
 
 .news-section .sec-title h2:before{
     right: -150px;
     bottom: -20px;
 }
 
 
 
 .news-section .row{
     margin: 0;
 }
 
 .news-block{
     position: relative;
     padding: 0;
     margin-bottom: 40px;
 }
 
 .news-block:nth-child(3n + 2){
     margin-top: 50px;
 }
 
  
 .news-block .inner-box{
     position: relative;
 }
 
 .news-block .image-box{
     position: relative;
     overflow: hidden;
 }
 
 .news-block .image-box img{
     display: block;
     width: 100%;
     height: auto;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block .inner-box:hover a img{
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
 }
 
 .news-block .lower-content{
     position: relative;
     padding: 30px 20px 0;
 }
 
 .news-block .info{
     position: relative;
     margin-bottom: 10px;
 }
 
 .news-block .info li{
     position: relative;
     display: inline-block;
     font-size: 12px;
     line-height: 20px;
     color: #666666;
     padding-right: 6px;
     margin-right: 5px;
     font-weight: 400;
     font-family: 'Gotham-Book';
 }
 
 .news-block .info li a{
     color: #666666;
 }
 
 .news-block .info li a:hover{
     text-decoration: underline;
 }
 
 .news-block .info li:before{
     position: absolute;
     right: -3px;
     top: 0;
     font-size: 12px;
     line-height: 20px;
     color: #666666;
     content: "-";
 }
 
 .news-block .info li.comment:before,
 .news-block .info li:last-child:before{
     display: none;
 }
 
 .news-block h4{
     position: relative;
     display: block;
     font-size: 24px;
     line-height: 1.2em;
     color: #222222;
     font-weight: 400;
     margin-bottom: 20px;
     letter-spacing: -1px;
     font-family: 'Gotham-Bold';
 }
 
 .news-block h4 a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block h4 a:hover{
     color: #fff582;
 }
 
 .news-block .text{
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     color: #666666;
     font-weight: 300;
     margin-bottom: 25px;
 }
 
 .news-block .link-box{
     position: relative;
 }
 
 .news-block .link-box a{
     display: inline-block;
     font-size: 12px;
     line-height: 20px;
     color: #222222;
     font-weight: 500;
     font-family: 'Gotham-Medium';
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block .link-box a:hover{
     text-decoration: underline;
 }
 
 /*** 
 
 ====================================================================
                     Blog Standard
 ====================================================================
 
 ***/
 
 .blog-standard{
     position: relative;
     padding-right: 20px;
 }
 
 .blog-standard .news-block{
     margin-bottom: 75px;
 }
 
 .blog-standard .news-block:nth-child(3n + 2){
     margin-top: 0;
 }
 
 .blog-standard .news-block .lower-content{
     padding-left: 0;
 }
 
 .blog-standard .news-block h4{
     font-size: 30px;
 }
 
 .blog-standard .styled-pagination{
     position: relative;
     margin-top: 120px;
 }
 
 /*** 
 
 ====================================================================
                 Blog List
 ====================================================================
 
 ***/
 
 .blog-list{
     position: relative;
     padding: 130px 0 150px;
 }
 
 .news-block-two{
     position: relative;
     padding-bottom: 40px;
     margin-bottom: 70px;
     border-bottom: 1px solid #eeeeee;
 }
 
 .news-block-two .inner-box{
     position: relative;
 }
 
 .news-block-two .image-column,
 .news-block-two .content-column{
     margin-bottom:30px;	
 }
 
 
 .news-block-two .image{
     position: relative;
     overflow: hidden;
 }
 
 .news-block-two .image img{
     display: block;
     width: 100%;
     height: auto;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block-two .inner-box:hover img{
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
 }
 
 .news-block-two .content-column{
     position: relative;
 }
 
 .news-block-two .content-column .inner-column{
     position: relative;
     padding-left: 20px;
     padding-top: 22px;
 }
 
 .news-block-two .info{
     position: relative;
     margin-bottom: 12px;
 }
 
 .news-block-two .info li{
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 20px;
     color: #666666;
     padding-right: 6px;
     margin-right: 5px;
     font-weight: 400;
     font-family: 'Gotham-Book';
 }
 
 .news-block-two .info li a{
     color: #666666;
 }
 
 .news-block-two .info li a:hover{
     text-decoration: underline;
 }
 
 .news-block-two .info li:before{
     position: absolute;
     right: -3px;
     top: 0;
     font-size: 12px;
     line-height: 20px;
     color: #666666;
     content: "-";
 }
 
 .news-block-two .info li.tag:before,
 .news-block-two .info li:last-child:before{
     display: none;
 }
 
 .news-block-two h3{
     position: relative;
     display: block;
     font-size: 30px;
     line-height: 1.2em;
     color: #222222;
     margin-bottom: 20px;
     letter-spacing: -.5px;
     font-family: 'Gotham-Bold';
 }
 
 .news-block-two h3 a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block-two h3 a:hover{
     color: #fff582;
 }
 
 .news-block-two .text{
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     color: #666666;
     font-weight: 300;
     margin-bottom: 25px;
 }
 
 .news-block-two .link-box{
     position: relative;
 }
 
 .news-block-two .link-box a{
     display: inline-block;
     font-size: 13px;
     line-height: 20px;
     color: #222222;
     font-weight: 400;
     font-family: 'Gotham-Book';
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block-two .link-box a:hover{
     text-decoration: underline;
 }
 
 .blog-list .btn-box{
     position: relative;
     text-align: center;
     margin-top: 100px;
 }
 
 .blog-list .btn-box a{
     position: relative;
     display: inline-block;
     padding: 15px 30px;
 } 
 
 
 .blog-list .btn-box a:before{
     position: absolute;
     left: 4px;
     top: 5px;
     height: 58px;
     width: 214px;
     background-image: url(../images/icons/brush-2.png);
     background-repeat: no-repeat;
     background-position: center;
     content: "";
     z-index: -1;
 }
 
 /*** 
 
 ====================================================================
                 Blog Grid
 ====================================================================
 
 ***/
 
 .blog-grid{
     position: relative;
     padding: 130px 0 65px;
 }
 
 /*=== News Block Three ===*/
 
 .news-block-three{
     position: relative;
     margin-bottom: 75px;
 }
  
 .news-block-three .inner-box{
     position: relative;
 }
 
 .news-block-three .image-box{
     position: relative;
     overflow: hidden;
 }
 
 .news-block-three .image-box img{
     display: block;
     width: 100%;
     height: auto;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block-three .inner-box:hover img{
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
 }
 
 .news-block-three .lower-content{
     position: relative;
     padding: 45px 0 0;
 }
 
 .news-block-three .info{
     position: relative;
     margin-bottom: 8px;
 }
 
 .news-block-three .info li{
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 20px;
     color: #666666;
     padding-right: 6px;
     margin-right: 5px;
     font-weight: 400;
     font-family: 'Gotham-Book';
 }
 
 .news-block-three .info li a{
     color: #666666;
 }
 
 .news-block-three .info li a:hover{
     text-decoration: underline;
 }
 
 .news-block-three .info li:before{
     position: absolute;
     right: -3px;
     top: 0;
     font-size: 12px;
     line-height: 20px;
     color: #666666;
     content: "-";
 }
 
 .news-block-three .info li.comment:before,
 .news-block-three .info li:last-child:before{
     display: none;
 }
 
 .news-block-three h4{
     position: relative;
     display: block;
     font-size: 22px;
     line-height: 1.2em;
     color: #222222;
     margin-bottom: 18px;
     letter-spacing: -.5px;
     font-family: 'Gotham-Bold';
 }
 
 .news-block-three h4 a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block-three h4 a:hover{
     color: #fff582;
 }
 
 .news-block-three .text{
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     color: #666666;
     font-weight: 300;
     margin-bottom: 25px;
 }
 
 .news-block-three .link-box{
     position: relative;
 }
 
 .news-block-three .link-box a{
     display: inline-block;
     font-size: 12px;
     line-height: 20px;
     color: #222222;
     font-weight: 500;
     font-family: 'Gotham-Medium';
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block-three .link-box a:before{
     position: absolute;
     left: 3px;
     top: -3px;
     height: 27px;
     width: 101px;
     background-image: url(../images/icons/brush-4.png);
     content: "";
     z-index: -1;
 }
 
 .news-block-three .link-box a:hover{
     text-decoration: underline;
 }
 
 /*=== News BLock Four ===*/
 .news-block-four{
     position: relative;
     margin-bottom: 75px;
 }
  
 .news-block-four .inner-box{
     position: relative;
 }
 
 .news-block-four .image-box{
     position: relative;
     overflow: hidden;
 }
 
 .news-block-four .image-box img{
     display: block;
     width: 100%;
     height: auto;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block-four .inner-box:hover img{
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
     transform: scale(1.1);
 }
 
 .news-block-four .lower-content{
     position: relative;
     padding: 35px 30px 0 0;
 }
 
 .news-block-four h4{
     position: relative;
     display: block;
     font-size: 22px;
     line-height: 1.2em;
     color: #222222;
     margin-bottom: 5px;
     letter-spacing: -.5px;
     font-family: 'Gotham-Bold';
 }
 
 .news-block-four h4 a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block-four h4 a:hover{
     color: #fff582;
 }
 
 
 .news-block-four .info{
     position: relative;
     margin-bottom: 15px;
 }
 
 .news-block-four .info li{
     position: relative;
     display: inline-block;
     font-size: 13px;
     line-height: 20px;
     color: #666666;
     padding-right: 6px;
     margin-right: 5px;
     font-weight: 400;
     font-style: italic;
     font-family: 'Gotham-Book';
 }
 
 .news-block-four .info li a{
     color: #666666;
 }
 
 .news-block-four .info li a:hover{
     text-decoration: underline;
 }
 
 .news-block-four .info li:before{
     position: absolute;
     right: -3px;
     top: 0;
     font-size: 12px;
     line-height: 20px;
     color: #666666;
     content: "-";
 }
 
 .news-block-four .info li:last-child:before{
     display: none;
 }
 
 .news-block-four .text{
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 26px;
     color: #666666;
     font-weight: 300;
     margin-bottom: 25px;
 }
 
 .news-block-four .link-box{
     position: relative;
 }
 
 .news-block-four .link-box a{
     display: inline-block;
     font-size: 12px;
     line-height: 20px;
     color: #222222;
     font-weight: 500;
     font-family: 'Gotham-Medium';
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .news-block-four .link-box a:before{
     position: absolute;
     left: 3px;
     top: -3px;
     height: 27px;
     width: 101px;
     background-image: url(../images/icons/brush-4.png);
     content: "";
     z-index: -1;
 }
 
 .news-block-four .link-box a:hover{
     text-decoration: underline;
 }
 
 
 /*** 
 
 ====================================================================
                     Blog Single
 ====================================================================
 
 ***/
 
 .blog-single{
     position: relative;
     padding-right: 20px;
 }
 
 .blog-single .news-block{
     margin-bottom: 50px;
 }
 
 .blog-single .news-block .lower-content{
     padding-left: 0;
 }
 
 .blog-single .news-block h4{
     font-size: 30px;
 }
 
 .blog-single .news-block p{
     position: relative;
     font-size: 14px;
     line-height: 26px;
     color: #666666;
     margin-bottom: 30px;
 }
 
 .blog-single blockquote{
     position: relative;
     max-width: 590px;
     font-size: 22px;
     line-height: 32px;
     color: #222222;
     font-weight: 500;
     font-family: "Gotham-Medium";
     padding: 30px 0;
     margin:0 auto 30px;
     border: 0;
 }
 
 .blog-single blockquote:before{
     position: absolute;
     left: -60px;
     top: 55px;
     background-image: url(../images/icons/brush-5.png);
     height: 93px;
     width: 199px;
     content: '';
     z-index: -1;
 }
 
 
 .blog-single blockquote cite{
     display: block;
     margin-top: 25px;
     font-size: 16px;
     line-height: 20px;
     color: #222222;
     font-weight: 300;
     font-family: "Gotham-Light";
     font-style: normal;
 }
 
 .blog-single figure{
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
 }
 
 .blog-single .styled-pagination{
     position: relative;
     margin-top: 120px;
 }
 
 .blog-single .other-option{
     position: relative;
     padding-bottom: 35px;
     border-bottom: 1px solid #eeeeee;
     margin-bottom: 75px;
 }
 
 .blog-single .other-option .tags{
     position: relative;
     text-align: right;
     width: 50%;
     padding-right: 30px;
 }
 
 .blog-single .other-option .tags li{
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 30px;
     color: #666666;
     font-weight: 400;
 }
 
 .blog-single .other-option .tags li a{
     color: #666666;
 }
 
 .blog-single .other-option .tags li a:hover{
     text-decoration:underline;
 }
 
 .blog-single .other-option .social-links{
     position: relative;
     text-align: left;
     width: 50%;
     padding-left: 30px;
 }
 
 .blog-single .other-option .social-links li{
     position: relative;
     display: inline-block;
     margin-right: 22px;
 }
 
 .blog-single .other-option .social-links li a{
     display: block;
     font-size: 14px;
     line-height: 30px;
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .blog-single .other-option .social-links li a:hover{
     color: #fff582;
 }
 
 
 /*** 
 
 ====================================================================
                 Error Page
 ====================================================================
 
 ***/
 
 .error-section{
     position:relative;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     text-align:center;
     padding:280px 0px 300px;
 }
 
 .error-section .error-image{
     position: relative;
     text-align:center;
     margin-bottom: 52px;
 }
 
 .error-section .error-image img{
     position:relative;
     display:inline-block;
     max-width:100%;
     height: auto;
 }
 
 .error-section h3{
     position:relative;
     font-size:28px;
     line-height:1.2em;
     color:#ffffff;
     font-weight:200;
     font-family: 'Gotham-Thin';
     margin-bottom: 20px;
 }
 
 .error-section .text{
     font-size:16px;
     line-height: 26px;
     color:#cccccc;
     font-weight:300;
     margin-bottom:53px;
     font-family: "Gotham-Light";
 }
 
 .error-section .theme-btn{
     padding: 16px 40px;
 }
 
 
 /*** 
 
 ====================================================================
                 Styled Pagination
 ====================================================================
 
 ***/
 
 .styled-pagination{
     position:relative;
 }
 
 .styled-pagination ul{
     position:relative;
     display: inline-block;	
 }
 
 .styled-pagination ul:before{
     position: absolute;
     left: -60px;
     top: -25px;
     height: 113px;
     width: 200px;
     background-image: url(../images/icons/dots-2.png);
     background-position: center;
     background-repeat: no-repeat;
     content: "";
 }
 
 
 .styled-pagination li{
     position:relative;
     display: inline-block;
     margin-right: 8px;
 }
 
 .styled-pagination li a{
     position:relative;
     display:block;
     font-size:18px;
     color:#222222;
     font-weight:300;
     font-family: "Gotham-Light";
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
 }
 
 .styled-pagination li a:hover,
 .styled-pagination li a.active{
     text-decoration: underline;
 }
 
 
 /*** 
 
 ====================================================================
                     Clients Section
 ====================================================================
 
 ***/
 
 .clients-section{
     position:relative;
     padding:90px 0px 20px;
 }
 
 .clients-section .sponsors-outer{
     position:relative;
     margin-bottom: 90px;
 }
 
 .clients-section .sponsors-outer .owl-dots,
 .clients-section .sponsors-outer .owl-nav{
     position:relative;
     display:none;
 }
 
 .clients-section .sponsors-outer .image-box{
     position:relative;
     text-align:center;
     width:80%;
 }
 
 .clients-section .sponsors-outer .image-box img{
     max-width:100%;
     width:auto;
     display:inline-block;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
 }
 
 .clients-section .sponsors-outer .image-box img:hover{
     -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
     -ms-transform: scale(1.2);
     -o-transform: scale(1.2);
     transform: scale(1.2);
 }
 
 /*** 
 
 ====================================================================
                     Contact Info Section
 ====================================================================
 
 ***/
 
 .contact-info-section{
     position: relative;
     padding: 230px 0 120px;
 }
 
 .contact-info-section .anim-icon-2{
     left: 50%;
     bottom: 0;
     margin-left: -67px;
 }
 
 
 .contact-info-section .sec-title{
     margin-bottom: 150px;
 }
 
 .contact-info-section .sec-title:before{
     top: -108px;
 }
 
 .contact-info-section .sec-title h2:before{
     bottom: -20px;
 }
 
 .contact-info-section .contact-info-list{
     position: relative;
     text-align: center;
 }
 
 .contact-info-section .contact-info-list li{
     position: relative;
     display: inline-block;
     font-size: 16px;
     line-height: 26px;
     color: #222222;
     font-weight: 400;
     font-family: 'Gotham-Book';
     margin:0 65px 30px;
 }
 
 .contact-info-section .contact-info-list li a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .contact-info-section .contact-info-list li a:hover{
     text-decoration: underline;
 }
 
 .contact-info-section .contact-info-list li strong{
     font-weight: 500;
     font-family: "Gotham-Medium";
 }
 
 
 .contact-info-section .contact-info-list li:before{
     position: absolute;
     left: -72px;
     top: 5px;
     height: 15px;
     width: 14px;
     background-image: url(../images/icons/icon-star.png);
     content: "";
 }
 
 .contact-info-section .contact-info-list li:nth-child(3n + 3):after{
     position: absolute;
     right: -72px;
     top: 5px;
     height: 15px;
     width: 14px;
     background-image: url(../images/icons/icon-star.png);
     content: "";
 }
 
 
 /***
 
 ==================================================================
                 Contact Section
 ==================================================================
 
 ***/
 
 .contact-section{
     position: relative;
     padding: 130px 0 140px;
 }
 
 .contact-section .sec-title{
     margin-bottom: 85px;
 }
 
 .contact-section .sec-title:before{
     display: none;
 }
 
 .contact-section .sec-title h2{
     font-size: 36px;
 }
 
 .contact-section .sec-title h2:before{
     left: 50%;
     margin-left: -160px;
     bottom: -30px;
 }
 
 .contact-form.style-two{
     max-width: 780px;
     margin:0 auto;
 }
 
 .contact-form.style-two .form-group input[type="text"],
 .contact-form.style-two .form-group input[type="email"],
 .contact-form.style-two .form-group input[type="tel"],
 .contact-form.style-two .form-group input[type="date"],
 .contact-form.style-two .form-group input[type="url"],
 .contact-form.style-two .form-group textarea,
 .contact-form.style-two .form-group select{
     border: 1px solid #dddddd;
     font-size: 14px;
     color: #666666;
 }
 
 .contact-form.style-two .form-group input:focus,
 .contact-form.style-two .form-group select:focus,
 .contact-form.style-two .form-group textarea:focus{
     border-color:#000000;
 }
 
 .contact-form.style-two ::-webkit-input-placeholder{color: #666666; text-transform: uppercase;}
 .contact-form.style-two ::-moz-input-placeholder{color: #666666; text-transform: uppercase;}
 .contact-form.style-two ::-ms-input-placeholder{color: #666666; text-transform: uppercase;}
 
 
 .contact-form.style-two button{
     margin-top: 25px;
     text-transform: uppercase;
     font-family: "Gotham-book";
 }
 
 .contact-form .form-group label.error{
     position:relative;
     display:block;
     line-height:24px;
     padding-top:5px;
     color:#ff0000;
     font-size:13px;
     text-transform:capitalize;
     font-family: "Gotham-Book";
     font-weight:400;	
 }
 
 
 /***
 
 ==================================================================
                 Contact Map Section
 ==================================================================
 
 ***/
 
 .map-section{
     position: relative;
 }
 
 .map-section .inner-container{
     position: relative;
 }
 
 
 .map-section .map-canvas{
     position: relative;
     height: 600px;
     width: 100%;
 }
 
 .map-data{
     text-align:center;
     font-size:14px;
     font-weight:400;
     line-height:1.8em;
 }
 
 .map-data a{
     display: block;
 }
 
 .map-data h6{
     font-size:16px;
     font-weight:700;
     text-align:center;
     margin-bottom:5px;
     color:#121212;
 }
 
 
 /*** 
 
 ====================================================================
                     Main Footer
 ====================================================================
 
 ***/
 
 .main-footer{
     position: relative;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     padding: 0px 0px 20px 0px;
     
 }
 
 .main-footer .logo-box{
     position: relative;
     display: block;
     margin-bottom: 40px;
 }
 
 .main-footer .logo-box img{
     max-width: 100%;
     height: auto;
 }
 
 .main-footer .logo-box p{
     position: relative;
     font-size: 14px;
     line-height: 26px;
     color: #ffffff;
     font-weight: 300;
     opacity: .50;
     margin-top: 10px;
 }
 
 .main-footer .social-links{
     position: relative;
     display: block;
     margin-bottom: 85px;
 }
 
 .main-footer .social-links li{
     position: relative;
     display: inline-block;
     margin:0 10px;
 }
 
 .main-footer .social-links li a{
     display: block;
     font-size: 14px;
     color: #ffffff;
     font-weight: 400;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .main-footer .social-links li a:hover{
     color: #ffea00;
 }
 
 .main-footer .footer-nav{
     position: relative;
     display: block;
 }
 
 .main-footer .footer-nav li{
     position: relative;
     display: inline-block;
     margin: 0 20px;
 }
 
 .main-footer .footer-nav li:before{
     position: absolute;
     left: 50%;
     bottom: 0;
     width: 0px;
     height: auto;
     border-bottom: 1px dashed #ffffff;
     content: "";
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .main-footer .footer-nav li.current:before,
 .main-footer .footer-nav li:hover:before{
     width: 100%;
     left: 0;
 }
 
 .main-footer .footer-nav li a{
     position: relative;
     display: block;
     font-size: 14px;
     color: #ffffff;
     font-weight: 400;
     padding: 0 5px 5px;
     opacity: .50;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .main-footer .footer-nav li.current a,
 .main-footer .footer-nav li a:hover{
     opacity: 1;
 }
 
 
 .main-footer.style-two{
     position: relative;
     padding: 95px 0;
     background-color: #ffffff;
 }
 
 .main-footer.style-two.alternate{
     padding: 60px 0 95px;
 }
 
 
 .main-footer.style-two .contact-column{
     position: relative;
     text-align: left;
 }
 
 .main-footer .contact-info-list{
     position: relative;
 }
 
 .main-footer .contact-info-list li{
     position: relative;
     display: block;
     font-size: 16px;
     line-height: 26px;
     color: #222222;
     font-weight: 300;
     font-family: 'Gotham-book';
 }
 
 .main-footer .contact-info-list li a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 
 .main-footer.style-two .social-links li a:hover,
 .main-footer .contact-info-list li a:hover{
     color: #ffea00;
 }
 
 
 
 .main-footer .contact-info-list li strong{
     display: inline-block;
     font-weight: 500;
     font-family: 'Gotham-Medium';
 }
 
 
 .main-footer.style-two .logo-column{
     position: relative;
     text-align: center;
     margin-bottom: 20px;
 }
 
 .main-footer.style-two .copyright-text{
     display: inline-block;
     font-size: 14px;
     line-height: 24px;
     margin-top: 3px;
     color: #222222;
     font-weight: 300;
 }
 
 
 .main-footer.style-two .social-column{
     position: relative;
     text-align: right;
 }
 
 .main-footer.style-two .social-links{
     margin-bottom: 0;
     margin-top: 10px;
 }
 
 .main-footer.style-two .social-links li{
     margin-right: 0;
     margin-left: 20px;
 }
 
 .main-footer.style-two .social-links li a{
     color: #222222;
     font-size: 16px;
 }
 
 /***
 
 ==================================================================
             Sidebar Page Container
 ==================================================================
 
 ***/
 
 .sidebar-page-container{
     position: relative;
     padding: 130px 0 155px; 
 }
 
 .sidebar-page-container.alternate{
     padding-bottom: 80px;
 }
 
 .sidebar-page-container .sidebar-side,
 .sidebar-page-container .content-side{
     position: relative;
     margin-bottom: 50px;
 }
 
 .sidebar-widget{
     position: relative;
     margin-bottom:60px;
 }
 
 .sidebar-side .sidebar-widget:last-child{
     margin-bottom: 0;
 }
 
 .sidebar-side .sidebar-title{
     position: relative;
     margin-bottom: 20px;
 }
 
 .sidebar-side .sidebar-title h3{
     position: relative;
     display: inline-block;
     font-size: 18px;
     color: #222222;
     line-height: 30px;
     font-weight: 700;
     text-transform: capitalize;
     font-family: "Gotham-Bold";
 }
 
 /*=== Categories ===*/
 
 .category-list{
     position: relative;
 }
 
 .category-list li{
     position: relative;
 }
 
 .category-list li:last-child{
     margin-bottom: 0;
 }
 
 .category-list li a{
     position: relative;
     display: inline-block;
     font-size: 14px;
     line-height: 30px;
     color: #666666;
     font-weight: 400;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .category-list li a:hover{
     color: #000000;
     text-decoration:underline;
 }
 
 /*=== Latest News ===*/
 
 .popular-post .post{
     position: relative;
     margin-bottom: 28px;
 }
 
 .popular-post .post:last-child{
     margin-bottom: 0px;
 }
 
 .popular-post .post h5{
     position: relative;
     font-size: 14px;
     line-height: 24px;
     color: #666666;
     font-weight: 400;
     font-family: "Gotham-book";
     margin-bottom: 7px;
 }
 
 .popular-post .post h5 a{
     color: #666666;
     display: inline-block;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .popular-post .post h5 a:hover{
     color: #000000;
     text-decoration:underline;
 }
 
 .popular-post .post .date{
     position: relative;
     display: block;
     font-size: 12px;
     line-height: 23px;
     color: #bbbbbb;
 }
 
 /*Search Box Widget*/
 
 .sidebar .search-box{
     position: relative;
 }
 
 .sidebar .search-box .form-group{
     position:relative;
     margin:0px;	
 }
 
 .sidebar .search-box .form-group input[type="text"],
 .sidebar .search-box .form-group input[type="search"]{
     position:relative;
     display:block;
     font-size:14px;
     color:#000000;
     line-height:25px;
     padding:0 0 15px;
     padding-right: 40px;
     height:40px;
     width:100%;
     border-bottom:1px solid #222222;
     background-color: #ffffff;
     transition:all 500ms ease;
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
 }
 
 .search-box ::-webkit-input-placeholder{color: #999999;}
 .search-box ::-moz-input-placeholder{color: #999999;}
 .search-box ::-ms-input-placeholder{color: #999999;}
 
 
 .sidebar .search-box .form-group button{
     position:absolute;
     right:0;
     top: 0;
     width:40px;
     font-size:16px;
     line-height: 30px;
     text-align:center;
     color:#555555;
     font-weight:400;
     background-color: transparent;
     transition:all 500ms ease;
     -moz-transition:all 500ms ease;
     -webkit-transition:all 500ms ease;
     -ms-transition:all 500ms ease;
     -o-transition:all 500ms ease;
 }
 
 .sidebar .search-box .form-group button:hover{
     color: #000000;
 }
 
 
 /*=== Gallery Widget ===*/
 
 .sidebar .gallery-widget .widget-title{
     margin-bottom: 30px;
 }
 
 .sidebar .gallery-widget .gallery-outer{
     position:relative;
     margin:0px -5px;
 }
 
 .sidebar .gallery-widget .gallery-outer .image{
     position:relative;
     float:left;
     width: 40%;
     padding:0px 5px;
     margin-bottom:10px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
     overflow: hidden;
 }
 
 .sidebar .gallery-widget .gallery-outer .image img{
     display:block;
     width:100%;	
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
     border-radius: 5px;
 }
 
 .sidebar .gallery-widget .btn-box{
     position: relative;
     display: block;
     margin-top: 25px;
     text-align: center;
 }
 
 .sidebar .gallery-widget .btn-box a{
     padding: 8px 45px;
 }
 
 /*=== Tags ===*/
 
 .tag-list{
     position: relative;
     display: block;
 }
 
 .tag-list li{
     position: relative;
     float: left;
     padding-right: 7px;
     margin-right: 7px;
 } 
 
 .tag-list li:before{
     position: absolute;
     right: -2px;
     font-size: 14px;
     color: #666666;
     line-height: 26px;
     content: "|";
     z-index: 1;
 }
 
 .tag-list li:last-child:before{
     display: none;
 }
 .tag-list li a{
     position: relative;
     display: block;
     font-size: 14px;
     color: #666666;
     line-height: 26px;
     text-transform: capitalize;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .tag-list li a:hover{
     color: #000000;
     text-decoration: underline;
 }
 
 /*=== Social Widget ===*/
 
 .social-widget{
     position: relative;
 }
 
 .social-widget .sidebar-title{
     margin-bottom: 20px;
 }
 
 .social-icon-three{
     position: relative;
 }
 
 .social-icon-three li{
     position: relative;
     display: inline-block;
     font-size: 14px;
     color: #222222;
     font-weight: 400;
     margin-right: 20px;
 }
 
 .social-icon-three li a{
     color: #111111;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .social-icon-three li a:hover{
     color: #ffea00;
 }
 
 /*** 
 
 ====================================================================
                 Comment Area
 ====================================================================
 
 ***/
 
 .group-title{
     position: relative;
     display: block;
     margin-bottom: 40px;
 }
 
 .group-title h4{
     position: relative;
     font-size: 18px;
     line-height: 28px;
     color: #222222;
     font-weight: 700;
     margin-bottom: 40px;
     text-transform: uppercase;
     font-family: "Gotham-Bold";
 }
 
 .comments-area{
     position:relative;
     margin-bottom:70px;
 }
 
 .comments-area .comment-box{
     position:relative;
 }
 
 .comments-area .comment-box:last-child{
     margin-bottom: 0;
 }
 
 .comments-area .comment{
     position:relative;
     min-height: 80px;
     padding-left: 110px;
     margin-bottom: 65px;
 }
 
 .comments-area .comment-box .author-thumb{
     position:absolute;
     left:0px;
     top:0px;
     width:80px;
     height:80px;
     margin-bottom:20px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
     border-radius: 50%;
     overflow: hidden;
 }
 
 .comments-area .comment-box .author-thumb img{
     width:100%;
     display:block;
 }
 
 .comments-area .comment-box .date{
     position: relative;
     display: block;
     font-size: 14px;
     line-height: 20px;
     color: #666666;
     top: -3px;
     font-weight: 400;
     margin-bottom: 10px;
 }
 
 
 .comments-area .comment-box .name{
     position: relative;
     font-size:16px;
     line-height: 22px;
     color:#222222;
     font-weight:500;
     display:block;
     text-transform:capitalize;
     font-family: "Gotham-Medium";
     margin-bottom: 7px;
 }
 
 .comments-area .comment-box .text{
     font-size: 14px;
     line-height: 26px;
     color:#666666;
     font-weight: 400;
 }
 
 .comments-area .comment-box .reply-btn{
     position: absolute;
     right: 0;
     top: 0;
     display: inline-block;
     font-size: 12px;
     color: #222222;
     line-height: 20px;
     font-weight: 500;
     font-family: "Gotham-Medium";
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .comments-area .comment-box .reply-btn:before{
     position: absolute;
     left: -23px;
     top: -2px;
     height: 23px;
     width: 85px;
     background-image: url(../images/icons/brush-6.png);
     background-repeat: no-repeat;
     content: '';
     z-index: -1;
 }
 
 .comments-area .comment-box .reply-btn:hover{
     text-decoration: underline;
 }
 
 /*** 
 
 ====================================================================
                 Comment Form
 ====================================================================
 
  ***/
 
 .sidebar-page-container .comment-form{
      position: relative;
 }
 
 .comment-form .form-group{
     position:relative;
     margin-bottom:15px;	
 }
 
 .comment-form .form-group:last-child{
     margin-bottom: 0;
 }
 
 .comment-form .form-group input[type="text"],
 .comment-form .form-group input[type="email"],
 .comment-form .form-group input[type="tel"],
 .comment-form .form-group input[type="url"],
 .comment-form .form-group textarea,
 .comment-form .form-group select{
     position: relative;
     display: block;
     width: 100%;
     font-size: 14px;
     line-height: 20px;
     color: #666666;
     font-weight: 500;
     padding: 15px 20px;
     text-align: right;
     border: 1px solid #dddddd;
     -webkit-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .comment-form .form-group input:focus,
 .comment-form .form-group select:focus,
 .comment-form .form-group textarea:focus{
     border-color:#000000;
 }
 
 .comment-form .form-group textarea{
     height: 150px;
     resize: none;
 }
 
 .comment-form .form-group input[type="submit"],
 .comment-form button{
     margin-top: 15px;
 }
 
 
 
 .rddd1{color:#1e4b8d !important; background:#fff;}
 
 /*** 
 
 ====================================================================
         Shop Page Section
 ====================================================================
 
 ***/
 
 .shop-upper-box{
     position: relative;
     margin-bottom: 50px;
 }
 
 .shop-upper-box .items-label{
     position: relative;
     font-size: 12px;
     line-height: 26px;
     color: #666666;
     padding: 10px 0;
     text-transform: uppercase;
 }
 
 .sort-by .ui-selectmenu-button.ui-button{
     position:relative;
     display:block;
     height:46px;
     width:100%;
     font-size: 12px;
     color: #666666;
     min-width: 265px;
     line-height:24px;
     text-align: left;
     padding:10px 20px;
     font-weight: 400;
     border: 1px solid #dddddd;
     text-transform:uppercase;
     background:#ffffff;
 }
 
 .sort-by .ui-button .ui-icon{
     background:none;
     position:relative;
     top: -11px;
     right: -20px;
     text-indent: 0px;
     color: #dddddd;
     height: 46px;
     width: 50px;
     border-left: 1px solid #dddddd;
 }
 
 .sort-by .ui-button .ui-icon:before{
     font-family: 'FontAwesome';
     content: "\f107";
     font-weight: 900;
     position:absolute;
     right:0px;
     top: 0;
     height: 46px;
     width: 50px;
     line-height: 46px;
     display:block;
     color:#aaaaaa;
     font-size:16px;
     text-align:center;
     z-index:5;
 }
 
 .ui-state-active,
 .ui-widget-content .ui-state-active, 
 .ui-widget-header .ui-state-active, 
 a.ui-button:active, .ui-button:active, 
 .ui-button.ui-state-active:hover{
     background-color: #ecba00;
     border-color: #ecba00;
 }
 
 .ui-menu .ui-menu-item{
     font-size:14px;
     font-weight: 400;
     color: #333333;
     border: 0;
     border-bottom:1px solid #c5c5c5;
 }
 
 .ui-menu .ui-menu-item:last-child{
     border:none;	
 }
 
 .ui-menu .ui-menu-item-wrapper{
     position: relative;
     display: block;
     padding: 8px 25px;
     font-size: 14px;
     font-weight: 400;
     line-height: 24px;
 }
 
 .shop-item {
     position: relative;
     margin-bottom: 55px;
 }
 
 .shop-item .inner-box{
     position: relative;
 }
 
 .shop-item .image{
     position: relative;
     overflow: hidden;
 }
 
 .shop-item .image img{
     display: block;
     width: 100%;
 }
 
 .shop-item .sale{
     position: absolute;
     left: 0;
     top: 20px;
     font-size: 11px;
     color: #ffffff;
     font-weight: 500;
     background-color: #49c100;
     line-height: 20px;
     padding: 0 5px;
     min-width: 60px;
     letter-spacing: .5px;
     text-align: right; 
     text-transform: uppercase;
     font-family: "Gotham-Medium";
 }
 
 .shop-item .sale.on{
     background-color: #ff9000;
     min-width: 85px;
 }
 
 .shop-item .btn-box{
     position: absolute;
     left: 0;
     bottom:-100px;
     width: 100%;
     background-color: #ffffff;
     text-align: center;	
     -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -ms-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease;
 }
 
 .shop-item .inner-box:hover .btn-box{
     bottom: 0;
 }
 
 .shop-item .btn-box .cart-btn{
     position: relative;
     display: block;
     font-size: 12px;
     line-height: 30px;
     color: #222222;
     padding: 15px 25px;
     background-color: #ffffff;
     -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -ms-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease;
 }
 
 .shop-item .btn-box .cart-btn i{
     margin-right: 5px;
     font-size: 16px;
     color: #666666;
     -webkit-transition: all 400ms ease;
     -moz-transition: all 400ms ease;
     -ms-transition: all 400ms ease;
     -o-transition: all 400ms ease;
     transition: all 400ms ease;
 }
 
 .shop-item .btn-box .cart-btn:hover i{
     color: #ffffff;
 }
 
 .shop-item .btn-box .cart-btn:hover{
     background-color: #222222;
     color: #ffffff;
 }
 
 .shop-item .lower-content{
     position: relative;
     padding: 30px 0px 0;	
 }
 
 .shop-item .lower-content h3{
     position: relative;
     font-size: 16px;
     color: #222222;
     line-height: 1.2em;
     font-weight: 500;
     font-family: "Gotham-Medium";
     text-transform: capitalize;
     margin-bottom: 7px;
 }
 
 .shop-item .lower-content h3 a{
     color: #222222;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 } 
 
 .shop-item .lower-content h3 a:hover{
     color: #ecba00;
 }	
 
 .shop-item .lower-content .price{
     position: relative;
     display: block;
     font-size: 14px;
     color: #666666;
     line-height: 24px;
     margin-bottom: 18px;
 }
 
 
 .shop-item .lower-content .price del{
     color: #666666;
     text-decoration: line-through;
     margin-right: 10px;
 }
 
 
 .shop-item .lower-content .rating {
     position: relative;
     font-size: 15px;
     line-height: 20px;
     color: #666666;
     font-weight: 400;
 }
 
 .shop-item .lower-content .rating span{
     display: inline-block;
     margin: 0 1px;
 }
 
 
 .shop-item .lower-content .rating .fa.light{
     color: #cccccc;
 }
 
 
 /*=======================
     Shop Sidebar
 ========================*/
 .shop-sidebar{
     position: relative;
     padding-top: 100px;
 }
 
 .shop-sidebar .sidebar-title{
     margin-bottom: 15px;
 }
 
 /*Sidebar Range slider */
 .range-slider-one{
     position:relative;
 }
 
 .range-slider-one .title{
     position:relative;
     float:left;
     color:#222222;
     font-size:14px;
     line-height: 20px;
     padding: 10px 0;
     font-weight:400;
 }
 
 .range-slider-one .title:before{
     position:absolute;
     content:'$';
     right:-14px;
     top:10px;
     color:#222222;
     line-height: 20px;
     font-size:14px;
     font-weight:400;
 }
 
 .range-slider-one .input{
     float:right;
     left: 8px;
     max-width:75px;
     padding-left:8px;
     position: relative;
 }
 
 .range-slider-one .input input{
     background:none;
     color:#222222;
     font-size:14px;
     line-height: 40px;
     font-weight:400;
     max-width:100px;
     text-align:left;
 }
 
 .range-slider-one .ui-widget.ui-widget-content{
     height:3px;
     border:none;
     margin-top: 10px;
     margin-bottom:30px;
     background-color: #efefef;
 }
 
 .range-slider-one .ui-slider .ui-slider-range{
     top:0px;
     height:2px;
     background:#ecba00;	
 }
 
 .range-slider-one .ui-state-default,
 .range-slider-one .ui-widget-content .ui-state-default{
     top:-4px;
     width:10px;
     height:10px;
     z-index: 99;
     background:#ecba00;
     cursor:pointer;	
     border:0;
     border-radius: 50%;
 }
 
 .range-slider-one .theme-btn{
     display: inline-block;
     position: relative;
     font-size: 12px;
     color: #ffffff;
     line-height: 18px;
     padding: 10px 26px;
     font-weight: 400;
     text-transform: uppercase;
     background-color: #222222;
     border: 1px solid #222222;
 }
 
 .range-slider-one .theme-btn:hover{
     background-color: #ffffff;
     color: #222222;
 }
 
 /*=== Category List ===*/
 .sho-sidebar .category-list li{
     position: relative;
     padding-left: 15px;
 }
 
 
 .sho-sidebar .category-list li:before{
     position: absolute;
     left: 0;
     top: 0;
     font-size: 14px;
     line-height: 30px;
     color: #666666;
     font-weight: 400;
     content: "\f0da";
     font-family: "FontAwesome";
 }
 
 /*Sidebar Recent Posts */
 
 .recent-products .post{
     position:relative;
     padding: 7px 0 0 117px;
     min-height:95px;
     margin-bottom:30px;
 }
 
 .recent-products .post:last-child{
     margin-bottom:0px;
 }
 
 .recent-products .post .post-thumb{
      position:absolute;
      left:0px;
      top:0px;
      width:95px;
 }
 
 .recent-products .post .post-thumb img{
     display:block;
     width:100%;	
 }
 
 .recent-products .post h4{
     font-size:14px;
     color:#222222;
     line-height: 24px;
     font-weight:400;
     font-family: "Gotham-Book";
     text-transform:capitalize;
 }
 
 .recent-products .post h4 a{
     color:#222222;
     transition:all 300ms ease;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
 }
 
 .recent-products .post a,
 .recent-products .post a:hover{
     color:#ecba00;	
 }
 
 .recent-products .post .price{
     font-size:12px;
     color:#666666;
     font-weight:500;
     font-family: "Gotham-Medium";
     margin-bottom: 8px;
 }
 
 .recent-products .post .rating .fa{
     position:relative;
     display:inline-block;
     margin-right:2px;
     font-size:14px;
     line-height:23px;
     color:#666666;
 }
 
 .recent-products .post .rating .fa.light{
     color: #cccccc;
 }
 
 
 /*** 
 
 ====================================================================
     Shop Page Section
 ====================================================================
 
 ***/
 
 .shop-single-section{
     position:relative;
     padding:150px 0px 100px;
 }
 
 .product-details .image-column,
 .product-details .content-column{
      
 }
 
 .product-details .image-column .owl-dots,
 .product-details .image-column .owl-nav{
     display:none;	
 }
 
 .product-details .image-column .image-carousel{
     margin-bottom:20px;
 }
 
 .product-details .image-column .thumbs-carousel{
     position: relative;
 }
 
 .product-details .image-column .thumbs-carousel li{
     position: relative;
     cursor: pointer;
 }
 
 .product-details .image-column .thumbs-carousel li:before{
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
     background-color: #fff582;
     opacity: 0;
     content: "";
     z-index: 1;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .product-details .image-column .thumbs-carousel li:hover:before{
     opacity: .80;
 }
 
 .product-details .info-column .inner-column{
     position:relative;
      
 }
 
 .product-details .info-column h3{
     font-size:36px;
     font-weight:500;
     line-height:1.2em;
     color:#222222;
     letter-spacing: -1px;
     margin-bottom:6px;
 }
 
 .product-details .info-column h3 a{
     color:#222222;	
 }
 
 .product-details .info-column .rating{
     font-size:14px;
     margin-bottom:10px;
     display:inline-block;
 }
 
 .product-details .info-column .rating span{
     color:#222222;
 }
 
 .product-details .info-column .rating .fa{
     display:inline-block;	
 }
 
 .product-details .info-column .rating .fa.light{
     color:#dadada;
 }
 
 .product-details .info-column .reviews{
     position:relative;
     font-size: 14px;
     color: #222222;
     margin-left:10px;
     display:inline-block;
     margin-bottom: 30px;
 }
 
 .product-details .info-column .item-price{
     position:relative;
     font-size:24px;
     font-weight:500;
     color:#222222;
     line-height:24px;
     font-family: "Gotham-Medium";
     margin-bottom:30px;
 }
 
 .product-details .info-column .reviews a{
     position:relative;
     color:#777777;
     font-size:16px;
 }
 
 .product-details .basic-details .product-tag{
     position:relative;
     margin-top:40px;
 }
 
 .product-details .basic-details .product-tag li{
     position:relative;
     color:#222222;
     font-size:14px;
     margin-bottom: 10px;
 }
 
 .product-details .basic-details .product-tag li strong{
     position:relative;
     color:#222222;
     font-size:16px;
     font-weight:500;
     min-width: 93px;
     font-family: "Gotham-Medium";
     display:inline-block;
 }
 
 .product-details .basic-details .text{
     font-size:14px;
     line-height: 28px;
     color: #666666;	
     margin-bottom:30px;
 }
 
 .product-details .basic-details .availablity{
     position:relative;
     float:left;
     padding-right:40px;
     line-height:32px;
     margin-bottom:27px;
     font-size:13px;
     font-weight:500;
     letter-spacing:1px;
     color:#777777;
 }
 
 .product-details .other-options{
     position: relative;
 }
 
 .product-details .basic-details .availablity strong{
     font-size:14px;
     letter-spacing:2px;
     color:#11da61;
     font-weight:600;
     text-transform:uppercase;
 }
 
 .product-details .basic-details .item-quantity{
     position:relative;
     float:left;
     width:100px;
     height:50px;
     margin-bottom:15px;
     margin-right:40px;
     border: 0;
 }
 
 
 .product-details .basic-details .quantity-spinner,
 .cart-section input.quantity-spinner{
     line-height:28px;
     width: 50px;
     padding:10px 15px !important;
     height:50px !important;
     box-shadow:none !important;	
     border:1px solid #eeeeee;
     text-align: center;
     font-size: 18px;
     color: #222222;
 }
 
 .product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
 .cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
     background:none;	
     border: 0;
     margin-right: 10px;
     color: #222222;
     text-align: center;
 
 }
 
 .bootstrap-touchspin .input-group-btn-vertical{
     width: 50px;
     text-align: center;
     border:1px solid #eeeeee;
     border-left: 0;
 }
 
 .bootstrap-touchspin .input-group-btn-vertical i{
     left: 0;
     width: 100%;
 }
 
 .product-details .other-options .btn-style-one{
     position: relative;
     font-weight: 400;
     border: 1px solid #222222;
     padding: 14px 35px;
 }
 
 .product-details .other-options .btn-style-one:hover{
     background: transparent;
 }
 
 
 
 /*** 
 
 ====================================================================
     Product Tabs Style
 ====================================================================
 
 ***/
 
 .product-info-tabs{
     position:relative;
      
 }
 
 .tabs-box .tab{
     display: none;
 }
 
 .tabs-box .tab.active-tab{
     display: block;
 }
 
 .product-info-tabs .prod-tabs{
     position:relative;
 }
 
 .product-info-tabs .prod-tabs .tab-btns{
     position:relative;
     display: inline-block;
     z-index:1;
      
 }
 
 .product-info-tabs .prod-tabs .tab-btns .tab-btn{
     position:relative;
     float:left;
     font-size:15px;
      width:100%;
     
     color: #fff;
     background-color: #2e3192;
     cursor:pointer;
     line-height:30px;
     font-weight:bold;
      
     font-family: "Gotham-Light";
     padding: 4px 12px;
     border-bottom: 2px solid transparent;
     margin-right:20px;
     margin-bottom:7px;
 }
 
 .product-info-tabs .prod-tabs .tab-btns .tab-btn:hover,
 .product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn{
     background:#1e4b8d;
 }
 
 .product-info-tabs .prod-tabs .tab-btns .tab-btn:last-child{
     margin-right: 0;
 }
 
 
 .product-info-tabs .prod-tabs .tabs-container{
     position:relative;
 }
 
 .product-info-tabs .prod-tabs .tabs-container .tab{
     position:relative;
     padding:30px 0px;
     display:none;
 }
 
 
 .product-info-tabs .prod-tabs .tabs-content .tab .content{
     position:relative;
      
 }
 
 .product-info-tabs .prod-tabs .tabs-content .tab .content p{
     position:relative;
     color:#666666;
     font-size:14px;
     line-height:26px;
     margin-bottom: 25px;
 }
 
 .product-info-tabs .prod-tabs .tabs-container .tab.active-tab{
     display:block;	
 }
 
 .product-info-tabs .prod-tabs .tabs-container .tab p,
 .product-info-tabs .prod-tabs .tabs-container .tab h2{
     margin-bottom:15px;	
 }
 
 .product-info-tabs .prod-tabs .tabs-container .tab h3{
     font-size:16px;
     font-weight:500;
     text-transform:uppercase;
     color:#222222;
     margin-bottom:15px;
 }
 
 .product-info-tabs .prod-tabs .tabs-container .tab h4{
     font-size:14px;
     font-weight:500;
     text-transform:uppercase;
     color:#222222;
     margin-bottom:15px;
 }
 
 .product-info-tabs .prod-tabs .reviews-container{
     position:relative;	
 }
 
 .product-info-tabs .prod-tabs .reviews-container .review-box{
     position:relative;
     margin-bottom:30px;
     padding-left:100px;
     min-height:100px;
 }
 
 .product-info-tabs .prod-tabs .reviews-container .rev-thumb{
     position:absolute;
     left:0px;
     top:0px;
     width:82px;
     height:82px;
     margin-bottom:20px;
     border:1px solid #e0e0e0;
     background:#ffffff;
     border-radius:3px;
 }
 
 .product-info-tabs .prod-tabs .reviews-container .rev-thumb img{
     display:block;
     width:80px;
     height:80px;
     border-radius:3px;	
 }
 
 .product-info-tabs .prod-tabs .reviews-container .rev-content{
     position:relative;
     padding:15px;
     border:1px solid #e0e0e0;
     background:#ffffff;	
 }
 
 .product-info-tabs .prod-tabs .reviews-container .rating{
     color:#222222;
     font-size:13px;
 }
 
 .product-info-tabs .prod-tabs .reviews-container .rating .fa{
     margin-right:1px;	
 }
 
 .product-info-tabs .prod-tabs .reviews-container .rev-info{
     font-size:12px;
     letter-spacing:1px;
     margin-bottom:10px;
 }
 
 .product-info-tabs .prod-tabs .reviews-container .rev-text{
     font-size:14px;
 }
 
 .product-info-tabs .prod-tabs .add-review{
     position:relative;
     margin:30px 0px 20px;
     font-size:14px;
 }
 
 .product-info-tabs .prod-tabs .add-review .rating{
     position:relative;
     padding-top:8px;	
 }
 
 .product-info-tabs .prod-tabs .add-review .rating .rate-box{
     position:relative;
     display:inline-block;
     margin-right:10px;
     font-size:14px;
     color:#555555;	
 }
 
 .product-info-tabs .prod-tabs .add-review .rating .rate-box:hover,
 .product-info-tabs .prod-tabs .add-review .rating .rate-box:focus,
 .product-info-tabs .prod-tabs .add-review .rating .rate-box:active{
     color:#fff582;	
 }
 
 .product-info-tabs .prod-tabs .add-review label{
     position:relative;
     display:block;
     font-size:14px;
     margin-bottom:5px;
     font-weight:400;
     color:#303030;	
 }
 
 .product-info-tabs .prod-tabs .add-review h3{
     margin-bottom:20px;	
     color:#333333;
     font-size:28px;
 }
 
 .product-info-tabs .prod-tabs .add-review .form-group{
     position:relative;
     margin-bottom:20px;	
 }
 
 .product-info-tabs .prod-tabs .add-review .form-group input[type="text"],
 .product-info-tabs .prod-tabs .add-review .form-group input[type="password"],
 .product-info-tabs .prod-tabs .add-review .form-group input[type="tel"],
 .product-info-tabs .prod-tabs .add-review .form-group input[type="email"],
 .product-info-tabs .prod-tabs .add-review .form-group select{
     position:relative;
     display:block;
     width:100%;
     line-height:22px;
     padding:9px 15px;
     color:#222222;
     border:1px solid #e0e0e0;
     transition:all 300ms ease;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
 }
 
 .product-info-tabs .prod-tabs .add-review .form-group textarea{
     position:relative;
     display:block;
     width:100%;
     line-height:22px;
     padding:8px 15px;
     color:#222222;
     border:1px solid #e0e0e0;
     height:150px;
     resize:none;
     transition:all 300ms ease;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
 }
 
 .product-info-tabs .prod-tabs .add-review .form-group input:focus,
 .product-info-tabs .prod-tabs .add-review .form-group textarea:focus,
 .product-info-tabs .prod-tabs .add-review .form-group select:focus{
     border-color: #000000;
 }
 
 /*** 
 
 ====================================================================
     Related Projects
 ====================================================================
 
 ***/
 
 .related-projects{
     position:relative;
 }
 
 .related-projects .title{
     position: relative;
     text-align: center;
     margin-bottom: 75px;
 }
 
 
 .related-projects h2{
     position:relative;
     display: inline-block;
     color:#333333;
     font-size:35px;
     font-weight:400;
     letter-spacing: -1px;
     line-height:1.2em;
 }
 
 .related-projects h2:before {
     position: absolute;
     left: 10px;
     top: -25px;
     height: 90px;
     width: 320px;
     background-image: url(../images/icons/title-bg.png);
     background-repeat: no-repeat;
     background-position: center;
     content: "";
     z-index: -1;
 }
 
 .related-projects .shop-item{
     margin-bottom: 40px;
 }
 
 .related-projects .shop-item .lower-content{
     padding: 40px 5px 0;
 }
 
 .related-projects .shop-item .lower-content h3{
     font-size: 18px;
     font-weight: 700;
     color: #222222;
     font-family: "Gotham-Bold";
 }
 
 .shop-item .lower-content .rating{
     color: #222222;
 }
 
 .shop-item .lower-content .rating .fa.light{
     color: #222222;
 }
 
 /*** 
 
 ====================================================================
     Login Section
 ====================================================================
 
 ***/
 
 .login-section{
     position:relative;
     padding:130px 0px 140px;
 }
 
 .login-section .title{
     position: relative;
     margin-bottom: 45px;
 }
 
 .login-section .title h2{
     position: relative;
     font-size: 24px;
     color: #222222;
     line-height: 1.2em;
     letter-spacing: -1px;
     font-family: "Gotham-Bold";
 }
 
 .login-form{
     position:relative;
     max-width: 650px;
     margin-bottom: 0;
 }
 
 .login-form .form-group{
     position:relative;
     margin-bottom:40px;
 }
 
 .login-form .form-group:last-child{
     margin-bottom: 0;
 }
 
 
 .login-form .form-group .theme-btn{
     margin-right: 0;
 }
 
 .login-form .form-group label{
     position:relative;
     font-size:14px;
     color:#666666;
     font-weight:400;
     line-height: 24px;
     cursor:pointer;
     text-transform: uppercase;
     margin-bottom: 15px;
     font-family: "Gotham-Book";
 }
 
 .login-form .form-group input[type="text"],
 .login-form .form-group input[type="password"],
 .login-form .form-group input[type="tel"],
 .login-form .form-group input[type="email"]{
     position:relative;
     display:block;
     width:100%;
     line-height:20px;
     padding:15px 20px;
     height:52px;
     font-size:14px;
     border:1px solid #dddddd;
     color: #222222;
     -webkit-transition:all 300ms ease;
     -ms-transition:all 300ms ease;
     -o-transition:all 300ms ease;
     -moz-transition:all 300ms ease;
     transition:all 300ms ease;
 }
 
 
 
 
 .login-form .form-group input[type="text"]:focus,
 .login-form .form-group input[type="password"]:focus,
 .login-form .form-group input[type="tel"]:focus,
 .login-form .form-group input[type="email"]:focus,
 .login-form .form-group select:focus,
 .login-form .form-group textarea:focus{
     border-color:#000000;
 }
 
 .login-form button{
     padding: 15px 30px;
     min-width: 150px;
     color: #ffffff;
     background-color: #000000;
 }
 
 .login-form .form-group .remember{
     position:relative;
     display: inline-block;
     margin-left: 40px;
     top:2px;
 }
 
 .login-form .form-group .remember label{
     display: inline-block;
     margin: 0;
     top: -2px;
     font-size: 14px;
     color: #666666;
     text-transform: capitalize;
 }
 
 .login-form .psw{
     position:absolute;
     color:#666666;
     font-size:16px;
     min-width: 200px;
     margin-top: 15px;
 }
 
 .login-form .psw:hover{
     text-decoration:underline;	
 }
 
 
 
 /*** 
 
 ====================================================================
             coming Soon
 ====================================================================
 
 ***/
 
 .coming-soon{
     position: relative;
     background-repeat: no-repeat;
     background-position:  center 140px;
     background-color: #f7f7f7;
     padding: 400px 0 400px;
     text-align: center;
 }
 
 .coming-soon .logo-box{
     position: absolute;
     left:50%;
     margin-left:-100px;
     width:200px;
     text-align:center;
     display: inline-block;
     top: 50px;
 }
 
 .coming-soon .title{
     position: relative;
     display: block;
     margin-bottom: 20px;
 }
 
 .coming-soon .title h2{
     position: relative;
     font-size: 72px;
     line-height: 1em;
     color: #f7f7f7;
     font-weight: 500;
     letter-spacing: -4px;
     font-family: "Gotham-Medium";
     margin-bottom: 20px;
 }
 
 .timer{
     position: relative;
     background-repeat: no-repeat;
     background-position: center top;
     background-image: url(../images/icons/count-down-bg.png);
 }
 
 .cs-countdown{
     position: relative;
     margin-bottom: 40px;
 }
 
 .cs-countdown div{
     position: relative;
     display: inline-block;
     height: 130px;
     text-align: center;
     min-width: 120px;
     padding-top: 50px;
 }
 
 .cs-countdown span{
     position: relative;
     display: block;
     font-size: 64px;
     color: #222222;
     line-height: 1em;
     font-weight: 300;
     text-align: center;
     
     font-family: "Gotham-Light";
 }
 
 .cs-countdown h6{
     position: absolute;
     left: 0;
     right: 0;
     top: 25px;
     margin: 0 auto;
     font-size: 16px;
     color: #222222;
     font-weight: 500;
     text-align: center;
     text-transform: capitalize;
     font-family: "Gotham-Medium";
 }
 
 .coming-soon .link-box{
     position: relative;
 }
 
 .coming-soon .link-box .theme-btn{
     display: inline-block;
     margin:	0 7px;
 }
 
 .icon-clock{
     height: 158px;
     width: 177px;
     background-image: url(../images/icons/icon-clock.png);
 }
 
 .coming-soon .icon-1{
     left: -155px;
     bottom: 0;
 }
 
 .coming-soon .icon-2{
     left: -100px;
     bottom: 0;
 }
 
 .coming-soon .icon-flower{
     right: -360px;
     bottom: 0;
 }
 
 .coming-soon .icon-clock{
     position: absolute;
     top: 50%;
     left: 45px;
     -webkit-transform: translateY(-85px);
     -moz-transform: translateY(-85px);
     -ms-transform: translateY(-85px);
     -o-transform: translateY(-85px);
     transform: translateY(-85px);
 }
 
 .coming-soon .link-box{
     position: absolute;
     left: 0;
     bottom: 60px;
     width: 100%;
     text-align: center;
 }
 
 
 /*** 
 
 ====================================================================
     Side Nav Two
 ====================================================================
 
 ***/
 
 .side-nav-two{
     position:fixed;
     width:100%;
     left:-100%;
     top:0px;
     height:100%;
     z-index:999;
     overflow:hidden;
     padding:0px 0px;
     background:#fefefe;
     font-family: 'Gotham-Book';
     -webkit-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
     -ms-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
     box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
     transition:all 0.5s ease;
     -moz-transition:all 0.5s ease;
     -webkit-transition:all 0.5s ease;
     -ms-transition:all 0.5s ease;
     -o-transition:all 0.5s ease;
 }
 
 .active-side-nav .side-nav-two{
     left:0px;	
 }
 
 .side-nav-two .toggle-btn{
     position:absolute;
     right:15px;
     top:5px;
     width:40px;
     height:40px;
     font-size:20px;
     line-height:40px;
     text-align:center;
     color:#202020;
     cursor:pointer;	
     display:block;
     z-index:10;
 }
 
 .side-nav-two .toggle-btn .closer{
     width:50px;
     height:50px;
     font-size:20px;
     line-height:50px;
     text-align:center;
     color:#222222;	
 }
 
 .side-nav-two .logo{
     position:relative;
     margin-bottom:50px;
     padding:40px 0px 0px;
     text-align:center;
 }
 
 .side-nav-two .side-nav-wrapper{
     position:absolute;
     left:0px;
     top:0px;
     width:100%;
     height:100%;
     padding:30px 30px 80px;
     overflow:hidden;
     overflow-y:auto;
 }
 
 .side-nav-two .side-nav{
     position:relative;
     margin-bottom:10px;
 }
 
 .side-nav-two .side-nav .navigation > li,
 .side-nav-two .side-nav .navigation > li > ul > li{
     position:relative;
     display:block;
     border-bottom:1px solid rgba(0,0,0,0.05);	
 }
 
 .side-nav-two .side-nav .navigation > li.dropdown > ul > li:last-child,
 .side-nav-two .side-nav .navigation > li:last-child{
     border-bottom:none;	
 }
 
 .side-nav-two .side-nav .navigation > li.dropdown > ul > li:first-child{
     border-top:1px solid rgba(0,0,0,0.05);	
 }
 
 .side-nav-two .side-nav .navigation > li > a{
     position:relative;
     display:block;
     line-height:26px;
     padding:12px 0px;
     color:#222222;
     font-weight:700;
     font-size:12px;
     text-transform:uppercase;
     text-align:center;
 }
 
 .side-nav-two .side-nav .navigation > li > ul > li > a,
 .side-nav-two .side-nav .navigation > li > ul > li > ul > li > a{
     position:relative;
     display:block;
     line-height:20px;
     padding:10px 20px;
     color:#222222;
     font-weight:400;
     font-family: 'Gotham-Light';
     font-size:13px;
     text-transform:capitalize;
     text-align:center;
 }
 
 .side-nav-two .side-nav .navigation > li > ul > li,
 .side-nav-two .side-nav .navigation > li > ul > li > ul > li{
     margin-bottom:0px;	
 }
 
 .side-nav-two .side-nav .navigation > li > ul > li:last-child,
 .side-nav-two .side-nav .navigation > li > ul > li > ul > li:last-child{
     margin:0px;
 }
 
 .side-nav-two .side-nav .navigation > li:hover > a,
 .side-nav-two .side-nav .navigation > li > ul > li:hover > a,
 .side-nav-two .side-nav .navigation > li.current > a,
 .side-nav-two .side-nav .navigation > li > ul > li.current > a{
     color:#FF4136;	
 }
 
 .side-nav-two .side-nav .navigation > li.dropdown > a{
      
 }
 
 
 
 .side-nav-two .side-nav .navigation > li.dropdown > ul,
 .side-nav-two .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{
     position:relative;
     display:none;
     width:100%;
     z-index:100;
     background:#ffffff;
     padding:0px 0px;
 }
 
 .side-nav-two .side-nav .navigation li.dropdown .dropdown-btn{
     position:absolute;
     right:0px;
     top:10px;
     width:34px;
     height:30px;
     border:1px solid #e0e0e0;
     text-align:center;
     font-size:16px;
     line-height:28px;
     color:#cccccc;
     cursor:pointer;
     z-index:5;
     display:none;
 }
 
 .side-nav-two .bottom-content{
     position:absolute;
     text-align:center;
     left:0px;
     right:0px;
     bottom:0px;
     padding:30px 0px 20px;
     background:#ffffff;
     font-size:14px;
     line-height:1.7em;
     padding-top:20px;
     border-top:1px solid #f0f0f0;
     z-index:5;
 }
 
 .side-nav-two .social-links{
     position:relative;
     text-align:center;
     font-size:14px;
 }
 
 .side-nav-two .social-links li{
     position:relative;
     display:inline-block;
     margin:0px 3px;	
 }
 
 .side-nav-two .social-links li a{
     position:relative;
     display:block;
     color:#222222;
     width:40px;
     height:40px;
     background:#f0f0f0;
     line-height:40px;
     border-radius:50%;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
     transition: all 300ms ease;
 }
 
 .side-nav-two .social-links li a:hover{
     color:#ffffff;
     background:#FF4136;		
 }
 
 
 /*** 
 
 ====================================================================
     Side Nav Two
 ====================================================================
 
 ***/
 
 .side-nav-one{
     position:fixed;
     width:350px;
     left:0px;
     top:0px;
     height:100%;
     z-index:999;
     overflow:hidden;
     padding:0px 0px;
     background:#ffffff;
     /*-webkit-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
     -ms-box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);
     box-shadow:3px 0px 10px 0px rgba(0,0,0,0.05);*/
     transition:all 0.5s ease;
     -moz-transition:all 0.5s ease;
     -webkit-transition:all 0.5s ease;
     -ms-transition:all 0.5s ease;
     -o-transition:all 0.5s ease;
 }
 
 .active-side-nav .side-nav-one{
     left:0px;	
 }
 
 .side-nav-one .toggle-btn{
     position:absolute;
     right:15px;
     top:5px;
     width:40px;
     height:40px;
     font-size:20px;
     line-height:40px;
     text-align:center;
     color:#202020;
     cursor:pointer;	
     display:none;
     z-index:10;
 }
 
 .side-nav-one .toggle-btn .closer{
     width:50px;
     height:50px;
     font-size:20px;
     line-height:50px;
     text-align:center;
     color:#222222;	
 }
 
 .side-nav-one .logo{
     position:relative;
     margin-bottom:100px;
     padding:50px 0px 0px;
 }
 
 .side-nav-one .side-nav-wrapper{
     position:absolute;
     left:0px;
     top:0px;
     width:100%;
     height:100%;
     padding:50px 30px 20px 100px;
     overflow:hidden;
     overflow-y:auto;
 }
 
 .side-nav-one .side-nav{
     position:relative;
     margin-bottom:100px;
 }
 
 .side-nav-one .side-nav .navigation > li{
     position:relative;
     margin-bottom:10px;	
 }
 
 .side-nav-one .side-nav .navigation > li > a{
     position:relative;
     display:inline-block;
     line-height:24px;
     padding:5px 20px 5px 0px;
     color:#222222;
     font-weight:700;
     font-size:12px;
     text-transform:uppercase;
 }
 
 .side-nav-one .side-nav .navigation > li > ul > li > a,
 .side-nav-one .side-nav .navigation > li > ul > li > ul > li > a{
     position:relative;
     display:inline-block;
     line-height:24px;
     padding:5px 20px 5px 0px;
     margin-left:20px;
     color:#222222;
     font-weight:600;
     font-size:13px;
     text-transform:capitalize;
 }
 
 .side-nav-one .side-nav .navigation > li > ul > li,
 .side-nav-one .side-nav .navigation > li > ul > li > ul > li{
     margin-bottom:10px;	
 }
 
 .side-nav-one .side-nav .navigation > li > ul > li:last-child,
 .side-nav-one .side-nav .navigation > li > ul > li > ul > li:last-child{
     margin:0px;
 }
 
 .side-nav-one .side-nav .navigation > li:hover > a,
 .side-nav-one .side-nav .navigation > li > ul > li:hover > a,
 .side-nav-one .side-nav .navigation > li.current > a,
 .side-nav-one .side-nav .navigation > li > ul > li.current > a{
     color:#FF4136;	
 }
 
 .side-nav-one .side-nav .navigation > li > a:after,
 .side-nav-one .side-nav .navigation > li > ul > li > a:after{
     content: "";
     position:absolute;
     left:0px;
     bottom:0px;
     width:0px;
     border-bottom:1px solid #222222;
     transition:all 0.5s ease;
     -moz-transition:all 0.5s ease;
     -webkit-transition:all 0.5s ease;
     -ms-transition:all 0.5s ease;
     -o-transition:all 0.5s ease;
 }
 
 .side-nav-one .side-nav .navigation > li:hover > a:after,
 .side-nav-one .side-nav .navigation > li > ul > li:hover > a:after,
 .side-nav-one .side-nav .navigation > li.current > a:after,
 .side-nav-one .side-nav .navigation > li > ul > li.current > a:after{
     width:100%;
 }
 
 .side-nav-one .side-nav .navigation > li.dropdown > ul,
 .side-nav-one .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{
     position:relative;
     display:none;
     width:100%;
     z-index:100;
     background:#ffffff;
     padding:10px 0px 0px;
 }
 
 .side-nav-one .side-nav .navigation li.dropdown .dropdown-btn{
     position:absolute;
     right:0px;
     top:10px;
     width:34px;
     height:30px;
     border:1px solid #e0e0e0;
     text-align:center;
     font-size:16px;
     line-height:28px;
     color:#cccccc;
     cursor:pointer;
     z-index:5;
     display:none;
 }
 
 .side-nav-one .social-links{
     position:relative;
     font-size:14px;
     margin-left:-10px;
 }
 
 .side-nav-one .social-links li{
     position:relative;
     display:inline-block;
     margin-right:10px;
     
 }
 
 .side-nav-one .social-links li a{
     position:relative;
     display:block;
     width:30px;
     height:30px;
     color:#222222;
     line-height:30px;
     text-align:center;
 }
 
 .side-nav-one .social-links li a:hover{
     color:#222222;
     -webkit-transition: all 500ms ease;
     -moz-transition: all 500ms ease;
     -ms-transition: all 500ms ease;
     -o-transition: all 500ms ease;
     transition: all 500ms ease;
     -webkit-transform:rotate(360deg);
     -ms-transform:rotate(360deg);
     transform:rotate(360deg);
 }
 
 
 #footerTop{
     background: url(../Img/background8.jpg);
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     position:relative;
 }
 
 #footerTop .serif, #footerTop .btn{
     display:inline-block;
 }
 
 #footerTop .serif{
     color:white;
     font-size:20px;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     -webkit-text-size-adjust: 100%;
     padding-top:12px;
     padding-right:30px;
 }
 
 .heart{   
 text-align:center;}	
     .fa-heart {
     font: normal normal normal 16px/2 FontAwesome;
     animation: .4s infinite pulse;
    
     display: inline-block;
     color: #1e4b8d;
 }
 
 
 
 #sitemaps {
    padding:20px 0px 0px 0px !important;
 }
 
 
 .sitemap-inside{}
 
 .sitemap-inside h2{color:#2e3192;font-family: 'Conv_FuturaPTMedium'; font-size:17px; text-transform:uppercase; font-weight:bold;}
 
 
 .sitemap-inside ul { padding: 0px !important;}
 .sitemap-inside ul li {list-style-type:none; }
 .sitemap-inside ul a {color:#4c4c4c;font-family: 'Raleway', sans-serif; font-size:15px;}
 .sitemap-inside ul a:hover {color:#1e4b8d;}
 
 
 .sitemap-inside hr {
     margin-top: 10px;
     margin-bottom: 10px;
     border: 0;
     border-top: 1px solid #b6b6b6;
 }
 
 .sitemap-inside p {
    color:#4c4c4c!important;font-family: 'Raleway', sans-serif; font-size:15px;
        padding:0px !important;
        margin:0px !important;
   
 }
 
 .sitemap-inside p a{
    color:#1e4b8d!important;font-family: 'Raleway', sans-serif; font-size:15px;
        padding:0px !important;
        margin:0px !important;
   
 }
 
 .sitemap-inside p a :hover{
    color:#1e4b8d!important;	
   
 }
 
 
 .panel-group-marie .panel{
     border-radius:0;box-shadow:none;
 }
 
 .panel-default>.panel-heading {
     color: #333;
     background-color: transparent;
     border-color: #fff !important;
 }
 
 .panel-default {
       border-color: #fff !important;
 }
 
 .panel-group-marie .panel-body p{
     padding:15px;
     padding-top:0;
 }
 
 .panel-group-marie h6{
     letter-spacing:1px;
     padding:10px 15px;
     position:relative;
     width:137px;
     margin:auto;
     color:#535353;
 }
 
 .panel-group-marie h6 a::after {
     content: "";
     width: 15px;
     height: 15px;
     margin-top: -8px;
     position: absolute;
     background: url("../Img/arrdw.png") no-repeat -30px -50px fixed;
     top: 35%;
     right: 10px;
     font-family: 'FontAwesome';
     -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
     -ms-transition: all 1s ease-in-out;
     -o-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
 font-size: 25px;
 }
 
 .panel-group-marie h6 a[aria-expanded^="true"]:after {
     content: "\f106";
 }
 
 
 
 .panel {
     margin-bottom: 20px;
     background-color: #fff;
     border: 1px solid transparent;
     border-radius: 4px;
     -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
     box-shadow: 0 1px 1px rgba(0,0,0,.05)
 }
 .panel-body {
     padding: 15px
 }
 .panel-heading {
     padding: 25px 15px;
     border-bottom: 1px solid transparent;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px
 }
 .panel-heading>.dropdown .dropdown-toggle {
     color: inherit
 }
 .panel-title {
     margin-top: 0;
     margin-bottom: 0;
     font-size: 16px;
     color: inherit
 }
 .panel-title>a {
     color: inherit
 }
 .panel-footer {
     padding: 10px 15px;
     background-color: #f5f5f5;
     border-top: 1px solid #ddd;
     border-bottom-right-radius: 3px;
     border-bottom-left-radius: 3px
 }
 .panel>.list-group, .panel>.panel-collapse>.list-group {
     margin-bottom: 0
 }
 .panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
     border-width: 1px 0;
     border-radius: 0
 }
 .panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
     border-top: 0;
     border-top-left-radius: 3px;
     border-top-right-radius: 3px
 }
 .panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
     border-bottom: 0;
     border-bottom-right-radius: 3px;
     border-bottom-left-radius: 3px
 }
 .panel-heading+.list-group .list-group-item:first-child {
     border-top-width: 0
 }
 .list-group+.panel-footer {
     border-top-width: 0
 }
 .panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
     margin-bottom: 0
 }
 .panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption {
     padding-right: 15px;
     padding-left: 15px
 }
 .panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
     border-top-left-radius: 3px;
     border-top-right-radius: 3px
 }
 .panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
     border-top-left-radius: 3px;
     border-top-right-radius: 3px
 }
 .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
     border-top-left-radius: 3px
 }
 .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
     border-top-right-radius: 3px
 }
 .panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
     border-bottom-right-radius: 3px;
     border-bottom-left-radius: 3px
 }
 .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
     border-bottom-right-radius: 3px;
     border-bottom-left-radius: 3px
 }
 .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
     border-bottom-left-radius: 3px
 }
 .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
     border-bottom-right-radius: 3px
 }
 .panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
     border-top: 1px solid #ddd
 }
 .panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
     border-top: 0
 }
 .panel>.table-bordered, .panel>.table-responsive>.table-bordered {
     border: 0
 }
 .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
     border-left: 0
 }
 .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
     border-right: 0
 }
 .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
     border-bottom: 0
 }
 .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
     border-bottom: 0
 }
 .panel>.table-responsive {
     margin-bottom: 0;
     border: 0
 }
 .panel-group {
     
 }
 .panel-group .panel {
     margin-bottom: 0;
     border-radius: 4px
 }
 .panel-group .panel+.panel {
     margin-top: 5px
 }
 .panel-group .panel-heading {
     border-bottom: 0
 }
 .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
     border-top: 1px solid #ddd
 }
 .panel-group .panel-footer {
     border-top: 0
 }
 .panel-group .panel-footer+.panel-collapse .panel-body {
     border-bottom: 1px solid #ddd
 }
 .panel-default {
     border-color: #ddd
 }
 .panel-default>.panel-heading {
     color: #333;
     background-color: #f5f5f5;
     border-color: #ddd
 }
 .panel-default>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: #ddd
 }
 .panel-default>.panel-heading .badge {
     color: #f5f5f5;
     background-color: #333
 }
 .panel-default>.panel-footer+.panel-collapse>.panel-body {
     border-bottom-color: #ddd
 }
 .panel-primary {
     border-color: #337ab7
 }
 .panel-primary>.panel-heading {
     color: #fff;
     background-color: #337ab7;
     border-color: #337ab7
 }
 .panel-primary>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: #337ab7
 }
 .panel-primary>.panel-heading .badge {
     color: #337ab7;
     background-color: #fff
 }
 .panel-primary>.panel-footer+.panel-collapse>.panel-body {
     border-bottom-color: #337ab7
 }
 .panel-success {
     border-color: #d6e9c6
 }
 .panel-success>.panel-heading {
     color: #3c763d;
     background-color: #dff0d8;
     border-color: #d6e9c6
 }
 .panel-success>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: #d6e9c6
 }
 .panel-success>.panel-heading .badge {
     color: #dff0d8;
     background-color: #3c763d
 }
 .panel-success>.panel-footer+.panel-collapse>.panel-body {
     border-bottom-color: #d6e9c6
 }
 .panel-info {
     border-color: #bce8f1
 }
 .panel-info>.panel-heading {
     color: #31708f;
     background-color: #d9edf7;
     border-color: #bce8f1
 }
 .panel-info>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: #bce8f1
 }
 .panel-info>.panel-heading .badge {
     color: #d9edf7;
     background-color: #31708f
 }
 .panel-info>.panel-footer+.panel-collapse>.panel-body {
     border-bottom-color: #bce8f1
 }
 .panel-warning {
     border-color: #faebcc
 }
 .panel-warning>.panel-heading {
     color: #8a6d3b;
     background-color: #fcf8e3;
     border-color: #faebcc
 }
 .panel-warning>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: #faebcc
 }
 .panel-warning>.panel-heading .badge {
     color: #fcf8e3;
     background-color: #8a6d3b
 }
 .panel-warning>.panel-footer+.panel-collapse>.panel-body {
     border-bottom-color: #faebcc
 }
 .panel-danger {
     border-color: #ebccd1
 }
 .panel-danger>.panel-heading {
     color: #a94442;
     background-color: #f2dede;
     border-color: #ebccd1
 }
 .panel-danger>.panel-heading+.panel-collapse>.panel-body {
     border-top-color: #ebccd1
 }
 .panel-danger>.panel-heading .badge {
     color: #f2dede;
     background-color: #a94442
 }
 .panel-danger>.panel-footer+.panel-collapse>.panel-body {
     border-bottom-color: #ebccd1
 }
 
 .btn1{width:100% !important;}
 
 .minimal1{padding:8px 0px; font-family: 'Conv_FuturaPTLight'; font-size:15px;}
 .minimal{padding:8px 0px; font-family: 'Conv_FuturaPTLight'; font-size:15px;}
 
 .socialLinks1  a  {color:#2e3192; font-size:18px; padding:0px 6px;}
 .socialLinks1  :hover  {color:#faa61a ; }
 
 
 .wanttowork{font-size:26px;
     color:#fff;
     font-weight:lighter;}
     
     
     .footer-detail{
     text-align:center;
     font-size:23px;
     color:#fff;
 }
 
 .footer-detail p{
     
     font-size:23px;
     color:#fff;
 }
 
 .footer-detail p a{
     color:#fff;
 }
 
 .footer-detail p a:hover{
     color:#1e4b8d;
 }
 
 
 
 .client{  }
 
 .client .col-md-2{
     padding:10px 10px;
 }
 
 
 
 .contact{
     overflow: hidden;
     padding: 0 15px;
 }
 
 #map{
     width: 100%;
     height: 480px;
 }
 
 .contact-location{
     margin-bottom: 110px;
 }
 
 .contact-info{
     margin-bottom: 110px;
     overflow: hidden;
 }
 
 .contact-info-item{
     overflow: hidden;
 }
 
 .contact-info-item i{
     font-size: 36px;
     color: #7f8083;
   
    
     display:block;
     text-align:center;
 }
 
 .contact-info-item span{
     font-family: 'Inconsolata', monospace;
     font-size: 17px;
     font-weight: 700;
     color: #b4b9ba;
     display: block;
     line-height: 24px;
 }
 
 .contact-info-item p{
     font-size: 17px;
     color: #55575d;
     line-height: 24px;
     text-align:center;
 }
 
 
 img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
 
 
 .info-box {
     position: fixed;
     top: 0;
     right: 0;
     width:100%;
     height: 90px;
     z-index: 99;
     background:#f9e698;
     border-bottom:1px solid #ccc;
     
 }
 
 
 .cbp-l-caption-alignCenter .cbp-l-caption-body {
  
     background:rgba(255,255,255,0.5);
 }
 
 .cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
     background:none !important;
     color: #2e3192 !important;
     display: inline-block;
     font-size:35px !important	;
    
 }
 
 .cbp-caption-activeWrap {
     background-color:none !important;
 }
 
 .cbp-l-project-desc {
     
     width: 100% !important;
 }
 
 .cbp-l-project-desc-text{font-size:16px !important;}
 
 
 .quote-area{
     position: relative;
     display: block;
    
 }
 
 .quote-area .sec-title .title{
     margin: 0 0 8px;
 }
 .quote-area .sec-title .inner span{}
 
 .quote-content {
     position: relative;
     display: block;
     background-attachment: fixed;
     background-position: center top;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 33px 22px;
     z-index: 1;
 }
 
 .quote-content::before {
     position: absolute;
     background: rgba(52, 56, 161, 0.80);
     content: "";
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: -1;
 }
 
 .quote-left-content{padding:20px;}
 .quote-left-content .sec-title{
     display: block;
        position: relative;
     display: block;
     font-size: 29px;
     color: #FFF !important;
     text-transform: UPPERCASE;
     margin-bottom: 18px;
     font-family: 'Gotham-Book';
     padding-top: 50px;
     padding-bottom:30px;
 }
 .quote-left-content .sec-title .title {
     display: block;
        position: relative;
     display: block;
     font-size: 29px;
     color: #FFF !important;
     text-transform: UPPERCASE;
     margin-bottom: 18px;
     font-family: 'Conv_FuturaPTBold';
     padding-top: 20px;
     text-align:left;
     
 }
 .quote-left-content .sec-title p{
     color: #c2c2c2;
     margin: 1px 0 0;
 }
 .quote-left-content .inner-content{
     display: block;
     overflow: hidden;
 }
 .quote-left-content .inner-content ul{
     display: block;
     float: left;
 }
 .quote-left-content .inner-content ul.mar-right{
     margin-right: 70px;
 }
 .quote-left-content .inner-content ul li{
     color: #c2c2c2;
     font-size: 16px;
     line-height: 40px;
 }
 .quote-left-content .inner-content ul li span:before{
     position: relative;
     top: 2px;
     color: #fec144;
     font-size: 18px;
     line-height: 18px;
     display: inline-block;
     padding-right: 15px;
 }
 .quote-left-content .button{
     overflow: hidden;
     display: block;
     margin-top: 30px;
 }
 
 .quote-right-content .quote {
     position: relative;
     display: block;
     float: none;
     max-width: 100%;
     width: 100%;
     padding: 50px 50px 27px;
 }
 .quote-right-content .quote .sec-title{
     padding-bottom: 32px;
 }
 .quote-right-content .quote .quote-form .input-box {
     position: relative;
     margin-bottom: 23px;
 }
 .quote-right-content .quote .quote-form .input-box input[type=text],
 .quote-right-content .quote .quote-form .input-box input[type=email]{
     width: 100%;
     border: 1px solid #f2f2f2;
     height: 50px;
     display: block;
     padding: 0 20px;
     color: #848484;
     font-size: 15px;
     font-weight: 400;
     border-radius: 0px;
     font-family: 'Roboto', sans-serif;
     transition: all 500ms ease;
 }
 .quote-right-content .quote .quote-form button {
     display: block;
     margin-top: 7px;
 }
 
 
 .w-gallery{
             margin-top: 80px;
         }
         
     
 
      
      
      .bg1{ 
 margin-top:80px;}
 
 
 .bg1 p{margin-top:20px;}
 
 
 .hd-new{color:#1e4b8d; font-weight:lighter; font-size:58px ; line-height:50px; font-family: 'Conv_FuturaPTBold';}
 .hd-new span{color:#7f8083;font-size:32px ;}
 
 
 .welcome-section{ padding:22px 0px;}
 
 
 .welcome-section .inner-container{
     position: relative;
     max-width: 1280px;
     padding: 0 15px;
     margin: 0 auto;
 }
 
 .clearfix:after {
   visibility: hidden;
   display: block;
   font-size: 0;
   content: " ";
   clear: both;
   height: 0;
 }
 .clearfix { display: inline-block; }
 /* start commented backslash hack \*/
 * html .clearfix { height: 1%; }
 .clearfix { display: block; }
 /* close commented backslash hack */
 
 .red-line{
  width:1px;
   border-bottom:2px solid #7f8083;
   padding-bottom:10px;
   -webkit-animation: increase 99s;
   -moz-animation:    increase 99s; 
   -o-animation:      increase 99s; 
   animation:         increase 99s; 
   animation-fill-mode: forwards;
 }
 
 @keyframes increase {
     100% {
         width: 140px;
     }
 }
 
 
 @keyframes increase2 {
     100% {
         width: 120px;
     }
 }
 .red-line2{
     
   width:1px;
   border-bottom:2px solid #1e4b8d;
   padding-bottom:6px;
   -webkit-animation: increase2 120s;
   -moz-animation:    increase2 120s; 
   -o-animation:      increase2 120s; 
   animation:         increase2 120s; 
   animation-fill-mode: forwards;
 }
 
 
 .service-block .fa{
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #1e4b8d;
  }
  
  .boxes-shadow{padding:25px 25px !important;
  min-height:300px;
     background-color:#ffffff;
      display: block; }
     
      .boxes-shadow h4{text-transform:uppercase; }
  
 
 .boxes-shadow, .boxes-shadow a{
     margin: 10px 0;
     padding: 10px;
     
     line-height: 1.4;
     text-align: center;
     
     list-style-type: none;
     list-style-position: outside;
     border: 1px solid #fff;
     text-decoration: none;
 }
 
  
 
 .boxes-shadow:hover {
      
     box-shadow:0px 0px 25px rgba(0,0,0,0.08);
 }
 
   .reveal {
   position: relative;
   overflow: hidden;
 }
 .reveal::after, .reveal::before {
   content: '';
   height: 100%;
   position: absolute;
   top: 0;
   width: 100%;
 }
 .reveal::after {
   background: #fff;
   z-index: 1;
 }
 .touch .reveal::after, .touch .reveal::before {
   visibility: hidden;
 }
 .reveal.animated::before {
   background: #1e4b8d;
   animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) both;
   z-index: 2;
 }
 .reveal.animated::after {
   animation: revealBack 2s cubic-bezier(0.77, 0, 0.175, 1) both;
 }
 
 @keyframes reveal {
   0% {
     transform: translateX(-100%);
   }
   50% {
     transform: translateX(0);
   }
   100% {
     transform: translateX(100%);
   }
 }
 @keyframes revealBack {
   0% {
     transform: translateX(0);
   }
   100% {
     transform: translateX(100%);
   }
 }
 @keyframes reveal-vertical {
   0% {
     transform: translateY(100%);
   }
   50% {
     transform: translateY(0);
   }
   100% {
     transform: translateY(-100%);
   }
 }
  
  
  .section-sm {
     padding: 100px 0px 110px;
 }
 
 
 .top-img {
     position: relative;
     width: 100%;
     transform: translateX(-40px);
     -webkit-transform: translateX(-40px);
     -ms-transform: translateX(-40px);
     text-align: center;
 }
 
 .images-block {
     position: relative;
     width: 100%;
 }
 
 .top-img .image {
     display: inline-block;
     margin: 10px;
     vertical-align: bottom;
     position: relative;
     overflow: hidden;
     font-size: 0px;
 
 }
 
 .top-img .image img, .bottom-img .image img {
     width: 100%;
     height: auto;
     transition: all 0.35s ease-out;
     -webkit-transition: all 0.35s ease-out;
     -ms-transition: all 0.35s ease-out;
 }
 
 .top-img .image:hover img, .bottom-img .image:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
 }
 
 .top-img .image:nth-child(1) {
     width: 17.5%;
     transition-delay: 2s;
 }
 
 .top-img .image:nth-child(2) {
     width: 24%;
     transition-delay: 0.8s;
 }
 
 .top-img .image:nth-child(3) {
     width: 38.3%;
     transition-delay: 1.4s;
 }
 
 .bottom-img {
     position: relative;
     transform: translateX(60px);
     -webkit-transform: translateX(60px);
     -ms-transform: translateX(60px);
     font-size: 0px;
     text-align: center;
 }
 
 .bottom-img .image {
     vertical-align: top;
     display: inline-block;
     position: relative;
     overflow: hidden;
     margin: 10px;
     font-size: 0px;
    
 }
 
 .bottom-img .image:nth-child(1) {
     width: 12.3%;
     transition-delay: 1.4s;
 }
 
 .bottom-img .image:nth-child(2) {
     width: 21.1%;
     transition-delay: 1.4s;
 }
 
 .bottom-img .image:nth-child(3) {
     width: 31.3%;
     transition-delay: 0.8s;
 }
 
 .bottom-img .image:nth-child(4) {
     width: 15.4%;
     transition-delay: 2s;
 }
 
 .images-block-title {
     position: absolute;
     left: 50%;
     transform: translate(-50%, 50%);
     -webkit-transform: translate(-50%, 50%);
     -ms-transform: translate(-50%, 50%);
     background:rgba(255, 255, 255, 0.7);
     text-align: center;
     padding: 50px 45px 60px;
     z-index: 7;
     bottom: 0px;
 }
 
 .images-block-title .title {
     font-size: 46px;
     line-height: 50px;
     font-weight: 400;
     color: # 000;
     text-transform: uppercase;
     font-weight: 400;
     padding-bottom: 15px;
 }
 
 .images-block-title p {
     font-size: 20px;
     color: #000;
     
 }
 
 .animation-img.animated .bottom-img .image, .animation-img.animated .top-img .image {
     opacity: 1;
 }
 
 .grey-bg{background:#f9f9f9; padding:30px;}
 
 
 .pro-new{color:#7f8083; font-weight:lighter; font-size:35px ; line-height:50px;  text-transform:uppercase;  font-family: 'Conv_FuturaPTBold';}
 .pro-new span{color:#1e4b8d;font-size:35px ;}
 
 
 
 .red-line3{
  width:1px;
   border-bottom:2px solid #7f8083;
   padding-bottom:10px;
   -webkit-animation: increase3 99s;
   -moz-animation:    increase3 99s; 
   -o-animation:      increase3 99s; 
   animation:         increase3 99s; 
   animation-fill-mode: forwards;
 }
 
 @keyframes increase3 {
     100% {
         width: 200px;
     }
 }
 
 
 @keyframes increase4 {
     100% {
         width: 180px;
     }
 }
 .red-line4{
     
   width:1px;
   border-bottom:2px solid #1e4b8d;
   padding-bottom:6px;
   -webkit-animation: increase4 120s;
   -moz-animation:    increase4 120s; 
   -o-animation:      increase4 120s; 
   animation:         increase4 120s; 
   animation-fill-mode: forwards;
     
 }
 
 .viewall{ position:absolute; bottom:20px; color:#383838; font-size:17px; z-index:99; font-family: 'Conv_FuturaPTMedium';}
 .viewall:hover{  color:#1e4b8d; }
 
 
 
 #myCarousel {
   position: relative;
  
 }
 
 #myCarousel .slide1 {
   overflow: hidden;
    max-height:700px;
 }
 
 
 #myCarousel .slide1 {
  
         text-align: center;
 }
 
 
 #myCarousel .slide1  img{
  max-width:100%;
 width:100%;
 }
 
 
 #myCarousel .col-md-12 .box2 {
   
  display:block;
     background:blue;
 
 left:100px;
  
  
 
     
     width:30%;
   
     bottom:100px;
   padding: 30px;
   position: absolute;
   z-index: 100;
   background: url(../images/coma.png) no-repeat top left rgba(237,28,36,0.7);
   background-size: 100%;
    
 }
 
 #myCarousel .col-md-12 .box2 h1 {
   font-size: 25px;
   line-height: 40px;
   color:#fff;
   font-family: 'Conv_FuturaPTMedium';
   text-transform:uppercase;
 }
 
 #myCarousel .col-md-4, .col-md-12 {
   padding: 0;
   position: relative;
 }
 
 #myCarousel .col-md-4  .box {
   width: 100%;
   padding: 30px;
   position: absolute;
   z-index: 100;
   top: 0;
    background: url(../images/coma.png) no-repeat top left rgba(237,28,36,0.6);
   background-size: 100%;
   
 }
 
 #myCarousel .col-md-4 .box2 {
   width: 100%;
   padding: 30px;
   position: absolute;
   z-index: 100;
   bottom: 0;
   background: url(../images/coma.png) no-repeat top left rgba(52,56,161,0.8);
   background-size: 100%;
    
 }
 
 #myCarousel .col-md-4 .box2 h1 {
  font-size: 25px;
     line-height: 40px;
     color: #fff;
     text-transform: uppercase;
     font-family: 'Conv_FuturaPTMedium';
     text-align:center;
 }
 
 #myCarousel .col-md-4 .box3 {
   width: 100%;
   padding: 50px 67px 40px 67px;
   position: absolute;
   z-index: 100;
   top: 0;
   background: url(../images/coma2.png) no-repeat top left #f13562;
   background-size: 100%;
   min-height: 250px;
 }
 
 #myCarousel .col-md-4 .box3 h1 {
   font-size: 25px;
   line-height: 40px;
   padding-top: 3% !important;
 }
 
 #myCarousel .col-md-4 img {
   width: 100%;
 }
 
 #myCarousel .col-md-4 h1 {
   font-family: "OpenSans-ExtraBold";
   font-size: 33px;
   text-align: left;
   line-height: 37px;
   color: #fff;
   padding: 10px 2px 15px 2px;
   text-transform: uppercase;
 }
 
 #myCarousel .col-md-4 .clr {
   color: #000;
   font-family: "OpenSans-ExtraBold", arial, !important;
   font-weight: 900;
 }
 
 #myCarousel .col-md-4 .clr2 {
   color: #000;
   font-family: "OpenSans-ExtraBold", arial, !important;
   font-weight: 900;
 }
 
 #myCarousel .carousel-control.right {
   background-image: none;
     right:30px;
   height: 43px;
   padding-top: 0px;
   top: 45%;
 }
 
 #myCarousel .carousel-control.left {
   background-image: none;
   left:30px;
   height: 43px;
   padding-top: 0px;
   top: 45%;
 }
 
 #myCarousel .carousel-control {
   width: 3%;
 }
 
 #myCarousel .carousel-control .fa-angle-left, #myCarousel .carousel-control .fa-angle-right {
   line-height: 17px;
   font-size:50px;
 }
 
 .left-traingle {
   position: absolute;
   z-index: 1000;
   width: 100%;
   min-height: 10px;
   bottom: 0;
   left: 0;
 }
 
 .left-traingle img {
   width: 100%;
 }
 
 
 
 .block {
 
 }
 
 .animatable {
   
   /* initially hide animatable objects */
   
   
   /* initially pause animatable objects their animations */
   -webkit-animation-play-state: paused;   
   -moz-animation-play-state: paused;     
   -ms-animation-play-state: paused;
   -o-animation-play-state: paused;   
   animation-play-state: paused; 
 }
 
 /* show objects being animated */
 .animated {
   visibility: visible;
   
   -webkit-animation-fill-mode: both;
   -moz-animation-fill-mode: both;
   -ms-animation-fill-mode: both;
   -o-animation-fill-mode: both;
   animation-fill-mode: both;
   
   -webkit-animation-duration: 1s;
   -moz-animation-duration: 1s;
   -ms-animation-duration: 1s;
   -o-animation-duration: 1s;
   animation-duration: 1s;
 
   -webkit-animation-play-state: running;
   -moz-animation-play-state: running;
   -ms-animation-play-state: running;
   -o-animation-play-state: running;
   animation-play-state: running;
 }
 
 /* CSS Animations (extracted from http://glifo.uiparade.com/) */
 @-webkit-keyframes fadeInDown {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-20px);
     }	100% {
         opacity: 1;
         -webkit-transform: translateY(0);
     }
 }
 
 @-moz-keyframes fadeInDown {
     0% {
         opacity: 0;
         -moz-transform: translateY(-20px);
     }
 
     100% {
         opacity: 1;
         -moz-transform: translateY(0);
     }
 }
 
 @-o-keyframes fadeInDown {
     0% {
         opacity: 0;
         -o-transform: translateY(-20px);
     }
 
     100% {
         opacity: 1;
         -o-transform: translateY(0);
     }
 }
 
 @keyframes fadeInDown {
     0% {
         opacity: 0;
         transform: translateY(-20px);
     }
     100% {
         opacity: 1;
         transform: translateY(0);
     }
 }
 
 
 
 @-webkit-keyframes fadeIn {
     0% {
         opacity: 0;
     }
     20% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }
 
 @-moz-keyframes fadeIn {
     0% {
         opacity: 0;
     }
     20% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }
 
 @-o-keyframes fadeIn {
     0% {
         opacity: 0;
     }
     20% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }
 
 @keyframes fadeIn {
     0% {
         opacity: 0;
     }
     60% {
         opacity: 0;
     }
     20% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }
 @-webkit-keyframes bounceInLeft {
     0% {
         opacity: 0;
         -webkit-transform: translateX(-2000px);
     }
     60% {
         -webkit-transform: translateX(20px);
     }
 
     80% {
         -webkit-transform: translateX(-5px);
     }
 
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
     }
 }
 
 @-moz-keyframes bounceInLeft {
     0% {
         opacity: 0;
         -moz-transform: translateX(-2000px);
     }
 
     60% {
         -moz-transform: translateX(20px);
     }
 
     80% {
         -moz-transform: translateX(-5px);
     }
 
     100% {
         opacity: 1;
         -moz-transform: translateX(0);
     }
 }
 
 @-o-keyframes bounceInLeft {
     0% {
         opacity: 0;
         -o-transform: translateX(-2000px);
     }
 
     60% {
         opacity: 1;
         -o-transform: translateX(20px);
     }
 
     80% {
         -o-transform: translateX(-5px);
     }
 
     100% {
         opacity: 1;
         -o-transform: translateX(0);
     }
 }
 
 @keyframes bounceInLeft {
     0% {
         opacity: 0;
         transform: translateX(-2000px);
     }
 
     60% {
         transform: translateX(20px);
     }
 
     80% {
         transform: translateX(-5px);
     }
 
     100% {
         opacity: 1;
         transform: translateX(0);
     }
 }
 @-webkit-keyframes bounceInRight {
     0% {
         opacity: 0;
         -webkit-transform: translateX(2000px);
     }
 
     60% {
         -webkit-transform: translateX(-20px);
     }
 
     80% {
         -webkit-transform: translateX(5px);
     }
 
     100% {
         opacity: 1;
         -webkit-transform: translateX(0);
     }
 }
 
 @-moz-keyframes bounceInRight {
     0% {
         opacity: 0;
         -moz-transform: translateX(2000px);
     }
 
     60% {
         -moz-transform: translateX(-20px);
     }
 
     80% {
         -moz-transform: translateX(5px);
     }
 
     100% {
         opacity: 1;
         -moz-transform: translateX(0);
     }
 }
 
 @-o-keyframes bounceInRight {
     0% {
         opacity: 0;
         -o-transform: translateX(2000px);
     }
 
     60% {
         -o-transform: translateX(-20px);
     }
 
     80% {
         -o-transform: translateX(5px);
     }
 
     100% {
         opacity: 1;
         -o-transform: translateX(0);
     }
 }
 
 @keyframes bounceInRight {
     0% {
         opacity: 0;
         transform: translateX(2000px);
     }
 
     60% {
         transform: translateX(-20px);
     }
 
     80% {
         transform: translateX(5px);
     }
 
     100% {
         opacity: 1;
         transform: translateX(0);
     }
 }
 @-webkit-keyframes fadeInUp {
     0% {
         opacity: 0;
         -webkit-transform: translateY(20px);
     }	100% {
         opacity: 1;
         -webkit-transform: translateY(0);
     }
 }
 
 @-moz-keyframes fadeInUp {
     0% {
         opacity: 0;
         -moz-transform: translateY(20px);
     }
 
     100% {
         opacity: 1;
         -moz-transform: translateY(0);
     }
 }
 
 @-o-keyframes fadeInUp {
     0% {
         opacity: 0;
         -o-transform: translateY(20px);
     }
 
     100% {
         opacity: 1;
         -o-transform: translateY(0);
     }
 }
 
 @keyframes fadeInUp {
     0% {
         opacity: 0;
         transform: translateY(20px);
     }
 
     100% {
         opacity: 1;
         transform: translateY(0);
     }
 }
 @-webkit-keyframes bounceIn {
     0% {
         opacity: 0;
         -webkit-transform: scale(.3);
     }
     50% {
         -webkit-transform: scale(1.05);
     }
 
     70% {
         -webkit-transform: scale(.9);
     }
 
     100% {
         opacity: 1;
         -webkit-transform: scale(1);
     }
 }
 
 @-moz-keyframes bounceIn {
     0% {
         opacity: 0;
         -moz-transform: scale(.3);
     }
 
     50% {
         -moz-transform: scale(1.05);
     }
 
     70% {
         -moz-transform: scale(.9);
     }
 
     100% {
         opacity: 1;
         -moz-transform: scale(1);
     }
 }
 
 @-o-keyframes bounceIn {
     0% {
         opacity: 0;
         -o-transform: scale(.3);
     }
 
     50% {
         -o-transform: scale(1.05);
     }
 
     70% {
         -o-transform: scale(.9);
     }
 
     100% {
         opacity: 1;
         -o-transform: scale(1);
     }
 }
 
 @keyframes bounceIn {
     0% {
         opacity: 0;
         transform: scale(.3);
     }
 
     50% {
         transform: scale(1.05);
     }
 
     70% {
         transform: scale(.9);
     }
 
     100% {
         opacity: 1;
         transform: scale(1);
     }
 }
 @-webkit-keyframes moveUp {
     0% {
         opacity: 1;
         -webkit-transform: translateY(40px);
     }	100% {
         opacity: 1;
         -webkit-transform: translateY(0);
     }
 }
 
 @-moz-keyframes moveUp {
     0% {
         opacity: 1;
         -moz-transform: translateY(40px);
     }
 
     100% {
         opacity: 1;
         -moz-transform: translateY(0);
     }
 }
 
 @-o-keyframes moveUp {
     0% {
         opacity: 1;
         -o-transform: translateY(40px);
     }
 
     100% {
         opacity: 1;
         -o-transform: translateY(0);
     }
 }
 
 @keyframes moveUp {
     0% {
         opacity: 1;
         transform: translateY(40px);
     }
 
     100% {
         opacity: 1;
         transform: translateY(0);
     }
 }
 
 @-webkit-keyframes fadeBgColor {
     0%{
         background:none;
     }
   70%{
         background:none;
     }
     100%{
         background:#464646;
     }
 }
 @-o-keyframes fadeBgColor {
     0%{
         background:none;
     }
   70%{
         background:none;
     }
     100%{
         background:#464646;
     }
 }
 @keyframes fadeBgColor {
     0%{
         background:none;
     }
   70%{
         background:none;
     }
     100%{
         background:#464646;
     }
 }
 
 .animated.animationDelay{
     animation-delay:.4s;
     -webkit-animation-delay:.4s;
 }
 .animated.animationDelayMed{
     animation-delay:1.2s;
     -webkit-animation-delay:1.2s;
 }
 .animated.animationDelayLong{
     animation-delay:1.6s;
     -webkit-animation-delay:1.6s;
 }
 .animated.fadeBgColor {
     -webkit-animation-name: fadeBgColor;
     -moz-animation-name: fadeBgColor;
     -o-animation-name: fadeBgColor;
     animation-name: fadeBgColor;
 }
 .animated.bounceIn {
     -webkit-animation-name: bounceIn;
     -moz-animation-name: bounceIn;
     -o-animation-name: bounceIn;
     animation-name: bounceIn;
 }
 .animated.bounceInRight {
     -webkit-animation-name: bounceInRight;
     -moz-animation-name: bounceInRight;
     -o-animation-name: bounceInRight;
     animation-name: bounceInRight;
 }
 .animated.bounceInLeft {
     -webkit-animation-name: bounceInLeft;
     -moz-animation-name: bounceInLeft;
     -o-animation-name: bounceInLeft;
     animation-name: bounceInLeft;
 }
 .animated.fadeIn {
     -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
     -o-animation-name: fadeIn;
     animation-name: fadeIn;
 }
 .animated.fadeInDown {
     -webkit-animation-name: fadeInDown;
     -moz-animation-name: fadeInDown;
     -o-animation-name: fadeInDown;
     animation-name: fadeInDown;
 }
 .animated.fadeInUp {
     -webkit-animation-name: fadeInUp;
     -moz-animation-name: fadeInUp;
     -o-animation-name: fadeInUp;
     animation-name: fadeInUp;
 }
 .animated.moveUp {
     -webkit-animation-name: moveUp;
     -moz-animation-name: moveUp;
     -o-animation-name: moveUp;
     animation-name: moveUp;
 }
 .delay-02s {
   animation-delay: 0.2s;
   -webkit-animation-delay: 0.2s;
   -moz-animation-delay: 0.2s;
 }
 
 .delay-03s {
   animation-delay: 0.4s;
   -webkit-animation-delay: 0.4s;
   -moz-animation-delay: 0.4s;
 }
 
 .delay-04s {
   animation-delay: 0.6s;
   -webkit-animation-delay: 0.6s;
   -moz-animation-delay: 0.6s;
 }
 
 .delay-07s {
   animation-delay: 1.2s;
   -webkit-animation-delay: 1.2s;
   -moz-animation-delay: 1.2s;
 }
 
 .delay-08s {
   animation-delay: 1.4s;
   -webkit-animation-delay: 1.4s;
   -moz-animation-delay: 1.4s;
 }
 
 .delay-05s {
   animation-delay: 0.9s;
   -webkit-animation-delay: 0.9s;
   -moz-animation-delay: 0.9s;
 }
 
 .delay-06s {
   animation-delay: 1s;
   -webkit-animation-delay: 1s;
   -moz-animation-delay: 1s;
 }
 
 .delay-09s {
   animation-delay: 1.6s;
   -webkit-animation-delay: 1.6s;
   -moz-animation-delay: 1.6s;
 }
 
 .cbp-l-grid-work .cbp-item-wrapper {
   box-shadow: none !important;
     border:none !important;
 }
 
 .cbp-popup-singlePage .cbp-popup-navigation-wrap {
     
     background-color: #2c2f8b !important;
 }
 
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     
     background-color: #1894d1;
 }
 
 .nav-pills .nav-link{
     background:#ececec;
     margin-bottom:20px;
     color:#515151;
 }
 
 .panel-body .col-md-4 {
    border-bottom: 2px solid #ff4926;
    padding: 20px 0px;
}
 
 
  
 .scroll-height{height:700px; overflow-x: hidden; overflow-y:scroll;}
  .gry{background:#f2f2f2;}
  
  
  .shadow1{
         padding:50px 20px 20px 20px;
             -webkit-box-shadow: 27px 6px 42px -17px rgba(0,0,0,0.12);
     -moz-box-shadow: 27px 6px 42px -17px rgba(0,0,0,0.12);
     box-shadow: 27px 6px 42px -17px rgba(0,0,0,0.12);
     min-height:290px;
     width:100%;
     }
     
     .nopad-top{padding-top:0px !important;}
     
     .col-md-4 hr {
    display: none;
}

a {
    color: #000 !important;
}

.footer-detail a {
    color: #fff !important;
}