/*-----------------------------------------------------------------------------------

  Theme Name: Anant | Multipurpose HTML Template
  Theme URI: http://anant.revivalpixel.com/html/index.html
  Author:HTML Pixel
  Author URI: http://www.revivalpixel.com/
  Description: Anant | Multipurpose HTML Template is a perfect design for Creative Agency, Corporation, Organization, Community, Company Profile, Personal Portfolio, News, Creative Blog, Gallery Photo and many more.
  Version: 1.0

********************************************************************* Table Of Content **************************************************************************************
	
1. Reset Style
2. Header
3. Search Bar
4. Header ( Top Header )
   4.1 Top Header ( Style 2 Mobile )
5. Header ( Style 2 )
6. Header ( Style 3 )
7. Header ( Style 4 )
8. Header ( Style 5 )
9. Header ( Style 7 )
10. Footer
    10.1 Footer ( Style 2 )
    10.2 Footer ( Style 3 ) 
    10.3 Footer ( Style 4 )
    10.4 Footer ( Style 5 )
11. 404 Page
12. Portfolio Page
    12.1 Portfolio Masnory Style
    12.2 Parallex Portfolio
13. Blog Single
14. Blog Masonry
15. Sidebar
16. Contact Style 1
17. Contact Style 3
18. Contact Style 4
19. Tab
20. Testimonial Style 1
21. Testimonial Style 2
22. Testimonial Style 3
23. Testimonial Style 4
24. Testimonial Style 5
25. Testimonial Style 6
26. Testimonial Style 7
27. Portfolio Detail
28. Price
    28.1 Price Style2
    28.2 Pricing Style 3
    28.3 Pricing Style 4
    28.4 Pricing Style 5  
    28.5 Pricing Style 6
    28.6 Pricing Style 7
    28.7 Pricing Style 8
29. Typography Page
30. Widget
31. Blog Detail
32. Forms
33. Photo Gallery
34. Archive
35. Search result
36. Coming Soon
37. Pagination
38. Team
    38.1 Team Style2
    38.2 Team Style 3
39. Alert
40. Progress Bar
41. Counter
42. Pie Chart
43. Accordian
    43.1 Accordian Style Two
    43.2 Accordian Style Three
    43.3 Accordian Style Four
44. Tab
    44.1 Tab Style One
    44.2 Tab Style Two
    44.3 Tab Style Three
45. Vertical Tab
    45.1 Vertical Tab Style 2
    45.2 Vertical Tab Style 3
46. Call To Action
    46.1 Call To Action style One
    46.2 Call To Action style Two
    46.3 Call To Action style Three
47. Social Media
48. Features
    48.1 Feature Style Two
    48.2 Feature Style Three
    48.3 Feature Style Four
    48.4 Feature Style Five
49. Dropcap
50. Blogquote
    50.1 Blogqoute Style One
    50.2 Blogqoute Style Two
    50.3 Blogqoute Style Three
51. Devider
52. Blog Post
    52.1 Blog Post style Two
    52.2 Blog post style Three
    52.3 Blog post style Three
53. Steps
    53.1 Step Style Two
    53.2 Step Style Three
    53.3 Step Style Four
    53.4 Step Style Five
    53.5 Step Style Six
    53.6 Step Style Seven
    53.7 Step Style Eight
54. Image Presentation
    54.1 Image Presrntation Style Two
    54.2 Image Presrntation Style Three
    54.3 Image Presrntation Style Four
    54.4 Image Presrntation Style Five
55. google Maps
56. Heading Style
57. Bulleted Points
58. Preloader
59. Video Style
60. Responsive Style


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



/******************************************************************************************** 1. Reset Style ***************************************************************************/
html, body, div, span, applet, object, iframe,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: Open Sans;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body { 
  font-family: Open Sans; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;  
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;  
  -moz-font-smoothing: antialiased;

}
ol, ul { list-style: none; margin-bottom: 30px; display: inline-block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table { border-collapse: collapse; border-spacing: 0; }
.color-blue{ color: #4285f4;}

/************************************************************************************ 2. Header **************************************************************************************/
header {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #e0e0e0;
  height: 85px;
  position: relative;
  z-index: 9999;
}
.rp-main-header {
  /*position: static;*/
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: top 500ms ease;
  -moz-transition: top 500ms ease;
  -o-transition: top 500ms ease;
  transition: top 500ms ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99999999;
}
.scrollActive .rp-main-header {
  position: fixed;
}
/*.sticky{ position: fixed; width: 100%; height: 70px; transition: ease-in-out all 0.4s;}*/
.sticky .rp-menu > ul > li > a{ padding: 27px 15px;}
.sticky .logo{ padding: 22px 0; }
.dark-header{ background: #2c2c2c; }
.logo{ padding: 29px 0; }
.rp-menu,
.rp-menu ul,
.rp-menu ul li,
.rp-menu ul li a,
.rp-menu #head-mobile
{
  border:0;
  list-style:none;
  line-height:1;
  display:block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
.mega-menu > ul{ width: 100%; right: 0 !important; background: #333c4b none repeat scroll 0 0; opacity: 0; z-index: 9999999; }
.mega-menu.has-sub li{ width: 25%; float: left; }
.rp-menu li:hover  ul{ opacity: 1;}
.rp-menu:after,
.rp-menu > ul:after
{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
  z-index: 999999;
}
.rp-menu #head-mobile{ display:none; }
.rp-menu > ul { margin: 0 60px 0 0; }
.rp-menu > ul > li{ float:left; }
.mega-menu.has-sub ul a{ color: #fff !important; width: 100%; }
.mega-menu.has-sub ul a:hover{ color: #fbbc05 !important; }
.rp-menu > ul > li > a{ padding:34px 15px; font-size:16px; }
.rp-menu ul li.active a{ color: #fbbc05 !important; }
.rp-menu ul li a:hover{ color: #fbbc05; }
.rp-menu a{ font-family: Montserrat; }
.rp-menu ul ul li a i { float: right; font-size: 18px; }
.rp-menu > ul > li > a i { font-size: 16px; padding: 0 0 0 8px; }
.rp-menu > ul > li.has-sub:hover > a:before{ top:23px; height:0; }
.rp-menu ul ul{ position:absolute; left:-9999px; top: 85px; background-color: #262626; }
.mega-menu ul{ padding: 15px; }
.rp-menu ul ul li
{
  /*height:0;*/
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s ;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.rp-menu li:hover > ul{ left:auto; }
.rp-menu li:hover ul li{ /*height:45px;*/ opacity: 1; visibility: visible;  }
.rp-menu ul ul ul{ margin-left:100%; top:0; }
.mega-menu div{ padding: 0; }
.rp-menu ul ul li a
{
  padding:15px 15px;
  width:235px;
  font-size:14px;
  text-decoration:none;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  color:#fff;
  text-align: left;
}
.rp-menu ul ul li:last-child > a,
.rp-menu ul ul li.last-item > a
{
  border-bottom:0;
}
.rp-menu ul ul li:hover > a,
.rp-menu ul ul li a:hover
{
  background: #2c2c2c;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.rp-menu ul ul > li.has-sub:hover > a:before{ top:17px; height:0; }
.rp-menu ul ul ul li.active a{ border-left:1px solid #333; }
/*.rp-menu > ul > li.has-sub > ul > li.active > a,
.rp-menu > ul ul > li.has-sub > ul > li.active> a
{ 
  border-top:1px solid #333;
}*/

@media screen and (max-width:1023px){
header{ height: 47px;}
.scrollActive{ padding: 47px 0 0 0 !important; }
header .container{ padding: 0; }
nav{ width:100%; }
.mega-menu > ul{ opacity: 1 !important; }
.rp-menu .open{ height: 250px; overflow: scroll; }
.mega-menu ul{ padding: 0;}
.mega-menu.has-sub li{ width: 100%; float: none; }
.rp-menu ul ul li{ visibility: visible !important; }
#rp-sidnav-logo{ margin: 0 0 0 15px !important;}
#rp-sidnav-menu-trigger{ top: 5px !important; }
.rp-menu{ width:100%; }
.rp-menu ul{ background: #333; position: absolute; }
.logo{ padding: 0 0 0 15px; }
.rp-menu ul li{ position: relative; opacity: 1 !important; float: none; }
header{ padding: 10px 0 0 0; }
.header-style-3{ padding: 0; }
.rp-menu > ul > li > a{ color: #fff; padding: 17px; }
.rp-menu ul ul li a i,
.rp-menu > ul > li > a i
{ 
  display: none;
}
.rp-menu ul{ width:100%;display:none; }
.rp-menu ul li{ width:100%; border-top:1px solid #2c2c2c; }
.rp-menu ul li:hover{ background:#2c2c2c; }
.rp-menu ul ul li,
.rp-menu li:hover > ul > li
{ 
  height:auto;
}
.rp-menu ul li a,
.rp-menu ul ul li a
{
  width:100%;
  border-bottom:0;
}
.rp-menu > ul > li{ float:none; }
.rp-menu ul ul{ background: #000; top: auto; }
.rp-menu ul ul li a{ padding-left:30px; }
.rp-menu ul ul li{ background:#2c2c2c !important; border-color: #333; }
.rp-menu ul ul ul li a{ padding-left:45px; }
.rp-menu ul ul li a{ color:#ddd; background:none; }
.rp-menu ul ul li:hover > a,
.rp-menu ul ul li.active > a
{
  color:#fff;
}
.rp-menu ul ul,
.rp-menu ul ul ul
{
  position:relative;
  left:0;
  width:100%;
  margin:0;
  text-align:left;
}
.rp-menu > ul > li.has-sub > a:after,
.rp-menu > ul > li.has-sub > a:before,
.rp-menu ul ul > li.has-sub > a:after,
.rp-menu ul ul > li.has-sub > a:before
{
  display:none;
}
.rp-menu #head-mobile
{
  display:block;
  padding:18px;
  color:#ddd;
  font-size:12px;
}
.toggle
{
  width:55px;
  height:46px;
  position:absolute;
  right:0;
  top:-6px;
  cursor:pointer;
  z-index: 999;
}
.toggle:after
{
  position:absolute;
  top:22px;
  right:20px;
  display:block;
  height:4px;
  width:20px;
  border-top:2px solid #333;
  content:'';
}
.toggle:before
{
  -webkit-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  position:absolute;
  top:16px;
  right:20px;
  display:block;
  height:2px;
  width:20px;
  background:#333;
  content:'';
}

.toggle.menu-opened:after
{
  -webkit-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  top:23px;
  border:0;
  height:2px;
  width:19px;
  background:#333;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}
.toggle.menu-opened { top: -9px; }
.toggle.menu-opened:before
{
  top:23px;
  background:#333;
  width:19px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
.dark-header .toggle:before, 
.dark-header .toggle:after,
.dark-header .toggle.menu-opened::before,
.dark-header .toggle.menu-opened::after
{
  background: #fff;
}
.rp-menu .submenu-button
{
  position:absolute;
  z-index:99;
  right:0;
  top:0;
  display:block;
  border-left:1px solid #2c2c2c;
  height:48px;
  width:44px;
  cursor:pointer;
}
.rp-menu ul ul .submenu-button{ height:44px; width:44px; }
.rp-menu .submenu-button:after
{
  position:absolute;
  top:22px;
  right:19px;
  width:8px;
  height:2px;
  display:block;
  background:#ddd;
  content:'';
}
.rp-menu ul ul .submenu-button:after{ top:23px; right:17px; }
.rp-menu .submenu-button.submenu-opened:after{ background:#fff; }
.rp-menu .submenu-button:before
{
  position:absolute;
  top:19px;
  right:22px;
  display:block;
  width:2px;
  height:8px;
  background:#ddd;
  content:'';
}
.rp-menu ul ul .submenu-button:before{ top:20px; right:20px; }
.rp-menu .submenu-button.submenu-opened:before{ display:none; }
.rp-menu ul ul ul li.active a{ border-left:none; }
.rp-menu > ul > li.has-sub > ul > li.active > a,
.rp-menu > ul ul > li.has-sub > ul > li.active > a
{
  border-top:none;
}
.header-style-3 .rp-menu > ul{ top: 48px; }
}

/************************************************************************************ 3. Search Bar *************************************************************************************/

header .container{ position: relative;}
.sb-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  height: 85px;
  float: right;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 99999;
}
.sb-search.search-left { left: 0; }
.sb-search-input {
  position: absolute;
  top: 85px;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 20px;
  z-index: 10;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
  -webkit-transition: height ease-in-out all 0.3s;
  -moz-transition: height ease-in-out all 0.3s;
  transition: height ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}
.sb-search-open .sb-search-input{ font-size: 14px;  }
.sb-search-open .sb-search-input {
  height: 55px;
  padding: 15px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.dark-header .sb-search-input{ background: #2c2c2c; }
.middle-header.dark-header .sb-search-input{ background: #333; }
.dark-header .sb-search.sb-search-open .sb-search-input{ background: #fff; }
.dark-header .sb-icon-search{ color: #fff; font-size: 14px; }
.sb-search-input::-webkit-input-placeholder { color: #333c4b; font-size: 14px; }
.sb-search-input:-moz-placeholder { color: #333c4b; font-size: 14px; }
.sb-search-input::-moz-placeholder { color: #333c4b; font-size: 14px; }
.sb-search-input:-ms-input-placeholder { color: #333c4b; font-size: 14px; }
.sb-icon-search,
.sb-search-submit  {
  width: 60px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 0;
  margin: 0;
  line-height: 85px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
  filter: alpha(opacity=0); 
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #666;
  z-index: 90;
  font-size: 18px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 300px;
  overflow: visible;
}
.sb-icon-search
{
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  color: #fbbc05 ;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

@media ( max-width: 767px ){
  .sb-search.sb-search-open, .no-js .sb-search{ width: 100%; }
}

@media ( max-width: 1023px ){
.sb-icon-search, .sb-search-submit{ width: 50px !important; line-height: 45px !important;}
.sb-search{ 
  min-width: 80px !important; 
  top: -10px !important; 
  height: 47px !important; 
  right: 40px !important; 
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
 .sb-search-input {
    height: 50px;
    padding: 20px;
    right: -40px !important;
}
.sb-search-input{ top: 47px; }
}

/************************************************************************** 4. Header ( Top Header ) ****************************************************************************************/

.top-header.dark-header{ background: #333333; }
.language, .contact-info { border-right: 1px solid #3d3d3d; padding: 15px 15px 15px 0; }
.header-social-icon{ padding: 15px 0; }
.language span{ color: #999;}
.language span i{ margin: 0 10px 0 0; }
.language select
{
  background: rgba(0, 0, 0, 0) url("images/select-drop-white.png") no-repeat scroll right center;
  -moz-appearance:none;
  -webkit-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  border: none;
  color: #fff;
  width: 65px;
  font-weight: 600;
}
.language select option{ background: #fff; color: #333;}
.top-header .contact-info { color: #ffffff; width: auto; display: inline-block; }
.top-header .contact-info > span{ margin: 0 0 0 20px;}
.top-header .contact-info > span > i{ margin: 0 8px 0 0; }
.header-social-icon ul{ line-height: normal;}
.header-social-icon li{ display: inline-block;}
.header-social-icon li a{ color: #999; font-size: 16px; padding: 0 10px;}
.top-header .language span i { font-size: 18px; }

.top-header.style2{ border-bottom: 1px solid #e2e2e2; padding: 0;}
.top-header.dark-header.style2{ border-color: #3d3d3d; }
.top-header.style2 .header-social-icon{ padding: 0 0; }
.top-header.style2 .language.pull-left > a {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    color: #333333;
    display: inline-block;
    padding: 10px;
}
.top-header.style2 .language{ border: none; }
.top-header.style2 .language select{ color: #999999; }
.top-header.style2 .language span i{ color: #999999; }
.top-header.style2 .language.pull-left > a:last-child{ border-left: none;}
.top-header.style2 .language.pull-left > a i{ margin: 0 5px 0 0;}
.top-header.style2 .header-social-icon li{ margin: 0 0 0 -4px;}
.top-header.style2 .header-social-icon li a {
  color: #999999;
  display: inline-block;
  padding: 15px 15px; 
}
.top-header.style2 .top-links{ padding: 15px 0; }
.top-header.style2 .top-links li{ display:  inline;}
.top-links ul{ line-height: normal;}
.top-links li a {
  border-right: 1px solid #999999;
  color: #999999;
  font-size: 12px;
  padding: 0 10px;
  text-transform: uppercase;
}
.top-links li a:hover { color: #fbbc05; }
.top-links li:last-child a{ border: none; }
.middle-header { border-bottom: 1px solid #e2e2e2; padding: 15px 0 15px; }
.middle-header.dark-header{ border-color: #3d3d3d; }
.middle-header .container{ position: relative;}
.middle-header .sb-search{ top: -15px;}
.select-box ul { line-height: normal; }
.select-box .dropdown-menu{ 
  background: #fff;
  top: 44px;
  width: 100%;
  z-index: 999999;
}
.select-box .dropdown > a {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  color: #333333;
  display: inline-block;
  padding: 10px 15px;
}
.select-box .dropdown a i { margin: 0 8px 0 0; }
.select-box .dropdown-menu a {
  color: #333333;
  display: inline-block;
  padding: 6px 20px;
}

/****************************** 4.1 Top Header ( Style 2 Mobile ) *************************************/

.mobile .select-box .dropdown > a{ padding: 5px 8px; border: none;}
.top-header.style2.mobile .header-social-icon li a { border-left: medium none; padding: 4px 8px; }
.top-header.style2.mobile .header-social-icon li:last-child a{ border: none;}
.mobile-top-links li a {
    border-left: 1px solid #e2e2e2;
    color: #333333;
    display: inline-block;
    font-size: 20px;
    padding:6px 15px 5px 15px;
    margin: 0 -5px 0 0;
}
.dark-header.header-style-3 .mobile-top-links li a{ border-color: #333; color: #fff;}
.mobile-top-links li:last-child a { border-right: 1px solid #e2e2e2;}



@media ( max-width: 920px ){
.language.pull-left { float: none !important; text-align: center; }
.top-header { text-align:center; }
.language, .contact-info{ width: auto; display: inline-block; padding: 10px 0; border: none; }
.top-header .contact-info{  text-align: center;}
.header-social-icon.pull-right{ float: none !important; text-align: center;}
.top-header .contact-info > span{ display: inline-block;}
.top-header.style2 .language{ display: initial; }
}

/*************************************************************************** 5. Header ( Style 2 ) *****************************************************************************************/

.header-style-2 .rp-primary-nav{ padding: 0 90px 0 0;}
.header-style-2 .rp-menu > ul{ margin: 0 90px 0 0; }
.shopping-cart{ float: right; position: relative;}
.shopping-cart > a { font-size: 20px; line-height: 40px; z-index: 9999; position: relative; }
.dropdown { position: absolute; right: 60px; top: 14px; }
.dropdown-menu{
    display: none;
    position: absolute;
    right: 0;
    width: 320px;
    z-index: 999;
    top: 63px;
    background: #333 ;
    padding: 0 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.shopping-cart ul li{ 
  border-bottom: 1px solid #2c2c2c;
  display: inline-block;
  padding: 15px;
  width: 100%;
}
.shopping-cart ul li:last-child{ border: none;}
.shopping-cart .product-image{ float: left;}
.shopping-cart .product-image img{ width: 80px; height: 80px;}
.shopping-cart .product-name{ float: left; padding: 0 0 0 15px;}
.shopping-cart .product-name > a { color: #ffffff; font-size: 16px; font-weight: 600; }
.shopping-cart .product-name span { color: #fbbc05; }
.shopping-cart .remove-product {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    float: right;
    height: 20px;
    line-height: normal;
    text-align: center;
    width: 20px;
    margin: 28px 0 0 0;
}
.shopping-cart .remove-product:hover{ background: #fbbc05;  color: #fff;}
.shopping-cart .trash-data { color: #e8e6e9;  font-size: 16px; }
.shopping-cart .subtotal { color: #e8e6e9; float: right; font-size: 16px; }
.shopping-cart .subtotal > span { color: #fbbc05;  font-weight: 600; }
.shopping-cart .bottom-button{ background: #fff; margin: 0 0 -12px 0;}
.cart-button {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding: 10px 15px;
  text-transform: uppercase;
  border: 1px solid #333;
  color: #333;
}
.cart-button:hover{ color: #333;}
.cart-button i{ margin-right: 8px;}
.cart-button.yellow {background: #fbbc05; border-color: #fbbc05; }

@media( max-width: 1023px ){
.dropdown {
  position: absolute;
  right: 75px;
  top: -7px;
  z-index: 99999;
}
}


/**************************************************************************** 6. Header ( Style 3 ) ****************************************************************************************/

.top-header.style2 .dropdown { position: relative; top: 0; right: 0; }
.middle-header.dark-header{ background: #333; }
.middle-header .dropdown { position: relative; top: 0; right: 70px; }
.header-style-3 { box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }
@media ( max-width:767px ){
.middle-header .sb-search-input{ padding: 0 20px !important; }
.middle-header .sb-search{ right: 5px !important; min-width: 40px !important; }
.middle-header .dropdown{ right: 35px; top: -8px; }
.middle-header .logo{ padding: 0; }
.middle-header{ padding: 15px 0 0 0; }
.header-style-3 .toggle{ top: 5px; }
}
@media ( min-width:768px ) and ( max-width: 1023px) {
.middle-header .sb-search {
    height: 47px !important;
    min-width: 38px !important;
    right: 10px !important;
    top: 0 !important;
    transition: all 0.4s ease-in-out 0s;
}
.header-style-3 .toggle{ top: 3px; }
}

/***************************************************************************** 7. Header ( Style 4 ) **************************************************************************************/
.rp-stretchy-nav {
  position: fixed;
  z-index: 2;
  top: 40px;
  right: 5%;
}
.rp-stretchy-nav .stretchy-nav-bg {
  /* this is the stretching navigation background */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: height 0.2s, box-shadow 0.2s;
  -moz-transition: height 0.2s, box-shadow 0.2s;
  transition: height 0.2s, box-shadow 0.2s;
}
.rp-stretchy-nav.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* this is the hamburger icon */
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}
.cd-nav-trigger span {
  /* middle line of the hamburger icon */
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* top and bottom lines of the hamburger icon */
  content: '';
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
}
.cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.nav-is-visible .cd-nav-trigger span {
  background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rp-stretchy-nav ul {
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  text-align: right;
}
.rp-stretchy-nav ul a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
/*  color: rgba(255, 255, 255, 0.7);*/
  font-size: 1.4rem;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.rp-stretchy-nav i { margin: 0 20px 0 0; }
.rp-stretchy-nav ul a::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  opacity: .6;
}
.rp-stretchy-nav ul a::before {
  /* line visible next to the active navigation item */
  content: '';
  position: absolute;
  width: 3px;
  height: 16px;
  top: 50%;
  right: 60px;
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(0);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(0);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(0);
  -o-transform: translateX(3px) translateY(-50%) scaleY(0);
  transform: translateX(3px) translateY(-50%) scaleY(0);
  background-color: #0a9581;
}
/*.rp-stretchy-nav ul li:first-of-type a::after {
  /* change custom icon using image sprites */
 /* background-position: -32px 0;
}
.rp-stretchy-nav ul li:nth-of-type(2) a::after {
  background-position: -64px 0;
}
.rp-stretchy-nav ul li:nth-of-type(3) a::after {
  background-position: -48px 0;
}
.rp-stretchy-nav ul li:nth-of-type(4) a::after {
  background-position: 0 0;
}
.rp-stretchy-nav ul li:nth-of-type(5) a::after {
  background-position: -16px 0;
}*/
.rp-stretchy-nav ul span{ margin: 0 40px 0 0 !important;}
.rp-stretchy-nav ul span
{
  /* navigation item labels */
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
  margin: 0 20px 0 0;
}
.rp-stretchy-nav ul i {
  /* navigation item labels */
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
  width: 20px;
  text-align: center;
}


.rp-stretchy-nav.nav-is-visible ul {
  visibility: visible;
}
.rp-stretchy-nav.nav-is-visible ul a::after {
  /* navigation item icons */
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-animation: scaleIn 0.15s backwards;
  -moz-animation: scaleIn 0.15s backwards;
  animation: scaleIn 0.15s backwards;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/*.rp-stretchy-nav.nav-is-visible ul a.active {
  color: #ffffff;
}*/
.rp-stretchy-nav.nav-is-visible ul a.active::after {
  opacity: 1;
}
.rp-stretchy-nav.nav-is-visible ul a.active::before {
  -webkit-transform: translateX(3px) translateY(-50%) scaleY(1);
  -moz-transform: translateX(3px) translateY(-50%) scaleY(1);
  -ms-transform: translateX(3px) translateY(-50%) scaleY(1);
  -o-transform: translateX(3px) translateY(-50%) scaleY(1);
  transform: translateX(3px) translateY(-50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.15s 0.3s;
  -moz-transition: -moz-transform 0.15s 0.3s;
  transition: transform 0.15s 0.3s;
}
.rp-stretchy-nav.nav-is-visible ul span,
.rp-stretchy-nav.nav-is-visible ul i 
{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: slideIn 0.15s backwards;
  -moz-animation: slideIn 0.15s backwards;
  animation: slideIn 0.15s backwards;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;

}
.no-touch .rp-stretchy-nav.nav-is-visible ul a:hover {
  color: #ffffff;
}
.no-touch .rp-stretchy-nav.nav-is-visible ul a:hover::after {
  opacity: 1;
}
.no-touch .rp-stretchy-nav.nav-is-visible ul a:hover span {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.rp-stretchy-nav.nav-is-visible ul li:first-of-type a::after,
.rp-stretchy-nav.nav-is-visible ul li:first-of-type span,
.rp-stretchy-nav.nav-is-visible ul li:first-of-type i {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(2) a::after,
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(2) span,
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(2) i {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span,
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(3) i {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span,
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(4) i {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span,
.rp-stretchy-nav.nav-is-visible ul li:nth-of-type(5) i {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.rp-stretchy-nav.add-content {
  bottom: 50px;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 300px;
}
.rp-stretchy-nav.add-content .stretchy-nav-bg {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8ac57f;
  -webkit-transition: width 0.2s, box-shadow 0.2s;
  -moz-transition: width 0.2s, box-shadow 0.2s;
  transition: width 0.2s, box-shadow 0.2s;
}
.rp-stretchy-nav.add-content.nav-is-visible .stretchy-nav-bg {
  width: 100%;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.rp-stretchy-nav.add-content .cd-nav-trigger {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #9acd91;
}
.rp-stretchy-nav.add-content .cd-nav-trigger span {
  background-color: transparent;
}
.rp-stretchy-nav.add-content .cd-nav-trigger span::before {
  /* used to create the plus icon */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rp-stretchy-nav.add-content .cd-nav-trigger span::after {
  /* used to create the plus icon */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.rp-stretchy-nav.add-content.nav-is-visible .cd-nav-trigger {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.rp-stretchy-nav.add-content.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.rp-stretchy-nav.add-content.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.rp-stretchy-nav.add-content ul {
  padding-top: 0;
}
.rp-stretchy-nav.add-content ul::after {
  clear: both;
  content: "";
  display: table;
}
.rp-stretchy-nav.add-content ul li {
  display: inline-block;
  float: left;
  width: 60px;
}
.rp-stretchy-nav.add-content ul li:nth-of-type(2) {
  /* space occupied by the navigation trigger */
  margin-right: 60px;
}
.rp-stretchy-nav.add-content ul a {
  padding: 0;
  height: 60px;
  width: 100%;
}
.rp-stretchy-nav.add-content ul a::after {
  top: 50%;
  left: 22px;
  right: auto;
  -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  background-image: url(images/cd-sprite-2.svg);
}
.rp-stretchy-nav.add-content ul li:first-of-type a::after {
  background-position: -16px 0px;
}
.rp-stretchy-nav.add-content ul li:nth-of-type(2) a::after {
  background-position: 0px 0px;
}
.rp-stretchy-nav.add-content ul li:nth-of-type(3) a::after {
  background-position: -48px 0px;
}
.rp-stretchy-nav.add-content ul li:nth-of-type(4) a::after {
  background-position: -32px 0px;
}
.rp-stretchy-nav.add-content ul li:first-of-type a::after,
.rp-stretchy-nav.add-content ul li:nth-of-type(4) a::after {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.rp-stretchy-nav.add-content ul li:nth-of-type(2) a::after,
.rp-stretchy-nav.add-content ul li:nth-of-type(3) a::after {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.rp-stretchy-nav.add-content.nav-is-visible ul a::after {
  -webkit-animation-name: scaleIn;
  -moz-animation-name: scaleIn;
  animation-name: scaleIn;
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.rp-stretchy-nav.add-content ul span {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  padding: 0.6em 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
  /* reset default style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.rp-stretchy-nav.add-content ul span::after {
  /* triangle below the tooltip */
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8);
}

.rp-stretchy-nav.add-content.nav-is-visible ul span {
  /* reset default style */
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.no-touch .rp-stretchy-nav.add-content.nav-is-visible ul a:hover span {
  opacity: 1;
  visibility: visible;
  /* reset default style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-editable-content {
  /* used to wrap the image and the navigation */
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
}
.cd-editable-content img {
  display: block;
  border-radius: .25em;
}

.rp-stretchy-nav.edit-content {
  position: absolute;
  top: 15px;
  right: 15px;
}
.rp-stretchy-nav.edit-content .stretchy-nav-bg {
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  -webkit-transition: background 0.2s, height 0.2s;
  -moz-transition: background 0.2s, height 0.2s;
  transition: background 0.2s, height 0.2s;
}
.rp-stretchy-nav.edit-content.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* reset default style */
  box-shadow: none;
}

.rp-stretchy-nav.edit-content .cd-nav-trigger {
  height: 30px;
  width: 30px;
}
.rp-stretchy-nav.edit-content .cd-nav-trigger span {
  opacity: 0;
  background-color: transparent;
}
.rp-stretchy-nav.edit-content .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rp-stretchy-nav.edit-content .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rp-stretchy-nav.edit-content .cd-nav-trigger span, .rp-stretchy-nav.edit-content .cd-nav-trigger span::before, .rp-stretchy-nav.edit-content .cd-nav-trigger span::after {
  /* used to create the 'X' icon when the navigation is open */
  width: 12px;
}
.rp-stretchy-nav.edit-content .cd-nav-trigger::after {
  /* edit icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/cd-sprite-3.svg) no-repeat 0 0;
}
.rp-stretchy-nav.edit-content .cd-nav-trigger span, .rp-stretchy-nav.edit-content .cd-nav-trigger::after {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.no-touch .rp-stretchy-nav.edit-content .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.rp-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger span {
  opacity: 1;
}
.rp-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rp-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.rp-stretchy-nav.edit-content.nav-is-visible .cd-nav-trigger::after {
  /* hide edit icon */
  opacity: 0;
}

.rp-stretchy-nav.edit-content ul {
  padding-top: 30px;
}

.rp-stretchy-nav.edit-content ul a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.rp-stretchy-nav.edit-content ul a::after {
  right: 7px;
  background-image: url(images/cd-sprite-3.svg);
}

.rp-stretchy-nav.edit-content ul li:first-of-type a::after {
  background-position: -16px 0;
}

.rp-stretchy-nav.edit-content ul li:nth-of-type(2) a::after {
  background-position: -32px 0;
}

.rp-stretchy-nav.edit-content ul li:nth-of-type(3) a::after {
  background-position: -48px 0;
}

.rp-stretchy-nav.edit-content ul li:nth-of-type(4) a::after {
  background-position: -64px 0;
}

.rp-stretchy-nav.edit-content ul span {
  position: absolute;
  top: 0;
  right: 35px;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  text-align: center;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.rp-stretchy-nav.edit-content ul span::after {
  /* triangle below the tooltip */
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.55);
}

.rp-stretchy-nav.edit-content.nav-is-visible ul span {
  /* reset default style */
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.no-touch .rp-stretchy-nav.edit-content.nav-is-visible ul a:hover span {
  opacity: 1;
  visibility: visible;
  /* reset default style */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/************************************************************************* 8. Header ( Style 5 ) ************************************************************************************/
.header-style-5
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  z-index: 3;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header-style-5.dark-header{ background: #333; }
header.lateral-menu-is-open {
  /* translate to show the lateral menu */
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
.left.lateral-menu-is-open {
  transform: translateX(260px);
  -webkit-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
}
header.is-fixed {
  position: fixed;
}


#rp-sidnav-logo {
  display: block;
  float: left;
  margin: 12px 0 12px 20px;
}
.left #rp-sidnav-logo {
  float: right;
  margin-right: 30px;
}
#rp-sidnav-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #rp-sidnav-logo {
    margin: 22px 0 0 30px;
  }

}

#rp-sidnav-top-nav {
  position: absolute;
  top: 0;
  right: 120px;
  height: 100%;
  display: none;
}
#rp-sidnav-top-nav ul {
  height: 100%;
  padding-top: 18px;
}
#rp-sidnav-top-nav li {
  display: inline-block;
  margin-right: 1em;
}
#rp-sidnav-top-nav a {
  display: inline-block;
  padding: .5em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
}
#rp-sidnav-top-nav a.current {
  background-color: #242e30;
}
.no-touch #rp-sidnav-top-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
#rp-sidnav-top-nav {
  display: block;
}
}
#rp-sidnav-menu-trigger {
  background-color: transparent;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 16px;
  width: 35px;
}
.left #rp-sidnav-menu-trigger{ left: 25px;}
#rp-sidnav-menu-trigger .rp-sidnav-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 600;
  display: none;
}
#rp-sidnav-menu-trigger .rp-sidnav-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #333;
  /* these are the upper and lower lines in the menu menu */
}
.header-style-5.dark-header #rp-sidnav-menu-trigger .rp-sidnav-menu-icon{ background: #fff; }
.header-style-5.dark-header #rp-sidnav-menu-trigger.is-clicked .rp-sidnav-menu-icon{ background: #333; }
#rp-sidnav-menu-trigger .rp-sidnav-menu-icon::before, #rp-sidnav-menu-trigger .rp-sidnav-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #333;
  left: 0;
}
.header-style-5.dark-header #rp-sidnav-menu-trigger .rp-sidnav-menu-icon::before, 
.header-style-5.dark-header #rp-sidnav-menu-trigger .rp-sidnav-menu-icon:after
{ background-color: #fff; }
#rp-sidnav-menu-trigger .rp-sidnav-menu-icon::before {
  bottom: 5px;
}
#rp-sidnav-menu-trigger .rp-sidnav-menu-icon::after {
  top: 5px;
}
#rp-sidnav-menu-trigger.is-clicked .rp-sidnav-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#rp-sidnav-menu-trigger.is-clicked .rp-sidnav-menu-icon::before, #rp-sidnav-menu-trigger.is-clicked .rp-sidnav-menu-icon::after {
  background-color: #333;
}
#rp-sidnav-menu-trigger.is-clicked .rp-sidnav-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#rp-sidnav-menu-trigger.is-clicked .rp-sidnav-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  #rp-sidnav-menu-trigger {
/*    width: 110px;
    padding-left: 1.25em;
*/  }
  #rp-sidnav-menu-trigger .rp-sidnav-menu-text {
    display: inline-block;
    line-height: 70px;
  }
  #rp-sidnav-menu-trigger .rp-sidnav-menu-icon {
    left: auto;
    right: 1.25em;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
#rp-sidnav-lateral-nav {
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  visibility: hidden;
  /* the secondary navigation is covered by the main element */
  z-index: 999;
  width: 0;
  background-color: #333 ;
  overflow-y: auto;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
  transition: width .4s 0s, visibility 0s .4s;
  -webkit-transition: width .4s 0s, visibility 0s .4s;
  -ms-transition: width .4s 0s, visibility 0s .4s;
  -o-transition: width .4s 0s, visibility 0s .4s;
  /* this creates the subtle slide in animation of the navigation */
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
}
#rp-sidnav-lateral-nav.left{ 
  left: 0; 
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}

/*#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
}*/
#rp-sidnav-lateral-nav .sub-menu {
  padding: 0;
  display: none;
/*  background: #333;*/
}
#rp-sidnav-lateral-nav a {
  border-bottom: 1px solid #2c2c2c;
/*  color: #ffffff;*/
  display: block;
  font-size: 16px;
  padding: 5px 16px;
  font-family: Montserrat;
}
/*#rp-sidnav-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFF;
}*/
/*.no-touch #rp-sidnav-lateral-nav a:hover {
  color: #FFF;
}*/
@media only screen and (min-width: 768px) {
/*  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }*/
}
#rp-sidnav-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: width .4s 0s, visibility 0s 0s;
  -moz-transition: width .4s 0s, visibility 0s 0s;
  transition: width .4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
  width: 260px;
}

/* style menu items which have a submenu  */
#rp-sidnav-lateral-nav .menu-item-has-children > a {
  position: relative;
}
#rp-sidnav-lateral-nav .menu-item-has-children > a::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("images/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#rp-sidnav-lateral-nav .menu-item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

#rp-sidnav-lateral-nav .socials {
  padding: 30px 32px;
}
#rp-sidnav-lateral-nav .socials:after {
  content: "";
  display: table;
  clear: both;
}
.side-nav-search-box{ padding: 25px 10px 0 10px; }
.side-nav-search-box input { border-color: #2c2c2c; margin: 0; padding: 0 10px; }
.side-nav-search-box > a{ border: none !important; }
.side-nav-search-box i {
  background: #333333  none repeat scroll 0 0;
  color: #9f9f9f;
  padding: 10px 10px;
  position: absolute;
  right: 11px;
  top: 25px;
}
@media ( max-width: 767px ){
.left #rp-sidnav-menu-trigger{ left: 0; }
}



/***************************************************************************** 9. Header ( Style 7 ) ****************************************************************************************/

.header-style-7 .rp-menu > ul > li{ display: inline-block; float: none; }
.header-style-7 .rp-menu > ul{ text-align: center; }
.desktop-logo > a { padding: 16px 15px !important; position: relative; top: 6px; }
.center-logo{ display: none; }
@media ( max-width: 1023px ){
.desktop-logo{ display: none !important; }
.center-logo{ display: block; }
.header-style-7 .rp-menu #head-mobile{ padding: 5px; }
.header-style-7 .rp-menu > ul{ text-align: left; }
}


/**************************************************************************** 10. Footer  *************************************************************************************/

footer { background: #262626 none repeat scroll 0 0; padding: 100px 0 0 0; }
.footer-style-1{ padding: 0 0; background-color: #262626;}
.footer-style-1 .bottom-footer{ margin: 0; }
.copyright { color: #808080; font-size: 14px; margin: 0; padding: 3px 0 0;  }
.copyright a { font-size:14px; }
footer .social-icon-box a{ margin-bottom: 0; }
footer p{ color: #666; }
.footer-title { 
  color: #fff;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 30px;
  text-transform: capitalize;
}
.footer-logo{ padding-bottom: 20px; }
footer p { font-size: 14px; color: #808080; }
footer input, 
footer textarea 
{
  border-color: #4d4d4d;
  color: #fff; 
}
footer input:focus, 
footer textarea:focus{ border-color: #fff; outline: none; } 
footer ::-moz-placeholder{ color: #808080; }
footer ::-webkit-placeholder{ color: #808080; }
footer ::-ms-placeholder{ color: #808080; }
footer ::-o-placeholder{ color: #808080; }

/************************* 10.1 Footer ( Style 2 ) **************************/
/*footer .read-more{ 
	color: #bdbdbd; 
	font-weight: 600; 
	text-transform: uppercase; 
	display: inline-block; 
	margin: 0 0 0 0; 
  padding: 0;
}
footer .read-more:hover { color:#fbbc05;}
footer .read-more i {
  color: #fbbc05;
  font-size: 22px;
  line-height: normal;
  margin: 0 5px 0 0;
  padding: 0 8px 3px;
}*/
.footer-news { padding:0 0 30px 0; }
.footer-news:last-child{ border: none;}
.footer-news .image{ float: left;}
.footer-news .image > img { height: 85px; width: 85px; }
.footer-news .detail{ padding: 0 0 0 100px;}
.footer-news .detail .title { 
  color: #fff;
  display: inline-block;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer-news .detail .title:hover{ color: #fbbc05;}
.footer-news .detail p { font-size: 14px; margin: 0; padding: 0; }
.footer-news .date { color: #fff; font-size: 14px; font-style: italic; }
/*footer form{ padding: 30px 0 0 0; }*/
.bottom-footer { 
	clear: both;
  display: inline-block;
  margin: 70px 0 0;
  padding: 20px 0 10px;
  width: 100%;
  background-color: #212121;
  vertical-align: middle;
}
@media ( max-width: 767px ) {
footer{ padding: 30px 0 0 0; }
footer p { line-height: 20px; margin: 15px 0; }
.read-more{ margin: 10px 0 0 0; }
.footer-title{ margin: 20px 0 0 0; }
.bottom-footer{ margin: 45px 0 0 0; padding: 20px 0;  }
.social-icon.pull-right{ float: none !important; text-align: center;}  
footer .social-icon ul{ float: none; display: inline; }
footer .social-icon span{ float: none; }
.copyright{ margin: 15px 0; text-align: center; }
footer .social-icon-box { float: none !important; text-align: center; }
.social-icon.style-2{ display: inherit; }
.read-more{ display: inherit; }
.footer-style-5 .social-icon.style-2{ padding: 20px 0 0 0 !important; }

}
@media( min-width:768px ) and ( max-width:1023px ){
.copyright,
footer .social-icon span{ font-size: 12px;}
.social-icon.pull-right{ padding: 5px 0 0 0; }
footer .social-icon ul li a i{ font-size: 17px; }
.footer-news .image > img{ width: 50px; height: 50px; }
.footer-news .detail{ padding: 0 0 0 60px; }
.footer-title{ margin-bottom: 5px; }
/*.bottom-footer{ margin: 40px 0 0 0; padding: 25px 0 25px 0; }*/
footer{ padding: 40px 0 0 0; }
footer .social-icon ul li a i{ padding: 2px 2px 0 2px; }
footer .social-icon.style-2 ul li a i{ padding: 6px 5px 0; }
.footer-menu li a{ padding: 0 10px !important; }
.social-icon.style-2{ margin: 0 0 20px 0 !important; }
}

/******************* 10.2 Footer ( Style 3 ) *******************/

/*.tags{ margin: 20px 0 0 0; }*/
.tags li { display: inline-block; }
.tags a {
  border: 1px solid #808080;
  color: #808080;
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  margin: 5px;
  padding: 6px 8px;
  transition: all 0.4s ease-in-out 0s;
}
.tags a:hover{ color: #fff; border-color: #fff; }
/*.information{ margin: 20px 0 0 15px;}*/
.information li {
  color: #808080;
   transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;   	
}
.information li:last-child{ border-bottom:none; }
.information li:hover{ color: #fff;}
.information li a{ 
  color: #999; 
  padding: 10px 0; 
  display: inline-block; 
  line-height: normal; 
  font-size: 14px; 
}
.information li a:hover{ color: #fff;}
.footer-style-3 form{ padding: 0;}
.footer-menu ul { margin: 0 0 10px 0; }
.footer-menu li{ display: inline-block;}
.footer-menu li a{ color: #808080; padding: 0 15px; font-size: 14px; }
.footer-menu a:hover,
.footer-menu .active a{ 
	color:#fff;
}
footer .social-icon.si-border-white{ border-color: #4d4d4d; color: #808080; }

/****************** 10.3 Footer ( Style 4 ) ************************/
.footer-style-4 { padding: 130px 0 0; }
.footer-center-logo{ text-align: center;}
.footer-center-logo .logo-separator { border-top: 1px solid #333; }
.footer-center-logo > img {  background: #262626 none repeat scroll 0 0; margin: -15px 0 40px 0; padding: 0 15px; }
/*.footer-links{ margin: 20px 0 0 0;}*/
.footer-links a { 
  color: #808080; 
  font-size: 14px;
  display: inline-block; 
  padding: 8px 0; 
  line-height: normal; 
}
.footer-links a:hover{ color: #fff;}
.button-small.input-touch { padding: 13px 20px 14px; }

/*************** 10.4 Footer ( Style 5 ) *********************/
.latest-items,
.footer-contact-info{ display: inline-block; width: 100%; }
/*.footer-contact-info{ margin: 25px 0 0 0; }*/
.latest-items .item-box {
  /*margin: 25px 0 0;*/
  overflow: hidden;
  padding: 0 0 25px;
}
.latest-items .item-box:last-child{ border: none;}
.latest-items .item-image{ float: left;}
.latest-items .item-image img { height: 75px; width: 75px; }
.latest-items .item-detail{ padding: 0 0 0 100px;}
.latest-items .item-title { 
	color: #fff;
  display: inline-block;
  font-family: montserrat;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.latest-items .item-title:hover { color: #fbbc05; }
.latest-items .rating{ margin: 0 0 10px 0;}
.latest-items .rating > li { display: inline; }
.latest-items .rating a { color: #ff4c4c; padding: 0 3px; }
.latest-items .price {  color: #808080; font-family: montserrat; font-weight: 600; font-size: 14px; margin-top: 4px; }
.latest-items .price del { font-weight: normal; color: #666; margin-right: 10px;}
.contact-info .info-box { margin: 25px 0;  border-bottom: 1px solid #333333; padding: 0 0 25px 0; }
.contact-info .info-box  p{ margin:0;  }
.footer-contact-info .info-box:last-child{ border: none;}
.footer-contact-info .add-title { 
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.footer-style-5 .social-icon.style-2 { border-top: 1px solid #333333; margin: 20px 0; padding: 40px 0 0; }
.footer-style-5 .input-field { margin: 25px 0 0; }
.footer-style-5 .footer-menu li a{ text-transform: capitalize; }
.footer-style-5 input{ margin: 0 0 8px 0;}
.footer-style-5 .read-more.yellow-color{ padding: 0; }
.footer-style-5 .social-icon-box { border-top: 1px solid #4d4d4d; margin-top: 30px; padding: 30px 0 0; }

/******************************************************************************** 11. 404 Page *******************************************************************************************/
.error-page { display: table; text-align: center; width: 100%; }
.error-inner{ display: table-cell; vertical-align: middle; }
.error-page .button-medium { margin: 0 10px 30px; }
.error-inner .fa{ margin: 0 20px 0 0;}
.error-inner h5 { display: inline-block; margin-bottom: 30px; }
.error-inner h1{ padding-bottom: 10px; }

@media ( max-width: 767px ){
.error-inner h5{ margin-bottom: 0;}
}


/********************************************************************** 12. Portfolio Page ************************************************************************************************/
.gallary .categories{ text-align: center;}
.gallary ul li {display: inline-block; }
.gallary li { display: inline-block; }
.gallary li:last-child:after { content: ''; }
.gallary li a {
  background: #fff; 
  border: 1px solid #e6e6e6;
  color: #262626;
  display: inline-block;
  font-family: montserrat;
  font-size: 14px;
  margin: 0 4px;
  padding: 3px 20px;
  text-transform: uppercase;
}
.gallary li a.active{ background: #fbbc05; }
.gallary .gallary-item {
  margin-bottom: 30px !important;
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
.hover-bg {
  overflow: hidden;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.gallary .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background: rgba(246, 195, 18, 0.9);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.gallary .hover-text h6 
{ 
  color: #262626;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.gallary-item .hover-inner small { 
  color: #262626; 
  font-size: 14px;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s; 
}
.gallary .hover-bg .hover-text  small{ font-size: 14px; }
.gallary-item:hover .hover-text{ opacity: 1; }
.isotope-item { z-index: 2; }
.isotope::after {
    clear: both;
    content: "";
    display: block;
}
.isotope-hidden.isotope-item { z-index: 1; }
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope-item {
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}
.gallary-item .img-responsive{ width: 100%;}
.no-space .col-md-3,
.no-space .col-md-4,
.no-space .col-md-6
{ padding:0; }
.no-space .gallary-item{ margin: 0 !important; }
.gallary-thumbs.no-space{ margin-bottom: 30px; }
.gallary-thumbs.full-width.no-space{ margin-bottom: 0; }
.gallary-thumbs.full-width.no-space ~ .button-medium { margin-bottom: 0; }
.hover-text .hover-outer{ display: table; height: 100%; width: 100%; }
.hover-text .hover-inner{ display: table-cell; height: 100%; width: 100%; vertical-align: middle; }
@media (max-width: 767px) {
.isotope{ text-align: center !important; display: inline-block !important; width: 100%; }
.isotope-item {
  text-align: center;
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  position: relative !important;
}
.gallary-thumbs.no-space .col-5{ width: 100%; float: none;}
.gallary ul li,
.gallary li a
{ width: 100%; }
}
@media ( min-width: 768px ) and ( max-width: 1023px ){
.gallary-thumbs.no-space .col-5{ width: 33.33%;} 
}


/*************** 12.1 Portfolio Masnory Style *************/

.grid-sizer, .gallary .item { width: 25%; padding: 0 15px; }
.gutter-sizer{ width: 0; }
.gallary .item{ float: left; width: 25%; }
.gallary .item img { height: 100%; width: 100%; }
.isotope:after{ content: ''; display: block; clear: both; }
.gallary.masnory.full-width { box-sizing: border-box; padding: 0 15px; }
.gallary.masnory.full-width.no-space{ padding: 0;}
.gallary.masnory.full-width.no-space .grid-sizer,
.gallary.masnory.full-width.no-space .item{ padding: 0 ; }
@media ( max-width: 767px ){
.grid-sizer, .gallary .item { width: 100%; }
}


/************* 12.2 Parallex Portfolio **************/

.parallax-portfolio {
  height: 780px;
  background: transparent;
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
}
.parallax-portfolio .detail{ 
  display: table-cell; 
  vertical-align: middle;
  height: 100%; 
  position: relative;
  z-index: 999; 
}
.parallax-portfolio .detail h2{ padding: 0 0 5px 0px;  color: #fff; }
.parallax-portfolio .detail p{ color: #fff; font-size: 24px;}
.parallax-portfolio .overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
}
.parallax-portfolio .button-medium:hover{ 
  background: #fbbc05; 
  color: #262626; 
  border-color: transparent; 
}


@media ( max-width: 767px ){
.parallax-portfolio { height: 380px;}
}

/****************************************************************************** 13. Blog Single ***************************************************************************************/
.blog-single { display: inline-block; margin: 0 0 20px; overflow: hidden; }
.blog-head{ margin: 0 0 30px 0; display: inline-block; width: 100%; }
.blog-title{ padding: 0; line-height: 30px; }
.blog-title a {
  font-family: montserrat;
  font-size: 36px;
  font-weight: 600;
}
.blog-image{ margin-bottom: 20px; }
.post-detail{ margin: 0 0 20px 0; color: #262626;  }
.post-detail a{ color: #4285f4; text-decoration: underline; }
.post-detail span{ padding: 0 4px;}
.blog-bottom a {
  display: inline-block;
}
.like-comment{ display: inline-block; }
.like-comment > a{ margin: 0 20px; color: #262626; }
.like-comment > a .fa { color: #fbbc05; padding: 0 5px 0 0; }
.blog-single iframe{ width: 100%; height: 500px; }
.owl-carousel.blog-slider{ height: 530px; margin-bottom: 0; }
.owl-carousel.blog-slider .owl-item img { position: absolute; }
.blog-slider .owl-item { height: 100%; }
.blog-slider .owl-item > div { display: table; height: 100%; width: 100%; }
.blog-slider .carousel-text { display: table-cell; position: relative;  vertical-align: middle; }
.blog-slider h3 { color: #fff; padding-bottom: 20px; }

@media ( max-width: 767px ){
.owl-carousel.blog-slider{ height: 350px; }
.owl-carousel.blog-slider .owl-item img{ width: auto; }
.like-comment { text-align: center; }
.like-comment > a{ margin: 0 10px;}
.blog-single iframe{ height: 250px;}
.blog-title a { font-size: 20px; }
.blog-title{ line-height: 20px;}
.blog-slider .carousel-text p br{ display: none;}
}

@media ( min-width: 768px ) and ( max-width: 1023px) {
.owl-carousel.blog-slider{ height: 450px; }
.owl-carousel.blog-slider .owl-item img{ width: auto; }
.like-comment > a{ margin: 0 15px; }
.blog-title a{ font-size: 30px; }
}

/**************************************************************************** 14. Blog Masonry ***********************************************************************************/
.gallary.masnory-blog .grid-sizer, 
.gallary.masnory-blog .item{ 
  width: 50%;
}
.masnory-blog .blog-head{ margin-bottom: 15px;}
.masnory-blog .blog-title a{ font-size: 24px; }
.masnory-blog .blog-single iframe{ height: 370px;}

@media ( max-width: 767px ){
.gallary.masnory-blog .grid-sizer, 
.gallary.masnory-blog .item{ 
  width: 100%;
  padding: 0;
}
.gallary.masnory-blog .isotope{ text-align: left !important;}
.masnory-blog .blog-single iframe{ height: 220px;}
.masnory-blog .blog-title a{ font-size: 20px;}
}


@media ( min-width: 768px ) and ( max-width: 1023px) {
.masnory-blog .blog-title{ font-size: 18px !important; }
.masnory-blog .blog-single iframe{ height: 280px;}
.masnory-blog .continue-reading { font-size: 12px !important; padding: 10px; display: inline-block; }
.masnory-blog .like-comment > a { margin: 0 5px; }
.masnory-blog .social-share-button .share-icon{ position: relative; padding: 5px 12px; width: 40px;}
.masnory-blog .social-share-button ul li a{ width: 40px; padding: 2px 14px; }
.masnory-blog .social-share-button .social-share{ margin-top: 33px; }
}

@media ( min-width: 1024px ) and ( max-width: 1100px){
.masnory-blog .continue-reading{ padding: 13px 20px; }
}

/*********************************************************************************** 15. Sidebar ************************************************************************************/
.sidebar{ padding: 12px 0 0 0; }
.sidebar input{ padding: 10px 15px; border-color: #e2e2e2; }
.sidebar ul { border-bottom: 1px solid #e2e2e2; width: 100%; }
.sidebar ul:last-child{ border: none; }
.sidebar .title { font-family: montserrat; font-size: 18px; }
.sidebar li{ margin: 0 0 0 0; line-height: 25px;}
.sidebar .fa {
  color: #e2e2e2;
  font-size: 32px;
  line-height: 28px;
  padding: 0 10px 0 0;
  vertical-align: bottom;
}

@media ( max-width: 767px ){
.sidebar .fa { font-size: 32px !important; }
}


/************************************************************************ 16. Contact Style 1 ****************************************************************************************/
.contact.image-bg{ background-position: center center; background-size: cover; background-repeat: no-repeat; }
.contact h1{  margin-bottom: 15px;  padding: 0;}
.contact .title { font-family: montserrat; font-size: 18px; width: 100%; font-weight: 600; }
.small-devider {
  background: #333 none repeat scroll 0 0;
  height: 1px;
  margin: 8px 0 20px 0 !important;
  width: 60px;
  display: table !important;
}
.contact-sidebar h6 { font-weight: bold; padding: 0 0 15px 0; }
.contact-sidebar ul { width: 100%; }
.contact-sidebar .address li {line-height: 30px; margin-bottom: 10px; }
.contact-sidebar .address a span{ color: #4285f4; text-decoration: underline;}
.contact-sidebar .address .fa {
  float: left;
  line-height: 35px;
  padding: 0;
  width: 30px;
}
.contact-sidebar .social-icon > li{ display: inline-block; }
.contact-sidebar .social-icon > li a{ padding: 0 30px 0 0; }
.form-box { 
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); 
  padding: 60px; 
  background: #fff; 
  margin-bottom: 30px;
}
.form-box a{ text-decoration: underline;}
.form-box button{ margin: 0 15px 0 0; }
.map{ position: relative;}
.map iframe{ height: 600px; width: 100%; }
.map-overlay {
  background: transparent none repeat scroll 0 0;
  height: 600;
  position: absolute;
  width: 100%;
}


@media ( max-width: 767px ){
.form-box{ padding: 20px; margin-bottom: 20px; }
.map iframe{ height: 300px; }
.contact-style-3 .map iframe,
.contact-style-4 .map iframe
{ height: 300px !important; }
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
.form-box{ padding: 30px; }
.map iframe{ height: 400px; }
}

/********************************************************************************** 17. Contact Style 3 ***********************************************************************************/
.contact .tabbing-menu .nav > li{ width: 33.33%; }
.contact .tabbing-menu.style-three .tab-content{  padding: 60px 0;}
.contact .tabbing-menu.style-three span{ font-weight: bold;}
.contact .tabbing-menu .nav-tabs > li > a{ padding: 0 20px 20px 20px;}
.contact .address-box { text-align: center; }
.contact .address-icon {
  border: 1px solid #e1e1e1;
  border-radius: 100%;
  display: table;
  font-size: 16px;
  height: 40px;
  margin: 0 auto;
  vertical-align: middle;
  width: 40px;
  text-align: center;
  background: #fff;
}
.contact .address-icon .fa {
  display: table-cell;
  line-height: normal;
  vertical-align: middle;
  padding: 0;
  font-size: 16px;
}
.contact .address-title 
{ 
  font-family: montserrat;
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0;
  text-transform: uppercase;
}
.contact .address-desc { font-family: open sans;  font-weight: normal;  }
.contact .address-desc > span 
{ 
  display: inline-block; 
  margin: 0 0 10px; 
  font-size: 16px !important; 
  font-weight: normal !important; 
  line-height: 10px; 
}
.contact .address-desc a { color: #4285f4; text-decoration: underline; }
.contact .contact-title {
  font-family: montserrat;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.contact.contact-style-3 .small-devider,
.contact.contact-style-4 .small-devider
{ margin: 15px auto 30px auto !important; }
.contact-style-3 .map{ margin: 50px 0 0 0; display: inline-block; width: 100%; }
.contact-style-3 .map iframe{ height: 400px; }

/*************************************************************************** 18. Contact Style 4 ***************************************************************************************/
.contact.contact-style-4 .address-box{ text-align: left;}
.contact.contact-style-4 .address-title{ margin: 7px 0; }
.contact-style-4 .address-icon { float: left; margin: 10px 0 0; }
.contact-style-4 .short-address { padding: 0 0 0 60px; }
.contact-style-4 .content-wrap section{ text-align: left; }
.contact-style-4 .address-box { margin: 0 0 45px; }
.contact-style-4 .map iframe{ height: 400px;}


@media ( max-width: 767px ){
.contact .tabbing-menu.style-three .nav-tabs > li > a{ padding: 0 5px 15px; line-height: normal; }
.contact .tabbing-menu .nav > li{ width: 32%;}
}
@media (min-width: 768px ) and ( max-width: 991px) {
.contact-style-4 .address-box{ display: inline-block; margin: 0 0 15px 0;}
.contact-style-4 .short-address { padding: 0 0 0 50px; }
}


/*************************************************************************************** 19. Tab ******************************************************************************************/
.tabSection
{
  font-size: 1.25em;
  min-height: 100%;
  padding: 5em 0;
}
.tabs {
  font-family: montserrat;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.tabs nav { text-align: center; }
.tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tabs nav a {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5;
  color: #b4b4b4;
}
.tabs nav a span {vertical-align: middle;  font-size: 0.75em; }
.tabs nav li.tab-current a { color: #212121;}
.tabs nav a:focus { outline: none; }
.tabs.tabs-style-bar i {padding: 0 10px;}
.tabs-style-bar nav ul {border: 4px solid transparent;}
.tabs-style-bar nav ul li a {
  margin:5px;
  background-color: #fff;
  color: #74777b;
}
.tabs-style-bar nav ul li a:hover,
.tabs-style-bar nav ul li a:focus {
  color: #999999;
}
.tabs-style-bar nav ul li a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.6em;
}
.tabs-style-bar nav ul li.tab-current a {
  background: #fbbc05;
  color: #fff;
}
.tabs-style-iconbox nav ul li a {
  overflow: visible;
  padding: 2em 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background: #fff;
}
.tabs-style-iconbox nav ul li a span { font-weight: 700;  font-size: 0.7em; }
.tabs-style-iconbox nav ul li.tab-current { z-index: 100; }
.tabs-style-iconbox nav ul li.tab-current a {background: #fbbc05; box-shadow: -1px 0 0 #fff; color: #fff; }
.tabs-style-iconbox nav ul li.tab-current a::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #fbbc05;
  content: '';
  pointer-events: none;
}
.tabs-style-iconbox nav ul li:first-child::before,
.tabs-style-iconbox nav ul li::after {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 60%;  
  content: '';
}
.tabs-style-iconbox nav ul li:first-child::before {right: auto; left: 0; }
.tabs-style-iconbox .icon::before { display: block; margin: 0 0 0.25em 0; }
.tabs.tabs-style-bar.tabs-style-iconbox i {display: block;}
.tabs-style-underline nav a {
  padding: 0.25em 0 0.5em;
  border: 1px solid #e7ecea;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #fbbc05;
}
.tabs.tabs-style-underline i {padding: 0 10px;}
.tabs-style-underline nav li:last-child a { border-right: 1px solid #e7ecea; }
.tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #fbbc05;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translate3d(0,150%,0);
  transform: translate3d(0,150%,0);
}
.tabs-style-underline nav li.tab-current a::after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.tabs-style-underline nav a span { font-weight: 700; }
.tabs-style-topline { max-width: 1200px; }
.tabs-style-topline nav li:not(:last-child) { border-right: none; }
.tabs-style-topline nav li.tab-current { border-top-color: #2CC185; border-bottom: none; }
.tabs.tabs-style-topline.padding-bottom90 i {padding: 0 10px;}
.tabs-style-topline nav a {
  padding: 0.65em 0 0.5em;  
  color: #fbbc05;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: sans-serif;
  font-size: 25px;
}
.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
  color: #fbbc05;
}
.tabs-style-topline nav li.tab-current a {background:#fff; color: #212121; }
.tabs-style-topline .icon::before { display: block; margin: 0; }
.tabs-style-topline nav a span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 0.5em;
}
.topLine-white-bg{background-color: #fff;height: 250px;}
.tabs-style-linetriangle nav a {
  overflow: visible;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.tabs-style-linetriangle nav a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
}
.tabs-style-linetriangle nav li.tab-current a:after, 
.tabs-style-linetriangle nav li.tab-current a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}
.tabs-style-linetriangle nav li.tab-current a:after {
  margin-left: -10px;
  border-width: 10px;
  border-top-color:#f8f8f8;
}
.tabs-style-linetriangle nav li.tab-current a:before {
  margin-left: -11px;
  border-width: 11px;
  border-top-color: rgba(0,0,0,0.2);
}
@media screen and (max-width: 58em) {
  .tabs-style-linetriangle nav {font-size: 0.6em;}
  .tabs-style-topline nav a span,.tabs-style-underline nav a span,.tabs-style-iconbox nav ul li a span,.tabs-style-bar nav ul li a span
  {display: none;}
  .tabs-style-iconbox nav ul li a{padding: 15px 0;}
}
.content-wrap { position: relative; }
.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 1200px;
  text-align: center;
}
.content-wrap section.content-current { display: block; }
.content-wrap section p {
  margin: 0;
  padding: 0.75em 0;
  color: rgba(40,44,42,0.05);
  font-weight: 900;
  font-size: 4em;
  line-height: 1;
}



/************************************************************************ 20. Testimonial Style 1 ****************************************************************************************/
.testimonial { text-align: center; }
.rp-testimonial{ width: 60%; margin: 0 auto; }
.testimonial-detail > p { 
  font-style: italic; 
  color: #262626; 
  margin: 20px 0 0 0; 
  padding: 0 0 30px 0;
}
.testimonial-name {
  font-family: montserrat;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 5px;
}
.testimonial-image img { width: auto !important; }
.testimonial .fa.fa-quote-left { color: #fbbc05;  font-size: 50px; }

@media ( max-width: 767px ){
.rp-testimonial{ width: 100%; padding:  0 15px;}
}

@media ( min-width: 768px ) and ( max-width: 920px){
.rp-testimonial{ width: 100%; padding:  0 15px;}
}

/****************************************************************************** 21. Testimonial Style 2 **********************************************************************************/
.testimonial.dark-grey-bg{ background: #262626; color: #fff; }
.testimonial.dark-grey-bg .testimonial-name,
.testimonial.dark-grey-bg .testimonial-detail > p
{ 
  color: #fff; 
}

/****************************************************************************** 22. Testimonial Style 3 **********************************************************************************/
.testimonial.style-3 .testimonial-detail { 
  border: 1px solid #e2e2e2; 
  padding: 25px 25px; 
  text-align: left; 
  margin-bottom: 30px; 
  border-radius: 6px;
}
.testimonial.style-3 .testimonial-detail p { font-size: 14px; padding: 0; margin:0; }
.testimonial.style-3 .testimonial-quote { position: absolute; margin: -25px 0 0 15px; }
.testimonial.style-3 .testimonial-name{ text-transform: capitalize; font-size: 16px; }
.testimonial.style-3 .testimonial-designation{ font-size: 14px; }
.testimonial.style-3 .fa.fa-quote-left{ color: #ccc; }
.testimonial.style-3 .slick-center .fa.fa-quote-left{ color: #fbbc05; }
.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide
{
  display: none;
  float: left;
  opacity: 0.5;
  height: 100%;
  min-height: 1px;
  padding: 30px 20px;
}
.slick-slide:focus { outline: none; }
.slick-slide.slick-current.slick-active.slick-center{ opacity: 1; }
.slick-slide.slick-current.slick-active.slick-center .testimonial-detail{ background: #fff; }
.slick-slide img { display: inline-block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; cursor: grab; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before{ content: '→'; }
[dir='rtl'] .slick-next:before { content: '←'; }
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots
{
  display: block;
  width: 100%;
  padding: 0;
  margin: 25px 0 0 0;
  list-style: none;
  text-align: center;
  line-height: normal;
}
.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  border: 2px solid #cccccc;
  outline: none;
  border-radius: 100%; 
  background: transparent;
}
.slick-dots li.slick-active button{ background: #cccccc; }
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}
.slick-dots li.slick-active button:before { opacity: .75; color: black; }


/******************************************************************************** 23. Testimonial Style 4 *********************************************************************************/
.testimonial.dark-grey-bg.style-3 .testimonial-detail { border: none; }
.testimonial.dark-grey-bg.style-3 .slick-slide.slick-current.slick-active.slick-center .testimonial-detail { background: #303030; }
.testimonial.dark-grey-bg.style-3 .fa.fa-quote-left{ color: #616161; }
.testimonial.dark-grey-bg.style-3 .slick-center .fa.fa-quote-left{ color: #fbbc05; }
.testimonial.dark-grey-bg.style-3 .slick-slide.slick-current.slick-active.slick-center .testimonial-detail{ background: #212121; }


/******************************************************************************** 24. Testimonial Style 5 *********************************************************************************/
.testimonial.style-5 { text-align: left; }
.testimonial.style-5 .testimonial-quote{ 
  border: 2px solid #bdbdbd;
  border-radius: 100%;
  bottom: 55px;
  float: left;
  padding: 2px 10px;
  position: absolute;
}
.testimonial.style-5 .testimonial-detail { padding: 0 0 0 90px; }
.testimonial.style-5 .testimonial-name { padding: 0 0 0 90px; float: left; }
.testimonial.style-5 .testimonial-detail > p{ margin: 0; padding: 0; }
.testimonial.style-5 .testimonial-name{ font-size: 16px; text-transform: capitalize; }
.testimonial.style-5 .testimonial-designation{ 
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  margin-left: 5px;
}
.testimonial.style-5 .testimonial-quote .fa.fa-quote-left { color: #bdbdbd; font-size: 18px; line-height: 32px; }
.testimonial .swiper-container { width: 100%; margin-left: auto; margin-right: auto; }
.testimonial .gallery-thumbs,
.testimonial .gallery-thumbs-demo2 {
  padding: 10px 0  50px 0;
  width: 80%; 
}
.testimonial .swiper-slide img{ height: 100%; width: 100%; border-radius: 100%;  }
.testimonial .gallery-thumbs .swiper-slide,
.testimonial .gallery-thumbs-demo2 .swiper-slide {
  height: auto !important;
}
.testimonial .gallery-top .swiper-slide,
.testimonial .gallery-top-demo2 .swiper-slide {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  padding: 30px 80px;
  background: #fff;
}
.testimonial .gallery-thumbs .swiper-slide.swiper-slide-active::after,
.testimonial .gallery-thumbs-demo2 .swiper-slide.swiper-slide-active::after{
  border-bottom: 35px solid #fff;
  border-left: 35px solid #fff;
  border-right: 35px solid #fff;
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
  content: "";
  left: 10px;
  position: absolute;
  top: 110px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

@media ( max-width: 767px ){
.testimonial .gallery-thumbs, .testimonial .gallery-thumbs-demo2{padding: 10px 15px 50px; }
.testimonial .gallery-top, .testimonial .gallery-top-demo2{ padding: 0 15px; }
.testimonial .gallery-top .swiper-slide, .testimonial .gallery-top-demo2 .swiper-slide{ padding: 15px; }
.testimonial.style-5 .testimonial-detail,
.testimonial.style-5 .testimonial-name{ 
  padding: 0 0 0 45px; 
}
/*.testimonial .swiper-slide img{ width: auto;}*/
}

/************************************************************************** 25. Testimonial Style 6 ************************************************************************************/
.testimonial.dark-grey-bg .gallery-top-demo2 .swiper-slide{ border-color: #585858;}
.testimonial.dark-grey-bg .gallery-thumbs-demo2 .swiper-slide.swiper-slide-active::after{ box-shadow: -1px -1px 0 #585858; }
.testimonial.dark-grey-bg.style-5 .testimonial-quote{ border-color: #717171; }
.testimonial.dark-grey-bg.style-5 .testimonial-quote .fa.fa-quote-left{ color: #717171; }
.testimonial.dark-grey-bg.style-5 .gallery-top .swiper-slide,
.testimonial.dark-grey-bg.style-5 .gallery-top-demo2 .swiper-slide
{
  background: transparent;
}
.testimonial.style-6 .testimonial-detail p{ text-align: left; }
.testimonial.dark-grey-bg.style-5 .gallery-thumbs .swiper-slide.swiper-slide-active::after,
.testimonial.dark-grey-bg.style-5 .gallery-thumbs-demo2 .swiper-slide.swiper-slide-active::after{
  border-bottom: 35px solid transparent;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

@media ( max-width: 767px ){
.testimonial.style-6 .rp-testimonial{ padding: 0; }
.testimonial.style-6 .owl-item > div{ padding: 15px !important; margin:0 !important; }
}

/*************************************************************************** 26. Testimonial Style 7 ************************************************************************************/
.testimonial.style-6 .rp-testimonial{ width: 100%; }
.testimonial.style-6 .owl-item > div{ 
  padding: 40px; 
  background: #fff; 
  margin: 0 15px;  
  text-align: justify; 
  border: 1px solid #e0e0e0;
}
.testimonial.style-6 .testimonial-quote{ text-align: center;}
.testimonial.style-6 .testimonial-name { font-size: 16px; text-transform: capitalize; }
.testimonial.style-6 .testimonial-name > span {
  font-family: open sans;
  font-size: 14px;
  font-weight: normal;
}



/****************************************************************************** 27. Portfolio Detail ***********************************************************************************/
.portfolio-detail{ display: inline-block;}
.portfolio-detail img{ margin: 0 0 30px 0; display: inline-block;}
.portfolio-detail-sidebar h3{ padding: 0 0 25px 0; line-height: 30px;}
.portfolio-detail-sidebar p{ padding: 0 0 25px 0; }
.portfolio-detail-sidebar .upload-detail { border-bottom: 1px solid #e0e0e0; padding-bottom: 10px; }
.portfolio-detail-sidebar .uploader { margin: 0 0 20px; }
.portfolio-detail-sidebar .uploader > span { font-family: montserrat; font-size: 18px; width: 110px; display: inline-block; }
.portfolio-detail-sidebar .uploader a{ text-decoration: underline; color: #4285f4;}
.portfolio-detail-sidebar > h6{ text-transform: capitalize; padding: 20px 0; }
.next-portfolio {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 120px 0 80px 0;
  text-align: center;
}
.next-prev-portfolio a { 
  float: left; 
  width: 41%; 
  height: 160px; 
  overflow: hidden; 
  position: relative; 
  background: #fff; 
  font-family: montserrat;
  padding:50px 50px;
  border: 1px solid #e0e0e0;  
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  margin-bottom: 30px;
}
.next-prev-portfolio .all-portfolio { padding: 55px 0 !important; text-align: center;  width: 18% !important; }
.next-prev-portfolio .all-portfolio .fa{ font-size: 50px; color: #fbbc05; }
.next-prev-portfolio a img
{
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; 
  opacity: 0; 
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.next-prev-portfolio a:hover{ color: #fff; background: rgba(0, 0, 0, 0.8); }
.next-prev-portfolio a:hover span{color: #fff;}
.next-prev-portfolio a:hover img { opacity: 0.7; }
.next-prev-portfolio { position: relative; z-index: 999999; }
.next-prev-portfolio a span{ 
  color: #999;  
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s; 
}
.next-prev-portfolio a span .fa { font-size: 18px; margin: 0 0 0 -35px; padding: 0 15px; }
.next-prev-portfolio a.right{ text-align: right; }
.next-prev-portfolio a.right span .fa { margin: 0 -35px 0 0; }

@media ( max-width: 767px ){
.next-portfolio{ padding: 50px 0 10px 0; }
.next-portfolio-detail h3 > a{ font-size: 24px !important;}
.next-prev-portfolio a {
  height: 95px;
  padding: 25px;
  width: 100%;
  margin-bottom: 0;
}
.next-prev-portfolio .all-portfolio{ width: 100% !important; padding: 25px !important;}
}
@media ( min-width: 768px ) and ( max-width: 1023px ) {
.next-portfolio{ padding: 70px 0 30px 0;}
.next-portfolio-detail h3 > a{ font-size: 30px !important;}
.next-prev-portfolio a { height: 100px; padding: 25px 50px; }
.next-prev-portfolio .all-portfolio{ padding: 25px 0 !important; }
}



/******************************************************************************* 28. Price ********************************************************************************************/
.pricing-table { text-align: center; display: inline-block; width: 100%; }
.price-box{ 
  padding: 40px 40px 10px 40px; 
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.price-box.active{ background: #fbbc05; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1); }
.price-box:hover .medium { background: #333;  color: #fff;  }
.price-head .fa { display: inherit; font-size: 40px; margin: 0 0 20px 0; }
.price-head { font-size: 30px; text-transform: uppercase; }
.price-head .price { font-family: montserrat; font-size: 30px; font-weight: bold; }
.price-head .month{ text-transform: lowercase; }
.pricing-table .devider {
  background: #d9d9d9 none repeat scroll 0 0;
  height: 1px;
  margin: 20px auto;
  width: 30px;
}
.price-box.active .devider{ background: #333; }
.pricing-table ul{ width: 100%; }
.pricing-table .price-box li{ padding: 5px 0;}
.pricing-table.style-1 .price-box.active button, 
.pricing-table.style-1 .price-box:hover button{ background: #262626; color: #fff; }
@media ( max-width: 767px ){
.pricing-table.style-2 .plan-price,
.price-head .price,
.pricing-table.style-3 .plan-price,
.pricing-table.style-4 .plan-price,
.pricing-table.style-8 .plan-price,
.pricing-table.style-7 .pricing-head span
{ font-size: 60px !important;}
.price-head .fa{ font-size: 40px !important; }
}

@media ( min-width: 768px ) and ( max-width: 1023px) { 
.price-box { padding: 20px 10px 10px; }
.price-head,
.price-head .price
{ font-size: 18px; }
}

/************ 28.1 Price Style2 **************/
.pricing-table.style-2 .price-box { border: 2px solid #d9d9d9; }
.pricing-table.style-2 .price-box:hover { border-color: #fbbc05; }
.pricing-table.style-2 .price-box:hover{ background: transparent; }
.pricing-table .plan-type { 
  font-family: montserrat; 
  font-size: 18px; 
  font-weight: 600; 
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.pricing-table.style-2 .price-box li{ padding: 10px 0; }
.pricing-table.style-2 .plan-price { font-family: open sans light; font-size: 60px; }
.pricing-table .plan-price span{ font-size: 24px; font-family: open sans; }
.pricing-table.style-2 .month { color: #999; text-transform: uppercase; }
.pricing-table.style-2 .price-box > p { font-size: 13px; line-height: normal; padding: 25px 0; }
.pricing-table.style-2 ul{ border-top: 1px solid #e2e2e2; padding-top: 20px;  }
.pricing-table.style-2 .price-box:hover button{ background: #fbbc05; color: #333; }
.pricing-table.style-2 .price-box:hover .plan-price{ 
  color: #fbbc05; 
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.pricing-table.style-2 .price-box:hover ul{ 
  border-color: #fbbc05; 
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.pricing-table.style-2 .price-box:hover .plan-type{ color: #fbbc05; }
@media ( max-width: 767px ){
.pricing-table.style-2 .price-box{ margin-bottom: 30px;}
}
@media ( min-width: 768px ) and ( max-width: 1023px){
.pricing-table.style-2 .price-box{ margin-bottom: 30px;}
}


/************** 28.2 Pricing Style 3 ********************/

.pricing-table.style-3 .price-box { 
  border-bottom: 2px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-top: 2px solid #666;
}
.pricing-table.style-3 .price-box:hover{ border-color: #fbbc05; }
.pricing-table.style-3 .col-lg-3.col-md-3.col-sm-6.col-xs-12{ padding: 0; }
.pricing-table.style-3 .plan-type{ color: #fff; }
.pricing-table.style-3 .plan-price span{ color: #999; text-transform: lowercase; }
.pricing-table.style-3 .plan-price { color: #fff;  font-weight: bold; font-size: 60px; }
.pricing-table.style-3 .price-box{ padding: 40px 0 10px 0; }
.pricing-table.style-3 .price-box:hover{ background: transparent; }
.pricing-table.style-3 .price-box:hover .medium{ background: #fbbc05; color: #333; border-color: #333; }
.pricing-table.style-3 .price-box ul{ margin: 20px 0 50px 0; }
.pricing-table.style-3 .price-box ul li{ color: #fff; padding: 15px 0; font-weight: bold; }
.pricing-table.style-3 .price-box ul li:nth-child(odd){ background: #2d2d2d; }
.pricing-table.style-3 .medium{ color: #fff; border-color: #fff;}
.pricing-table.style-3 ul span{ 
  color: #4285f4; 
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.pricing-table.style-3 .price-box:hover ul span{ color:#fbbc05; }
.pricing-table.style-3 .price-box:hover button
{
  background: #fbbc05;
  color: #262626;
  border-color: #fbbc05;
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
@media ( max-width: 767px ){
.pricing-table.style-3 .price-box{ margin-bottom: 30px;}
}
@media ( min-width: 768px ) and ( max-width: 1023px){
.pricing-table.style-3 .price-box{ margin-bottom: 30px;}
}

/************* 28.3 Pricing Style 4 ********************/

.pricing-table.style-4 .price-box{
  padding: 0 0 30px 0; 
  color: #fff; 
  background: #fff; 
  box-shadow: 14px 0 15px rgba(0, 0, 0, 0.3 ); 
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.pricing-table.style-4 .price-box.active{ 
  transform: scale(1.06);  
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.3 );  
  z-index: 9999;
}
.pricing-table.style-4 ul { padding: 50px 0 0; }
.pricing-table.style-4 .col-lg-4.col-md-4.col-sm-4.col-xs-12{ padding: 0; }
.pricing-table.style-4 .plan-price{ font-size: 60px; font-family:montserrat; font-weight: bold; }
.pricing-table.style-4 .plan-price span{ font-size: 16px; text-transform: lowercase; }
.pricing-table.style-4 .plan-type{ font-size:16px; font-weight: normal; }
.pricing-table.style-4 .price-head{ background: url(images/price-head.jpg); padding: 40px 0; }
.pricing-table.style-4 .price-box.active button,
.pricing-table.style-4 .price-box:hover button
{
  background: #fbbc05;
  color: #262626;
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
@media ( max-width: 767px ){
.pricing-table.style-4 .price-box{ margin-bottom: 30px;}
.pricing-table.style-4 .col-lg-4.col-md-4.col-sm-4.col-xs-12 { padding: 0 15px; }
.pricing-table.style-4 .price-box:hover{ 
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
}

/************* 28.4 Pricing Style 5 ******************/

.pricing-table.style-5{ text-align: left; }
.pricing-table.style-5 .price-box{ color: #fff; background: #1e1e1e; display: inline-block; width: 100%;  }
.pricing-table.style-5 .price-box:hover{ box-shadow: none;}
.pricing-table.style-5 .price-head{ margin-bottom: 20px;}
.pricing-table.style-5 .plan-type { font-size: 30px; }
.pricing-table.style-5 .plan-type.orange{color: #ff7f0d; }
.pricing-table.style-5 .plan-type.blue{color: #19aaf5; }
.pricing-table.style-5 .plan-type.yellow-color{color: #fbbc05; }
.pricing-table.style-5 p{ color: #808080; text-transform: lowercase; padding-bottom: 20px; }
.pricing-table.style-5 .price-head span{ color: #999; }
.pricing-table.style-5 .price-head .price{ color: #fff; }
.pricing-table.style-5 li { 
  color: #808080; 
  list-style:  disc; 
  margin: 0 0 0 15px; 
  padding: 0 0 0 5px; 
}
.pricing-table.style-5 .small-button {
  border: medium none;
  border-radius: 100%;
  float: right;
  font-size: 35px;
  height: 60px;
  line-height: 0;
  padding: 0 0 4px 3px;
  width: 60px;
  color: #262626; 
}
.pricing-table.style-5 .small-button .fa{ margin: 0; }
.pricing-table.style-5 .small-button.orange{ background: #ff7f0d; }
.pricing-table.style-5 .small-button.blue{ background: #19aaf5; }
@media ( max-width: 767px ){
.pricing-table.style-5 .price-box{ margin-bottom: 30px; padding: 20px; }
}

@media ( min-width: 768px ) and ( max-width: 1023px) {
.pricing-table.style-5 .plan-type { font-size: 18px; }
}

/************* 28.5 Pricing Style 6 *****************/

.pricing-table.style-6{ text-align: left; }
.pricing-table.style-6 .price-box{ border: 1px solid #e0e0e0;}
.pricing-table.style-6 .price-box.active{ box-shadow: none; background: transparent; }
.pricing-table.style-6 .price-box.active::after {
  border-bottom: 5px solid #fbbc05;
  content: "";
  left: 15px;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  z-index: 9999999;
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.pricing-table.style-6 .price-box.active::before {
  border-top: 5px solid #fbbc05;
  content: "";
  left: 15px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  z-index: 9999999;
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.pricing-table.style-6 .plan-type { border-bottom: 1px solid #cecece; padding: 0 0 10px; margin-bottom: 20px; }
.pricing-table.style-6 .price-head p{ text-transform: lowercase; padding: 15px 0 30px 0; color: #999; }
.pricing-table.style-6 .price-box li { 
  font-style: italic; 
  padding: 0; 
  color: #999; 
  list-style:  disc; 
  margin: 0 0 0 15px; 
  padding: 0 0 0 5px; 
  line-height: 30px;
}
.pricing-table.style-6 .price-box:hover .plan-type,
.pricing-table.style-6 .price-box.active .plan-type
{ color: #fbbc05; border-color: #fbbc05; }
@media ( max-width: 767px ){
.pricing-table.style-6 .price-box{ margin-bottom: 30px;}
}

/************* 28.6 Pricing Style 7 ******************/

.pricing-table.style-7 ul{ 
  width: 20%; 
  box-sizing: border-box; 
  float: left; 
  border-right: 1px solid #e0e0e0; 
  background: #fff; 
}
.pricing-table.style-7 ul li{ color: #999; padding: 10px 0;  font-size: 14px; } 
.pricing-table.style-7 .main-head {
  font-family: montserrat;
  font-size: 30px;
  font-weight: 600;
  padding: 60px 0 96px 0;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}
.pricing-table.style-7 .pricing-head {
  background: #262626 none repeat scroll 0 0;
  color: #fff;
  padding: 58px 0;
  line-height: normal;
  position: relative;
}
.pricing-table.style-7 .best-price {
  background: rgba(0, 0, 0, 0) url("images/best-price.png") no-repeat scroll 100% 100% / cover ;
  font-family: montserrat !important;
  font-size: 12px !important;
  height: 70px;
  padding: 5px 14px;
  position: absolute;
  right: 20px;
  top: -2px;
  width: 25px;
}
/*.pricing-table.style-7 .best-price h6{
  color: #262626;
  font-size: 12px;
  font-weight: normal;
  padding: 25px 0;
  text-transform: uppercase;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
}*/
.pricing-table.style-7 .pricing-head span{ font-size: 36px; font-family: open sans light; line-height: 30px; }
.pricing-table.style-7 .plan-type { 
  font-size: 16px; 
  text-transform: uppercase; 
  color: #444; 
  padding: 0 0 0 0; 
  border-bottom: 1px solid #e0e0e0;
}
.pricing-table.style-7 .fa.fa-check{ color: #1abc9c; font-size: 20px; }
.pricing-table.style-7 .fa.fa-times{ color: #ff665b; font-size: 20px; }
.pricing-table.style-7 .plan-button{ padding: 30px 0; border-top: 1px solid #e0e0e0; }
.pricing-table.style-7 .plan-pricing .plan-button{ padding: 64px 0;}
.pricing-table.style-7 button{ margin: 0; }
@media ( max-width: 767px ){
.pricing-table.style-7 ul
{
  display: inline-block;
  float: none;
  margin: 0 15px 20px;
  width: 90%;
}
.pricing-table.style-7 .main-head{ font-size: 20px; padding: 20px;}
.pricing-table.style-7 .plan-pricing .plan-button{ padding: 0; }
.pricing-table.style-7 .pricing-head span{ font-size: 24px !important; }
.pricing-table.style-7 .pricing-head{ padding: 20px 0; }
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
.pricing-table.style-7 .main-head{ font-size: 20px; padding: 39px 0; }
.pricing-table.style-7 .pricing-head{ padding: 20px 0; }
.pricing-table.style-7 .pricing-head span{ font-size: 26px; }
.pricing-table.style-7 .plan-pricing .plan-button{ padding: 58px 0; }
.pricing-table.style-7 .best-price{ right: 10px; }
}


/**************** 28.7 Pricing Style 8 *****************/

.pricing-table.style-8 .price-box { border: 1px solid #e0e0e0; padding: 40px 0 0 0;  }
.pricing-table.style-8 .price-box:hover{ box-shadow: none; background: #fff; }
.pricing-table.style-8 .price-box header{ height: auto; box-shadow: none;}
.pricing-table.style-8 .plan-type {
  font-family: open sans;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
.pricing-table.style-8 .plan-price { 
  font-family: montserrat; 
  font-size: 48px; 
  font-weight: bold;
  padding: 20px 0; 
}
.pricing-table.style-8 .price-box li { padding: 10px 0; }
.pricing-table.style-8 .plan-price span{ 
  font-family: open sans; 
  font-size: 16px; 
  text-transform: lowercase; 
  font-weight: normal;
}
.rp-pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  border: 1px solid #e0e0e0;
}
.rp-pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.pricing-table.style-8 button{ margin: 0; } 
.pricing-table.style-8 .price-box:hover button { background: #fbbc05; color: #262626; }
.rp-pricing-switcher label {
  color: #999;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: montserrat;
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  line-height:27px;
  position: relative;
  text-transform: uppercase;
  width: 30px;
  z-index: 1;
}
.monthly{ left: -110px;}
.yearly{ right: -65px;}
.rp-pricing-switcher .rp-switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 30px;
  width: 30px;
  background-color: #fbbc05;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.rp-pricing-switcher input[type="radio"]:checked + label + .rp-switch,
.rp-pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .rp-switch {
  /* use label:nth-of-type(n) to fix a bug on safari with multiple adjacent-sibling selectors*/
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transform: translateX(30px);
}
.no-js .rp-pricing-switcher { display: none; }
.rp-pricing-list { margin: 2em 0 0; }
.rp-pricing-list > li { position: relative; }
@media only screen and (min-width: 768px) {
.rp-pricing-list { margin: 30px 0 0; }
.rp-pricing-list:after { content: ""; display: table; clear: both; }
.rp-pricing-list > li { width: 33.3333333333%; float: left; padding: 0 15px; }
.rp-has-margins .rp-pricing-list > li { width: 32.3333333333%; float: left; margin-right: 1.5%; }
.rp-has-margins .rp-pricing-list > li:last-of-type { margin-right: 0;}
}
.rp-pricing-wrapper { position: relative; }
.touch .rp-pricing-wrapper { -webkit-perspective: 2000px; -moz-perspective: 2000px; perspective: 2000px; }
.rp-pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: cd-rotate 0.5s;
  -moz-animation: cd-rotate 0.5s;
  animation: cd-rotate 0.5s;
}
.rp-pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse 0.5s;
  -moz-animation: cd-rotate-inverse 0.5s;
  animation: cd-rotate-inverse 0.5s;
  opacity: 0;
}
.rp-pricing-wrapper.is-switched .is-selected { opacity: 1; }
.rp-pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: cd-rotate-back 0.5s;
  -moz-animation: cd-rotate-back 0.5s;
  animation: cd-rotate-back 0.5s;
}
.rp-pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: cd-rotate-inverse-back 0.5s;
  -moz-animation: cd-rotate-inverse-back 0.5s;
  animation: cd-rotate-inverse-back 0.5s;
  opacity: 0;
}
.rp-pricing-wrapper.is-switched.reverse-animation .is-selected { opacity: 1; }
.rp-pricing-wrapper > li {
  background-color: #FFFFFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}
.rp-pricing-wrapper > li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;

}
.rp-pricing-wrapper > li.is-ended::after { display: none; }
.rp-pricing-wrapper .is-visible { position: relative; z-index: 5; }
.rp-pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.rp-pricing-wrapper .is-selected { z-index: 3 !important; }
@media only screen and (min-width: 768px) {
.rp-pricing-wrapper > li::before {
  content: '';
  position: absolute;
  z-index: 6;
  left: -1px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: #b1d6e8;
}
.rp-pricing-wrapper > li::after { display: none; }

.rp-has-margins .rp-pricing-wrapper > li, .rp-has-margins .rp-popular .rp-pricing-wrapper > li { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
.rp-secondary-theme .rp-pricing-wrapper > li {
  background: #3aa0d1;
  background: -webkit-linear-gradient( bottom , #3aa0d1, #3ad2d1);
  background: linear-gradient(to top, #3aa0d1, #3ad2d1);
}
.rp-secondary-theme .rp-popular .rp-pricing-wrapper > li {
  background: #e97d68;
  background: -webkit-linear-gradient( bottom , #e97d68, #e99b68);
  background: linear-gradient(to top, #e97d68, #e99b68);
  box-shadow: none;
}
:nth-of-type(1) > .rp-pricing-wrapper > li::before { display: none; }
.rp-has-margins .rp-pricing-wrapper > li { border-radius: 4px 4px 6px 6px; }
.rp-has-margins .rp-pricing-wrapper > li::before { display: none; }
}
@media only screen and (min-width: 1500px) {
.rp-full-width .rp-pricing-wrapper > li { padding: 2.5em 0; }
}
.no-js .rp-pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
.rp-popular .rp-pricing-wrapper > li::before { display: none; }
.rp-popular + li .rp-pricing-wrapper > li::before { display: none; }
}
.rp-pricing-header {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 1em;
  pointer-events: none;
  background-color: #3aa0d1;
  color: #FFFFFF;
}
.rp-pricing-header h2 { margin-bottom: 3px; font-weight: 700; text-transform: uppercase; }
.rp-popular .rp-pricing-header { background-color: #e97d68; }
@media only screen and (min-width: 768px) {
.crpd-pricing-header {
  height: auto;
  padding: 1.9em 0.9em 1.6em;
  pointer-events: auto;
  text-align: center;
  color: #173d50;
  background-color: transparent;
}
.rp-popular .rp-pricing-header { color: #e97d68; background-color: transparent; }
.rp-secondary-theme .rp-pricing-header {color: #FFFFFF; }
.rp-pricing-header h2 { font-size: 1.8rem; letter-spacing: 2px; }
}
.rp-currency, .rp-value { font-size: 3rem; font-weight: 300; }
.rp-duration {
  font-weight: 700;
  font-size: 1.3rem;
  color: #8dc8e4;
  text-transform: uppercase;
}
.rp-popular .rp-duration { color: #f3b6ab; }
.rp-duration::before { content: '/'; margin-right: 2px; }
@media only screen and (min-width: 768px) {
.rp-value { font-size: 7rem;  font-weight: 300; }
.rp-currency, .rp-duration { color: rgba(23, 61, 80, 0.4); }
.rp-popular .rp-currency, .rp-popular .rp-duration { color: #e97d68; }
.rp-secondary-theme .rp-currency, .rp-secondary-theme .rp-duration { color: #2e80a7; }
.rp-secondary-theme .rp-popular .rp-currency, .rp-secondary-theme .rp-popular .rp-duration { color: #ba6453; }
.rp-currency {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 700;
}
.rp-duration { font-size: 1.4rem; }
}
.rp-pricing-body { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.is-switched .rp-pricing-body { overflow: hidden; }
@media only screen and (min-width: 768px) {
.rp-pricing-body { overflow-x: visible; }
}
.rp-pricing-features { width: 600px; }
.rp-pricing-features:after { content: ""; display: table; clear: both; }
.rp-pricing-features li {
  width: 100px;
  float: left;
  padding: 1.6em 1em;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rp-pricing-features em { display: block; margin-bottom: 5px; font-weight: 600; }
@media only screen and (min-width: 768px) {
.rp-pricing-features { width: auto; }
.rp-pricing-features li { float: none; width: auto; padding: 1em; }
.rp-popular .rp-pricing-features li { margin: 0 3px; }
.rp-pricing-features li:nth-of-type(2n+1) { background-color: rgba(23, 61, 80, 0.06); }
.rp-pricing-features em { display: inline-block; margin-bottom: 0; }
.rp-has-margins .rp-popular .rp-pricing-features li, .rp-secondary-theme .rp-popular .rp-pricing-features li { margin: 0; }
.rp-secondary-theme .rp-pricing-features li { color: #FFFFFF; }
.rp-secondary-theme .rp-pricing-features li:nth-of-type(2n+1) { background-color: transparent; }
}
.rp-pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
}
.rp-pricing-footer::after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
@media only screen and (min-width: 768px) {
.rp-pricing-footer {
  position: relative;
  height: auto;
  padding: 1.8em 0;
  text-align: center;
}
.rp-pricing-footer::after { display: none; }
.rp-has-margins .cd-pricing-footer { padding-bottom: 0; }
}
.rp-select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
@media only screen and (min-width: 768px) {
.rp-select {
  position: static;
  display: inline-block;
  height: auto;
  padding: 1.3em 3em;
  color: #FFFFFF;
  border-radius: 2px;
  background-color: #0c1f28;
  font-size: 1.4rem;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.no-touch .rp-select:hover { background-color: #112e3c; }
.rp-popular .rp-select { background-color: #e97d68; }
.no-touch .rp-popular .rp-select:hover { background-color: #ec907e; }
.rp-secondary-theme .rp-popular .rp-select { background-color: #0c1f28; }
.no-touch .rp-secondary-theme .rp-popular .rp-select:hover { background-color: #112e3c; }
.rp-has-margins .rp-select { display: block; padding: 1.7em 0; border-radius: 0 0 4px 4px; }
}
@-webkit-keyframes cd-rotate {
0% {
  -webkit-transform: perspective(2000px) rotateY(0);
}
70% {
  -webkit-transform: perspective(2000px) rotateY(200deg);
}
100% {
  -webkit-transform: perspective(2000px) rotateY(180deg);
}
}
@-moz-keyframes cd-rotate {
0% {
  -moz-transform: perspective(2000px) rotateY(0);
}
70% {
  -moz-transform: perspective(2000px) rotateY(200deg);
}
100% {
  -moz-transform: perspective(2000px) rotateY(180deg);
}
}
@keyframes cd-rotate {
0% {
  -webkit-transform: perspective(2000px) rotateY(0);
  -moz-transform: perspective(2000px) rotateY(0);
  -ms-transform: perspective(2000px) rotateY(0);
  -o-transform: perspective(2000px) rotateY(0);
  transform: perspective(2000px) rotateY(0);
}
70% {
  -webkit-transform: perspective(2000px) rotateY(200deg);
  -moz-transform: perspective(2000px) rotateY(200deg);
  -ms-transform: perspective(2000px) rotateY(200deg);
  -o-transform: perspective(2000px) rotateY(200deg);
  transform: perspective(2000px) rotateY(200deg);
}
100% {
  -webkit-transform: perspective(2000px) rotateY(180deg);
  -moz-transform: perspective(2000px) rotateY(180deg);
  -ms-transform: perspective(2000px) rotateY(180deg);
  -o-transform: perspective(2000px) rotateY(180deg);
  transform: perspective(2000px) rotateY(180deg);
}
}
@-webkit-keyframes cd-rotate-inverse {
0% {
  -webkit-transform: perspective(2000px) rotateY(-180deg);
}
70% {
  -webkit-transform: perspective(2000px) rotateY(20deg);
}
100% {
  -webkit-transform: perspective(2000px) rotateY(0);
}
}
@-moz-keyframes cd-rotate-inverse {
0% {
  -moz-transform: perspective(2000px) rotateY(-180deg);
}
70% {
  -moz-transform: perspective(2000px) rotateY(20deg);
}
100% {
  -moz-transform: perspective(2000px) rotateY(0);
}
}
@keyframes cd-rotate-inverse {
0% {
  -webkit-transform: perspective(2000px) rotateY(-180deg);
  -moz-transform: perspective(2000px) rotateY(-180deg);
  -ms-transform: perspective(2000px) rotateY(-180deg);
  -o-transform: perspective(2000px) rotateY(-180deg);
  transform: perspective(2000px) rotateY(-180deg);
}
70% {
  -webkit-transform: perspective(2000px) rotateY(20deg);
  -moz-transform: perspective(2000px) rotateY(20deg);
  -ms-transform: perspective(2000px) rotateY(20deg);
  -o-transform: perspective(2000px) rotateY(20deg);
  transform: perspective(2000px) rotateY(20deg);
}
100% {
  -webkit-transform: perspective(2000px) rotateY(0);
  -moz-transform: perspective(2000px) rotateY(0);
  -ms-transform: perspective(2000px) rotateY(0);
  -o-transform: perspective(2000px) rotateY(0);
  transform: perspective(2000px) rotateY(0);
}
}
@-webkit-keyframes cd-rotate-back {
0% {
  -webkit-transform: perspective(2000px) rotateY(0);
}
70% {
  -webkit-transform: perspective(2000px) rotateY(-200deg);
}
100% {
  -webkit-transform: perspective(2000px) rotateY(-180deg);
}
}
@-moz-keyframes cd-rotate-back {
0% {
  -moz-transform: perspective(2000px) rotateY(0);
}
70% {
  -moz-transform: perspective(2000px) rotateY(-200deg);
}
100% {
  -moz-transform: perspective(2000px) rotateY(-180deg);
}
}
@keyframes cd-rotate-back {
0% {
  -webkit-transform: perspective(2000px) rotateY(0);
  -moz-transform: perspective(2000px) rotateY(0);
  -ms-transform: perspective(2000px) rotateY(0);
  -o-transform: perspective(2000px) rotateY(0);
  transform: perspective(2000px) rotateY(0);
}
70% {
  /* this creates the bounce effect */
  -webkit-transform: perspective(2000px) rotateY(-200deg);
  -moz-transform: perspective(2000px) rotateY(-200deg);
  -ms-transform: perspective(2000px) rotateY(-200deg);
  -o-transform: perspective(2000px) rotateY(-200deg);
  transform: perspective(2000px) rotateY(-200deg);
}
100% {
  -webkit-transform: perspective(2000px) rotateY(-180deg);
  -moz-transform: perspective(2000px) rotateY(-180deg);
  -ms-transform: perspective(2000px) rotateY(-180deg);
  -o-transform: perspective(2000px) rotateY(-180deg);
  transform: perspective(2000px) rotateY(-180deg);
}
}
@-webkit-keyframes cd-rotate-inverse-back {
0% {
  -webkit-transform: perspective(2000px) rotateY(180deg);
}
70% {
  -webkit-transform: perspective(2000px) rotateY(-20deg);
}
100% {
  -webkit-transform: perspective(2000px) rotateY(0);
}
}
@-moz-keyframes cd-rotate-inverse-back {
0% {
  -moz-transform: perspective(2000px) rotateY(180deg);
}
70% {
  -moz-transform: perspective(2000px) rotateY(-20deg);
}
100% {
  -moz-transform: perspective(2000px) rotateY(0);
}
}
@keyframes cd-rotate-inverse-back {
0% {
  -webkit-transform: perspective(2000px) rotateY(180deg);
  -moz-transform: perspective(2000px) rotateY(180deg);
  -ms-transform: perspective(2000px) rotateY(180deg);
  -o-transform: perspective(2000px) rotateY(180deg);
  transform: perspective(2000px) rotateY(180deg);
}
70% {
  -webkit-transform: perspective(2000px) rotateY(-20deg);
  -moz-transform: perspective(2000px) rotateY(-20deg);
  -ms-transform: perspective(2000px) rotateY(-20deg);
  -o-transform: perspective(2000px) rotateY(-20deg);
  transform: perspective(2000px) rotateY(-20deg);
}
100% {
  -webkit-transform: perspective(2000px) rotateY(0);
  -moz-transform: perspective(2000px) rotateY(0);
  -ms-transform: perspective(2000px) rotateY(0);
  -o-transform: perspective(2000px) rotateY(0);
  transform: perspective(2000px) rotateY(0);
}
}

@media ( max-width: 767px ){
.pricing-table.style-8 .rp-pricing-wrapper { margin-bottom: 30px; padding: 0 15px; }
}

/**************************************************************************** 29. Typography Page **************************************************************************************/

.typography .typo-title { color: #808080; font-weight: bold; padding: 30px 0 0; }
.center-image{ text-align: center; margin-bottom: 30px;}
.left-image { float: left; margin: 0 35px 10px 0; }
.right-image { float: right; margin: 0 0 10px 30px; }
.typography ul{ margin-bottom: 0; }
.typography ul li, 
.typography ol li
{ 
  margin: 0 0 0 15px;
  padding-left: 15px;
}

/************************************************************************************ 30. Widget ****************************************************************************************/

.widget{ margin-bottom: 60px;}
.widget-title { position: relative; padding: 0 0 30px 20px;  }
.widget-title::before {
  border: 4px solid #fbbc05;
  content: "";
  height: 15px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 8px;
}
.search-widget input{ margin: 0; }
.post-image 
{
  height: 70px; 
  width: 100px; 
  float: left; 
  margin: 6px 15px 0 0; 
  overflow: hidden; 
}
.post-image img{ width: 100%; }
.post-title { font-family: montserrat; }
.post-title a{ color: #333; text-decoration: none;}
.post-date 
{ 
  color: #808080;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  margin: 5px 0 0;
}
.post-box { 
/*  border-bottom: 1px solid #e0e0e0; */
  padding: 0 0 25px; 
  overflow: hidden;
  /*margin-bottom: 25px;*/
}
.post-box:last-child{ padding-bottom: 0;}
.post-box .post-detail { margin:  0; }
.post-comment { font-size: 14px; color: #333; }
.recent-comment .post-image { width: 70px; }
/*.category-widget { border-bottom: 1px solid #e0e0e0; }*/
.widget.category-widget > ul{ margin: 0; }
.category-widget li{ padding: 7px 0; }
.category-widget .fa {
  color: #d3d3d3;
  font-size: 32px;
  padding: 0 10px 0 0;
  vertical-align: bottom;
}
/*.tags-widget { border-bottom: 1px solid #e0e0e0; }*/
.widget.tags-widget ul{ margin: 0; }
.tags-widget li { display: inline-block; overflow: hidden; margin: 0; }
.tags-widget a {  background: #fff; display: inline-block; padding: 4px 12px; border: 1px solid #e0e0e0; }
.tags-widget a:hover{ background: #fbbc05; text-decoration: none; }
/*.twitter-widget { border-bottom: 1px solid #e0e0e0; }*/
.twitter-widget .twitter-frame{ height: 300px; overflow-y:scroll }
.facebook-widget iframe{ width: 100%; }
.widget.text-widget > p { padding-bottom: 0; }
.widget.social-widget .social-icon{ margin-bottom: 0; }
/*.text-widget { border-bottom: 1px solid #e0e0e0; }
.social-widget{ border-bottom: 1px solid #e0e0e0; }
.instagram-widget{ border-bottom: 1px solid #e0e0e0; }*/
.widget.instagram-widget ul{ margin-bottom: 0; }
.instagram-widget li{ 
  display: inline-block; 
  width: 84px; 
  height: 84px; 
  overflow: hidden; 
  position: relative;
  padding:0 5px;  
}
.instagram-widget .insta-hover {
  background: rgba(252, 201, 23, 0.8);
  height: 100%;
  position: absolute;
  display: table;
  top: 0;
  width: 100%;
  z-index: 99999;
  opacity: 0;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.instagram-widget .insta-hover .fa {
  color: #fff;
  display: table-cell;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
}
.instagram-widget li:hover .insta-hover{ opacity: 1; }
.instagram-widget li img{ width: auto; }
.slideshow-widget .owl-prev{ left: 0 !important; }
.slideshow-widget .owl-prev .fa{ font-size: 40px; color: #fff; }
.slideshow-widget .owl-next{ right: 0 !important; }
.slideshow-widget .owl-next .fa{ font-size: 40px; color: #fff; }
.slideshow-widget .owl-theme .owl-controls .owl-nav [class*="owl-"] { top: 35%; }
.slideshow-widget img{ width: 100%; }
/*.meta-widget{ border-bottom: 1px solid #e0e0e0; }*/
.meta-widget a { display: inline-block; padding: 0 0 15px; }
.meta-widget a:hover{ text-decoration: underline;}
.widget.meta-widget ul{ margin-bottom: 0; }
.meta-widget li:last-child a{ padding: 0; }
.testimonial-widget .rp-testimonial{ background: #fff; width: 100%;  border: 1px solid #e0e0e0; padding: 20px 20px; }
.widget.subscribe-widget .button-small { margin-bottom: 0; }
.tab-widget .tabbing-menu span { color: #333; font-size: 13px; display: block !important; }
.tab-widget .tabbing-menu.style-one .nav > li{ background: transparent; }
.tab-widget .tabbing-menu.style-one .nav-tabs > li.active > a{ background: transparent;}
.tab-widget .tabbing-menu .nav-tabs > li > a{ padding: 10px 0; }
.tab-widget .tabbing-menu.style-one .tab-content{ padding: 30px 0 0 0; }
.rss-widget > a {
  font-family: montserrat;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
}
.rss-widget .fa { color: #ff8400; font-size: 30px; vertical-align: middle; padding-right: 5px; }
/*.archive-widget{ border-bottom: 1px solid #e0e0e0; }*/
.archive-widget > ul{ width: 100%;  margin-bottom: 0; }
.archive-widget a { display: inline-block; padding: 0 0 20px; width: 100%; }
.archive-widget li:last-child a{ padding: 0; }
.archive-widget a span{ float: right; }

.top-rated-product .product-box { /*border-bottom: 1px solid #e0e0e0;*/ margin: 0 0 25px; /*padding: 0 0 25px;*/ }
.top-rated-product .product-image { 
  float: left; 
  height: 70px; 
  width: 70px; 
  overflow: hidden; 
  margin-right: 15px;
}
.top-rated-product .product-image img{ width: auto; }
.top-rated-product .product-title { font-family: montserrat; }
.top-rated-product .price{ 
  font-size: 14px; 
  font-family: montserrat; 
  font-weight: 600; 
  color: #999; 
  margin: 7px 0  0 0; 
}
.top-rated-product .br-theme-fontawesome-stars .br-widget a { font-size: 16px; margin: 8px 5px 0 0; display: inline-block; }
.accordian-widget .accordion .panel-heading{ padding: 12px 20px;}
.accordian-widget .accordion .panel-heading a{ font-size: 16px;}


.login-widget .button-small { margin-bottom: 0; }

.new-account > a {
  display: inline-block;
  font-size: 14px;
  margin: 12px 0 0;
  text-align: center;
  text-decoration: underline;
  width: 100%;
}


.user-profile {
  background: #fff; 
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
  display: inline-block;
}
.user-profile .user-image img { border-radius: 100%; height: 150px; width: 150px; }
.user-profile-widget .user-profile h6 { padding: 0; text-transform: capitalize; }
.user-profile h6 a { display: inline-block; font-size: 18px; padding: 5px 0; }
.user-profile .user-designation { color: #999; font-family: montserrat; }
.user-profile > p { font-size: 14px; padding: 10px 0 0; }
.user-profile .social-icon { margin: 15px 3px 0 0; }


.social-counter-widget ul{ width: 100%; }
.social-counter-vertical li {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: inline-block;
  width: 33.33%;
  text-align: center;
  padding: 10px 0;
  margin: 0 -2px;
  line-height: normal;
}
.social-counter-vertical span { font-size: 14px; display: inline-block; width: 100%; }
.social-counter-vertical .total-no { font-weight: bold; }
.social-counter-vertical .social-icon{ margin: 0; }
.social-counter-horizontal ul{ margin-bottom: 0; }
.social-counter-horizontal li{ width: 46%; display: inline-block; }
.social-counter-horizontal li:nth-child(2n){ float: right;}
.social-counter-horizontal li  a{ width: 100%; height: 35px; display: inline-block; }
.social-counter-horizontal .fa {
  color: #fff;
  display: table-cell;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  background: rgba(0, 0, 0, 0.10);
}
.social-counter-horizontal .total-no{ 
  display: table-cell; 
  vertical-align: middle; 
  color: #fff; 
  padding-left: 10px; 
  font-size: 14px; 
}


/*************************************************************************************** 31. Blog Detail ***************************************************************************************/
.blog-detail h3{ line-height: 30px;}
.blog-detail h5{ padding: 30px 0 0; }
.blog-detail ul{ margin: 0; }
.blog-detail li{ margin: 0 0 0 45px; padding: 20px 0 0 15px !important; line-height: normal; }
.blog-detail .like-view-box{ padding: 30px 0; }
.blog-detail .like-view-box a { color: #262626; padding-right: 40px; }
.blog-detail .like-view-box a i{ color: #fbbc05; padding-right: 5px; } 
.blog-detail .blog-category > a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  color: #333 !important;
  font-size: 14px;
  margin: 0 6px 0 0;
  padding: 6px 10px !important;
  text-align: center;
}
.blog-detail .social-share-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  margin-top: 60px;
  padding: 30px 30px 5px;
  display: inline-block;
  width: 100%;
}
.blog-detail .social-share-box > h5 { display: inline-block;  padding: 0; }
.blog-detail .social-share-box .social-icon-box { display: inline-block; float: right; }
.blog-detail .social-share-box .fa.fa-share-alt { color: #fbbc05; font-size: 25px; padding: 0 10px 0 0; }
.next-prev-blog a { 
  float: left; 
  width: 50%; 
  height: 160px; 
  overflow: hidden; 
  position: relative; 
  background: #fff; 
  font-family: montserrat;
  padding:50px 50px;
  border: 1px solid #e0e0e0;  
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  margin: 60px 0 60px 0;  
}
.next-prev-blog a img
{
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; 
  opacity: 0; 
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.next-prev-blog a:hover{ color: #fff; background: rgba(0, 0, 0, 0.8); }
.next-prev-blog a:hover span{color: #fff;}
.next-prev-blog a:hover img { opacity: 0.7; }
.next-prev-text { position: relative; z-index: 999999; }
.next-prev-blog a span{ 
  color: #999;  
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s; 
}
.next-prev-blog a span .fa { font-size: 18px; margin: 0 0 0 -35px; padding: 0 15px; }
.next-prev-blog a.right{ text-align: right; }
.next-prev-blog a.right span .fa { margin: 0 -35px 0 0; }
.post-author-info{ display: inline-block; }
.post-author-image { float: left; width: 170px; margin-right: 30px; }
.post-author-image img{ width: 100%;}
.post-author-name > a {
  display: inline-block;
  font-family: montserrat;
  font-size: 18px;
  padding: 0 0 15px;
}
.post-author-name > a span{ font-family: open sans; font-size: 14px; color: #777; }
.post-author-detail > p { padding-bottom: 15px; }
.blog-detail .blog-post.style-one h5{ padding-bottom: 30px; }
.blog-detail .divider{ margin: 40px 0 60px 0;}
.comment h5 { float: left; margin-bottom: 60px; padding: 0;}
.comment h5 .fa{ color: #fbbc05; }
.comment > .add-comment {
  border: 1px solid;
  float: right;
  font-family: montserrat;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
  text-transform: uppercase;
}
.comment-box { display: inline-block; margin-bottom: 30px; }
.comment-box.child{ margin:0 0 30px 60px; }
.comment-image{ float: left; margin:0 30px 15px 0; }
.comment-image img{ width: 75px; }
.commenter-detail{ font-size: 14px; display: inline-block;}
.commenter-detail a{ color: #4285f4; font-size: 14px;  text-decoration: underline; }
.comment-box.child .commenter-detail a{ color: #262626; text-decoration: none; }
.comment-date { color: #808080; font-size: 14px; font-style: italic; }
.reply-button {
  border: 1px solid;
  float: right;
  font-family: montserrat;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  text-transform: uppercase;
}
.comment-detail > p { margin: 10px 0 0 0; }
.blog-detail .form-box .input-field{ padding: 0 20px 0 0; position: inherit; }
.blog-detail .form-box h5 { padding: 0 0 15px; }

@media ( max-width: 767px ){
.next-prev-blog a{ 
  width: 100%; 
  height: 90px; 
  padding: 15px 35px; 
  margin: 1px 0;
}
.blog-detail .like-view-box{ display: inline-block; }
.blog-detail .blog-category > a{ display: inline-block; margin-bottom: 10px; }
.blog-detail .social-share-box{ margin-top: 30px; padding: 25px 15px 5px 15px; }
.blog-detail .social-share-box > h5{ padding: 0 0 15px 0; }
.comment-image{ margin-right: 15px; }
.next-prev-blog { display: inline-block; margin: 30px 0; }
.blog-detail .like-view-box a{ padding-right: 20px; display: inline-block; padding-bottom: 15px;  }

.comment > .add-comment{ padding: 7px 10px; }
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
.next-prev-blog a{ padding: 15px 35px; height: 100px; }
.blog-detail .like-view-box a {
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 20px;
}
}

/********************************************************************************** 32. Forms *****************************************************************************************/

.form-link{ text-align: center; padding: 30px 0 0 0; }
.form-link a{ padding: 0 10px; }
.input-lable {
  color: #262626;
  display: inline-block;
  font-family: montserrat;
  margin-bottom: 10px;
}
.form-link a{ padding: 0 10px; }
.input-lable {
  color: #262626;
  display: inline-block;
  font-family: montserrat;
  margin-bottom: 10px;
}
.dark-grey-bg .input-lable{ color: #fff; }
.dark-grey-bg ::-moz-placeholder{ color: #999999; }
.solid-bg{ background:#eeeeee;}
.small-form {margin-left: 20px;width: 55px;}
.solid-bg.black {background: rgb(38, 38, 38) none repeat scroll 0 0;}
.white-color{ color:#fff !important}
.dark-grey-bg input, 
.dark-grey-bg textarea
{
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #808080;
  color: #fff;
}
.solid-bg.black .form-box{ background:none;}
.larg.yellow.full-width {width: 100%;}
.solid-bg.black  .form-box {
  background: none;
  box-shadow: none;
  margin:0;
  padding:0;
}
.radio-button > form { display: inline-block; margin: 0 10px 0 0; }
.radio-inline {padding: 0 10px 0 0;}
 input[type="checkbox"]:checked, input[type="radio"]:checked, .search-radio input[type="checkbox"]:focus, input[type="radio"]:focus {
  outline: medium none !important;
}
 input[type="checkbox"], input[type="radio"] {
  height: 18px;
  opacity: 0;
  position: absolute;
  width: 18px;
  z-index: 12;
}
input[type="radio"], input[type="checkbox"] {
  line-height: normal;
  margin: 4px 0 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
 input[type="checkbox"] + .lbl, input[type="radio"] + .lbl {
  display: inline-block;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  min-height: 14px;
  min-width: 14px;
  position: relative;
  z-index: 11;
}
.lbl.padding-8 {
  padding: 0 !important;
} 
input[type="radio"]:checked + .lbl::before {
  content: "•";
}
 input[type="checkbox"] + .lbl.black::before, input[type="radio"] + .::before {
  margin-right: 0px;
}
 input[type="checkbox"] + .lbl.yellow::before, input[type="radio"] + .lbl.yellow::before {
  margin-right: 0px;
  color:#fbbc05;
  
}
input[type="checkbox"] + .lbl.gray::before, input[type="radio"] + .lbl.gray::before {
  margin-right: 0px;
  color:#e0e0e0;
}
 input[type="checkbox"] + .lbl::before, input[type="radio"] + .lbl::before {
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color:#262626;
  content: " ";
  display: inline-block;
  font-family: fontAwesome;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 18px;
  margin-top: -5px;
  min-width: 20px;
  text-align: center;
  vertical-align: middle;
}
input[type="radio"] + .lbl::before{ line-height: 13px; }
input[type="radio"] + .lbl::before {
  border-radius: 32px;
  font-size: 50px;
}
.checkbox-filter {
  float: left;
  margin: 0 10px 0 0 !important;
}
 input[type="checkbox"]:checked + .lbl::before {
  background-color: rgb(245, 248, 252);
  border-color: rgb(173, 184, 192);
  content: "";
  display: inline-block;
}
.checkbox-filter input[type="checkbox"] + .lbl::before {
  border-radius: 0;
  left: 0;
  position: absolute;
  top: 4px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline{ margin-left: 0;}
.checkbox-filter input[type="checkbox"] + .lbl.filter-checkbox1::before {
  color:#262626;
}
.checkbox-filter input[type="checkbox"] + .lbl.filter-checkbox2::before {
  color:#fbbc05;
}
.checkbox-filter input[type="checkbox"] + .lbl.filter-checkbox3::before {
  color:#e0e0e0;
}
.checkbox-filter input[type="checkbox"] + .lbl.filter-checkbox4::before {
  color:#000;
}
.checkbox-filter input[type="checkbox"] + .lbl.filter-checkbox5::before {
  color:#000;
   
}

input[type="checkbox"]:checked + .lbl.filter-checkbox4::before {
  background-color: rgb(245, 248, 252);
  border-color: rgb(173, 184, 192);
 content: "";
  display: inline-block;
}
input[type="checkbox"]:checked + .lbl.filter-checkbox5::before {
  background-color: rgb(245, 248, 252);
  border-color: rgb(173, 184, 192);
  content: ""; 
  display: inline-block;
}
.lbl.grey{ background:none}
.lbl.yellow{ background:none}
.select{
  border: 1px solid #e0e0e0;
  height: 50px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  background:url(images/arrow-dawn.png) no-repeat 95%  ;
  padding: 0 15px; 
}
.select option{ padding: 10px 15px; }
.select-bg{ background:#f2f2f2;}
.select-tittle { padding: 0 0 15px; text-transform: capitalize; }

@media ( max-width: 767px ){
  .select-tittle{ padding: 15px 0; }
}

/******************************************************************************** 33. Photo Gallery ************************************************************************************/

.my-gallery figure{ margin-bottom: 30px; }
.my-gallery figcaption{ display: none;}
.my-gallery .item{ padding: 0 15px 0 15px;}
.my-gallery .item.half-width{ width: 50%; }
.my-gallery .item.medium-width{ width: 25%; }

@media ( max-width: 767px ){
.my-gallery .item.half-width{ width: 100%; }
.my-gallery .item.medium-width{ width: 100%; }
}

/******************************************************************************* 34. Archive ******************************************************************************************/
.archive h5{ padding: 0 0 10px 0; }
.archive a {
  color: #262626;
  display: inline-block;
  padding: 4px 0;
}
.archive li:last-child a{ padding-bottom: 0; }

/*********************************************************************************** 35. Search result **********************************************************************************/

.search-result h4 { padding: 0; }
.search-result a { color: #262626; font-size: 24px; }
.search-result li { border-bottom: 1px solid #e0e0e0; padding-top: 15px; }
.search-result li:last-child{ border: none;}

/********************************************************************************* 36. Coming Soon ***********************************************************************************/

.coming-soon-page {
  display: table;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position:  center;
}
.coming-soon-page .overlay {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  width: 100%;
}
.coming-soon-inner{ 
  display: table-cell; 
  vertical-align: middle; 
  position: relative; 
  z-index: 99999; 
}
.coming-soon-inner h1{ margin-top: 50px; padding-bottom: 0; }
.coming-soon-inner h1,
.coming-soon-inner h5
{ color: #fff; }
.coming-soon-inner .timeTo { padding: 10px 0 50px; }
.coming-soon-inner .timeTo figure{ width: auto !important; padding: 0 35px; }
.coming-soon-inner .timeTo ul li,
.coming-soon-inner .timeTo figcaption
{ color: #fff; }
.coming-soon-inner input{ background: #fff; height: 50px; margin-bottom: 15px;}
.coming-soon-inner button { position: absolute; right: 0; top: 0; }
.coming-soon-inner p{ color: #fff; }
.coming-soon-inner .social-icon{ margin-bottom: 0; }

/******************************************************************************* 37. Pagination *********************************************************************************/

.pagination{ text-align: center; }
.pagination li { display: inline-block; margin: 0 3px; }
.pagination li a {
    background: #fff;
  font-family: montserrat;
    border: 1px solid #e0e0e0;
    display: inline-block;
    padding: 5px 20px;
    transition: ease-in-out all 0.5s;
    -webkit-transition: ease-in-out all 0.5s;
    -ms-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
}
.pagination li a:hover { background: #f8f8f8; }
.pagination li a i{ font-size:20px; }
.pagination li a span{ padding: 0 8px; }
.pagination.dark-bg ul li a{ background: #262626 none repeat scroll 0 0; }
.pagination.dark-bg li a{  
  color: #fff; 
  border-right: 1px solid #484848; 
  border-left: none; 
  border-top: none; 
  border-bottom: none; 
}
.pagination.dark-bg li:last-child a { border: none; }

@media ( max-width: 767px ){
.pagination li a{ padding: 2px 12px;}
.pagination li a span{ padding: 0; }
}


/*********************************************************************************** 38. Team ********************************************************************************************/

.team { border: 1px solid #e0e0e0; margin: 0 0 30px 0;  }
.team-detail{ padding: 0 20px; background: #fff; }
.team-name > a 
{ 
    color: #fbbc05;
    display: inline-block;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0 5px;
    text-transform: uppercase;
}
.team-designation{ color: #808080; font-style: italic; padding: 0 0 15px; }

@media ( max-width: 767px ){
.team{ text-align: center; }
.team-image img{ margin: 0 auto; }
}
@media ( min-width: 767px ) and ( max-width: 1023px ) {
.team{ text-align: center; }
.team-image img{ margin: 0 auto; }
}

/************** 38.1 Team Style2 *****************/

.team.style2 { border: medium none; text-align: center; }
.team.style2 .team-detail{ background: transparent; }
.team.style2 .team-image{ 
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: auto;
}
.team.style2 .team-designation { padding-bottom: 0; }
.team-hover {
    background: rgba(240, 189, 12, 0.9);
    border-radius: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: scale(0);
    transition: ease-in-out all 0.4s;
    -webkit-transform: scale(0);
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transform: scale(0);
    -ms-transition: ease-in-out all 0.4s;
    -o-transform: scale(0);
    -o-transition: ease-in-out all 0.4s;
}
.team.style2:hover .team-hover{ 
  transform: scale(1); 
  -webkit-transform: scale(1); 
  -o-transform: scale(1); 
  -ms-transform: scale(1); 
}
.team .social-icon-box li { display: inline-block; }
.team .social-icon-box li a { border: 1px solid #e0e0e0; margin: 0 -2px; padding: 6px 12px; }
.team .social-icon-box li .fa{ font-size: 25px; }
.team.style2 .social-icon-box li a { border: none; color: #262626; }
.team.style2 .social-icon-box{ display: table; height: 100%; width: 100%; }
.team.style2 .social-icon-box ul{ display: table-cell; vertical-align: middle; }

/************* 38.2 Team Style 3 *****************/
.team.style3 .container { display: table; height: 100%; }
.team.style3{ border: none; display: table; width: 100%;  }
.team.style3 .team-image img{ width: 100%; }
.team.style3 .team-detail{
  background: #fff none repeat scroll 0 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 30px 60px 30px 60px;
    border: 1px solid #e2e2e2;
    display: table;
}
.team.style3 .col-lg-6 {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    padding: 0;
}
.team.style3 .team-image::after {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    border-top: 15px solid transparent;
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    z-index: 999999;
}
.team.style3 .team-image.right::after{ border-left: 15px solid #fff; left: -1px; border-right: none; }
.team.style3:hover .social-icon li a{ color: #333; }

@media ( max-width: 767px ){
.team.style3 .container{ display: inline-block; width: 100%; }
.team.style3 .col-lg-6{ display: inherit; }    
.team.style3 .team-image::after
{ 
    border-bottom: 18px solid transparent;
    border-right: 18px solid #fff;
    border-top: 18px solid transparent;
    bottom: -10px;
    content: "";
    position: absolute;
    right: 50%;
    transform: rotate(90deg);
    z-index: 999999;
    top: auto;
}
.team.style3 .team-image.right::after {
    bottom: auto;
    left: 50%;
    top: -12px;
}
.team.style3 .container{ margin-bottom: 30px; }
.team.style3 .team-detail{ padding: 15px;}
.team.style1 .team-image{ background: #fff; padding: 25px 0 0 0; }
.team.style1 .team-image .img-responsive{ width: auto;}
}

@media ( min-width: 768px) and ( max-width: 1023px ){
.team.style3 .team-detail{ padding: 0 15px; }
/*.team.style3 .team-image img{ width: auto; }*/
}

/********************************************************************************** 39. Alert ****************************************************************************************/

.alert { padding: 20px 0 20px 15px; border: 1px solid #e6e6e6; font-weight: bold; margin: 0 0 30px 0; }
.alert i{ padding: 3px 15px 0 0; cursor: pointer; }
.alert .fa.fa-times{ float: right; opacity: 0.45; }
.alert-info{ background: #d9edf7; border-color: #bce8f1; color: #3183b9; }
.alert-error{ background: #f2dede; border-color: #ebccd1; color: #a94442; }
.alert-success{ background: #dff0d8; border-color: #d6e9c6; color: #42752d; }
.alert-warning{ background: #fcf8e3; border-color: #faebcc; color: #986d3b; }
.alert-danger{ background: #e74c3c; border-color: #e53c2b; color: #fff; }

/**************************************************************************************** 40. Progress Bar ***************************************************************************/

.progress {
  position: relative;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dbdbdb;
}
.progress .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fbbc05;
  -webkit-transition: 1.5s all 0.001s ease;
  -moz-transition: 1.5s all 0.001s ease;
  transition: 1.5s all 0.001s ease;
}
.progress .progress-bar span {
  font-family: montserrat;
  font-size: 14px;
  line-height: inherit;
  font-weight: 600;
  color: #444444;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
}
.progress .progress-bar .percentage:after {
  content: '%';
  font-family: montserrat;
  font-weight: 600;
}
.progress.h-progress {
  height: 20px;
  margin-top: 50px;
  border-radius: 20px;
}
.progress.h-progress .progress-bar {
  height: 100%;
  width: 0;
  border-radius: 20px;
}
.progress.h-progress .progress-bar span {
  top: -150%;
  z-index: 2;
  white-space: nowrap;
}
.progress.h-progress .progress-bar .desc {
  left: 2px;
}
.progress.h-progress .progress-bar .percentage {
  right: 3px;
}
.progress.h-progress.progress-style2 {
  border-radius: 20px !important;
  height: 30px;
  margin-bottom: 0;
  margin-top: 40px;
}
.progress.h-progress.progress-style2 .progress-bar span {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.progress.h-progress.progress-style2 .progress-bar .desc {
  color: white;
  left: 12px;
}
.progress.h-progress.progress-style2 .progress-bar .percentage {
  right: 11px;
}
.progress.h-progress.progress-style3 .progress-bar {
  position: relative;
}
.progress.h-progress.progress-style3 .progress-bar:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 25px;
  position: absolute;
  top: -37px;
  right: -25px;
  z-index: 0;
  background: #444444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.progress.h-progress.progress-style3 .progress-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid #444444;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: -13px;
  right: -4px;
  z-index: 0;
}
.progress.h-progress.progress-style3 .progress-bar .percentage {
  right: -14px;
  top: -35px;
  color: white;
}
.progress.h-progress.progress-style4 {
  margin-top: 0;
  margin-bottom: 40px;
  height: 38px;
  background: #bbb;
}
.progress.h-progress.progress-style4 .progress-bar span {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.progress.h-progress.progress-style4 .progress-bar .desc {
  color: white;
  left: 12px;
}
.progress.h-progress.progress-style4 .progress-bar .percentage {
  color: white;
  right: 11px;
}
.progress.v-progress {
  min-height: 250px;
  margin-bottom: 55px;
}
.progress.v-progress .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
.progress.v-progress .progress-bar span {
  top: auto;
  bottom: -37px;
}
.progress.v-progress .progress-bar .desc,
.progress.v-progress .progress-bar .percentage {
  left: 0;
  right: auto;
  width: 100%; 
  text-align: center;
}
.progress.v-progress .progress-bar .percentage {
  bottom: -57px;
  color: #333;
  font-weight: normal;
}
.dark-bg .progress,
.red-bg .progress,
.foggy-white-bg .progress,
.milky-white-bg .progress,
.smocky-white-bg .progress,
.transparent-bg .progress,
.blue-bg .progress,
.dark-transparent-bg .progress {
  background: white;
}

.dark-grey-bg .progress .progress-bar span{ color: #fff; }
.dark-grey-bg .progress .progress-bar .percentage{ color: #fff; }
.dark-grey-bg .progress.h-progress.progress-style3 .progress-bar:after { background: #fff; }
.dark-grey-bg .progress.h-progress.progress-style3 .progress-bar:before {border-top: 8px solid #fff; }
.dark-grey-bg .progress.h-progress.progress-style3 .progress-bar .percentage{ color: #333; }
@media ( max-width: 767px){
.progress.v-progress{ margin-bottom: 90px; }
}

/*************************************************************************** 41. Counter *********************************************************************************/
.counter-box{ margin-bottom: 30px; display: inline-block; width: 100%; }
.piechart-box{ margin-bottom: 30px;}
.counter { text-align: center; }
.counter-icon .fa { color: #fbbc05; font-size: 32px; margin-bottom: 30px; }
.counter .number {
  font-family: montserrat;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 10px; 
}
.counter .desc { font-size: 18px; font-weight: 400; }
.dark-grey-bg .counter .desc,
.dark-grey-bg  .counter .number
{ 
  color: #fff; 
}
.counter-fullwidth { padding-top: 11px; padding-bottom: 8px; }
.counter-fullwidth > div { border-right: 1px solid rgba(255, 255, 255, 0.2); }
.counter-fullwidth > div:last-child { border-right: none; }
.counter-fullwidth .counter { padding-top: 44px; padding-bottom: 38px; }
.counter-fullwidth .counter .number { font-size: 45px; margin-bottom: 33px; }
.counter-round { margin-bottom: 32px; }
.counter-round .counter { text-align: left; margin-bottom: 30px; }
.counter-round .counter .number {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  background: #ff4d4d;
  color: white;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: 0;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
  position: relative;
}
.counter-round .counter .number:after {
  content: '';
  display: inline-block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -3px;
  left: -3px;
  background: transparent;
  border: 1px solid #ff4d4d;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  border-radius: 50em;
}
.counter-round .counter .desc {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.counter-round p { display: block; }
.grey-bg .piechart.piechart-style1 input { color: #fff; }
.dark-grey-bg .counter { border-left: 1px solid #333; border-right: 1px solid #3d3d3d; padding: 50px 0; }

@media ( max-width: 767px ){
.counter { margin: 20px 0; }
.counter .number{ margin-bottom: 0; }
.counter-icon .fa{ margin-bottom: 10px; }
.dark-grey-bg .counter {
  border:none;
  margin: 0;
  padding: 30px 0;
}
.piechart.piechart-style1 canvas{ margin-bottom: 10px !important; }
.piechart.piechart-style1 > div::after {
  transform: translateX(-42%) translateY(-295%) !important;
  -webkit-transform: translateX(-42%) translateY(-295%) !important;
  -ms-transform: translateX(-42%) translateY(-295%) !important;
  -o-transform: translateX(-42%) translateY(-295%) !important;
}
.piechart{ margin-bottom: 40px; }
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
.counter .number{ font-size: 36px;}
.counter .desc{ font-size: 16px; }
.piechart{ margin-bottom: 50px; }
}

/********************************************************************************** 42. Pie Chart ***************************************************************************/

.piechart.piechart-style1 { text-align: center; }
.piechart.piechart-style1 > div { position: relative; }
.piechart.piechart-style1 > div:after {
  content: '%';
  font-family: montserrat;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 66%;
  transform:translateX(-30%) translateY(-355%);
  -ms-transform: translateX(-30%) translateY(-355%);
  -webkit-transform: translateX(-30%) translateY(-355%);
  -o-transform: translateX(-30%) translateY(-355%);
}
.piechart.piechart-style1 input { font-family: montserrat; font-size: 30px !important; font-weight: 700; }
.piechart.piechart-style1 canvas { margin-bottom: 38px; position: relative; }
.piechart h6 { font-weight: bold; padding: 0; }
.piechart.piechart-style1 p { padding: 0; }
.piechart.piechart-style1.iconic input { display: none !important; }
.piechart.piechart-style1.iconic > div:after { content: none; }
.piechart.piechart-style1.iconic i {
  font-size: 2.2em;
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 210px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.piechart.piechart-style2 .chart-container,
.piechart.piechart-style3 .chart-container {
  margin-bottom: 15px;
  display: inline-block;
}
.piechart.piechart-style2 .chart-container canvas,
.piechart.piechart-style3 .chart-container canvas {
  float: left;
  margin-right: 29px;
}
.piechart.piechart-style2 .chart-container ul,
.piechart.piechart-style3 .chart-container ul {
  float: left;
}
.piechart.piechart-style2 .chart-container ul li span,
.piechart.piechart-style3 .chart-container ul li span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: 13px;
  margin-right: 21px;
  position: relative;
  top: 9px;
}
.piechart.piechart-style2 .chart-container ul li:first-child span,
.piechart.piechart-style3 .chart-container ul li:first-child span {
  margin-top: 1px;
}
.piechart.piechart-style2 .chart-container .chart-data,
.piechart.piechart-style3 .chart-container .chart-data {
  display: none;
}
.piechart.piechart-style2 h6,
.piechart.piechart-style3 h6 {
  margin-bottom: 13px;
}
.dark-grey-bg .piechart canvas{ background: #fff; border-radius: 100%; }
.dark-grey-bg .piechart h6{ color: #fff; }
.dark-grey-bg .piechart p{ color: #fff; }


@media ( max-width: 767px){
  .piechart.piechart-style2 .chart-container canvas, 
  .piechart.piechart-style3 .chart-container canvas
  { margin-right: 10px; }
}

@media ( min-height: 768px ) and ( max-width: 1023px ){
  .piechart.piechart-style1 input { font-size: 28px !important;}
}

/****************************************************************************** 43. Accordian *****************************************************************************************/

.accordion { margin-bottom: 30px; }
.accordion .panel .panel-body {padding: 15px 30px 0;background-color: #fff; border: none !important;} 
.accordion .panel{ box-shadow: none; border-radius: 0; }
.accordion .panel .panel-body p{ padding: 0 0 30px;}
.accordion.style-one .panel-default .panel-heading { border-bottom: 1px solid #e0e0e0; }

.accordion .panel-heading i 
{
  font-size: 32px;
  color: #717171;
}
.accordion .panel-group .panel + .panel { margin-top:0px; }
.accordion .panel-heading {
  background:none repeat scroll 0 0;
  border:none;
  border-radius: 0;
  padding: 15px 30px;
} 
.accordion .panel-heading a {display: block; font-size: 18px; font-family: montserrat; }
.accordion .panel-default .panel-heading { background-image: none; background-color: #fff; }
.accordion.style-one .accordion-toggle.collapsed .fa {
  transform: rotate(0deg)!important;
  -webkit-transform: rotate(0deg)!important;
  -ms-transform: rotate(0deg)!important;
  -o-transform: rotate(0deg)!important;
}
.accordion.style-one .accordion-toggle .fa {
  transform: rotate(90deg)!important;
  -webkit-transform: rotate(90deg)!important;
  -ms-transform: rotate(90deg)!important;
  -o-transform: rotate(90deg)!important;
}

@media ( max-width: 767px ){
.accordion .panel-heading i{ position: absolute; right: 10px; top: 12px; }
.accordion .panel-heading{ padding: 15px;  position: relative; }
.accordion .panel-heading a{ font-size: 15px; }
.accordion.style-two .glyphicon{ position: absolute; right: 10px; top: 12px; }
.accordion.style-two .fa {
  margin: 0 !important;
  position: relative;
  right: 0;
  top: 0;
}
}

/********** 43.1 Accordian Style Two *************/

.accordion.style-two .panel{ margin-bottom: 15px; }
.accordion.yellow-bg .panel-heading { background: #fbbc05 none repeat scroll 0 0; }
.accordion.yellow-bg .panel-heading .accordion-toggle { color: #fff; }
.accordion .glyphicon { line-height: 28px; float: left;}
.accordion.style-two .fa {
  color: #fff;
  font-size: 25px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  width: 30px;
}
.accordion.style-two .glyphicon {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #fbbc05;
  float: left;
  font-weight: bold;
  line-height: normal;
  padding: 2px 7px 1px;
  font-size: 18px;
}

/*********** 43.2 Accordian Style Three *************/

.accordion.style-three.dark-grey-bg .panel-heading { background: #262626 none repeat scroll 0 0; }
.accordion.style-three.dark-grey-bg .panel-heading .accordion-toggle { color: #fff; }
.accordion.style-three.dark-grey-bg .panel-body{ background: #262626; }
.accordion.style-three.dark-grey-bg .panel-body p{ color: #fff; }
.accordion .glyphicon{ font-size: 35px;}
.accordion.style-three .panel{  border-right: none; border-left: none; }
.accordion.style-three.dark-grey-bg .panel{ border-color: #484848; }
.accordion.style-three .panel-heading {  padding-left: 0; }
.accordion.style-three .panel-body{ padding-left: 0; padding-right: 0; }

/********* 43.3 Accordian Style Four ************/

.accordion.style-three .panel-heading { background: #f8f8f8 none repeat scroll 0 0; }
.accordion.style-three .panel-body{ background: #f8f8f8; }

/******************************************************************************* 44. Tab ********************************************************************************************/

.tabbing-menu { width: 100%; }
.tabbing-menu .nav-tabs{ border-bottom:medium none; }
.tabbing-menu ul {display: table;width: 100%;}
.tabbing-menu .nav-tabs > li {float:none;margin-bottom:none;} 
.tabbing-menu .nav > li{ display: table-cell; position: relative; text-align: center; }
.tabbing-menu .nav > li > a:focus,
.nav > li > a:hover{ background-color: transparent;}
.tabbing-menu .nav > li > a{ font-family: montserrat; }
.tabbing-menu .nav-tabs > li > a:hover,
.tabbing-menu .nav-tabs > li > a:focus{ border: none; } 
.tabbing-menu span { 
  text-transform: uppercase; 
  font-size: 16px; 
  font-weight: 16px; 
  color: #808080; 
}
.tabbing-menu .active span{ color: #262626; }
.tabbing-menu .fa { font-size: 22px; padding: 0 8px 0 0; color: #808080; }
.tabbing-menu .active .fa{ color: #262626; }
.tabbing-menu .nav-tabs > li > a {  padding: 20px; font-weight: 600; }

/************* 44.1 Tab Style One **************/

.tabbing-menu.style-one .nav > li { border: 1px solid #e6e6e6; background-color: #fff; }
.tabbing-menu.style-one .nav-tabs > li.active > a{ border-color: #fbbc05 !important; color: #999999; cursor: default; }
.about-us.tabbing-menu.style-one .nav li{ border-bottom: 0;}
.about-us .white-bg{ border-bottom: 1px solid #e2e2e2; }
.tabbing-menu.style-one .nav-tabs > li > a { border: none; border-bottom: 4px solid transparent !important; }
.tabbing-menu.style-one .tab-content {padding: 30px 0 0 0;}
.tabbing-menu.style-one .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover
{ border: none;}


/************ 44.2 Tab Style Two ****************/

.tabbing-menu.style-two .nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover
{
  background-color: #fff;
  color: #333333;  
}
.tabbing-menu.style-two .tab-content { 
  background: #fff; 
  border: 1px solid #e2e2e2; 
  padding: 30px 30px 0 30px; 
  margin: -1px 0 0 0; 
}
.tabbing-menu.style-two .nav-tabs > li > a{
  border-bottom:1px solid transparent; 
  border-left:1px solid transparent; 
  border-right:1px solid transparent; 
  border-top:1px solid transparent; 
}
.tabbing-menu.style-two .nav-tabs > li > a {color: #999!important; font-weight: 600; padding: 20px 0; } 
.tabbing-menu.style-two .nav-tabs > li.active > a
{
  background: #fff none repeat scroll 0 0;
  border-color: #e2e2e2 #e2e2e2 transparent;
  border-style: solid;
  border-width: 1px;
  color: #333 !important;
  cursor: default;
}

/************ 44.3 Tab Style Three *****************/

.tabbing-menu.style-three .tab-content{padding: 30px 20px 0 20px;}
.tabbing-menu.style-three .nav-tabs {border-bottom: 1px solid #e6e6e6;}
.tabbing-menu.style-three .nav-tabs > li > a {color: #999!important;} 
.tabbing-menu.style-three .nav-tabs > li.active > a{ color: #333!important; cursor: default; border:1px solid transparent; }
.tabbing-menu.style-three .nav-tabs > li > a{border:1px solid transparent!important;}
.tabbing-menu.style-three .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover
{   
  background-color: transparent;
  border: 1px solid transparent;
}
.tabbing-menu.style-three span { font-size: 24px; text-transform: capitalize; font-weight: normal; }
.tabbing-menu.style-three li.active a:after, 
.tabbing-menu.style-three li.active a:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}
.tabbing-menu.style-three li.active a:after { margin-left: -10px; border-width: 10px; border-top-color:#f8f8f8; }
.tabbing-menu.style-three li.active a:before { margin-left: -11px; border-width: 11px; border-top-color: #e2e2e2; }

@media ( max-width: 767px ){
  .tabbing-menu.style-one  span,
  .tabbing-menu.style-two  span
  {display: none;}   
  .tabbing-menu.style-one .fa,
  .tabbing-menu.style-two .fa
  { padding: 0; }
  .tabbing-menu.style-one .nav-tabs > li > a,
  .tabbing-menu.style-two .nav-tabs > li > a
  { padding: 12px; }
  .tabbing-menu.style-three .nav > li{ display: inline-block;}
  .tabbing-menu.style-two .tab-content{ padding: 15px; }
  .tabbing-menu.style-three .tab-content{ padding: 20px 0; }
  .tabbing-menu.style-three span{ font-size: 16px; }
  .tabbing-menu.style-three .nav-tabs > li > a{ padding: 10px; }
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
  .tabbing-menu.style-one .nav-tabs > li > a{ padding: 15px; }
}
/************************************************************************* 45. Vertical Tab *************************************************************************************/
.vertical-tab { display: inline-block; width: 100%; }
.vertical-tab .nav.nav-tabs.tabs-left{ width: 100%; }
.vertical-tab .nav-tabs > li{ float: none;}
.vertical-tab .nav > li > a{ 
  border-left: 1px solid #e6e6e6; 
  border-bottom: 1px solid #e6e6e6; 
  border-top: 1px solid #e6e6e6; 
  border-radius: 0; 
  padding: 20px 30px; 
  text-transform: uppercase;
  font-weight: 600;
  color: #999; 
  font-family: montserrat;
}
.vertical-tab.style-one .nav > li > a{ background: #fff; padding:20px; }
.vertical-tab.style-one .nav > li.active > a > span{ color: #262626; } 
.vertical-tab.style-one .nav > li.active > a > .fa{ color: #262626; } 
.vertical-tab.style-one .tab-content{ background: #fff; }
.vertical-tab .nav > li.active > a:after { 
  border-right: 5px solid #fbbc05;
  content: "";
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
}
.vertical-tab .fa { padding: 0 8px 0 0; }
.vertical-tab .nav > li > a:hover{ border-color: #e6e6e6; }
.vertical-tab .tab-content{ padding: 20px 30px; border: 1px solid #e6e6e6; }
.vertical-tab .tab-content p{ padding: 0; }

/*********** 45.1 Vertical Tab Style 2 **********/

.vertical-tab.style-two .nav > li > a{ border: none; text-align: right;}
.vertical-tab.style-two .nav-tabs{ border-right: 1px solid #e6e6e6; border-bottom: none;}
.vertical-tab.style-two .tab-content{ border: none;}
.vertical-tab.style-two .nav > li.active > a span{ color: #262626; }
.vertical-tab.style-two .nav > li.active > a:after, 
.vertical-tab.style-two .nav > li.active > a:before {
  border: medium solid transparent;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: -22px;
  top: 27px;
  width: 0;
}
.vertical-tab.style-two .nav > li.active > a{ background: transparent;}
.vertical-tab.style-two .nav > li.active > a:after { border-left-color: #f8f8f8; border-width: 11px; margin-left: -12px; }
.vertical-tab.style-two .nav > li.active > a:before { margin-left: -11px; border-width: 11px; border-left-color: #999; }
.vertical-tab.style-two span{ font-size: 18px; text-transform: capitalize; }

/************ 45.2 Vertical Tab Style 3 ***********/

.vertical-tab.style-three .nav-tabs{ border-bottom: none;}
.vertical-tab.style-three .nav > li a{ border: 1px solid transparent;}
.vertical-tab.style-three .tab-content{ background: #fff; }
.vertical-tab.style-three .nav > li.active a span{ color: #262626; }
.vertical-tab.style-three .nav > li.active a .fa{ color: #262626; }
.vertical-tab.style-three .nav > li.active > a:after { border: none; }
.vertical-tab.style-three .nav > li.active > a {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 -1px 0 0;
  z-index: 9999;
  background: #fff;
}

@media ( max-width: 767px ){
  .vertical-tab .tab-content{ padding: 15px;}
  .vertical-tab.style-two .tab-content{ padding: 15px 0; }
  .vertical-tab.style-three .nav > li.active > a{ border-right: 1px solid #e6e6e6; }
  .vertical-tab.style-two .nav-tabs > li{ display: inline-block;}
  .vertical-tab.style-two .nav-tabs{ border: none;}
  .vertical-tab.style-two .nav > li.active > a::after,
  .vertical-tab.style-two .nav > li.active > a::before
  { display: none; }
  .vertical-tab .nav > li > a{ padding: 10px !important; }
  .vertical-tab .nav > li > a span{ font-size: 14px; }
}

/****************************************************************************** 46. Call To Action **********************************************************************************/

/******** 46.1 Call To Action style One ***********/

.call-to-action{ text-align: center; }
.call-to-action.style-one{ padding: 50px 0; }
.call-to-action.style-one p{ color: #262626; font-size: 18px; padding: 20px 0 0; }
.call-to-action h5 { padding: 12px 0 0; }
.call-to-action.style-one.dark-grey-bg p{ color: #fff; }
.call-to-action p{ color: #262626; font-size: 18px; }

@media ( max-width: 767px ){
.call-to-action .pull-right,
.call-to-action .pull-left
{ float: none !important;}
.call-to-action .pull-right{ margin: 30px 0 0 0;}
.call-to-action.style-one
{ padding: 30px 0 45px 0;}
.call-to-action.style-one .cta-content, 
.call-to-action.style-one .cta-btn
{display: inline-block;padding-top: 40px;}
.call-to-action.style-one .cta-content p{text-align: center;}
.call-to-action.style-three .cta-content span{font-size:24px!important;}
.call-to-action.style-three .cta-btn li {display: inline-block!important;padding: 15px 0!important;}

}

/********* 46.2 Call To Action style Two ************/

.call-to-action.style-two{width: 100%;padding:80px 0 100px 0;}
.call-to-action.style-two h4 { text-transform: uppercase; line-height: 63px; font-weight: 600; padding: 0; }
.call-to-action.style-two.font-white h3,
.call-to-action.style-two.font-white p {color: #fff;}

@media ( max-width: 767px){
.call-to-action.style-two
{ padding: 30px 0 45px 0;}
}


@media ( min-width: 767px) and ( max-width: 1023px ){
.call-to-action.style-two
{ padding: 50px 0 70px 0;}
}

/********** 46.3 Call To Action style Three ***************/

.call-to-action.style-three.image-bg
{
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding: 200px 0;
  position: relative;
}
.call-to-action.style-three.image-bg .overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.call-to-action.style-three.image-bg .call-to-action-content{ position: relative; z-index: 9999; }
.call-to-action.style-three.image-bg .call-to-action-btn{ position: relative; z-index: 9999; }
.call-to-action .button-medium{ margin-bottom: 0; }
.call-to-action.style-three.image-bg h5 { padding: 0; }
.call-to-action.style-three.image-bg h5,
.call-to-action.style-three.image-bg h3
{ color: #fff; }
.call-to-action.style-three.dark-grey-bg p,
.call-to-action.style-three.dark-grey-bg h3
{ color: #fff; }
.call-to-action.style-three{ padding:80px 0 100px 0; }
.call-to-action.style-three .call-to-action-content span
{
  color: #fbbc05;
  font-size: 36px;
  font-weight: 700;
}
.call-to-action.style-three .call-to-action-btn ul{ padding:0; margin: 0; }
.call-to-action.style-three .call-to-action-btn li { display: inline-block; margin: 0 10px; }

@media ( max-width: 767px ){
.call-to-action.style-three
{ padding: 30px 0 45px 0 !important;}
.call-to-action.style-three .call-to-action-content span{ font-size: 24px;}
.call-to-action.style-three .call-to-action-btn li{ margin: 10px ;}
}

@media ( min-width: 767px ) and ( max-width: 1023px){
  .call-to-action.style-three
{ padding: 50px 0 70px 0;}
.call-to-action.style-three.image-bg{ padding: 100px 0;}
}

/********************************************************************************** 47. Social Media ********************************************************************************/

.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
  display: inline-block;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  cursor: pointer;
  font-style: normal;
}
body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.i-rounded,
.i-circled,
.i-bordered {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
  background-color: #444;
  border-radius: 3px;
}
.i-bordered {
  border: 1px solid #555;
  line-height: 50px !important;
  background-color: transparent !important;
  color: #444;
  text-shadow: none;
}
.i-plain:hover { color: #777; }
.i-circled { border-radius: 50%; }
.i-light {
  background-color: #F5F5F5;
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.2);
}
.i-alt {
  background-image: url('images/icons/iconalt.svg');
  background-position: center center;
  background-size: 100% 100%;
}
.i-rounded:hover,
.i-circled:hover {
  background-color: #1ABC9C;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 rgba(0,0,0,0.2);
}
.i-bordered:hover {
  background-color: #444 !important;
  color: #FFF;
  border-color: #444;
}
.social-icon {
  margin:0 5px 20px 0;
  width: 35px;
  height: 35px;
  font-size: 14px;
  color: #808080;
  text-shadow: none;
  overflow: hidden;
}
.si-yellow{background: #fbbc05 none repeat scroll 0 0; border: medium none; color: #333333; }
.si-white { background: #ffffff none repeat scroll 0 0; border: medium none; color: #333333; }
.si-rounded { border-radius: 50%; }
.si-border-yellow{border:1px solid #fbbc05;color:  #333;background:none;}
.si-border-dark{border:1px solid #333;color:#333;background:none;}
.si-border-light{border:1px solid #e6e6e6;color:#e6e6e6;background:none;}
.si-border-white{border:1px solid #ffffff;color:  #ffffff;background:none;}
.si-borderless { border-color: transparent !important; }
.si-borderless-yellow{border:none;color:#fbbc05; }
.si-borderless-dark{border:none;color:#333; }
.si-borderless-light{border:none;color:#e6e6e6; }
.si-borderless-white{border:none;color:#ffffff; }
.si-dark { background-color: #333333; color: #FFF !important; border-color: transparent; }
.si-light { background-color:#e6e6e6; color: #333 !important; border-color: transparent; }
.si-colored { border-color: transparent !important; }
.si-colored i { color: #FFF; }
.social-icon.si-large {
  margin: 0 10px 10px 0;
  width: 56px;
  height: 56px;
  font-size: 30px;
  line-height: 54px !important;
}
.social-icon i { display: block; position: relative; padding: 10px 0 9px 0; }
body:not(.device-touch) .social-icon i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.social-icon i:last-child { color: #FFF !important; }
.social-icon:hover i:first-child { margin-top: -34px; }
.social-icon.si-large:hover i:first-child { margin-top: -54px; }
.social-icon.si-small:hover i:first-child { margin-top: -30px; }
.social-icon:hover { color: #555; border-color: transparent; }
.si-colored.social-icon { border-color: transparent; }
.si-facebook:hover,.si-colored.si-facebook { background-color: #3B5998 !important; }
.si-delicious:hover,.si-colored.si-delicious { background-color: #1769ff !important; }
.si-reddit-alien:hover,.si-colored.si-reddit-alien { background-color: #ff4500 !important; }
.si-share:hover,.si-colored.si-share { background-color: #333333 !important; }
.si-whatsapp:hover,.si-colored.si-whatsapp { background-color: #43d854 !important; }
.si-hashtag:hover,.si-colored.si-hashtag { background-color: #6ecadc !important; }
.si-amazon:hover,.si-colored.si-amazon { background-color: #ff9900 !important; }
.si-paypal:hover,.si-colored.si-paypal { background-color: #003087 !important; }
.si-gplus:hover,.si-colored.si-gplus { background-color: #DD4B39 !important; }
.si-foursquare:hover,.si-colored.si-foursquare { background-color: #f94877 !important; }
.si-dribbble:hover,.si-colored.si-dribbble { background-color: #EA4C89 !important; }
.si-flickr:hover,.si-colored.si-flickr { background-color: #FF0084 !important; }
.si-google:hover,.si-colored.si-google { background-color: #DD4B39 !important; }
.si-linkedin:hover,.si-colored.si-linkedin { background-color: #0E76A8 !important; }
.si-skype:hover,.si-colored.si-skype { background-color: #00AFF0 !important; }
.si-twitter:hover,.si-colored.si-twitter { background-color: #00ACEE !important; }
.si-youtube:hover,.si-colored.si-youtube { background-color: #cd201f !important; }
.si-vimeo:hover,.si-colored.si-vimeo { background-color: #162221 !important; }
.si-github:hover,.si-colored.si-github { background-color: #171515 !important; }
.si-yelp:hover,.si-colored.si-yelp { background-color: #af0606 !important; }
.si-instagram:hover,.si-colored.si-instagram { background-color: #c13584 !important; }
.si-pinterest:hover,.si-colored.si-pinterest { background-color: #bd081c !important; }
.si-text-color.si-facebook i { color: #3B5998; }
.si-text-color.si-delicious i { color: #1769ff; }
.si-text-color.si-paypal i { color: #003087; }
.si-text-color.si-flattr i { color: #F67C1A; }
.si-text-color.si-reddit-alien i { color: #ff4500; }
.si-text-color.si-share i { color: #333333; }
.si-text-color.si-whatsapp i { color: #43d854; }
.si-text-color.si-gplus i { color: #DD4B39; }
.si-text-color.si-hashtag i { color: #6ecadc; }
.si-text-color.si-flickr i { color: #FF0084; }
.si-text-color.si-google i { color: #DD4B39; }
.si-text-color.si-instapaper i { color: #333; }
.si-text-color.si-linkedin i { color: #0E76A8; }
.si-text-color.si-skype i { color: #00AFF0; }
.si-text-color.si-twitter i { color: #00ACEE; }
.si-text-color.si-youtube i { color: #cd201f; }
.si-text-color.si-vimeo i { color: #162221; }
.si-text-color.si-github i { color: #171515; }
.si-text-color.si-yelp i { color: #af0606; }
.si-text-color.si-instagram i { color: #c13584; }
.si-text-color.si-amazon i { color: #E47911; }
.si-text-color.si-pinterest i { color: #bd081c; }
.si-text-color.si-amazon i { color: #ff9900; }
.si-text-color:hover { color: #FFF; }
.si-border-rounded.si-facebook i 
{ 
  color: #3B5998;
  background-color:none;
  border:1px solid #3B5998;  
  border-radius: 100%;
}
.si-border-rounded.si-delicious i 
{ 
  color: #1769ff;
  background-color:none;
  border:1px solid #1769ff;
  border-radius: 100%;
}
.si-border-rounded.si-paypal i
{ 
  color: #003087;
  background-color:none;
  border:1px solid #003087;
  border-radius: 100%;
}
.si-border-rounded.si-flattr i 
{ 
  color: #F67C1A;
  background-color:none;
  border:1px solid #F67C1A;border-radius: 100%;
}
.si-border-rounded.si-reddit-alien i
{ 
  color: #ff4500;
  background-color:none;
  border:1px solid #ff4500;border-radius: 100%;
}
.si-border-rounded.si-share i
{ 
  color: #333333;
  background-color:none;
  border:1px solid #333333!important;border-radius: 100%;
}
.si-border-rounded.si-whatsapp i
{
 color: #43d854;
 background-color:none;
 border:1px solid #43d854;border-radius: 100%; 
}
.si-border-rounded.si-gplus i 
{ 
  color: #DD4B39;
  background-color:none;
  border:1px solid #DD4B39;border-radius: 100%;
}
.si-border-rounded.si-hashtag i 
{ 
  color: #6ecadc;
  background-color:none;
  border:1px solid #6ecadc;border-radius: 100%;
}
.si-border-rounded.si-flickr i 
{ 
  color: #FF0084;
  background-color:none;
  border:1px solid #FF0084;border-radius: 100%;  
}
.si-border-rounded.si-instapaper i 
{ 
  color: #333;
  background-color:none;
  border:1px solid #333;border-radius: 100%; 
}
.si-border-rounded.si-linkedin i 
{ 
  color: #0E76A8;
  background-color:none;
  border:1px solid #0E76A8;border-radius: 100%;  
}
.si-border-rounded.si-skype i 
{ 
  color: #00AFF0;
  background-color:none;
  border:1px solid #00AFF0;border-radius: 100%; 
}
.si-border-rounded.si-twitter i 
{ 
  color: #00ACEE;
  background-color:none;
  border:1px solid #00ACEE;border-radius: 100%; 
}
.si-border-rounded.si-youtube i 
{ 
  color: #cd201f;
  background-color:none;
  border:1px solid #cd201f;border-radius: 100%; 
}
.si-border-rounded.si-vimeo i 
{ 
  color: #162221;
  background-color:none;
  border:1px solid #162221;border-radius: 100%; 
}
.si-border-rounded.si-github i 
{ 
  color: #171515;
  background-color:none;
  border:1px solid #171515;border-radius: 100%; 
}
.si-border-rounded.si-yelp i 
{ 
  color: #af0606;
  background-color:none;
  border:1px solid #af0606;border-radius: 100%; 
}
.si-border-rounded.si-instagram i 
{ 
  color: #c13584;
  background-color:none;
  border:1px solid #c13584;border-radius: 100%; 
}
.si-border-rounded.si-amazon i 
{ 
  color: #E47911;
  background-color:none;
  border:1px solid #E47911;border-radius: 100%; 
}
.si-border-rounded.si-pinterest i 
{ 
  color: #bd081c;
  background-color:none;
  border:1px solid #bd081c;border-radius: 100%; 
}
.si-border-rounded.si-amazon i 
{ 
  color: #ff9900;
  background-color:none;
  border:1px solid #ff9900;border-radius: 100%; 
}
.si-border-rounded.si-foursquare i 
{ 
  color: #f94877;
  background-color:none;
  border:1px solid #f94877;border-radius: 100%; 
}
.si-border.si-facebook i { color: #3B5998; background-color:none; border:1px solid #3B5998; }
.si-border.si-delicious i { color: #1769ff; background-color:none; border:1px solid #1769ff; }
.si-border.si-paypal i { color: #003087; background-color:none; border:1px solid #003087; }
.si-border.si-flattr i { color: #F67C1A; background-color:none; border:1px solid #F67C1A;}
.si-border.si-reddit-alien i { color: #ff4500; background-color:none; border:1px solid #ff4500; }
.si-border.si-share i { color: #333333; background-color:none; border:1px solid #333333!important; }
.si-border.si-whatsapp i { color: #43d854; background-color:none; border:1px solid #43d854; }
.si-border.si-gplus i { color: #DD4B39; background-color:none; border:1px solid #DD4B39; }
.si-border.si-hashtag i { color: #6ecadc; background-color:none; border:1px solid #6ecadc; }
.si-border.si-flickr i { color: #FF0084; background-color:none; border:1px solid #FF0084; }
.si-border.si-instapaper i { color: #333; background-color:none; border:1px solid #333; }
.si-border.si-linkedin i { color: #0E76A8; background-color:none; border:1px solid #0E76A8; }
.si-border.si-skype i { color: #00AFF0; background-color:none; border:1px solid #00AFF0; }
.si-border.si-twitter i { color: #00ACEE; background-color:none; border:1px solid #00ACEE; }
.si-border.si-youtube i { color: #cd201f; background-color:none; border:1px solid #cd201f; }
.si-border.si-vimeo i { color: #162221; background-color:none; border:1px solid #162221; }
.si-border.si-github i { color: #171515; background-color:none; border:1px solid #171515; }
.si-border.si-yelp i { color: #af0606; background-color:none; border:1px solid #af0606; }
.si-border.si-instagram i { color: #c13584; background-color:none; border:1px solid #c13584; }
.si-border.si-amazon i { color: #E47911; background-color:none; border:1px solid #E47911; }
.si-border.si-pinterest i { color: #bd081c; background-color:none; border:1px solid #bd081c; }
.si-border.si-amazon i { color: #ff9900; background-color:none; border:1px solid #ff9900; }
.si-border.si-foursquare i { color: #f94877; background-color:none; border:1px solid #f94877; }

/*************************************************************************************** 48. Features ***********************************************************************************/ 

.feature { text-align: center;  }
.feature.text-left { text-align: left; }
.feature.text-left .feature-icon{ margin: 0 !important; }
.feature-icon .fa{ font-size: 50px; }
.feature h6 {  padding: 15px 0 10px; text-transform: capitalize; }
.feature .feature-icon.icon-bg {
  background: #e6e6e6 none repeat scroll 0 0;
  border-radius: 100%;
}
.feature .feature-icon.small-icon  
{
  display: table;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}
.feature .feature-icon.small-icon  .fa{ display: table-cell; vertical-align: middle; }
.feature .feature-icon.icon-border  { border: 1px solid #333; border-radius: 100%; }
.feature .feature-icon.big-icon  
{
  display: table;
  height: 200px;
  margin: 0 auto;
  text-align: center;
  width: 200px;
}
.feature .feature-icon.big-icon .fa{ display: table-cell; vertical-align: middle; }

/*********** 48.1 Feature Style Two ***********/

.feature.style-two{ text-align: left;}
.feature.style-two .feature-icon { 
  float: left;
  overflow: hidden;
  text-align: center;
  width: 60px;
}
.feature.style-two h6 { display: inline-block; padding: 0 0 5px 0; }
.feature.style-two .feature-desc{ padding: 0 0 0 70px; }
.feature.style-two .feature-icon.small-icon{ height: 80px; width: 80px; margin: 0 25px 20px 0; }

/*********** 48.2 Feature Style Three **********/

.feature.style-three{ display: inline-block;}
.feature.style-three .feature-box
{
  width: 20%; 
  float: left;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.feature.style-three .feature-box:hover{ box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
.feature.style-three .feature-box h6{ text-transform: uppercase; }

@media ( max-width: 767px ){
.feature.style-three .feature-box{ width: 100%; float: none; padding:20px; }
}
@media ( min-width: 768px ) and ( max-width: 1023px ){
.feature.style-three .feature-box{ width: 33.33%; }
.feature.style-four,
.feature.style-five
{ margin-bottom: 30px; }
}

/********** 48.3 Feature Style Four ************/
.feature.style-four 
{ 
  background: #fff;
  border: 1px solid #e6e6e6;
  height: 220px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.feature.style-four h6{ 
  position: absolute; 
  top: 100px; 
  transition: ease-in-out all 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.feature.style-four .feature-detail{ 
  height: 25px;
  overflow: hidden;
  position: absolute;
  top: 150px;
  padding: 0 20px 0 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.feature.style-four .feature-icon{
  opacity: 1; 
  margin: 20px 0 0 0 !important;  
  transition: opacity  0.6s; 
  -webkit-transition: opacity  0.6s; 
  -ms-transition: opacity  0.6s; 
  -o-transition: opacity  0.6s; 
}
.feature.style-four:hover{ background: #fbbc05; }
.feature.style-four:hover .feature-icon{ 
  opacity: 0; 
  transition: opacity  0.6s;  
  -webkit-transition: opacity  0.6s;
  -ms-transition: opacity  0.6s;
  -o-transition: opacity  0.6s;
}
.feature.style-four:hover h6{ top: 0;}
.feature.style-four:hover .feature-detail{ top: 60px; height: 100%; }


/********* 48.4 Feature Style Five ***********/

.feature.style-five { border: 1px solid #e6e6e6; padding: 40px 20px 30px 20px; position: relative; }
.feature.style-five .feature-detail p{ padding: 0; } 
.feature.style-five .feature-hover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.feature.style-five .feature-hover img
{
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.feature.style-five:hover .feature-hover{ background: rgba(0, 0, 0, 0.7);  }
.feature.style-five:hover .feature-hover img{ opacity: 0.5;}
.feature.style-five .feature-icon,
.feature.style-five h6,
.feature.style-five .feature-detail
{
  position: relative;
  z-index: 999;
}
.feature.style-five:hover .feature-icon,
.feature.style-five:hover h6,
.feature.style-five:hover .feature-detail p
{
  color: #fff; 
}

/********************************************************************************** 49. Dropcap ******************************************************************************************/

.dropcap { width: 100%; display: inline-block; }
.dropcap p { line-height: 26px; }
.dropcap span
{  
  display: inline-block;
  float: left;
  font-size: 48px !important;
  font-weight: 700;
  height: 65px;
  line-height: 50px;
  margin-bottom: 10px;
  margin-right: 11px;
  padding-top: 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 6px;
  width: 65px;
}
.dropcap-image-bg .dropcap span { background-color: #fff !important; color: #333 !important; }
.dropcap-image-bg .dropcap.style-three span{ color: #fff !important;}
.dropcap-image-bg p{color: #fff;}
.dropcap.style-one span { background-color: #333; color: #fff; padding-top: 6px; }
.dropcap-image-bg
{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;    
  width: 100%;
  background-color: #333;
}
.dropcap.style-two span 
{
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  padding-left: 3px;
  line-height: 43px;
}
.dropcap.style-three span 
{
  font-size: 50px !important;
  height: auto;
  line-height: 25px;
  text-align: left;
  top: 7px;
  width: auto;
  background: transparent !important;
}
.dropcap.style-four > p { padding: 52px 0 30px; }
.dropcap.style-four span
{    
  font-size: 100px !important;
  height: 0;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  top: -52px;
  width: 65px;
}
.dropcap.style-five span 
{
  margin-bottom: 40px;
  margin-right: 30px;
  margin-top: 0;
  padding-top: 0;
  top: 10px;
}
.dropcap.style-six { margin: 0; }
.dropcap.style-six span 
{
  font-family: Playfair Display SC;
  font-size: 100px !important;
  height: 100px;
  padding-top: 8px;
  text-align: left;
  margin-bottom: 0px;
}

@media ( max-width: 767px){
  .dropcap {padding: 0;}
}

/************************************************************************************** 50. Blogquote ********************************************************************************/

blockquote { 
  border-left: 5px solid #fbbc05;
  font-size: 20px;
  padding: 1px 20px 20px 20px;
  font-family: Playfair Display;
}
blockquote P{font-family: Playfair Display; font-size: 20px !important; color: #888888; }
blockquote{border-left: none;padding: 0;}
blockquote.pull-left {
  max-width: 300px;
  margin: 5px 20px 10px 0;
  padding-right: 0;
}
blockquote.pull-right {
  max-width: 300px;
  margin: 5px 0 10px 20px;
  padding-left: 0;
}
blockquote .block-footer
{
  font-size: 16px;
  font-family:Montserrat;  
  font-weight: bold;
  display: inline-block
}
.quote.center.quote:before {font-size: 72px;line-height: 80px;}
.quote.center.borderless {border: medium none !important;top: 50px !important;}
.quote.center.text-left.borderless > p 
{
   font-family: open sans;
   font-style: italic;    
    text-align: left;
}
.borderless.quote.center{padding: 30px 0 0 10px;}
.borderless.quote.center .block-footer{text-align: left;}

/********** 50.1 Blogqoute Style One *************/

 blockquote .style-1{border-left: 5px solid #fbbc05;} /* Border left side */
 blockquote .style-1 p
{
  font-family: Playfair Display;
  font-style: italic;
  color: #333333;
  margin-bottom: 0 !important;
  padding:10px 25px 10px;
  font-weight: normal;
  line-height: 40px;
}
blockquote .style-1 .block-footer
{
  color: #878787;
  font-weight: bold;
  padding-left: 25px;
  padding-bottom: 10px;
}
blockquote .style-1 blockquote{padding: 20px 0 20px 30px;}

/********** 50.2 Blogqoute Style Two ************/

blockquote .style-2 i{float: left; color:#fbbc05;font-size: 30px; }
blockquote .style-2 .block-content{padding: }
blockquote .style-2 p
{
    color: #333333;
    float: left;
    font-family: open sans;
    font-size: 20px;
    font-weight: normal;
    line-height: 35px;
    padding: 0 0 0 20px;
    width: 95%;
    margin-bottom: 0;
}
blockquote .style-2 .block-footer{color: #fbbc05;padding: 15px 45px;}

/********** 50.3 Blogqoute Style Three *********/

blockquote .style-3 {
  background: #ffffed none repeat scroll 0 0;
  float: right;
  padding: 70px 30px;
  text-align: center;
  width: 375px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
  margin: 0 0 0 30px;
  position: relative;
}
blockquote .style-3 .folded-image{ position: absolute; bottom: -4px; right: -8px;}
.sticky-image { position: absolute; right: -40px; top: -25px; }
blockquote .style-3 .quote.center p 
{
  color: #333333;
  font-family: open sans;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
  padding: 0;
}
blockquote .style-3 .fa { font-size: 40px; color: #fbbc05; }
blockquote .style-3 .block-footer{padding:15px 0 0 0; }

blockquote .style-4 i 
{
    text-align: left;
    width: 100%;
    color: #fbbc05;
    font-size: 50px;
}
blockquote .style-4 p 
{
    font-family: open sans;
    font-size: 30px !important;    
    font-weight: 300;
    line-height: 45px;
    font-style: normal;
    color: #333;
    padding: 0;
    margin:0;  
    text-align: left;  
}
blockquote .style-4 .block-footer {padding:10px 0 0px 0; text-align: left;width: 100%;}
blockquote .style-4 .quote.center.text-left {border: medium none !important;}

@media( max-width: 767px ){
blockquote .style-3{ width: 100%;}
.sticky-image{ display: none;}
.blockquotes.style-1 p,.blockquotes.style-2 p,
.blockquotes.style-3 .quote.center p,.blockquotes.style-4 p
{font-size: 15px!important;}
.quote.center{width: 100%;}
}

@media ( min-width: 768px ) and (max-width: 1023px) {
  .sticky-image{ right: 0; top: 0; }
  .blockquotes.style-2 i{font-size: 30px !important;}
  .blockquotes.style-4 i{font-size: 50px !important;}
}

/*************************************************************************************** 51. Devider ************************************************************************************/  

.divider{ margin: 0 0 30px 0; }
.divider.light-gray{border-bottom: 1px solid #d9d9d9;}
.divider.dark-gray{border-bottom: 1px solid #262626;}
.divider.yellow-color{border-bottom: 1px solid #fbbc05;}
.divider.light-gray.thick{border-bottom: 2px solid #d9d9d9;}
.divider.dark-gray.thick{border-bottom: 2px solid #262626;}
.divider.yellow-color.thick{border-bottom: 2px solid #fbbc05;}
.divider-content{ 
  margin: 0 0 30px 0; 
  text-align: center; 
  position: relative;
  overflow: hidden;
  width: 100%; 
}
.divider-content i
{
  background: #f8f8f8 none repeat scroll 0 0;
  font-size: 18px !important;
  height: 18px;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 45px;    
}
.divider-content.light-gray i{color: #d9d9d9;}
.divider-content.light-gray::before,
.divider-content.light-gray::before {    
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  margin: 10px 0 0 0;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}
.divider-content.dark-gray i{color: #262626;}
.divider-content.dark-gray::before,
.divider-content.dark-gray::before {    
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  margin: 10px 0 0 0;
  width: 100%;
  border-bottom: 1px solid #262626;
}
.divider-content.yellow-colored i{color: #fbbc05;}
.divider-content.yellow-colored::before,
.divider-content.yellow-colored::before {    
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  margin: 10px 0 0 0;
  width: 100%;
  border-bottom: 1px solid #fbbc05;
}
.divider.dashed-light-gray{border-bottom: 1px dashed #d9d9d9;}
.divider.dashed-dark-gray{border-bottom: 1px dashed #262626;}
.divider.dashed-yellow-color{border-bottom: 1px dashed #fbbc05;}
.divider.double-light-gray{ border-bottom: 4px double  #d9d9d9; }
.divider.double-dark-gray { border-bottom: 4px double  #262626; }
.divider.double-theme-color { border-bottom: 4px double  #fbbc05; }

/***************************************************************************** 52. Blog Post ************************************************************************************/
.blog-post{width: 100%;display: table;position: relative;}
.blog-post .blog-post-detail {padding: 15px 0 0 0;}
.blog-post-detail h6 a { font-size: 18px; }
.blog-post .blog-pos-date{font-style: italic; margin-bottom: 15px; }
.blog-post .blog-pos-date a{  text-decoration: underline; color: #4285f4; }
.blog-post h6 
{
  font-weight: 600;
  line-height: normal;
  padding: 0 0 10px;
  text-transform: capitalize;
}
@media ( min-width: 768px ) and ( max-width: 1023px ){
.blog-post .blog-pos-date,
.blog-post .blog-pos-date a
{ font-size: 13px;}
.blog-post-detail h6 a{ font-size: 16px; }
}

/********** 52.1 Blog Post style Two ***********/

.blog-post.style-two .blog-post-box{ position: relative;}
.blog-post.style-two .blog-post-detail{ 
  position: absolute; 
  bottom: 0; 
  padding: 0 30px; 
  background: rgba(0, 0, 0, 0) linear-gradient(transparent, rgba(0, 0, 0, 0.70)) repeat scroll 0 0; 
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.70)) repeat scroll 0 0; 
  background: rgba(0, 0, 0, 0) -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.70)) repeat scroll 0 0; 
  background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent, rgba(0, 0, 0, 0.70)) repeat scroll 0 0; 
  width: 100%; 
}
.blog-post.style-two .blog-post-detail h6 a,
.blog-post.style-two .blog-pos-date,
.blog-post.style-two .blog-pos-date a
{ color: #fff; }

.blog-post.style-two .category-box {
  background: #fbbc05;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 8px;
  text-transform: uppercase;
  margin-bottom: 10px; 
}
@media ( max-width: 767px ){
.blog-post.style-two .blog-post-box{ margin-bottom: 30px; }
}
@media ( min-width: 768px ) and ( max-width: 1023px ){
  .blog-post.style-two .blog-post-detail{ padding: 0 15px;}
  .blog-post.style-two .blog-post-detail h6{ padding-bottom: 0; }
  .blog-post.style-four .blog-theme-week h1 { font-size: 40px; line-height: 31px; }
  .blog-post.style-four .blog-theme-week{padding: 12px 0 8px!important;}
}

/********* 52.2 Blog post style Three *********/

.blog-post.style-three.light-grey-bg { display: inline-block; width: 100% !important; }
.blog-post.style-three .blog-post-box{ background: #fff; border: 1px solid #e0e0e0; }
.blog-post.style-three .blog-post-detail{ padding: 15px 30px 0 30px; }
.blog-post.style-three .swiper-slide { width: 370px !important; }

/******** 52.3 Blog post style Three **********/

.blog-post.style-four .blog-post-box{ margin-bottom: 20px; }
.blog-post.style-four .blog-post-image { display: table; float: left; height: 170px; width: 170px; }
.blog-post.style-four .blog-post-detail { overflow: hidden; padding: 0 0 0 20px; }
.blog-post.style-four .blog-post-detail h6{ line-height: 12px; margin: 0 0 10px 0 ; }
.blog-post-calender {
  border: 1px solid #e0e0e0;
  display: table-cell;
  font-family: montserrat;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
}
.blog-post-calender > span {
  color: #999;
  display: table;
  font-size: 60px;
  margin: 0 auto;
  line-height: normal;
}

@media ( max-width: 767px ){
.blog-post.style-four .blog-post-image{ float: none; width: auto; height: auto; margin: 0 auto 20px auto; }
.blog-post.style-four .blog-post-detail{ padding: 0; text-align: center;}
.blog-post-calender{ padding: 10px 30px 20px; }
.blog-post.style-four .blog-post-detail h6{ line-height: normal;}
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
.blog-post.style-four .blog-post-image{ width: 120px; height: 120px; }
.blog-post.style-four .blog-post-detail h6{ line-height: normal; margin: 0;}
.blog-post.style-four .blog-pos-date{ margin-bottom: 10px; }
}

/**************************************************************************** 53. Steps *******************************************************************************************/ 

.step{ text-align: center; overflow: hidden; }
.step.style-one .step-icon {
  border: 1px solid #e0e0e0;
  border-radius: 100%;
  display: table;
  height: 200px;
  margin: 0 auto 30px auto;
  text-align: center;
  width: 200px;
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.step.style-one .step-icon .fa
{
  font-size: 60px;
  vertical-align: middle;
  display: table-cell;
}
.step.style-one .step-box:hover .step-icon{ 
  background: #fbbc05; 
  border-color: transparent; 
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.step.style-one .step-box:hover .step-icon .fa{ 
  transition: ease-in-out all 0.5s;
  -webkit-transition: ease-in-out all 0.5s;
  -ms-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
}
.step h6 { font-weight: bold; padding-bottom: 0;  }


/********* 53.1 Step Style Two *************/
.step.style-two .step-number {
  color: #ececec;
  font-family: montserrat;
  font-size: 120px;
  font-weight: 600;
  position: relative;
}
.step.style-two .step-number::after {
  border-top: 1px solid #ececec;
  content: "";
  position: absolute;
  top: 55%;
  width: 145px;
}
.step.style-two .step-box.last .step-number::after
{
  border: none;
}

/********** 53.2 Step Style Three *************/

.step.style-three .step-box{ 
  height: 270px; 
  border: 1px solid #e6e6e6;
  display: table;
  vertical-align: middle;
  width: 100%; 
  padding: 0 30px;
}
.step.style-three .step-box .step-box-inner { display: table-cell; vertical-align: middle; }
.step-box.process-box { background: #fbbc05 none repeat scroll 0 0; color: #fff;  text-align: left;}
.step.style-three .process-title {
  font-family: montserrat;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.step.style-three .process-box .devider
{
  width: 150px;
  height: 1px; 
  background: #fff;
  margin: 15px 0; 
}
.step.style-three .step-box .step-icon .fa { font-size: 60px; margin: 0 0 15px; }
.step.style-three .process-box .process-detail p{ color: #fff; padding: 0; }

/********* 53.3 Step Style Four **********/

.step.style-four{ position: relative; }
.step.style-four .step-box{ padding: 0 20px;}
.step.style-four .step-icon{ 
  width: 100px; 
  height: 100px; 
  margin: 0 auto; 
  display:  table; 
  background: #fbbc05;
  border-radius: 100%;
}
.step.style-four .step-icon .fa{ 
  display: table-cell; 
  vertical-align: middle; 
  font-size: 35px; 
  color: #fff; 
}
.step.style-four h6{ margin: 10px 0; }
.step.style-four .process-line {
  background: #fbbc05 none repeat scroll 0 0;
  height: 1px;
  position: absolute;
  top: 150px;
  width: 100%;
}

/********** 53.4 Step Style Five ************/

.step.style-five{ position: relative; text-align: left; overflow: hidden; }
.step.style-five .step-box{ padding: 25px 10px;}
.step.style-five .step-box:last-child{ padding-bottom: 0; }
.step.style-five .step-box:first-child{ padding-top: 0;  }
.step.style-five .step-box:last-child p{ padding-bottom: 0; }
.step.style-five .step-icon{ 
  width: 100px; 
  height: 100px; 
  margin: 0 30px 0 0; 
  display:  table; 
  background: #fbbc05;
  border-radius: 100%;
  float: left;
  z-index: 999;
  position: relative;
  text-align: center;
}
.step.style-five .step-icon .fa{ 
  display: table-cell; 
  vertical-align: middle; 
  font-size: 35px; 
  color: #262626; 
}
.step.style-five h6{ margin: 7px 0 5px 0; display: inline-block; }
.step.style-five .process-line {
  background: #fbbc05 none repeat scroll 0 0;
  height: 100%;
  left: 60px;
  position: absolute;
  top: 115px;
  width: 1px;
}

/********* 53.5 Step Style Six ************/

.step.style-six{ text-align: left;}
.step.style-six .step-number{ font-family:montserrat; font-weight: 600; font-size: 24px; }
.step.style-six .step-number::after {
  border-top: 1px solid #e6e6e6;
  content: "";
  height: 1px;
  position: absolute;
  top: 45px;
  width: 100%;
}
.step.style-six h6 { font-weight: normal; padding: 10px 0; text-transform: capitalize; }
.step.style-six .step-number > span { 
  font-family: Oleo Script; 
  font-size: 18px; 
  color: #fbbc05; 
  display: inherit;
}
.step.style-six .step-title{ font-weight: normal; text-transform: capitalize; margin: 15px 0; }

/******* 53.6 Step Style Seven ***********/

.step.style-seven{ text-align: left;}
.step.style-seven .step-number{ 
  font-family:montserrat; 
  font-weight: 600; 
  font-size: 24px; 
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: #e6e6e6;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.step.style-seven .step-number::after {
  border-top: 1px solid #e6e6e6;
  content: "";
  height: 1px;
  position: absolute;
  top: 40px;
  width: 100%;
}
.step.style-seven h6 { font-weight: normal; padding: 10px 0; text-transform: capitalize; }
.step.style-seven .step-title{ font-weight: normal; text-transform: capitalize; margin: 15px 0; }

/******* 53.7 Step Style Eight ***********/

.step.style-eight{ text-align: left;}
.step.style-eight .step-number{ 
  font-family:montserrat; 
  font-weight: 600; 
  font-size: 24px; 
  height: 80px;
  width: 80px;
  border-radius: 100%;
  border:1px solid #333;
  background: #f8f8f8;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.step.style-eight .step-number::after {
  border-top: 1px solid #e6e6e6;
  content: "";
  height: 1px;
  position: absolute;
  top: 40px;
  left: 93px;
  width: 100%;
}
.step.style-eight h6 { font-weight: normal; padding: 10px 0; text-transform: capitalize; }
.step.style-eight .step-title{ font-weight: normal; text-transform: capitalize; margin: 15px 0; }

@media ( max-width: 767px ){
.step.style-one .step-box{ margin-bottom: 30px;}
.step.style-one .step-icon{ margin-bottom: 15px; }
.step.style-five .step-box{ padding: 15px 0; }
.step.style-five .step-icon{ margin-right: 10px; }
.step.style-five .process-line{ left: 50px; }
.step.style-five{ margin-bottom: 30px; }
.step.style-four .process-line{ display: none;}
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
.step.style-one .step-icon{ width: 160px; height: 160px; }
.step.style-two .step-number{ font-size: 72px;}
.step.style-three .process-title{ font-size: 20px; }
.step.style-three .process-title br{ display: none;}
.step.style-three .step-box{ padding: 15px; height: 200px;}
.step.style-four .step-box{ padding: 0; }
.step.style-five .step-box{ padding: 15px 0; }
.step.style-five .process-line{ left: 50px; }
.step.style-five .step-icon{ margin: 0 15px 0 0 ; }
.step-style-4 .before-color_border::before,.step-style-4 .after-color_border_small::after{display: none;}
}

/********************************************************************************** 54. Image Presentation ******************************************************************************/

.image-presentation { height: 640px; display: table; width: 100%; }
.presentation-image {
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 50%;
  display: table-cell;
}
.presentation-detail{ 
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 50%; 
}
.presentation-box
{ 
  background: #fff; 
  display: table;
  float: left;
  height: 50%;
  width: 50%;
  padding: 30px;
  border: 1px solid #e6e6e6;
}
.presentation-box .feature { display: table-cell; vertical-align: middle; }
.presentation-box .feature h6{ margin: 0 0 10px 0; }

/******** 54.1 Image Presrntation Style Two ***********/

.image-presentation.style-two{ position: relative;}
.image-presentation.style-two .presentation-image{ position: absolute; top: 0; left: 0; }
.image-presentation.style-two .presentation-detail{ padding: 0 30px; }
.image-presentation.style-two.image-right .presentation-image{ right: 0; left: auto; }
.image-presentation.style-two .button-medium { margin: 0 20px 30px 0; }

/******** 54.2 Image Presrntation Style Three **********/

.image-presentation.style-three { height: auto; }
.presentation-feature-box { display: table-cell; vertical-align: middle; width: 33.33%; padding: 0 15px; }
.presentation-feature-box .feature{ margin: 0 0 50px 0; }
.presentation-feature-box.right .feature { text-align: right; }
.presentation-feature-box.right .feature .feature-icon{ float: right;}
.presentation-feature-box.right .feature .feature-desc{ padding: 0 70px 0 0; }

/******* 54.3 Image Presrntation Style Four ***********/

.image-presentation.style-four {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.v-align-bottom {
  display: table-cell;
  padding: 0 0 70px;
  vertical-align: bottom;
}
.image-presentation.style-four .button-medium { margin: 0 20px 30px 0; }

/******** 54.4 Image Presrntation Style Five *********/

.image-presentation.style-five {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 800px;
}
.image-presentation.style-five .feature{ margin: 0 0 30px 0; }

@media ( max-width: 767px ){
.image-presentation { display: inline-block; height: auto !important; }
.presentation-image, .presentation-detail { width: 100%; display: inherit; }
.presentation-image{ height: 300px;}
.presentation-box{ float: none; width: 100%; }
.image-presentation.style-two .presentation-image{ position: relative;}
.image-presentation.style-two .presentation-detail{ padding: 30px 0; }
.presentation-feature-box { display: inherit;  width: 100%; }
}
@media ( min-width: 768px ) and ( max-width: 1023px ){
.image-presentation { display: inline-block; height: auto; }
.presentation-image, .presentation-detail { width: 100%; display: inherit; }
.presentation-image{ height: 500px;}
.image-presentation.style-two .presentation-image{ position: relative;}
}
@media ( min-width: 1024px ) and ( max-width: 1200px ){
.presentation-box { width: 100%; height: 25%; }
}

/************************************************************************************ 55. google Maps ******************************************************************************/

.maps iframe { height: 570px; width: 100%; }
.maps.style-two iframe  {height: 600px;}
.maps.style-three iframe  {height: 400px;}

@media(max-width:767px){
  .maps iframe {height: 300px;}
  .maps.style-two iframe {height: 300px;}
  .maps.style-three iframe {height: 300px;}
}
@media(min-width:768px) and ( max-width:1023px){
  .maps.style-two iframe {height: 400px;}
  .maps.style-three iframe {height: 400px;}
  .maps iframe {height: 300px;}
}

/************************************************************************************ 56. Heading Style **********************************************************************************/

.breadcrumb{ padding: 20px 0 0 0; color: #fff; margin-bottom: 0; background: transparent; }
.breadcrumb li { display: inline-block; }
.breadcrumb li .fa{ 
  font-size: 24px;
  padding: 0 15px;
  position: relative;
  top: 3px;
  color: #808080;
}
.breadcrumb li,
.breadcrumb a {
  color: #000;
  font-family: montserrat;
  font-size: 16px;
}
.heading-style.image-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  height: 400px;
  width: 100%;
}
.heading-inner { display: table-cell; position: relative; vertical-align: middle; }
.heading-inner .breadcrumb{ position: absolute; top: 0; }
.heading-inner .page-title{ padding: 0; }
.page-title h1{ padding: 0; }
.page-title{ text-align: center;}
.heading-style.image-bg .breadcrumb li, 
.heading-style.image-bg .breadcrumb i, 
.heading-style.image-bg .breadcrumb a
{ color: #fff; }
.heading-style.image-bg h1{ color: #fff; }
.heading-style.image-bg p{ color: #fff; }
.heading-style.image-bg h5{ color: #fff; }

@media ( max-width: 767px ){
.heading-style.image-bg{ height: 150px;}
.heading-inner .breadcrumb{ padding: 0;}
.page-title { padding: 30px 0 40px !important; }
.heading-inner .page-title{ padding: 0 !important}
.heading-style p{ padding: 0 !important}
.heading-style p br{ display: none;}
.page-title h1 {font-size: 30px;}
}

@media ( min-width: 768px ) and ( max-width: 1100px ){
.heading-style.image-bg{ height: 250px;}
.page-title { padding: 50px 0 60px !important; }
.heading-inner .page-title{ padding: 0 !important}
.heading-style p{ padding: 0 !important;}
.heading-style p br{ display: none;}
}

.heading-style.style-two { padding-bottom: 40px; }
.heading-style.style-two .page-title{ padding: 80px 0 20px 0; }
.page-title{ padding: 70px 0 80px; }
.heading-style h5{ padding: 0; text-align: center;}
.heading-style p
{
  text-align: center;
  padding: 20px 0 30px; 
}
.heading-style.pattern-bg { background: #e7e7e7 none repeat scroll 0 0; }
.heading-style.pattern-bg .page-title > p { padding-bottom: 15px; }
.heading-style.solid-background .page-title{ padding-bottom: 60px; }
.heading-style.solid-background .page-title p{ padding-bottom: 0; }

/***************************************************************************** 57. Bulleted Points **************************************************************************************/ 
.list-circle.yellow li{ color: #fbbc05; }
.list-circle.yellow li span{ color: #262626; }
.list-decimal li{ font-weight: bold; }
.list-decimal li span{ font-weight: normal; }
.list-decimal.yellow li{ color: #fbbc05; }
.list-decimal.yellow li span{ color: #262626; }
.bullet-point .fa {font-size: 15px; padding-right: 20px; vertical-align: middle;}
.bullet-point.yellow .fa { color:#fbbc05;}
.bullet-point.square-point .fa-square{ font-size: 8px;}

/****************************************************************************** 58. Preloader ****************************************************************************************/
.preloader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999999999;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader-container .preloader-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
.preloader-container .preloader-screen .logo-container {
  margin-bottom: 57px;
}
.preloader-container .preloader-screen .preloader-bar {
  display: inline-block;
  width: 400px;
  height: 20px;
  margin-bottom: 23px;
  text-align: left;
  background:#e6e6e6;
}
.preloader-container .preloader-screen .preloader-bar .bar {
  display: inline-block;
  width: 0;
  height: 100%;
  background: #fbbc05;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.preloader-container .preloader-screen .preloader-percentage {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

/********************************************************************************* 59. Video Style ************************************************************************************/

.video {
  display: table;
  height: 600px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.video-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.video-content h3{ color: #fff; margin-top: 10px; }
.yu2fvl { z-index: 999999999; top: 0; }
.yu2fvl-iframe {
  display: block;
  height: 100%;
  width: 100%;
  border: 0;
}
.yu2fvl-overlay {
  z-index: 999999999;
  background: #000;
  opacity: 0.8;
}
.yu2fvl-close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  border: 0;
  background: none;
  cursor: pointer;
}

@media ( max-width: 767px ){
  .video{ height: 300px;}
  .video .play-button img{ width: 60px; }
}
@media ( min-width: 768px ) and ( max-width: 1023px ){
  .video{ height: 450px;}
}

/********************************************************************************* 60. Responsive Style ************************************************************************************/
@media ( max-width: 767px ) {
  .container{ padding: 0 15px;}
  .copyright { text-align: center; margin-bottom: 15px; }
  footer .social-icon span{ float: none; margin-bottom: 10px; display: inline-block;} 
  footer .social-icon ul{ float: none;}
  .footer-menu.pull-right{ float: none !important; text-align: center;}
  .footer-menu li a{ line-height: 30px;}
  .read-more{ margin: 20px 0 25px 0;}
  .footer-title{ margin-bottom: 0;}
  .bottom-footer{ margin: 45px 0 0 0;}
  .footer-news .detail .title,
  .footer-news .date{ font-size: 14px;}
  .social-icon.style-2{ margin:0 0 20px 0;}
  .tags, .information{ margin: 10px 0 17px 0;}
  .about-text{ margin: 10px 0;}
  .footer-links{ margin: 5px 0 25px 0;}
  .footer-style-4 .about-text{ margin-top:0; }
  .footer-style-5 .social-icon.style-2 { margin: 0 0 20px 0; padding: 25px 0 0; }
  .footer-style-5 .button.full.orange{ margin:  0 0 20px 0;}
  .latest-items{ margin-bottom: 20px;}
  .contact-info .info-box{ margin: 15px 0;}
  .shopping-cart ul{ top: 48px; }
  .middle-header .shopping-cart ul{ right: -35px; }
  .header-style-2 .shopping-cart ul{right: -65px; }
  .shopping-cart{ float: left !important;  margin: 0 15px 0 0;}
  .header-style-5 #cd-logo{ margin: 10px 0 10px 10px; }
  #rp-sidnav-menu-trigger{ top: 10px;}
  .cart-button { font-size: 14px; padding: 7px 10px; }
  .rp-main-content{ padding: 20px 0 0 0;}
  .center-logo .rp-primary-nav > li { display: inherit !important;  float: none !important; }
  .center-logo .rp-primary-nav{ text-align: left !important;}
  .about-us.tabbing-menu span {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
  }
  .about-us.tabbing-menu a{ padding: 6px 0 !important; }
}

@media ( max-width: 480px ) {
  .shopping-cart ul{ width: 280px;}
  .shopping-cart .product-image img { height: 65px !important; width: 65px !important;  }
  .shopping-cart .total-item{ display: none;}
  .cart-button{ font-size: 13px !important; padding: 10px !important; }
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
  .container{ padding: 0 15px;}
  .bottom-footer{ margin: 40px 0 0 0; padding: 20px 0 0 0; }
  .footer-menu li a { font-size: 12px; padding: 0 8px; }
  .footer-news .detail .title,
  .footer-news .date{ font-size: 14px; margin-bottom: 0;}
  .footer-news .detail p { font-size: 13px;  margin: 0; }
  .tags { margin: 20px 0 25px; }  
  .social-icon.style-2{ margin: 15px 0 10px 0;}
  .latest-items .item-box{ margin: 30px 0;}
  .footer-style-5 .social-icon.style-2 { display: inherit; padding: 20px 0 0; overflow: hidden;}
  .shopping-cart ul{ top: 48px; }
  .shopping-cart{ float: left;  margin: 0 15px 0 0;}
  .header-style-5 #cd-logo{ margin: 10px 0 10px 10px; }
  .rp-main-content{ padding: 20px 0 0 0;}
  .rp-logo.visible-sm.visible-xs{ display: block !important;}
  .rp-logo.visible-lg.visible-md{ display: none !important;}
  .center-logo .rp-primary-nav > li { display: inherit !important;  float: none !important; }
  .center-logo .rp-primary-nav{ text-align: left !important;}
}

@media ( min-width: 1024px ) and ( max-width: 1169px ){
  .shopping-cart ul{ top: 48px; }
  .shopping-cart{ float: left; margin: 0 15px 0 0;}
  .rp-main-content{ padding: 20px 0 0 0;}
  .rp-logo.visible-sm.visible-xs{ display: block !important;}
  .rp-logo.visible-lg.visible-md{ display: none !important;}
  .center-logo .rp-primary-nav > li { display: inherit !important;  float: none !important; }
  .center-logo .rp-primary-nav{ text-align: left !important;}
}
@media ( min-width: 1024px ) and ( max-width: 1200px ){
  .container{ padding: 0 15px;}
  .social-icon.style-2 li{ padding: 0 0;}
}
.link {text-decoration: underline;}