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

  Theme Name: ACME | Multipurpose HTML Template
  Theme URI: http://ACME.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. Preloader
4. Social Media
5. Footer
	5.1 Footer ( Style 2 )
    5.2 Footer ( Style 3 ) 
    5.3 Footer ( Style 4 )
6. Main Home Page
    6.1 Banner Section
    6.2 Uneven Images Box
7. Home Corporate
8. Call To Action
    8.1 Call To Action style One
    8.2 Call To Action style Two
    8.3 Call To Action style Three
    8.4 Call To Action style four
9. Accordian
    9.1 Accordian Style Two
    9.2 Accordian Style Three
    9.3 Accordian Style Four
10. Expandable Section
11. Tab
    11.1 Tab Style One
    11.2 Tab Style Two
    11.3 Tab Style Three
12. Vertical Tab
13. Features
    13.1 Feature Style Two 
    13.2 Feature Style Three
    13.3 Feature Style Four
    13.4 Feature Style Five
14. Alert
15. Devider
16. Dropcap
17. Progress Bar
18. Heading Style
19. Forms
20. Blog Post
    20.1 Blog Post style Two
    20.2 Blog post style Three
    20.3 Blog post style Three
21. Price
    21.1 Price Style 1
    21.2 Pricing Style 2
    21.3 Pricing Style 3
    21.4 Pricing Style 4
    21.5 Pricing Style 5
22. Team
    22.1 Team Style 2
    22.2 Team Style 3
    22.3 Team Style 4
    22.4 Team Style 5
    22.5 Team Style 6
23. Pie Chart
24. Image Presentation
    24.1 Image Presrntation Style Two
    24.2 Image Presrntation Style Three
    24.3 Image Presrntation Style Four
    24.4 Image Presrntation Style Five
25. Blogquote
    25.1 Blogqoute Style One
    25.2 Blogqoute Style Two
    25.3 Blogqoute Style Three
26. Steps
    26.1 Step Style Two
    26.2 Step Style four
    26.3 Step Style five
    26.4 Step Style six
    26.5 Step Style seven
    26.6 Step Style eight
27. Bulleted Points
28. Widget
29. google Maps
30. Testimonial Style 1
31. Testimonial Style 2
32. Testimonial Style 3
33. Testimonial Style 4
34. Testimonial Style 5
35. Testimonial Style 6 
36. Testimonial Style 7
37. Testimonial Style 8
38. Photo Gallery
39. Pagination
40. popover
    40.1 popover tool tip
41. Portfolio Page
    41.1 Portfolio Masnory (Style 2)
    41.2 Portfolio Masnory (Style 3)
    41.3 Parallex Portfolio
42. Portfolio Detail
    42.2 Portfolio Detail 2
43. home-simple
44. Blog Detail
45. Archive
46. Search result
47. Video Style
48. Blog Masonry
49. Faq
50. 404 Page
    50.1 404-01-style 1
    50.2 404-02-style 2
    50.3 404-03-style 3
51. Contact
    51.1 Contact Style 1
    51.2 Contact Style 2 
    51.3 Contact Style 3
52. parallax
53. Split-slider
54. Case Study Page
    54.1 Case Study One
    54.2 Case Study Two
    54.3  Case Study Three
    54.4 Case Study four
55. services
56. careers 
57. Cover Box
58. About us
59. our process
60. Brutalism
61. Home Horizontal Carousal
62. Color Option
	
**********************************************************************************************************************************************************************/

[class^="icon-"], [class*=" icon-"] {
    height: 32px;
    width: 32px;
    display: inline-block; 
    fill: currentColor; 
}

body {
	font-family: Raleway;
	font-family: Pacifico;
	
}
img{
	height:auto;
}
/******************************************************************************************** 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;*/
	background: #f8f8f8;

	
}
ol, ul {
	margin-bottom: 30px;
}
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 **********************************************************************/
/*********************** Logo ******************************/

#logo {
	float: left;
	font-size: 28px;
	line-height: 100%;
	position: relative;
	z-index: 1;
}
#logo a {
	display: block;
	padding: 45px 0 0 0;
	transition: ease-in-out all .4s;
	-webkit-transition: ease-in-out all .4s;
	-ms-transition: ease-in-out all .4s;
	-o-transition: ease-in-out all .4s;
}
.header-sticky #logo a {
	padding: 16px 0 0 0;
}
#logo img {
	display: block;
	max-width: 100%;
}
#logo a.slogo {
	display: block;
}
.main-menu #logo {
	margin-left: 40px;
	margin-right: 40px;
}
#header {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	z-index: 99999 !important;
}
#header .container {
	position: relative;
}
#header.header-transparent + #slider, #header.header-transparent + .page-title-extended, #header.header-transparent + .page-title-video, #header.header-transparent + .page-title-parallax, #header.header-transparent + .fullscreen, #header.header-transparent + .fullscreen, #header.header-transparent + .halfscreen, #header.header-transparent + #google-map, #header.header-light-transparent + #slider, #header.header-light-transparent + .page-title-extended, #header.header-light-transparent + .page-title-video, #header.header-light-transparent + .page-title-parallax, #header.header-light-transparent + .fullscreen, #header.header-light-transparent + .fullscreen, #header.header-light-transparent + .halfscreen, #header.header-light-transparent + #google-map, #header.header-dark-transparent + #slider, #header.header-dark-transparent + .page-title-extended, #header.header-dark-transparent + .page-title-video, #header.header-dark-transparent + .page-title-parallax, #header.header-dark-transparent + .fullscreen, #header.header-dark-transparent + .fullscreen, #header.header-dark-transparent + .halfscreen, #header.header-dark-transparent + #google-map {
	top: -90px;
	margin-bottom: -90px;
}
#header-wrap {
	position: relative;
	-webkit-backface-visibility: hidden;
}
/************************ NAVIGATION MENU ****************************/
.navigation-wrap {
	padding: 0px;
}
.navigation-wrap > .container {
	padding: 0px !important;
	width: 100%;
}
#mainMenu {
	float: right;
}
/*********************** Menu items *******************************/
nav .main-menu a, nav .main-menu .dropdown-menu a, nav .main-menu .dropdown-submenu > span.dropdown-menu-title-only {
	color: #111;
}
#mainMenu > ul > li > a {
	border-bottom: 0 none;
	border-radius: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	/*height: 55px;*/
	line-height: 90px;
	margin-left: 0;
	margin-right: 0;
	outline: medium none;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
}
nav .main-menu li > a:hover, nav .main-menu li > a:focus, nav .main-menu .dropdown.open > a:hover, nav .main-menu .dropdown.open > a:focus {
	background: none !important;
	border-color: none !important;
}
nav ul.main-menu .dropdown > .dropdown-menu, nav ul.main-menu .dropdown-submenu > .dropdown-menu {
	visibility: hidden;
	display: block;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	padding: 15px 10px;
}
nav ul.main-menu .dropdown:hover > .dropdown-menu, nav ul.main-menu .dropdown-submenu:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
nav.main-menu ul li i {
	padding-left: 3px;
	font-size: 14px;
	margin-right: 3px;
	text-align: center;
	width: 22px;
}
nav.main-menu ul li.dropdown > a > i {
	margin-right: 0px;
}
/********************** Menu dropdown menu items *****************************/
nav .main-menu .dropdown-menu {
	min-width: 230px;
	top: auto;
	background-color: #ffffff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	padding: 0px;
	border-style: solid none none;
	border-width: 3px 0 0;
	border-radius: 0px;
	border-color: #f52f30;
}
nav .main-menu .dropdown-menu a, nav .main-menu .dropdown-submenu > span.dropdown-menu-title-only {
	font-size: 14px;
	font-weight: 400;
	/*    height: 40px;*/
	padding: 6px 20px 6px 18px;
	position: relative;
	text-transform: none;
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
}
nav .main-menu .dropdown-menu a:hover, nav .main-menu .dropdown-menu span.dropdown-menu-title-only:hover {
	background-color: transparent;
	color: #fc3031;
	padding: 6px 20px 6px 26px;
}
nav .main-menu .read-more {
	border-top: 1px solid #eee;
	margin-bottom: -10px;
	margin-top: 24px;
}
nav .main-menu .dropdown-menu a.read-more:hover {
	background: rgba(0, 0, 0, 0) !important;
}
nav .main-menu .dropdown-menu .mega-menu-content .col-md-2 {
	padding-right: 1px;
}
nav .main-menu .dropdown-menu .mega-menu-content a {
	border-bottom: medium none;
	padding: 5px 20px 5px 0;
}
nav .main-menu .dropdown-menu .mega-menu-content a:hover {
	padding: 5px 0px 5px 12px;
}
nav .main-menu .dropdown-menu i {
	margin-left: -2px;
	padding-right: 6px;
}
/************************* Menu dropdown submenu items *******************************/

nav .main-menu .dropdown-submenu {
	position: relative;
	background-image: url("../images/arrow-light-right.png");
	background-repeat: no-repeat;
	background-position: 90% center;
}
nav .main-menu .dropdown-submenu > .dropdown-menu {
	border-top-width: 3px;
	left: 104%;
	margin-top: -3px;
	top: 0;
}
nav .main-menu .dropdown-submenu > .dropdown-menu.menu-invert {
	right: 100%;
	left: auto;
}
/**************************** Mega Menu **********************************/

nav.mega-menu .nav, nav.mega-menu .dropup, nav.mega-menu .dropdown, nav.mega-menu .collapse {
	position: static;
}
nav .main-menu li.mega-menu-item .dropdown-menu {
	left: 0;
	right: 0;
}
nav.mega-menu li.mega-menu-item .mega-menu-title {
	/*  border-bottom: 1px solid #ededed;*/
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 4px;
	padding-left: 0;
	text-transform: uppercase;
	padding: 10px 0px;
}
nav.mega-menu li ul {
	list-style: none;
	padding: 0;
}
nav.mega-menu .dropdown-menu a, nav.mega-menu .dropdown-submenu > span.dropdown-menu-title-only {
	text-transform: none;
	display: block;
	text-decoration: none;
}
nav.mega-menu .dropdown-submenu > span.dropdown-menu-title-only {
	line-height: 18px;
}
nav.mega-menu .dropdown-submenu > span.dropdown-menu-title-only:hover {
	cursor: pointer;
}
nav.mega-menu .dropdown-menu {
	left: auto;
	margin-top: 0px;
}
nav.mega-menu .dropdown-menu > li {
	display: block
}
nav.mega-menu .mega-menu-content {
	padding: 0 15px;
}
nav.mega-menu .mega-menu-content:before {
	display: table;
	content: "";
	line-height: 0;
}
nav.mega-menu .mega-menu-content:after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}
nav.mega-menu .mega-menu-content {
	background-position: right bottom;
	background-repeat: no-repeat;
}
nav.mega-menu ul li.mega-menu-item .mega-menu-title, nav.main-menu ul li.dropdown:not(.mega-menu-item) li {
/*    border-bottom: 1px solid #eee;*/
}
/************************ RESPONSIVE MOBILE MENU ************************/

.nav-main-menu-responsive {
	display: none;
	float: right;
	height: 90px;
	line-height: 90px;
	margin-left: 6px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	
}
.nav-main-menu-responsive button {
	background: none;
	border: 0;
}
.nav-main-menu-responsive button:focus {
	outline: 0;
}
.nav-main-menu-responsive button i {
	font-size: 17px;
}
/*************************** CENTERED MAIN MENU ********************************/

body:not(.device-sm):not(.device-xs):not(.device-xxs) #mainMenu.center {
	float: none;
	margin: 0 auto !important;
	text-align: center;
}
body:not(.device-sm):not(.device-xs):not(.device-xxs) #mainMenu.center > ul {
	display: inline-block;
	float: none;
	text-align: left;
	width: auto;
}
/************************ lines button ******************************/

.lines, .lines:before, .lines:after {
	background-color: #111;
}
.header-dark:not(.header-sticky) .lines, .header-dark:not(.header-sticky) .lines:before, .header-dark:not(.header-sticky) .lines:after, .header-dark.header-transparent:not(.header-sticky) .lines, .header-dark.header-transparent:not(.header-sticky) .lines:before, .header-dark.header-transparent:not(.header-sticky) .lines:after, .header-dark.header-semi-transparent:not(.header-sticky) .lines, .header-dark.header-semi-transparent:not(.header-sticky) .lines:before, .header-dark.header-semi-transparent:not(.header-sticky) .lines:after {
	background-color: #fff;
}
button.lines-button {
	border: none;
	background: none;
}
button.lines-button span {
	display: block;
}
.lines-button {
	padding: 20px 0;
	transition: all 0.3s ease 0s;
}
.lines-button:active {
	transition: 0;
}
.lines {
	display: inline-block;
	width: 20px;
	height: 3px;
	border-radius: 0.26rem;
	transition: 0.3s;
	position: relative;
	top: -2px;
}
.lines:before, .lines:after {
	display: inline-block;
	width: 20px;
	height: 3px;
	border-radius: 0.26rem;
	transition: 0.3s;
	position: absolute;
	left: 0;
	content: '';
	-webkit-transform-origin: 0.26rem center;
	transform-origin: 0.26rem center;
}
.lines:before {
	top: 6px;
}
.lines:after {
	top: -6px;
}
.lines-button.x.lines-button-close .lines {
	background-color: transparent !important;
}
.lines-button.x.lines-button-close .lines:before, .lines-button.x.lines-button-close .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 20px;
}
.lines-button.x.lines-button-close .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.lines-button-close .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
#fullscreen-panel-button {
	position: fixed;
	right: 34px;
	top: 14px;
	z-index: 199;
}
#fullscreen-panel-button .lines, #fullscreen-panel-button .lines:before, #fullscreen-panel-button .lines:after {
	background-color: #fff;
}
.fullscreen-panel-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 198;
}
.fullscreen-panel-overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fullscreen-panel-overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.fullscreen-panel-overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}
.fullscreen-panel-overlay ul li a {
	font-weight: 300;
	display: block;
	color: white;
	text-decoration: none;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	font-family: 'NotCourierSans';
	text-transform: uppercase;
}
.fullscreen-panel-overlay ul li a:hover, .fullscreen-panel-overlay ul li a:focus {
	color: #849368;
}
body:not(.fullscreen-panel-active) .fullscreen-panel-overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
body.fullscreen-panel-active .fullscreen-panel-overlay-hugeinc {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.fullscreen-panel-overlay-hugeinc nav {
	-moz-perspective: 300px;
}
.fullscreen-panel-overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
body.fullscreen-panel-active .fullscreen-panel-overlay-hugeinc nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
body:not(.fullscreen-panel-active) .fullscreen-panel-overlay-hugeinc nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
/*********************** Top Search **************************/

#header #top-search-trigger {
	cursor: pointer;
}
#header #top-search {
	float: right;
}
#header #top-search a, #header #shopping-cart a {
	display: block;
	font-size: 18px;
	height: 5px;
	line-height: 18px;
	margin-top: -1px;
	position: relative;
}
#header #top-search a {
	z-index: 11;
	width: 30px;
	font-size: 16px;
}
#header #top-search a i {
	position: absolute;
	right: 0px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	line-height: 110px;
}
body.top-search-active #header #top-search a i.fa.fa-search, #top-search a i.fa.fa-close {
	opacity: 0;
}
body.top-search-active #header #top-search a i.fa.fa-close {
	opacity: 1;
	z-index: 11;
}
body.top-search-active .main-menu:not(#top-search), body.top-search-active .logo {
	opacity: 0;
}
#header #top-cart a:hover {
	color: #1ABC9C;
}
#header #top-search form {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	padding: 0 15px;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
body.top-search-active #header #top-search form {
	opacity: 1;
	z-index: 10;
}
body.top-search-active .btn-responsive-nav, body.top-search-active .side-panel-button {
	display: none;
}
#header #top-search form input {
	background-color: transparent;
	border: 0 none;
	border-radius: 0;
	box-shadow: none !important;
	font-size: 30px;
	height: 100%;
	letter-spacing: 2px;
	outline: 0 none;
	padding: 0 70px 0 0;
}
/**************************  HEADER: DARK ****************************/

.header-default {
	background-color: #fff;
	border-bottom: 0 !important;
}
/************************* HEADER: DARK ******************************/

#header.header-dark, .header-dark {
	background-color: #111;
	border-bottom: 1px solid #3d3d3d;
}
#header.header-sticky.header-dark:not(.header-navigation-light) #header-wrap, #header.header-dark:not(.header-navigation-light) .main-menu .dropdown-menu {
	background-color: #111;
}
.header-dark .main-menu > ul > li > a, .header-dark:not(.header-navigation-light) .main-menu > ul > li > ul a, .header-dark #top-search a, .header-dark #shopping-cart a, .header-dark #shopping-cart .shopping-cart-items, .header-dark .nav-main-menu-responsive > button, .header-dark #top-search form input {
	color: #fff;
}
#header.header-dark:not(.header-navigation-light) .main-menu > ul > li > ul a, #header.header-dark:not(.header-navigation-light) .main-menu .dropdown-menu a, #header.header-dark:not(.header-navigation-light) .main-menu .dropdown-submenu > span.dropdown-menu-title-only, #header.header-dark:not(.header-navigation-light) #mainMenu .mega-menu-title {
	color: #ccc;
}
header.header-dark:not(.header-navigation-light) .mega-menu ul li.mega-menu-item .mega-menu-title, header.header-dark:not(.header-navigation-light) .main-menu ul li.dropdown:not(.mega-menu-item) li {
	border-bottom: 1px solid #222;
}
#header.header-dark .main-menu .dropdown-menu .mega-menu-content a {
	border-bottom: 0px;
}
#header.header-dark:not(.header-navigation-light) nav#mainMenu.main-menu.mega-menu .mega-menu-content a.read-more, #header.header-dark:not(.header-navigation-light) .header-transparent nav .main-menu .mega-menu-content a.read-more {
	border-top: 1px solid #222;
}
#header.header-dark #top-search form input::-moz-placeholder {
 color: rgba(255, 255, 255, 0.5);
}
#header.header-dark #top-search form input:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.5);
}
#header.header-dark #top-search form input::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.5);
}
#header.header-dark #top-search a:before {
	border-left: 1px solid #eee;
}
/*************************** HEADER: TRANSPARENT **************************/

#header.header-transparent {
	background-color: transparent;
	border-bottom: 0;
}
/*************************** HEADER: DARK TRANSPARENT ************************/

#header.header-dark-transparent {
	background-color: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/************************** HEADER: LIGHT TRANSPARENT *************************/

#header.header-light-transparent {
	background-color: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
/*************************** HEADER: COLORED *************************************/

#header.header-colored {
	background-color: #00c0e9 !important;
	border-bottom: 0;
}
#header.header-colored.header-sticky {
	background-color: #00c0e9 !important;
}
#header.header-colored #mainMenu > ul > li > a, #header.header-colored #top-search a, #header.header-colored #shopping-cart a, #header.header-colored .nav-main-menu-responsive > button {
	color: #fff;
}
/*************************** HEADER: FULLWIDTH **********************************/

body.wide #header.header-fullwidth #header-wrap .container {
	width: 100%;
	padding: 0 30px;
}
body.wide #header.header-fullwidth nav .main-menu .mega-menu-item .dropdown-menu {
	left: 0;
	right: 0;
}
#header.header-fullwidth [class*="col-"] {
	padding-left: 0px;
	padding-right: 0px;
}
/************************** HEADER: MODERN *******************************/

#header.header-modern {
	margin: 0 auto 0;
	width: 1170px;
	border-radius: 0px;
}
#header.header-modern + #slider, #header.header-modern + .page-title-extended, #header.header-modern + .page-title-video, #header.header-modern + .page-title-parallax, #header.header-modern + .fullscreen, #header.header-modern + .fullscreen, #header.header-modern + .halfscreen, #header.header-modern + #google-map {
	margin-bottom: -130px;
	top: -130px;
}
#header.header-modern + .page-title-parallax {
	padding-bottom: 80px;
	padding-top: 200px;
}
#header.header-modern {
	border-bottom: 0 !important;
}
/************************* HEADER: RIGHT **************************/

#header.header-logo-right .navigation-wrap #mainMenu {
	float: left;
}
#header.header-logo-right .nav-main-menu-responsive {
	float: left;
	margin-right: 10px;
}
#header.header-logo-right #logo {
	float: right;
}
#header.header-logo-right #shopping-cart {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}
#header.header-logo-right #top-search {
	float: left;
	margin-left: 10px;
}
#header.header-logo-right #top-search a:before {
	border-left: 0;
	border-right: 1px solid #e7e7e7;
	right: 0;
}
#header.header-logo-right #top-search a i {
	right: 12px;
}
#header.header-logo-right #top-search form input {
	padding: 0 0 0 70px;
}
/************************** HEADER: CENTER *****************************/

#header.header-logo-center:not(.header-sticky) #logo {
	width: 100%;
}
#header.header-logo-center:not(.header-sticky) #logo a img {
	margin: 0 auto;
}
#header.header-logo-center:not(.header-sticky) #mainMenu {
	float: none;
}
#header.header-logo-center:not(.header-sticky) nav.main-menu li.dropdown:first-child > a {
	padding-left: 0px;
	margin-left: -4px;
}
#header.header-logo-center:not(.header-sticky) #top-search form {
	top: auto;
	bottom: -44px;
}
/************************ HEADER: MINI ******************************/

#header.header-mini, #header.header-mini #header-wrap, #header.header-mini #logo img, #header.header-mini nav#mainMenu ul.main-menu, #header.header-mini #mainMenu > ul > li > a, #header.header-mini #shopping-cart a, #header.header-mini #top-search a, #header.header-mini .nav-main-menu-responsive, #header.header-mini .side-panel-button {
	height: 60px;
}
#header.header-mini #mainMenu > ul > li > a {
	line-height: 40px;
}
#header.header-mini #top-search a:before {
	top: 16px;
}
#header.header-mini #top-search a i, #header.header-mini #shopping-cart > a > i, #header.header-mini .nav-main-menu-responsive {
	line-height: 58px;
}
#header.header-mini #shopping-cart .shopping-cart-items {
	top: 17px;
}
#header.header-mini #top-search form input {
	font-size: 20px;
}
/************************** HEADER DARK & LIGHT MENU *****************************/

#header.header-dark.header-sticky.header-navigation-light .main-menu > ul > li > a, #header.header-dark.header-sticky.header-navigation-light #top-search a, #header.header-dark.header-sticky.header-navigation-light #shopping-cart a, #header.header-dark.header-sticky.header-navigation-light #shopping-cart .shopping-cart-items, #header.header-dark.header-sticky.header-navigation-light .nav-main-menu-responsive > button, #header.header-dark.header-sticky.header-navigation-light #top-search form input {
	color: #111;
}
#header.header-dark.header-sticky.header-navigation-light #top-search form input::-moz-placeholder {
 color: rgba(0, 0, 0, 0.5);
}
#header.header-dark.header-sticky.header-navigation-light #top-search form input:-ms-input-placeholder {
 color: rgba(0, 0, 0, 0.5);
}
#header.header-dark.header-sticky.header-navigation-light #top-search form input::-webkit-input-placeholder {
 color: rgba(0, 0, 0, 0.5);
}
/************************** Sticky Header *****************************/

#header.header-sticky #header-wrap {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 199;
}
#header, #header-wrap, #logo img, #header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu, #mainMenu > ul, #header .side-panel-button {
/*    height: 90px;*/
}
#side-panel #mainMenu > ul {
	height: auto !important;
}
#header, #header:not(.header-static) #header-wrap, #header #logo img, #header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu, #mainMenu > ul, #header.header-sticky:not(.header-static), #header .side-panel-button {
	transition: opacity .3s ease, height .4s ease;
	-webkit-transition: opacity .3s ease, height .4s ease;
	-o-transition: opacity .3s ease, height .4s ease;
}
#header #top-search a i, #header #shopping-cart > a > i, #header #shopping-cart .shopping-cart-items {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header.header-sticky:not(.header-static), #header.header-sticky:not(.header-static) #header-wrap, #header.header-sticky:not(.header-static) #logo img, #header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu, #header.header-sticky:not(.header-static) #mainMenu > ul > li > a, #header.header-sticky:not(.header-static) #shopping-cart a, #header.header-sticky:not(.header-static) #top-search a, #header.header-sticky:not(.header-static) .side-panel-button {
/*height: 60px;*/
}
#header.header-sticky:not(.header-static) #side-panel nav#mainMenu ul.main-menu, #header.header-sticky:not(.header-static) #side-panel #mainMenu > ul > li > a {
	height: auto !important;
}
#header.header-sticky:not(.header-static) #mainMenu > ul > li > a {
	line-height: 40px;/* padding-bottom: 0; */ 
/*    font-weight: 600;*/
}
#header.header-sticky:not(.header-static) #side-panel #mainMenu > ul > li > a {
	line-height: auto !important;
}
#header.header-sticky:not(.header-static) #top-search a:before {
	top: 16px;
}
#header.header-sticky:not(.header-static) #top-search a i, #header.header-sticky:not(.header-static) #shopping-cart > a > i {
	line-height: 58px;
}
#header.header-sticky:not(.header-static) #shopping-cart .shopping-cart-items {
	top: 17px;
}
#header.header-sticky:not(.header-static) #top-search form input {
	font-size: 20px;
}
#header.header-transparent + .main-content .heading-style, #header.header-transparent + .main-content .transparent-header, #header.header-modern + .main-content .transparent-header {
	top: -116px;
	margin-bottom: -116px;
	transition: ease-in-out all 0.4s;
	position: relative;
}

@media (max-width: 991px) {
	
	
#topbar.topbar-dark {
	background-color: #111 !important;
}
#topbar .topbar-dropdown {
	font-size: 12px;
}
#topbar .topbar-dropdown .title {
	padding: 0 10px;
}
#logo img {
	padding: 10px 10px 10px 0;
}
#header,  #header-wrap,  #header.header-sticky nav#mainMenu ul.main-menu,  #mainMenu > ul {
	height: auto !important;
}
.menu-open #header.header-sticky #header-wrap {
	/*position: relative;*/
	height: 100% !important;
	overflow-y: scroll;
}
#header.header-transparent + #slider,  #header.header-transparent + #google-map,  #header.header-transparent + .page-title-extended,  #header.header-transparent + .page-title-video,  #header.header-transparent + .page-title-parallax,  #header.header-transparent + .fullscreen,  #header.header-modern + .page-title-parallax {
	top: 0px;
	margin-bottom: 0px;
}

#header.header-transparent,  #header.header-light-transparent {
	background: #FFF;
	border-bottom: 1px solid #F5F5F5;
	z-index: auto;
	
}

#header.header-transparent.header-dark:not(.header-navigation-light),  #header.header-dark-transparent.header-dark:not(.header-navigation-light) {
	background-color: #111;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header.header-dark.header-navigation-light .main-menu > ul > li > a,  #header.header-dark.header-navigation-light #top-search a,  #header.header-dark.header-navigation-light #shopping-cart a,  #header.header-dark.header-navigation-light #shopping-cart .shopping-cart-items,  #header.header-dark.header-navigation-light .nav-main-menu-responsive > button,  #header.header-dark.header-navigation-light #top-search form input {
	color: #111;
}
#header.header-modern {
	margin: 0;
	width: 100%;
	border-radius: 0px;
}
#header.header-modern + .page-title-parallax {
	padding: 40px 0;
}
#header.header-logo-center:not(.header-sticky) #logo {
	width: auto;
}
#header.header-logo-center:not(.header-sticky) nav.main-menu li.dropdown:first-child > a {
	padding-left: 6px;
	margin-left: 0px;
}
#header > .container {
	width: 100%;
	padding: 0px;
}
.header-sticky .nav-main-menu-responsive{
	height: 70px;
    line-height: 70px;
	
	}
/*  Main menu*/
.navigation-wrap,  .navigation-wrap > .container,  #header.header-fullwidth #header-wrap .container .navigation-wrap .container {
	padding: 0px;
	width: 100%;
}
.navbar-collapse {
	border: 0px !important;
}
.navigation-wrap.navbar-header,  .navigation-wrap.navbar-collapse {
	margin-left: 0px;
	margin-right: 0px;
	box-shadow: none;
}
.nav-main-menu-responsive {
	display: block;
}
.main-menu-collapse {
	position: relative;
	width: 100% !important;
	overflow: hidden;
	overflow-y: hidden;
	overflow-x: hidden;
}
.dropdown-menu {
	width: 100% !important;
}
.main-menu-collapse.collapse {
	display: none !important;
	overflow: auto !important;
}
.main-menu-collapse.in {
	display: block !important;
	overflow-x: hidden !important;
	overflow-y: auto;
}
.main-menu {
	padding-bottom: 10px;
	clear: both;
	display: block;
	width: 100%;
}
.main-menu ul {
	padding: 0;
	margin: 0;
}
.main-menu ul li {
	padding: 0;
	margin: 0;
	clear: both;
	float: none;
	display: block;
}
#mainMenu > ul > li > a,  .main-menu ul li.dropdown a,  .main-menu ul li.dropdown ul.dropdown-menu li a,  .main-menu ul li.dropdown .dropdown-submenu > span.dropdown-menu-title-only {
	height: 42px;
	outline: none;
	line-height: 22px;
}
.main-menu > ul li:last-child a {
	border-bottom: 0px;
}
.main-menu ul ul {
	margin-left: 10px !important
}
.main-menu ul.main-menu {
	float: none;
	position: static;
}
.main-menu ul.dropdown-menu {
	position: static;
	clear: both;
	float: none;
	display: none !important;
}
.main-menu li.resp-active > ul.dropdown-menu {
	border: 0 none;
	display: block !important;
	padding-right: 10px;
}
nav ul.main-menu li a,  nav ul.main-menu .dropdown-submenu > span.dropdown-menu-title-only {
	clear: both;
	float: none;
	display: block;
	border: 0;
	border-top: 0;
	margin: 0;
}
nav ul.main-menu li a i.fa-angle-down {
	position: absolute;
	right: 5px;
	top: 14px;
}
nav ul.main-menu ul.dropdown-menu {
	box-shadow: none;
}
.main-menu > ul > li,  .mega-menu ul li.mega-menu-item .mega-menu-title,  .main-menu ul li.dropdown.mega-menu-item li,  .main-menu .dropdown-submenu > span.dropdown-menu-title-only {
	border-bottom: 1px solid #eee;
}
#header.header-dark:not(.header-navigation-light) .main-menu > ul > li,  #header.header-dark:not(.header-navigation-light) .mega-menu ul li.mega-menu-item .mega-menu-title,  #header.header-dark:not(.header-navigation-light) .main-menu ul li.dropdown.mega-menu-item li,  #header.header-dark:not(.header-navigation-light) .main-menu .dropdown-submenu > span.dropdown-menu-title-only {
	border-bottom: 1px solid #444;
}
nav ul.main-menu ul.dropdown-menu li > a #header nav ul.main-menu .dropdown-submenu > span.dropdown-menu-title-only {
	padding: 9px 8px;
	border: 0;
	border-top: 0;
	margin: 0;
	border-bottom: none;
}
nav ul.main-menu ul.sub-menu {
	padding: 0;
	margin: 0 0 10px 0;
}
nav .main-menu .dropdown-submenu {
	position: relative;
	background: url("../images/arrow-light-down.html") no-repeat scroll right top;
}
nav ul.main-menu ul.dropdown-menu {
	background: none !important;
	background-color: transparent !important;
}
nav ul.main-menu li.dropdown.open .dropdown-toggle,  nav ul.main-menu li a,  nav ul.main-menu li > a:hover,  nav ul.main-menu li.active a,  nav ul.main-menu li.dropdown:hover a,  nav ul.main-menu li.dropdown:hover .dropdown-submenu > span.dropdown-menu-title-only {
	background: none !important;
	background-color: transparent !important;
}
nav ul.main-menu ul.dropdown-menu li:hover > a,  nav ul.main-menu li.dropdown:hover ul.dropdown-menu li > a:hover {
	background: none !important;
	background-color: transparent !important;
}
nav.mega-menu li.mega-menu-item .mega-menu-sub-title {
	margin-top: 30px;
}
nav.mega-menu .mega-menu-content {
	padding: 0px;
}
nav .main-menu .dropdown-menu .mega-menu-content [class*="col-md-"] {
	padding: 0;
}
nav .main-menu .dropdown-menu .mega-menu-content [class*="col-md-"]:nth-child(2n) {
	padding-left: 2px;
}
nav .main-menu .dropdown-menu .mega-menu-content {
	background-image: none !important;
}
nav ul.main-menu .dropdown > .dropdown-menu,  nav ul.main-menu .dropdown-submenu > .dropdown-menu {
	visibility: visible;
	opacity: 1;
}
nav ul.main-menu .dropdown:hover > .dropdown-menu,  nav ul.main-menu .dropdown-submenu:hover > .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
/*Side panel*/
#side-panel {
	background-color: transparent;
	display: block !important;
	overflow: hidden !important;
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
}
#side-panel #panel-logo {
	display: none;
}
body.side-panel-left #side-panel {
	left: 0;
	right: 0;
}
#side-panel .side-panel-wrap {
	overflow: unset;
	width: 100%;
	padding: 0;
}
.side-panel-button {
	display: none;
}
#side-panel .side-panel-wrap .panel-widget {
	display: none;
}
.lines,  .lines:before,  .lines:after,  .header-dark.header-transparent.header-navigation-light .lines,  .header-dark.header-transparent.header-navigation-light .lines:before,  .header-dark.header-transparent.header-navigation-light .lines:after {
	background-color: #111;
}
.header-dark:not(.header-sticky):not(.header-navigation-light) .lines,  .header-dark:not(.header-sticky):not(.header-navigation-light) .lines:before,  .header-dark:not(.header-sticky):not(.header-navigation-light) .lines:after,  .header-dark.header-transparent:not(.header-sticky):not(.header-navigation-light) .lines,  .header-dark.header-transparent:not(.header-sticky):not(.header-navigation-light) .lines:before,  .header-dark.header-transparent:not(.header-sticky):not(.header-navigation-light) .lines:after,  .header-dark.header-semi-transparent:not(.header-sticky):not(.header-navigation-light) .lines,  .header-dark.header-semi-transparent:not(.header-sticky):not(.header-navigation-light) .lines:before,  .header-dark.header-semi-transparent:not(.header-sticky):not(.header-navigation-light) .lines:after {
	background-color: #fff;
}
/*  static side panel*/
body.side-panel-static .wrapper {
	padding-left: 0px;
}
body.side-panel-static #header #logo {
	display: inherit;
}
#top-search {
	display: none;
}
#logo a {
	padding: 25px 0 0 0;
}
#shopping-cart {
	margin-right: 20px;
}
/*  page title*/
.page-title-parallax {
	background-attachment: none !important;
	background-position: 50% 0;
	background-size: inherit !important;
}
#page-title {
	padding: 40px 0 !important;
}
#page-title:not(.page-title-small) h1 {
	font-size: 40px !important;
}
/*  post columns*/
.post-2-columns .post-item,  .post-3-columns .post-item,  .post-4-columns .post-item,  .post-5-columns .post-item,  .post-6-columns .post-item {
	margin-right: 2.000%;
	width: 48.000%;
}
.post-content,  .post-content-single {
	padding-left: 15px;
	padding-right: 15px;
}
#header.header-transparent + #slider,  #header.header-transparent + .page-title-extended,  #header.header-transparent + .page-title-video,  #header.header-transparent + .page-title-parallax,  #header.header-transparent + .fullscreen,  #header.header-transparent + .fullscreen,  #header.header-transparent + .halfscreen,  #header.header-transparent + #google-map,  #header.header-light-transparent + #slider,  #header.header-light-transparent + .page-title-extended,  #header.header-light-transparent + .page-title-video,  #header.header-light-transparent + .page-title-parallax,  #header.header-light-transparent + .fullscreen,  #header.header-light-transparent + .fullscreen,  #header.header-light-transparent + .halfscreen,  #header.header-light-transparent + #google-map,  #header.header-dark-transparent + #slider,  #header.header-dark-transparent + .page-title-extended,  #header.header-dark-transparent + .page-title-video,  #header.header-dark-transparent + .page-title-parallax,  #header.header-dark-transparent + .fullscreen,  #header.header-dark-transparent + .fullscreen,  #header.header-dark-transparent + .halfscreen,  #header.header-dark-transparent + #google-map,  #topbar.topbar-transparent + #header.header-transparent + #slider,  #topbar.topbar-transparent + #header.header-transparent + .page-title-extended,  #topbar.topbar-transparent + #header.header-transparent + .page-title-video,  #topbar.topbar-transparent + #header.header-transparent + .page-title-parallax,  #topbar.topbar-transparent + #header.header-transparent + .fullscreen,  #topbar.topbar-transparent + #header.header-transparent + #google-map,  #topbar.topbar-transparent + #header.header-dark-transparent + #slider,  #topbar.topbar-transparent + #header.header-dark-transparent + .page-title-extended,  #topbar.topbar-transparent + #header.header-dark-transparent + .page-title-video,  #topbar.topbar-transparent + #header.header-dark-transparent + .page-title-parallax,  #topbar.topbar-transparent + #header.header-dark-transparent + .fullscreen,  #topbar.topbar-transparent + #header.header-dark-transparent + #google-map #topbar.topbar-transparent + #header.header-light-transparent + #slider,  #topbar.topbar-transparent + #header.header-light-transparent + .page-title-extended,  #topbar.topbar-transparent + #header.header-light-transparent + .page-title-video,  #topbar.topbar-transparent + #header.header-light-transparent + .page-title-parallax,  #topbar.topbar-transparent + #header.header-light-transparent + .fullscreen,  #topbar.topbar-transparent + #header.header-light-transparent + #google-map {
	margin-bottom: 0px;
	top: 0px;
}
#header.header-transparent + .main-content .heading-style,  #header.header-transparent + .main-content .transparent-header {
	top: 0;
	margin-bottom: 0;
	
}
nav.mega-menu li ul {
	width: 100%;
}
}


/***************************************************************3. Preloader ***************************************************************/
div#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	display: table;
	text-align: center;
}
.uil-reload-css {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.uil-reload-css {
	position: relative;
	width: 200px;
	height: 200px;
}
.loader01 {
	width: 56px;
	height: 56px;
	border: 8px solid #fff;
	border-right-color: transparent;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	margin: 0 auto;
}
.loader01::after {
	content: '';
	width: 8px;
	height: 8px;
	background: transparent;
	border-radius: 50%;
	position: absolute;
	top: -1px;
	left: 33px;
}
 @keyframes loader-rotate {
 0% {
 transform: rotate(0);
}
 100% {
transform: rotate(360deg);
}
}
.case-study-slider .overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 99;
}
/********************************************************************************** 4. 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;
	margin: 0px 0px 0 0;
}
.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.html');
	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: #f82834 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
}
.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 #fd4743;
	color: #fc4647;
	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: #fc3031;
}
.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: #131114;
	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;
}
/**************************************************************************** 5. Footer  *************************************************************************************/

footer {
	background: #131114 none repeat scroll 0 0;
	padding: 100px 0 0 0;
}
.footer-style-1 {
	padding: 0 0;
	background-color: #131114;
}
.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: 20px;
	text-transform: capitalize;
}
.footer-logo {
	padding-bottom: 20px;
}
footer p {
	font-size: 14px;
	color: #808080;
	line-height: 22px;
	margin-top: 5px;
}
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;
}
.red-text {
	color: #e72c2e !important;
	display: inline-block;
	margin: 4px 0 0px 4px;
	text-decoration: underline;
	font-family: Raleway;
	font-weight: 600;
}
/************************* 5.1 Footer ( Style 2 ) **************************/
.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: Raleway;
	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;
}
.bottom-footer {
	clear: both;
	display: inline-block;
	margin: 70px 0 0;
	padding: 20px 0 10px;
	width: 100%;
	background-color: #0f0e10;
	vertical-align: middle;
}
.footer-style-2 h6 {
	font-size: 18px;
}
.footer-style-2 footer {
	padding: 90px 0 0 0;
}

@media ( max-width: 767px ) {
footer {
	padding: 30px 0 0 0;
}
footer p {
	line-height: 20px;
}
.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;
}
.footer-style-2 .social-icon-box {
	float: none !important;
	text-align: left;
	margin-bottom: 25px;
}
.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;
}
}
/******************* 5.2 Footer ( Style 3 ) *******************/

.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;
	font-family: Raleway;
}
.tags a:hover {
	color: #fff;
	border-color: #fff;
}
.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;
	display: inline-block;
	line-height: 1px;
	font-size: 14px;
	text-transform:uppercase;
}
.information li a:hover {
	color: #fff;
}
.footer-style-3 form {
	padding: 0;
}
.footer-menu ul  {
    margin: 0;
}
.footer-menu li {
    display: inline-block;
    text-transform: capitalize;
}
.footer-menu li a {
    color: #808080;
    padding: 0 10px;
    font-size: 10px;
}
.footer-menu a:hover, .footer-menu .active a {
	color: #fff;
}
footer .social-icon.si-border-white {
	border-color: #4d4d4d;
	color: #808080;
}
.footer-style-2 .social-icon-box a {
	margin: -5px 10px 0 0;
}
.footer-style-3 {
	padding: 100px 0 0;
}
.footer-style-3 h6 {
	font-size: 18px;
}

@media ( max-width: 767px ) {
.address {
	margin-bottom: 32px;
}
}

@media ( max-width: 372px ) {
.button-small.input-touch {
	padding: 12px 20px 14px;
	margin-top: -72px !important;
	float: right !important;
}
}
/****************** 5.3 Footer ( Style 4 ) ************************/
.footer-style-4 {
	padding: 100px 0 0;
}
.footer-center-logo {
	text-align: center;
}
.footer-center-logo .logo-separator {
	border-top: 1px solid #4d4d4d;
}
.footer-center-logo > img {
	background: #131114 none repeat scroll 0 0;
	margin: -15px 0 40px 0;
	padding: 0 27px;
}
.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: 12px 20px 14px;
	margin-top: -2px;
}
.footer-style-3 .detail {
	padding: 0px 0 0 28px;
	margin-top: -28px;
}
.icon {
	color: #fff;
	font-size: 16px;
	margin-top: -15px;
}
.email {
	width: 65%;
	margin: -1px 0 0 0;
}
.footer-style-4 img {
	margin: 15px 0 0 0;
}
.top {
	margin-top: -10px;
}
.footer-style-4 .footer-title {
	text-transform: uppercase;
}
.footer-style-4 h6 {
	font-size: 18px;
}

@media ( max-width: 767px ) {
.footer-menu.pull-right {
	float: none !important;
	text-align: center;
}
.footer-style-4 img {
	padding: 0px 0 35px 0px;
}
.footer-style-4 .social-icon-box {
	text-align: left;
}
.margin-top-100 {
	margin-top: 60px!important;
}
.copyright {
	text-align: center;
	margin-bottom: 15px;
}
.bottom-footer {
	margin: 30px 0 0 0;
}
}

@media ( min-width: 767px )and (max-width: 1023px) {
.footer-menu li a {
	font-size: 12px;
	padding: 0 8px;
}
.red-text {
	margin: 7px 0 23px 4px;
}
}
/*************************************************************************6. Main Home Page **********************************************************************/

/********************6.1 Banner Section *************************/
.banner.full {
	position: relative;
	display: table;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-image: -moz-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	height: 100%;
	opacity: 0.8;
}
.banner.full .banner-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
}
.banner.full .banner-inner h1 {
	color: #fff;
}
.banner.full li {
	display: inline-block;
	margin: 0px 15px;
}

/**********************6.2 Uneven Images Box *********************/
.uneven-images-box {
	display: inline-block;
	width: 100%;
	position: relative;
}
.uneven-images-box img {
	margin-bottom: 25px;
}
.uneven-text-box {
	position: absolute;
	right: 7%;
	top: 18%;
	width: 470px;
	background-image: -moz-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	color: #fff;
	padding: 11;
	padding: 110px 60px;
}
.uneven-text-box h3 {
	color: #fff;
}
.white-box {
	display: inline-block;
	width: 100%;
	position: relative;
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	padding: 40px;
}
.white-box a {
	text-transform: capitalize;
}
.white-box h3 {
	color: #e60647;
	position: relative;
	top: 10px;
}
.white-box h3::before {
	content: "";
	position: absolute;
	border-top: 1px solid #e60647;
	width: 60px;
	left: -75px;
	top: 25px;
}
.get-quote-box h3 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	position: relative;
	padding-left: 75px;
}
.get-quote-box h3::before {
	content: "";
	border-top: 1px solid #e60647;
	width: 60px;
	position: absolute;
	top: 25px;
	left: 0;
}
.top-text {
	text-transform: uppercase;
	color: #fc3031;
	font-size: 18px;
	font-family: Raleway;
}
.home-main-services h2 {
	margin-top: -30px;
}

@media ( max-width: 767px ) {
.uneven-text-box {
	width: 100%;
	right: 0;
	padding: 30px;
}
.white-box {
	padding: 20px;
}
.white-box h2::before {
	display: none;
}
.home-main-services  .read-more.gradient-color{margin-top: -10px;}
.white-box h3::before{top:17px; border:none;}
.get-quote-box h3::before{top:17px; border:none;}
.get-quote-box h3{padding-left:0px;}
}

@media ( min-width: 768px ) and ( max-width: 1024px ) {
 .home-main-services  .read-more.gradient-color{margin-top: -10px;}	
 .home-main-services h2 {margin-top: -18px;}
}

/****************************************************************************** 7. Home Corporate **********************************************************************************/

.home-corporate .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #151316;
	height: 100%;
	opacity: 0.8;
}
.home-corporate .banner-inner h1 span {
	color: #fc3031;
	font-size: 72px;
}
.home-corporate h2 span {
	color: #fc3031;
	font-size: 60px;
}
.corporate-services-box {
	position: relative;
}
.corporate-services-box {
	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;
}
.corporate-services-box .image img {
	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;
}
.corporate-services-box .detail {
	position: absolute;
	z-index: 999;
	top: 50%;
	text-align: center;
	width: 100%;
	margin-top: -50px;
}
.corporate-services-box .detail h3 {
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 999999;
}
.corporate-services-box .detail .animate-line {
	position: absolute;
	height: 30px;
	width: 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;
	background: #fc3031;
	left: 0;
	bottom: 5px;
	z-index: -8;
}
.corporate-services-box:hover .animate-line {
	width: 100%;
}
.corporate-services-box:hover {
	background: rgba(0, 0, 0, 0.9);
}
.corporate-services-box:hover .image img {
	opacity: 0.5;
}
.home-corporate .call-to-action-content h3 {
	color: #fff;
	margin-bottom: 20px;
}
.home-corporate .call-to-action.style-three.style-one .overlay {
	opacity: 0.7;
}

@media ( max-width: 767px ) {
.home-corporate .banner-inner h1 span {
	font-size: 36px;
}
.home-corporate h2 span {
	font-size: 30px;
}
.corporate-services-box .detail .animate-line {
	height: 18px;
}
.corporate-services-box .detail h3{margin-top:35px;}
}

/************************************************************************** 8. Call To Action **********************************************************************************/

/******** 8.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: #131114;
	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;
}
.call-to-action.style-one.theme-gradient-bg p {
	color: #fff;
}
.call-to-action .button-grey-border {
	border: 2px solid #131114;
	color: #131114;
}
.call-to-action .button-grey-border:hover {
	border: 2px solid #eb2554;
}
.call-to-action.button-white-border {
	border: 2px solid #fff;
	color: #131114;
}

@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;
}
}
/********* 8.2 Call To Action style Two ************/

.call-to-action.style-two {
	width: 100%;
	padding: 80px 0 100px 0;
}
.call-to-action.style-two h4 {
	line-height: 63px;
	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;
}
}
/********** 8.3 Call To Action style Three ***************/

.call-to-action.style-three.style-one {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	padding: 200px 0;
	position: relative;
}
.call-to-action.style-three.style-one .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.style-one .call-to-action-content {
	position: relative;
	z-index: 9999;
}
.call-to-action.style-three.style-one .call-to-action-btn {
	position: relative;
	z-index: 9999;
}
.call-to-action .button-medium {
	margin-bottom: 0;
}
.call-to-action.style-three.style-one h5 {
	padding: 0;
}
.call-to-action.style-three.style-one h4 {
	color: #fff;
	margin-top: 15px;
	text-align: center;
}
.call-to-action.style-three.style-one h6 {
	color: #fff;
	font-weight: 400;
	line-height: 10px;
}
.call-to-action.style-three.dark-grey-bg p, .call-to-action.style-three.dark-grey-bg h4 {
	color: #fff;
	font-family: Raleway;
	text-align: center;
}
.call-to-action.style-three {
	padding: 80px 0 100px 0;
	background-attachment: fixed;
}
.call-to-action.style-three .call-to-action-content span {
	color: #fc3031;
	font-size: 36px;
	font-family: vidaloka;
}
.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;
}
.call-to-action.style-three .call-to-action-content p {
	font-size: 16px;
}

@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.style-one {
	padding: 100px 0;
}
}
/********** 8.4 Call To Action style four ***************/
.call-to-action.style-four.style-one {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
	position: relative;
	height: 250px;
}
.call-to-action.style-four.style-one {
	padding: 0px;
}
.pricing-title h4 {
	color: #fff;
	margin: 55px 0 20px 0;
	text-align: center;
}
/****************************************************************************** 9. 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: 25px;
	color: #7e7e7e;
}
.accordion .panel-group .panel + .panel {
	margin-top: -2px;
}
.accordion .panel-heading {
	background: none repeat scroll 0 0;
	border: none;
	border-radius: 0;
	padding: 0px;
}
.accordion .panel-heading a {
	display: block;
	font-size: 18px;
	font-family: Raleway;
	font-weight: 700;
	padding: 15px 30px;
}
/*.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;
}
.accordion.style-one {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

@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 !important;
}
.accordion.style-two .glyphicon {
	position: absolute;
	right: 10px;
	top: 12px;
}
.accordion.style-two .fa {
	margin: 0 !important;
	position: relative;
	right: 0;
	top: 0;
}

}
/********** 9.1 Accordian Style Two *************/
.accordion.style-two .panel-collapse.collapse.in {
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.accordion.style-two .panel {
	margin-bottom: 9px;
}
.accordion.gradient-bg .panel-heading {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
}
.accordion.gradient-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 .panel-heading a {
	display: block;
	font-size: 18px;
	font-family: Raleway;
	font-weight: 700;
	padding: 15px 30px !important;
}
.accordion.style-two .glyphicon {
	background: #fff none repeat scroll 0 0;
	border-radius: 100%;
	color: #ff362e;
	float: left;
	font-weight: bold;
	line-height: 16px;
	padding: 1px 3px 0px;
	font-size: 16px;
	margin: 2px 0 0 0;
}
/*********** 9.2 Accordian Style Three *************/

.accordion.style-three.dark-grey-bg .panel-heading {
	background: #131114 none repeat scroll 0 0;
}
.accordion.style-three.dark-grey-bg .panel-heading .accordion-toggle {
	color: #fff;
	padding: 10px; /*margin-left: -24px;*/
}
.accordion.style-three.dark-grey-bg .panel-body {
	background: #131114;
	margin-top: -20px;
}
.accordion.style-three.dark-grey-bg .panel-body p {
	color: #fff;
	padding-left: 32px;
}
.accordion .glyphicon {
	font-size: 25px;
}
.accordion.style-three .panel {
	border-right: none;
	border-left: none;
}
.accordion.style-three.dark-grey-bg .panel {
	border-color: #484848 !important;
}
.accordion.style-three .panel-heading {
	padding-left: 0;
}
.accordion.style-three .panel-body {
	padding-left: 0;
	padding-right: 0;
}

@media ( max-width: 767px ) {
.accordion.style-three.dark-grey-bg .panel-heading .accordion-toggle{
	margin-left:24px !important;
}
}
/********* 9.3 Accordian Style Four ************/
.accordion.style-four .panel {
	border-right: none;
	border-left: none;
}
.accordion.style-four .panel-heading {
	background: #fff none repeat scroll 0 0;
	padding: 0px;
}
.accordion.style-four .panel-body {
	background: #fff;
	margin-top: -20px;
}
.accordion.style-four .panel-body p {
	background: #fff;
}
.accordion.style-four.panel-heading .accordion-toggle {
	color: #fff;
	padding: 10px;
}
/******************************************************************10. Expandable Section ***********************************************************************/
.expandable-section {
	margin-bottom: -30px;
}
.expandable-section .accordion.style-one .accordion-toggle .fa {
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	-o-transform: rotate(180deg) !important;
}
.expandable-section .accordion.style-one .accordion-toggle.collapsed .fa {
	transform: rotate(0) !important;
	-webkit-transform: rotate(0) !important;
	-ms-transform: rotate(0) !important;
	-o-transform: rotate(0) !important;
}
.expandable-section .panel-heading {
	background: transparent !important;
	text-align: center;
	padding: 0;
	border: none !important;
}
.expandable-section .accordion .panel-heading i {
	color: #131114;
	margin-left: 10px;
	vertical-align: middle;
}
.expandable-section .accordion .panel-heading a {
	display: block;
	font-family: Vidaloka;
	font-size: 24px;
	font-weight: normal;
}
.expandable-section .accordion-toggle.collapsed {
	background: #eeeeee;
}
.expandable-section .accordion .panel-heading a {
	padding: 50px 30px !important;
}
.expandable-section h3 {
	margin: 0;
}

@media ( max-width: 767px ) {
.expandable-section .accordion .panel-heading i {
	position: relative;
	top: 0;
	right: 0;
}
.expandable-section .accordion .panel-heading a {
	padding: 15px;
}
.expandable-section .accordion .panel .panel-body {
	padding: 15px 0;
}
}
/******************************************************************************* 11. 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: Raleway;
}
.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: #f11a3a;
}
.tabbing-menu .fa {
	font-size: 22px;
	padding: 0 8px 0 0;
	color: #808080;
}
.tabbing-menu .active .fa {
	color: #f11a3a;
}
.tabbing-menu .nav-tabs > li > a {
	padding: 20px;
	font-weight: 600;
}
/************* 11.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: #f11a3a !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;
	left: 1px;
}
.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;
}
/************ 11.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;
}
/************ 11.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: 16px;
	text-transform: uppercase;
}
.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;
}
}
/************************************************************************* 12. 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: #fb2d32;
	float: right;
}
.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 #fb2d32;
	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;
}

@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;
}
}
/*************************************************************************************** 13. Features ***********************************************************************************/ 
.feature-detail {
	margin: -8px 0 0px 0;
}
.feature {
	text-align: center;
}
.feature.text-left {
	text-align: left;
}
.feature-icon svg{
    width: 50px;
    height: 50px;
    color: #f72536;
}
.feature.text-left .feature-icon {
	margin: 0 !important;
}
.feature-icon .fa {
	font-size: 40px;
	color: #131114;
}
.feature h6 {
	padding: 15px 0 10px;
	font-weight: 700;
	font-size: 18px;
}
.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;
	font-size: 60px;
}
/*********** 13.1 Feature Style Two ***********/

.feature.style-two {
	text-align: left;
}
.feature.style-two .feature-icon {
	float: left;
	overflow: hidden;
	text-align: center;
	width: 60px;
	margin: 8px 0 0 0;
}
.feature.style-two h6 {
	display: inline-block;
	padding: 0 0 5px 0;
}
.feature.style-two .feature-desc {
	padding: 0 0 0 45px;
	margin: 0px 0px 0px 30px;
}
.feature.style-two .feature-icon.small-icon {
	height: 80px;
	width: 80px;
	margin: 12px 25px 20px 0;
}
.feature-icon.small-icon .fa {
	font-size: 40px;
}
/*********** 13.2 Feature Style Three **********/

.feature.style-three {
	display: inline-block;
}
.feature.style-three .feature-box {
	width: 20%;
	float: left;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
	padding: 30px;
	background: #fff;
}
.feature.style-three .feature-box:hover {
	box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.2);
	position: relative;
	z-index: 50;
}
.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;
}
}
/********** 13.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: 160px;
	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-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
}
.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;
	color: #fff;
}
.feature.style-four:hover .feature-detail {
	top: 60px;
	height: 100%;
}
.feature.style-four:hover .feature-detail p {
	color: #fff;
}
/********* 13.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 .fa, .feature.style-five:hover h6, .feature.style-five:hover .feature-detail p {
	color: #fff;
}
/********************************************************************************** 14. Alert ****************************************************************************************/

.alert {
	padding: 20px 0 20px 15px;
	border: 1px solid #e6e6e6;
	font-weight: bold;
	margin: 0 0 30px 0;
	font-family: Raleway;
}
.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;
}
/*************************************************************************************** 15.Devider ************************************************************************************/  

.divider {
	margin: -11px 0 16px 0;
}
.divider.light-gray {
	border-bottom: 1px solid #d9d9d9;
}
.divider.dark-gray {
	border-bottom: 1px solid #262626;
}
.divider.gradient-color {
	border-bottom: 1px solid #e71653;
}
.divider.light-gray.thick {
	border-bottom: 2px solid #d9d9d9;
}
.divider.dark-gray.thick {
	border-bottom: 2px solid #262626;
}
.divider.gradient-color.thick {
	border-bottom: 2px solid #e71653;
}
.divider-content {
	margin: -20px 0 18px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.divider-content i {
	background: #f8f8f8 none repeat scroll 0 0;
	font-size: 14px !important;
	height: 18px;
	line-height: 1;
	position: relative;
	text-align: center;
	width: 25px;
}
.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.gradient-colored i {
	color: #e71653;
}
.divider-content.gradient-colored::before, .divider-content.gradient-colored::before {
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	margin: 10px 0 0 0;
	width: 100%;
	border-bottom: 1px solid #e71653;
}
.divider.dashed-light-gray {
	border-bottom: 1px dashed #d9d9d9;
}
.divider.dashed-dark-gray {
	border-bottom: 1px dashed #262626;
}
.divider.dashed-gradient-color {
	border-bottom: 1px dashed #e71653;
}
.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 #e71653;
}
/********************************************************************************** 16.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-style-one .dropcap span {
	background-color: #fff !important;
	color: #333 !important;
}
.dropcap-style-one .dropcap.style-three span {
	color: #fff !important;
}
.dropcap-style-one p {
	color: #fff;
}
.dropcap.style-one span {
	background-color: #131114;
	color: #fff;
	padding-top: 6px;
	margin: 0 18px 0px 0px;
}
.dropcap-style-one {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-color: #333;
}
.dropcap.style-two span {
	background-color: #131114;
	border-radius: 50%;
	color: #fff;
	padding-left: 3px;
	line-height: 48px;
	margin: 0 18px 0px 0px;
}
.dropcap.style-three span {
	font-size: 50px !important;
	height: auto;
	line-height: 25px;
	text-align: left;
	top: 7px;
	width: auto;
	background: transparent !important;
	margin: 0 18px 0px 0px;
}
.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: -46px;
	width: 65px;
}
.dropcap.style-five span {
	margin-bottom: 40px;
	margin-right: 36px;
	margin-top: 0;
	padding-top: 0;
	top: 10px;
}
.dropcap.style-six {
	margin: 0;
}
.dropcap.style-six span {
	font-family: Vidaloka;
	font-size: 100px !important;
	height: 100px;
	padding-top: 20px;
	text-align: left;
	margin-bottom: 0px;
}

@media ( max-width: 767px) {
.dropcap {
	padding: 0;
}
}
/**************************************************************************************** 17.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-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	-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: Raleway;
	font-size: 14px;
	line-height: inherit;
	font-weight: 700;
	color: #131114;
	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;
	border: none;
}
.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;
	font-family: Raleway;
}
.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%);
	font-family: Raleway;
}
.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;
}
.dark-grey-bg .progress.v-progress {
	min-height: 250px;
	margin-bottom: 55px;
	border: 1px solid;
	border-radius: 7px;
}
.progress.v-progress {
	min-height: 250px;
	margin-bottom: 55px;
	border-radius: 7px;
}
.progress.v-progress .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	border-radius: 6px 6px 0 0;
	-webkit-transition: height 0.6s ease;
	-o-transition: height 0.6s ease;
	transition: height 0.6s ease;
}
.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: #131114;
}
.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;
}
.rp-timeline-content{ margin-left: 55px !important;}
.rp-timeline-block{ padding:0 !important; }
}
/************************************************************************************ 18.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 10px 0px 15px;
	position: relative;
	top: 3px;
	color: #808080;
}
.breadcrumb > li + li::before {
	display: none !important;
}
.breadcrumb li, .breadcrumb a {
	color: #000;
	font-family: Raleway;
	font-size: 16px;
	text-transform: uppercase;
}
.heading-inner .breadcrumb a,
.heading-inner .breadcrumb .fa {
    color: #fff;
}
.heading-style.style-one {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	height: 400px;
	width: 100%;
 background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
}
.heading-inner {
	display: table-cell;
	position: relative;
	vertical-align: middle;
background-image: -moz-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
		opacity: 0.902;
}
.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.breadcrumb li, .heading-style.breadcrumb i, .heading-style.breadcrumb a {
	color: #fff;
}
.heading-style h1 {
	color: #fff;
	font-size: 72px;
	font-family: vidaloka;
	padding: 80px 0 0 10px;
}
.heading-style p {
	color: #fff;
}
.heading-style h6 {
	color: #fff;
	font-weight: 400;
}

@media ( max-width: 767px ) {
.heading-style.style-one {
	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: 36px !important;
	padding: 0px;
}
}

@media ( min-width: 768px ) and ( max-width: 1100px ) {
.heading-style.style-one.style-one {
	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 .page-title {
	padding: 0px 0 20px 0;
}
.page-title {
	padding: 70px 0 80px;
}
.heading-style h6 {
	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 h6 {
	color: #fc3031;
	padding-bottom: 0;
	padding-top: 10px;
	font-weight: 400;
}
.heading-style.solid-background h1 {
	color: #fc3031;
	font-size: 72px;
	font-family: vidaloka;
}
/********************************************************************************** 19. Forms *****************************************************************************************/
.contact-full-width .input-field input:focus {
	border-color: #fc3031;
	outline: none;
}
.form-link {
	text-align: center;
	padding: 5px 0 0 0;
}
.form-link a {
	padding: 0 10px;
	color: #333;
}
.input-lable {
	color: #262626;
	display: inline-block;
	font-family: Raleway;
	margin-bottom: 10px;
}
.form-link a {
	padding: 0 6px;
}
.input-lable {
	color: #262626;
	display: inline-block;
	font-family: Raleway;
	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: #fc3031;
	padding: 1px 0px 0px 1px;
	font-size: 42px;
}
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: 42px;
	padding: 1px 1px;
}
.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: #fe352f;
}
.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;
	background-color: #fafafa;
}
.select option {
	padding: 10px 15px;
}
.select-bg {
	background: #f2f2f2;
}
.select-tittle {
	padding: 0 0 15px;
	text-transform: capitalize;
	font-weight: 600;
}

@media ( max-width: 767px ) {
.select-tittle {
	padding: 15px 0;
}
.form-box {
	padding: 20px !important;
	margin-bottom: 20px !important;
}
.datepicker {
	width: 92%!important;
}
}
.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;
	font-family: Raleway;
	color: #ff362e;
}
.form-box p {
	color: #131114;
	display: inline-block;
	margin-left: 4px;
}
.form-box input:focus {
	border-color: #fc3031;
	outline: none;
}
.form-box .input-field input {
	background : #fafafa;
}
/***************************************************************************** 20. Blog Post ************************************************************************************/
.blog-post {
	width: 100%;
	display: table;
	position: relative;
	font-family: Raleway;
}
.blog-post .blog-post-detail {
	padding: 15px 0 0 0;
}
.blog-post-detail h6 a {
	font-size: 18px;
	text-transform: initial;
	font-weight: 700;
}
.blog-post .blog-pos-date {
	font-style: italic;
	margin-bottom: 22px;
	margin-top: -8px;
}
.blog-post .blog-pos-date a {
	text-decoration: underline;
	color: #ff362e;
}
.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;
}
}
.blog-post-detail h6 :hover {
	color: #e31639;
	transition: ease-in-out 0.4s;
}
/********** 20.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;
	padding-bottom: 15px;
	line-height: 12px;
	margin-top: -6px;
}
.blog-post.style-two .category-box {
background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
	display: inline-block;
	font-size: 13px;
	padding: 3px 8px;
	text-transform: uppercase;
	font-style: italic;
}

@media ( max-width: 767px ) {
.blog-post.style-two .blog-post-box {
	margin-bottom: 30px;
}
.blog-post.style-two .blog-pos-date a {
	line-height: 20px;
}
}

@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;
}
}
/********* 20.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;
}
/******** 20.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 30px;
}
.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;
}
/*.blog-post-detail h6 a:hover ,.blog-post-detail h6 a:focus {color: #131114;}*/
.blog-post-detail h6:focus {
	color: #131114;
}

@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;
}
}
/******************************************************************************* 21.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-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
	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: 24px;
	text-transform: uppercase;
	font-family: Raleway;
	font-weight: bold;
}
.price-head .price {
	font-family: Raleway;
	font-size: 36px;
}
.price-head .month {
	text-transform: lowercase;
}
.pricing-table .devider {
	background: #d9d9d9 none repeat scroll 0 0;
	height: 1px;
	margin: 20px auto;
	width: 30px;
}
.pricing-table.style-1 {
	margin-bottom: 13px;
}
.price-box.active li {
	color: #fff;
}
.price-box ul {
	margin-bottom: 15px;
}
.price-box.active .devider {
	background: #fff;
}
.pricing-table ul {
	width: 100%;
}
.pricing-table .price-box li {
	padding: 5px 0;
}
.pricing-table.style-1 .price-box.active button {
	color: #fff;
	border: 2px solid #fff;
}
.pricing-table.style-1 .price-box.active ul {
	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;
}
}
/************ 21.1 Price Style 1 **************/
.pricing-table.style-2 .price-box {
	border: 2px solid #d9d9d9;
}
.pricing-table.style-2 .price-box:hover {
	border-color: #e60647;
}
.pricing-table.style-2 .price-box:hover {
	background: transparent;
}
.pricing-table .plan-type {
	font-family: Raleway;
	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;
	color: #131114;
}
.pricing-table.style-2 .price-box li {
	padding: 5px 0;
}
.pricing-table.style-2 .plan-price {
	font-family: vidaloka;
	font-size: 60px;
	color: #131114;
	font-weight: 400;
}
.pricing-table .plan-price span {
	font-size: 24px;
	font-family: vidaloka;
}
.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;
	margin-bottom: 33px;
}
.pricing-table.style-2 .price-box:hover button {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
}
.pricing-table.style-2 .price-box:hover .plan-price {
	color: #e60647;
	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: #e60647;
	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 button {
	background: #131114;
	color: #fff;
}
.pricing-table.style-2 .price-box:hover .plan-type {
	color: #131114;
}

@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;
}
}
/************* 21.2 Pricing Style 2 ******************/

.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;
	margin-bottom: 3px;
}
.pricing-table.style-5 .plan-type.orange {
	color: #f7941d;
	font-weight: bold;
}
.pricing-table.style-5 .plan-type.blue {
	color: #ac54a0;
	font-weight: bold;
}
.pricing-table.style-5 .plan-type.yellow-color {
	color: #71bf45;
	font-weight: bold;
}
.pricing-table.style-5 p {
	color: #808080;
	text-transform: lowercase;
	padding-bottom: 20px;
	font-weight: 400;
	line-height: 25px !important;
}
.pricing-table.style-5 .price-head span {
	color: #999;
	font-weight: 300;
}
.pricing-table.style-5 .price-head .price {
	color: #fff;
	font-family: vidaloka;
}
.pricing-table.style-5 li {
	color: #808080;
	list-style: disc;
	margin: -4px 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;
	background: #71bf45;
	margin-bottom: 40px;
}
.pricing-table.style-5 .small-button .fa {
	margin: 0;
}
.pricing-table.style-5 .small-button.orange {
	background: #f7941d;
	margin-bottom: 40px;
}
.pricing-table.style-5 .small-button.blue {
	background: #ac54a0;
	margin-bottom: 40px;
}

@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;
}
}
/************* 21.3 Pricing Style 3 *****************/

.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;
	color: #131114;
}
.pricing-table.style-6 .price-box.active::after {
	border-bottom: 5px solid #fd3230;
	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 #fd3230;
	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: 5px 0 30px 0;
	color: #999;
	font-family: Raleway;
	font-weight: 400;
	line-height: 24px !important;
}
.pricing-table.style-6 .price-box li {
	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-head .month {
	font-weight: normal;
	color: #a5a5a5;
}
.pricing-table.style-6 .price-head .dolor {
	font-weight: normal;
	color: #a5a5a5;
}
.pricing-table.style-6 .price-box ul {
	margin-bottom: 32px;
}
.pricing-table.style-6 .price-box:hover .plan-type, .pricing-table.style-6 .price-box.active .plan-type {
	color: #fd3230;
	border-color: #fd3230;
}

@media ( max-width: 767px ) {
.pricing-table.style-6 .price-box {
	margin-bottom: 30px;
}
}
/************* 21.4 Pricing Style 4 ******************/

.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: vidaloka;
	font-size: 36px;
	font-weight: 400;
	padding: 61px 0 96px 0;
	text-transform: capitalize;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
	line-height: 40px;
}
.pricing-table.style-7 .pricing-head {
	background: #131114 none repeat scroll 0 0;
	color: #fff;
	padding: 58px 0;
	line-height: normal;
	position: relative;
}
.pricing-table.style-7 .best-price {
	background: 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: 0px;
	width: 25px;
}
.pricing-table.style-7 .button-grey:hover {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
}
/*.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.price-box ul li:nth-child(2n+1) {
	background: #f8f8f8;
}
.pricing-table.style-7 .pricing-head span {
	font-size: 36px;
	font-family: vidaloka;
	line-height: 40px;
}
.pricing-table.style-7 .plan-type {
	font-size: 16px;
	text-transform: uppercase;
	color: #131114;
	padding: 0 0 0 0;
}
.pricing-table.style-7 .price {
	font-weight: bold;
	color: #131114;
}
.pricing-table.style-7 .fa.fa-check {
	color: #1abc38;
	font-size: 20px;
}
.pricing-table.style-7 .fa.fa-times {
	color: #f25044;
	font-size: 20px;
}
.pricing-table.style-7 .plan-button {
	padding: 30px 0;
}
.pricing-table.style-7 .plan-pricing .plan-button {
	padding: 62px 0;
}
.pricing-table.style-7 button {
	margin: 0;
	background: #131114;
	color: #fff;
}
.plan-button .button-medium.button-gradient {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
}

@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;
}
}
/**************** 21.5 Pricing Style 5 *****************/

.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: Raleway;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -12px;
}
.pricing-table.style-8 .plan-price {
	font-family: Raleway;
	font-size: 48px;
	font-weight: bold;
	padding: 18px 0;
}
.pricing-table.style-8 .price-box li {
	padding: 10px 0;
}
.pricing-table.style-8 .plan-price span {
	font-family: Raleway;
	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-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
}
.rp-pricing-switcher label {
	color: #999;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	height: 30px;
	line-height: 27px;
	position: relative;
	text-transform: uppercase;
	width: 30px;
	z-index: 1;
}
.pricing-table.style-8 .price-box ul li:nth-child(2n+1) {
	background: #f6f6f6;
}
.pricing-table.style-8.pricing-table ul {
	list-style: none;
}
.monthly {
	left: -110px;
	color: #ed133e !important;
}
.yearly {
	right: -65px;
	color: #ed133e !important;
}
.rp-pricing-switcher .rp-switch {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 30px;
	width: 30px;
	background-color: #f11a3a;
	border-radius: 50em;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}
.pricing-table.style-8 button {
	background: #131114;
	color: #fff;
}
.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;
}
}
/*********************************************************************************** 22. Team ********************************************************************************************/
.team.style1.standerd-margin {
	border: none;
}
.team.style1.standerd-margin a {
	color: #131114;
}
.team {
	border: 1px solid #e0e0e0;
	margin: 0 0 30px 0;
}
.team.style1 .team-detail {
	padding: 0 20px;
	background: #fff;
}
.team-name > a {
	color: #fc3031;
	display: inline-block;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0 5px;
	text-transform: uppercase;
}
.team-designation {
	color: #808080;
	font-family: Raleway;
	padding: 0 0 15px;
}
.team.style1 .social-icon {
	margin: 0 5px 30px 0 !important;
}

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

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

.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-image: -moz-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	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: #fff;
}
.team.style2 .social-icon-box {
	display: table;
	height: 100%;
	width: 100%;
}
.team.style2 .social-icon-box ul {
	display: table-cell;
	vertical-align: middle;
}
.team.style2 .team-name > a {
	text-transform: capitalize;
}
/************* 22.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;
	padding: 27px 58px;
}
.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;
}
.team.style3 .social-icon {
	margin: 0 5px 20px 0 !important;
}

@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; }*/
}
/************* 22.3 Team Style 4 *****************/

.team.style4 {
	border: none;
}
.team.style4 a {
	color: #131114;
	font-weight: 700;
	margin-top: 5px;
}
.team.style4 p {
	margin-bottom: -16px;
}
.team.style4.team-detail {
	padding: 0px;
}
.team {
	border: 1px solid #e0e0e0;
	margin: 0 0 30px 0;
}
.team.style4.team-name > a {
	color: #fc3031;
	display: inline-block;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0 5px;
	text-transform: uppercase;
	line-height: 20px;
}
.team-designation {
	color: #808080;
	font-family: Raleway;
	padding: 0 0 15px;
}
.team.style4 .social-icon {
	margin: 0 5px 30px 0 !important;
	background: #f8f8f8;
}

@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;
}
}
/************* 22.4 Team Style 5 *****************/

.team.style5 {
	border: none;
}
.team.style5 {
	color: #131114;
}
.team {
	border: 1px solid #e0e0e0;
	margin: 0 0 30px 0;
}
.team-name > a {
	color: #fc3031;
	display: inline-block;
	font-family: Raleway;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 0 5px;
	text-transform: uppercase;
}
.team.style5 .team-name > a {
	text-transform: capitalize;
}
.team-designation {
	color: #808080;
	font-family: Raleway;
	padding: 0 0 15px;
}
.team.style1 .social-icon {
	margin: 0 5px 30px 0 !important;
}

@media (max-width: 767px ) {
.team {
	text-align: left;
}
.team-image img {
	margin: 0 auto;
}
.team-hvrbox .hvrbox-text {
	line-height: 18px !important;
}
.hvrbox-text .style-five.white.squareborder {
	margin-top: 4px !important;
}
.team-hvrbox .hvrbox-text .style-five.white.squareborder a {
	font-size: 13px !important;
}
.team-designation {
	padding: 0 0 8px !important;
}
.team-hvrbox .hvrbox-text {
	font-size: 12px;
	padding: 10px 15px !important;
}
}

@media ( min-width: 767px ) and ( max-width: 1024px ) {
.team {
	text-align: left;
}
.team-image img {
	margin: 0 auto;
}
.hvrbox-text .style-five.white.squareborder {
	margin-top: 6px;
}
.team-hvrbox .hvrbox-text .style-five.white.squareborder a {
	font-size: 14px;
}
.team-hvrbox .hvrbox-text {
	line-height: 19px !important;
}
}

@media ( min-width: 1025px ) and ( max-width:1600px ) {
.team-hvrbox .hvrbox-text {
	text-align: left !important;
	top: 9% !important;
	left: 10% !important;
	height: 84% !important;
	width: 81% !important;
	line-height: 24px !important;
}
.team-hvrbox .hvrbox-text p {
	margin-bottom: -22px;
	margin-top: 10px;
}
}
.team-designation {
	padding: 0 0 15px !important;
}
.team-hvrbox, .team-hvrbox * {
	box-sizing: border-box;
}
.team-hvrbox {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.team-hvrbox img {
	max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
	display: block;
}
.team-hvrbox .hvrbox-layer_top {
/* opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 82%;
	height: 84%;
	background: rgba(255, 18, 30, 0.8);
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	margin: 33px 0 0px 33px; */
	
}
.team-hvrbox .hvrbox-text {
	text-align: inherit;
	font-size: 14px;
	display: inline-block;
	position: relative;
	font-family: Raleway;
	font-weight: 400;
	line-height: 25px;
	position: absolute;
	top: 5%;
	left: 5%;
	background-image: -moz-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	height: 90%;
	width: 90%;
	margin: auto;
	opacity: 0;
	color: #fff;
	padding: 10px 30px;
	box-sizing: border-box;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.team-hvrbox:hover .hvrbox-text, .team-hvrbox.active .hvrbox-text {
	opacity: 1;
}
.team-hvrbox .hvrbox-text p {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: -28px;
	font-weight: 600;
}
.team-hvrbox .hvrbox-text .team-designation {
	color: #fff;
	font-weight: 400;
}
.team-hvrbox .hvrbox-text .style-five.white.squareborder a {
	color: #fff;
	font-size: 16px;
}
.hvrbox-text .style-five.white.squareborder {
	margin-top: 12px;
}
.team-hvrbox .hvrbox-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.team-hvrbox.active .hvrbox-text_mobile {
	display: block;
}
/************* 22.5 Team Style 6 *****************/

.og-grid {
	list-style: none;
	padding: 0px 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.og-grid li {
	display: inline-block;
	margin: 0px -2px;
	vertical-align: top;
	width: 20%;
}

.og-details ul li { width: 100% !important;}
.og-grid li > a, .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ededed;
	border-width: 15px;
	left: 50%;
	margin: 10px 0 0 -15px;
}
.og-expander {
	position: absolute;
	background: #ededed;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 40px;
	text-align: left;
	height: 0;
	overflow: hidden;
}
.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}
.og-close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.og-close::before, .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.og-close:hover::before, .og-close:hover::after {
	background: #fff;
}
.og-fullimg, .og-details {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.team-style6 .og-details {
	padding: 0 40px 0 0px;
}
.og-fullimg {
	text-align: center;
}
.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 78px;
}
.og-details h3 {
	font-weight: 300;
	font-size: 36px;
	padding: 0px 0 6px;
	margin: 0;
}
.displayNone, .hasJS noscript, .hideThis {
	display: none;
	visibility: hidden
}
.og-details p {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}
.og-details .social-designation {
	font-weight: bold;
	font-size: 18px;
	margin-left: 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.og-details .team-designation {
	color: #131114;
	font-weight: 400;
	font-size: 18px;
	margin-left: 5px;
}
#og-grid .og-details ul {
	margin: -15px 0 39px 0;
	padding-left: 20px;
	list-style: outside;
}
.og-details li {
	display: block;
	font-weight: 500;
}
.teamMember {
	position: relative;
}
.og-grid .fa {
	color: #131114;
}
/*.team-style6 .og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.team-style6 .og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}*/

.og-details a:hover {
	border-color: #999;
	color: #999;
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
 @-webkit-keyframes loader {
 0% {
background: #ddd;
}
 33% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
}
 66% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
}
}
 @-moz-keyframes loader {
 0% {
background: #ddd;
}
 33% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
}
 66% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
}
}
 @keyframes loader {
 0% {
background: #ddd;
}
 33% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
}
 66% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
}
}

@media screen and (max-width: 830px) {
.og-expander h3 {
	font-size: 32px;
}
.og-expander p {
	font-size: 13px;
}
.og-expander a {
	font-size: 12px;
}
}

@media screen and (max-width: 650px) {
.og-fullimg {
	display: none;
}
.og-details {
	float: none;
	width: 100%;
}
}
/********************************************************************************** 23. 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: normal;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: -6px !important;
}
.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;
	list-style: none;
}
.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;
}
}
/********************************************************************************** 24. 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%;
	border-top: 1px solid #e6e6e6;
}
.presentation-box {
	background: #fff;
	display: table;
	float: left;
	height: 50%;
	width: 50%;
	width: 50%;
	padding: 30px;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.presentation-box .feature {
	display: table-cell;
	vertical-align: middle;
}
.presentation-box .feature h6 {
	margin: 0 0 10px 0;
}
/******** 24.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;
	border: none;
}
.image-presentation.style-two.image-right .presentation-image {
	right: 0;
	left: auto;
}
.image-presentation.style-two .button-medium {
	margin: 0 20px 30px 0;
}
/******** 24.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;
}
/******* 24.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;
}
/******** 24.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%;
}
}
/************************************************************************************** 25. 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;
	line-height: 35px !important;
}
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: Raleway;
	font-weight: bold;
	display: inline-block;
	color: #fc3031;
}
.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;
}
/********** 25.1 Blogqoute Style One *************/

blockquote .style-1 {
	border-left: 5px solid #f31e38;
} /* Border left side */
blockquote .style-1 p {
	font-family: vidaloka;
	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;
}
/********** 25.2 Blogqoute Style Two ************/

blockquote .style-2 i {
	float: left;
	color: #ef173c;
	font-size: 30px;
}

blockquote .style-2 p {
	color: #333333;
	float: left;
	font-family: Raleway;
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	padding: 0 0 0 26px;
	width: 95%;
	margin-bottom: 0;
}
blockquote .style-2 .block-footer {
	color: #fc4647;
	padding: 15px 45px;
}
/********** 25.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: #131114;
	font-family: vidaloka;
	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: #e90c43;
}
blockquote .style-3 .block-footer {
	padding: 15px 0 0 0;
}
blockquote .style-4 i {
	text-align: left;
	width: 100%;
	color: #ef173c;
	font-size: 50px;
}
blockquote .style-4 p {
	font-family: Vidaloka;
	font-size: 30px !important;
	font-weight: 300;
	line-height: 45px;
	font-style: normal;
	color: #131114;
	padding: 11px 0 0 0;
	margin: 0;
	text-align: left;
	line-height: 46px !important;
}
blockquote .style-2 .quote {
	float: left;
	width: 25px;
	height: 15px;
	margin-top: 8px;
}
blockquote .style-4 .block-footer {
	padding: 10px 0 0px 0;
	text-align: left;
	width: 100%;
	color: #fc3031
}
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;
}
}
/**************************************************************************** 26. 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-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
	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: 700;
	padding-bottom: 0;
	text-transform: uppercase;
	font-size: 18px;
}
/********* 26.1 Step Style Two *************/
.step.style-two .step-number {
	color: #e0e0e0;
	font-family: vidaloka;
	font-size: 120px;
	font-weight: 400;
	position: relative;
}
.step.style-two .step-number::after {
	border-top: 1px solid #ececec;
	content: "";
	position: absolute;
	top: 55%;
	width: 120px;
	right: -28%;
}
.step.style-two .step-box.last .step-number::after {
	border: none;
}
/********** 20.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; }

/********* 26.2 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-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
	border-radius: 100%;
}
.step.style-four .step-icon .fa {
	display: table-cell;
	vertical-align: middle;
	font-size: 35px;
	color: #fff;
}
.step.style-four .step-icon .fa:hover {
	border: 3px solid #fff;
	border-radius: 50px;
}
.step.style-four h6 {
	margin: 10px 0;
}
.step.style-four .process-line {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	height: 1px;
	position: absolute;
	top: 150px;
	width: 100%;
}
/********** 26.3 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-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	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: #fff;
}
.step.style-five .step-icon .fa:hover {
	border: 3px solid #fff;
	border-radius: 50px;
}
.step.style-five h6 {
	margin: 7px 0 5px 0;
	display: inline-block;
}
.step.style-five .process-line {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	height: 100%;
	left: 60px;
	position: absolute;
	top: 115px;
	width: 1px;
}
/********* 26.4 Step Style six ************/

.step.style-six {
	text-align: left;
}
.step.style-six .step-number {
	font-family: Raleway;
	font-weight: bold;
	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: 0px 0;
	text-transform: capitalize;
	margin-top: 20px;
}
.step.style-six .step-number > span {
	font-family: vidaloka;
	font-size: 18px;
	color: #f31d38;
	display: inherit;
	font-weight: 400;
}
.step.style-six .step-title {
	font-weight: normal;
	text-transform: capitalize;
	margin: 15px 0;
}
/******* 26.5 Step Style seven ***********/

.step.style-seven {
	text-align: left;
}
.step.style-seven .step-number {
	font-family: Raleway;
	font-weight: bold;
	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 #ececec;
	content: "";
	height: 1px;
	position: absolute;
	top: 40px;
	width: 100%;
}
.step.style-seven h6 {
	font-weight: 600;
	padding: 0px 0;
	text-transform: capitalize;
	margin-top: 25px;
}
.step.style-seven .step-title {
	font-weight: normal;
	text-transform: capitalize;
	margin: 15px 0;
}
/******* 26.6 Step Style eight ***********/

.step.style-eight {
	text-align: left;
}
.step.style-eight .step-number {
	font-family: Raleway;
	font-weight: bold;
	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 #ececec;
	content: "";
	height: 1px;
	position: absolute;
	top: 40px;
	left: 80px;
	width: 100%;
}
.step.style-eight h6 {
	font-weight: 600;
	padding: 0px 0;
	text-transform: capitalize;
	margin-top: 25px;
}
.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;
}
}
/***************************************************************************** 27. Bulleted Points **************************************************************************************/ 

.list-circle.red li {
	color: #fc3031;
}
.list-circle.red li span {
	color: #131114;
}
.list-decimal li {
	font-weight: bold;
}
.list-decimal li span {
	font-weight: normal;
}
.list-decimal.red li {
	color: #fc3031;
}
.list-decimal.red li span {
	color: #131114;
}
.bullet-point .fa {
	font-size: 15px;
	padding-right: 20px;
	vertical-align: middle;
}
.bullet-point.red .fa {
	color: #fc3031;
}
.bullet-point.square-point .fa-square {
	font-size: 8px;
}
.bullet-point.square-point li {
	line-height: 35px;
}
/************************************************************************************ 28. Widget ****************************************************************************************/

.widget {
	margin-bottom: 45px;
}
.widget-title {
	position: relative;
	padding: 0 0 18px 0px;
	text-align: center;
}
.widget-title::before {
	border-top: 1px solid #e0e0e0 !important;
	content: "";
	width: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 18px;
}
.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: Raleway;
}
.post-title a {
	color: #131114;
	text-decoration: none;
	font-family: Raleway;
	font-weight: 600;
	line-height: 22px;
}
.post-date {
	color: #808080;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	margin: 5px 0 0;
	font-family: Raleway;
}
.post-box {
	overflow: hidden;
	margin: 0 0 30px 0;
}
.post-box:last-child {
	padding-bottom: 0;
}
.post-box .post-detail {
	margin: 0;
}
.post-comment {
	font-size: 14px;
	color: #333;
	margin: 8px 0 0 0;
	font-family: Raleway;
}
.recent-comment .post-image {
	width: 70px;
}
/*.category-widget { border-bottom: 1px solid #e0e0e0; }*/
.widget.category-widget > ul {
	margin: 0;
	list-style: none;
}
.category-widget li {
	padding: 5px 0;
}
.category-widget li a:hover, .category-widget li a:focus {
	color: #131114;
}
.category-widget .fa {
	color: #131114;
	font-size: 16px;
	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: 0px 12px;
	border: 1px solid #e0e0e0;
}
.tags-widget a:hover {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
	text-decoration: none;
}
.tags-widget a:focus {
	color: #131114;
}
/*.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;
	padding: 0px;
}
.instagram-widget li {
	display: inline-block;
	width: 83px;
	height: 84px;
	overflow: hidden;
	position: relative;
	padding: 0 5px;
}
.instagram-widget .insta-hover {
	background: rgba(255, 16, 20, 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;
	list-style: none;
}
.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;
	list-style: none;
}
.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;
}
.category-widget a {
	display: inline-block;
	width: 100%;
}
.category-widget a span {
	float: right;
	margin: 0 0 0 60px;
}
.widget.social-widget .social-icon-box a {
	margin: 0 4px 0 0;
}
.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: 0px;
}
.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;
	color: #131114;
	font-weight: 600;
}
.user-profile .user-designation {
	color: #999;
	font-family: Raleway;
}
.user-profile > p {
	font-size: 14px;
	padding: 10px 0 0;
}
.user-profile .social-icon {
	margin: 15px 3px 0 0;
}
.user-profile-widget .read-more.gradient-color {
	font-weight: 600;
	font-family: Raleway;
	margin-bottom: 15px;
}
.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;
}
.widget.meta-widget ul a:hover, .widget.meta-widget ul a:focus {
	text-decoration: none;
	color: #131114;
}
.widget.user-profile-widget a {
	margin: 0 2px 0 0;
}
.widget.category-widget ul a:hover, .widget .category-widget ul a:focus {
	color: #131114;
}
.widget.subscribe-widget .form-box, .widget.login-widget .form-box {
	padding: 27px;
}
.archive-widget > ul a:hover, .archive-widget > ul a:focus {
	color: #131114;
}
.widget-title span {
	background: #f8f8f8;
	position: relative;
	padding: 10px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.widget.search-widget .input-field {
	background: #fff;
}
.widget.weather-widget .weather-image img {
	width: 100%;
}

@media ( max-width: 767px ) {
.widget-title::before {
	top: 10px;
}
.instagram-widget li{width:100px;}
}
@media ( min-width: 768px ) and ( max-width: 1024px ) {
.instagram-widget li{width:110px;}
.widget-title::before{top:12px;}
}
/************************************************************************************ 29. 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;
}
}
/************************************************************************ 30. Testimonial Style 1 ****************************************************************************************/
.testimonial {
	text-align: center;
}
.rp-testimonial {
	width: 60%;
	margin: 0 auto;
}
.testimonial.style-1 .testimonial-detail > p {
	color: #262626;
	margin: 20px 0 0 0;
	padding: 0 0 30px 0;
	font-style: italic;
}
.testimonial-name {
	font-family: Raleway;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #262626;
	margin-bottom: 5px;
}
.testimonial-designation {
	font-family: Raleway;
}
.testimonial-image img {
	width: auto !important;
}
.testimonial .fa.fa-quote-left {
	color: #ed133e;
	font-size: 50px;
	margin-bottom: 10px;
}
.testimonial .fa.fa-quote-right {
	color: #f41f37;
	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;
}
}
/****************************************************************************** 31. Testimonial Style 2 **********************************************************************************/
.testimonial.dark-grey-bg {
	background: #131114;
	color: #fff;
}
.testimonial.dark-grey-bg .testimonial-name {
	font-style: normal;
	color: #fff;
}
.testimonial.dark-grey-bg .testimonial-detail > p {
	color: #fff;
	font-style: italic;
}
.testimonial.dark-grey-bg.style-2 .testimonial-quote .fa.fa-quote-right {
	color: #fff;
	margin-bottom: 15px;
}
/****************************************************************************** 32. 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;
	font-style: italic;
}
.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: #f52236;
}
.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;
}
/******************************************************************************** 33. 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: #fff;
}
.testimonial.dark-grey-bg.style-3 .slick-slide.slick-current.slick-active.slick-center .testimonial-detail {
	background: #212121;
}
/******************************************************************************** 34. 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;
	font-style: italic;
}
.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;
	margin: 0;
}
.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: 2px;
	position: absolute;
	top: 116px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	background: #1b1a1c;
}

@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;}*/
}
/************************************************************************** 35. 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: #1b1a1c;
}
.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;
}
}
/*************************************************************************** 36. 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;
	margin: -23px 0 0 0;
}
.testimonial.style-6 .testimonial-name > span {
	font-family: Raleway;
	font-size: 14px;
	font-weight: normal;
}
/*************************************************************************** 37. Testimonial Style 8 ************************************************************************************/

.testimonial.style-7 {
	position: relative;
}
.testimonial.style-7 .bakground-image {
	position: absolute;
	height: 450px;
	width: 100%;
	text-align: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.testimonial.style-7 h2 {
	color: #fff;
	margin-bottom: 40px;
}
.testimonial.style-7 .owl-item {
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	padding: 50px;
}
.testimonial.style-7 .owl-stage-outer {
	padding: 15px;
}
.testimonial.style-7 .testimonial-name {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 16px;
}
/******************************************************************************** 38. 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%;
}
}
/******************************************************************************* 39. Pagination *********************************************************************************/

.pagination {
	text-align: center;
	display: block;
	margin: 40px 0;
	background: #f8f8f8;
}
.pagination li {
	display: inline-block;
	margin: 0 3px;
}
.pagination li a {
	background: #fff;
	font-family: Raleway;
	border: 1px solid #e0e0e0;
	display: inline-block;
	padding: 0px 15px;
	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;
	color: #262626;
}
.pagination li a:active, .pagination li a:focus {
	background: #f8f8f8;
}
.pagination-style-1 li a {
	background: #f8f8f8;
	border: none;
	font-family: Raleway;
	display: inline-block;
	padding: 5px 20px;
	transition: ease-in-out all 0.1s;
	-webkit-transition: ease-in-out all 0.1s;
	-ms-transition: ease-in-out all 0.1s;
	-o-transition: ease-in-out all 0.1s;
}
.pagination-style-1 {
	border-top: 1px solid #e0e0e0;
}
.pagination-style-1 li a:active, .pagination-style-1 li a:focus {
	color: #ee153d;
	font-weight: bold;
}
.pagination-style-1 li a:active, .pagination-style-1 li a:focus {
	border-top: 1px solid #ee153d;
	position: relative;
	bottom: 1px;
}
.pagination li a i {
	font-size: 20px;
}
.pagination li a span {
	padding: 0 8px;
	font-family: Raleway;
}
.pagination.dark-bg li a {
	color: #484848;
	border-left: none;
	border-top: none;
	border-bottom: none;
	border: none;
}
.pagination li a:hover {
	background: #f8f8f8;
}
.pagination-style-1 li a {
	border-top: 1px solid transparent;
	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;
}
.pagination-style-1 li a:hover {
	color: red;
	border-top: 1px solid #ee153d;
	position: relative;
}
.pagination.dark-bg i {
	font-size: 15px;
}
.pagination.dark-bg li a {
	font-weight: bold;
	background: #f8f8f8;
}
/*.pagination.dark-bg li a:active,.pagination.dark-bg li a:focus{background:#fc3031; color:#fff;}*/
.pagination.dark-bg li:last-child a {
	border: none;
}
.pagination.dark-bg li a:hover {
	background: #fc3031;
	color: #fff;
}

@media ( max-width: 767px ) {
.pagination li a {
	padding: 0px 12px;
}
.pagination li a span {
	padding: 0;
}
}
/********************************************************************** 40. popover ************************************************************************************************/
.popover-content {
	padding: 15px 14px;
	line-height: 28px;
}
.popover-title {
	padding: 14px 14px;
	font-family: Raleway !important;
	font-weight: bold;
	font-size: 15px;
}
.popover-style-1 span {
	color: red;
	text-decoration: underline;
}
.popover-style-1 a:hover, .popover-style-1 a:focus {
	color: #131114;
}
.popover-style-1 .button-medium.button-gradient {
	margin: 15px 15px 0 0;
	color: #fff;
}
.popover-style-1 .tool {
	margin-top: 55px !important;
}

/*.popover-style-1 .popover-title{font-family:Raleway !important; font-weight: bold; font-size: 15px;}*/

@media ( max-width: 767px ) {
.popover-style-1 .button-medium.button-gradient {
	margin: 12px;
}
.popover-style-1 .tool {
    margin-top: 25px !important;
}
}
/********************40.1 popover tool tip****************************/

.popover-style-1 .tooltip.top .tooltip {
	font-family: Raleway;
}
.popover-style-1 .tooltip.top .tooltip-inner {
	padding: 8px 12px;
	color: #131114;
	background-color: #fff;
	box-shadow: 0px 0px 1px 2px #ededed;
	font-family: Raleway;
	margin: 30px 0px 15px 0;
	border-radius: 0px !important;
}
.popover-style-1 .tooltip.top .tooltip-arrow {
	border-top-color: #fff;
	margin: 0 0px 15px -5px;
}
.popover-style-1 .tooltip.bottom .tooltip {
	font-family: Raleway;
}
.popover-style-1 .tooltip.bottom .tooltip-inner {
	padding: 10px 12px;
	color: #fff;
	background-color: #131114;
	font-family: Raleway;
	margin: 15px 0px 0 0;
	border-radius: 0px !important;
}
.popover-style-1 .tooltip.bottom .tooltip-arrow {
	border-top-color: #fff;
	margin: 15px 0 0 -5px;
}
.popover-style-1 .fa.fa-info-circle :focus {
	color: black;
}

@media ( min-width: 768px ) and ( max-width: 1050px ) {
.popover-style-1 .button-medium.button-gradient {
	margin: 15px 10px 0 0;
}
}
/********************************************************************** 41. Portfolio Page ************************************************************************************************/
.portfolio .categories {
	text-align: center;
}
.portfolio ul li {
	display: inline-block;
}
.portfolio li {
	display: inline-block;
}
.portfolio li:last-child:after {
	content: '';
}
.portfolio li a {
	background: #f0f0f0;
	/*border: 1px solid #e6e6e6;*/
	color: #808080;
	display: inline-block;
	font-family: Raleway;
	font-size: 14px;
	margin: 0 4px;
	padding: 3px 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.portfolio li a.active {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	color: #fff;
}
.portfolio .gallary-item {
	margin-bottom: 30px !important;
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: 100%;
	display: inline-block;
}
.portfolio .hover-bg {
	overflow: hidden;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.portfolio .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background-image: -moz-linear-gradient( -40deg, rgb(237, 140, 122) 0%, rgb(236, 132, 127) 49%, rgb(245, 183, 89) 100%);
    background-image: -webkit-linear-gradient( -40deg, rgb(237, 140, 122) 0%, rgb(236, 132, 127) 49%, rgb(245, 183, 89) 100%);
    background-image: -ms-linear-gradient( -40deg, rgb(237, 140, 122) 0%, rgb(236, 132, 127) 49%, rgb(245, 183, 89) 100%);
    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;
}
.sempadding{
    padding:0 !important;
}
.portfolio .hover-text h6 {
	color: #fff;
	font-weight: 600;
	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;
	font-size: 24px;
	margin-bottom: 5px;
	transform: translateY(-100%);
}
.portfolio .gallary-item:hover h6 {
	transform: translateY(0%);
}
.portfolio .gallary-item .hover-inner small {
	color: #fff;
	font-size: 16px;
	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;
	font-family: Raleway;
	bottom: -30px;
	position: relative;
}
.portfolio .gallary-item:hover small {
	bottom: 0;
}
.portfolio .hover-bg .hover-text small {
	font-size: 14px;
}
.portfolio .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;
}
.no-space .gallary-item {
	margin: 0 !important;
}
.portfolio .hover-text .hover-outer {
	display: table;
	height: 100%;
	width: 100%;
}
.portfolio .hover-text .hover-inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
    background-image: -moz-linear-gradient( -40deg, rgb(236, 131, 128) 0%, rgb(238, 148, 118) 51%, rgb(253, 208, 64) 100%);
    background-image: -webkit-linear-gradient( -40deg, rgb(236, 131, 128) 0%, rgb(238, 148, 118) 51%, rgb(253, 208, 64) 100%);
    background-image: -ms-linear-gradient( -40deg, rgb(236, 131, 128) 0%, rgb(238, 148, 118) 51%, rgb(253, 208, 64) 100%);
    opacity: 0.902;
}
.portfolio .hover-inner h3 {
	color: #fff;
}
.full-width-two-column .grid-item {
	width: 50%;
	padding: 0px;
}
.full-width-three-column .grid-item {
	width: 33.33%;
	padding: 0px;
}
.full-width-four-column .grid-item {
	width: 25%;
	padding: 0px;
}
.two-column .grid-item {
	width: 50%;
}
.three-column .grid-item {
	width: 33.33%;
}
.four-column .grid-item {
	width: 25%;
}
.morden-two-column .grid-item {
	width: 50%;
	padding: 0px;
}
.morden-three-column .grid-item {
	width: 33.33%;
	padding: 0px;
}
.morden-four-column .grid-item {
	width: 25%;
	padding: 0px;
}

@media( max-width: 767px ) {
.full-width-two-column .grid-item {
	width: 100%;
}
.full-width-three-column .grid-item {
	width: 100% !important;
}
.full-width-four-column .grid-item {
	width: 100%;
}
.two-column .grid-item {
	width: 100%;
}
.three-column .grid-item {
	width: 100%;
}
.four-column .grid-item {
	width: 100%;
}
.morden-two-column .grid-item {
	width: 100%;
}
.morden-three-column .grid-item {
	width: 100%;
}
.morden-four-column .grid-item {
	width: 100%;
}
}
/*************** 41.1 Portfolio Masnory (Style 2) *************/
.masonry-two-column .grid-item {
	width: 50%;
}
.masonry-four-column .grid-item {
	width: 25%;
}
.masonry-full-width .grid-item {
	width: 25%;
}
.modern-full-width-masonary .grid-item {
	width: 25%;
	padding: 0px;
}
.grid-item {
	width: 33.33%;
	padding: 0 15px;
	display: inline-block;
	margin-bottom: -6px;
}
.grid-item img {
	width: 100%; /*margin-bottom: -6px; */
	display: inline-block;
	overflow: hidden;
}
.grid-item-large {
	width: 66.66%;
}
.grid-item-half {
	width: 50% !important;
}
.grid-item-extra-half {
	width: 66.65% !important;
}
.portfolio .no-pace .grid-item {
	padding: 0;
}
.portfolio .no-pace .gallary-item {
	margin-bottom: 0px !important;
}

@media( max-width: 767px ) {
.masonry-four-column .grid-item {
	width: 100%;
}
.grid-item {
	width: 100%;
}
.grid-item-large {
	width: 100%;
}
.grid-item-half {
	width: 100% !important;
}
}
/*************** 41.2 Portfolio Masnory (Style 3)*************/

.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%;
}
}
/************* 41.3 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 h3 {
	padding: 0 0 5px 0px;
	color: #fff;
	font-family: Raleway;
	font-weight: bold;
}
.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-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
   background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
   background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);*/
	color: #000;
	transition: ease-in-out all 0.4s;
	border-color: transparent;
}

@media ( max-width: 767px ) {
.parallax-portfolio {
	height: 380px;
}
.parallax-portfolio .detail h3 {
	font-size: 24px;
}
}
/****************************************************************************** 42. Portfolio Detail ***********************************************************************************/
.portfolio-detail {
	display: inline-block;
}
.portfolio-detail img {
	margin: 0 0 30px 0;
	display: inline-block;
}
.portfolio-detail-sidebar h4 {
	padding: 10px 0 10px 0;
	line-height: 30px;
	font-family: Raleway;
	font-weight: 700;
}
.portfolio-detail-sidebar {
	margin-top: -18px;
}
.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 14px;
}
.portfolio-detail-sidebar .uploader > span {
	font-family: Raleway;
	font-size: 16px;
	width: 102px;
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
}
.portfolio-detail-sidebar .uploader > p {
	display: initial;
}
.portfolio-detail-sidebar .uploader a {
	text-decoration: underline;
	color: #fe342f;
	font-family: Raleway;
	font-size: 18px;
	position: absolute;
}
.portfolio-detail-sidebar > h6 {
	padding: 12px 0;
	font-weight: 600;
	font-size: 18px;
}
.portfolio-detail-sidebar .social-icon-box a {
	margin: 0px 5px 0px 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;
	border-left: 1px solid #e0e0e0;
}
.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: #fc3031;
}
.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;
	color: #fff;
}
.next-prev-portfolio {
	position: relative;
	z-index: 999999;
	border: 1px solid #e0e0e0;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.next-prev-portfolio a span {
	color: #999;
	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;
}
	
	
}


/************* 42.2 Portfolio Detail 2 **************/
.title-top {
	font-family: Raleway;
	text-transform: uppercase;
	font-size: 18px;
	color: #939393;
	font-weight: 500;
	margin-bottom: -17px;
}
.portfolio-detail-slider .portfolio-detail-2 h4 {
	line-height: normal;
	padding-bottom: 5px;
	font-family: Raleway;
	font-weight: bold;
	margin: -22px 0 0 0;
}
.portfolio-detail-2 {
	display: inline-block;
}
.small-seperator {
	background: #d9d9d9 none repeat scroll 0 0;
	height: 1px;
	margin: 20px auto 60px;
	width: 65px;
}
.portfolio-detail-2 .small-seperator {
	background: #d9d9d9 none repeat scroll 0 0;
	height: 1px;
	margin: 20px auto 60px;
	width: 62px;
	margin: 15px 0 25px;
}
.portfolio-title-2 h1 {
	color: rgb(230,6,71);
	font-family: vidaloka;
	/*margin-bottom: 85px;*/
}
.portfolio-detail-2 .portfolio-detail-sidebar .uploader > span {
	font-family: Raleway;
	font-size: 16px;
	width: 102px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
}
.portfolio-detail-2 .portfolio-detail-sidebar .uploader {
	margin: 0 0 12px;
}
.portfolio-detail-2 .portfolio-detail-sidebar > h6 {
	text-transform: uppercase;
}

@media ( max-width: 767px ) {
.title-top {
	font-size: 15px;
}
/*.portfolio-title-2 h1 {
	font-size: 36px;
	margin-bottom: 35px;
}*/
.owl-prev {
	margin-left: 15px;
}
.owl-next {
	margin-right: 15px;
}
}

@media ( min-width: 768px ) and ( max-width: 1023px ) {
.title-top {
	font-size: 15px;
}
.portfolio-title-2 h1 {
	font-size: 36px;
}
}
/*****************************************************************************43. home-simple****************************************************************************************/
.home-simple.categories li a {
	background: #f0f0f0;
}
.home-simple.categories li a.active {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
}
.home-simple.gallary .hover-text h6 {
	font-size: 24px;
	margin-bottom: 10px;
}
.home-simple.categories ul {
	padding: 0px;
}
.white-background.box-layout h1 {
	color: #e60647;
	margin-bottom: -10px;
}
.white-background.box-layout .portfolio-top-text {
	padding: 40px 45px;
}
.white-background.box-layout .portfolio-top-text h5{
	font-family: Raleway;
    font-size: 24px;
	}
.white-background.box-layout .portfolio {
	padding: 0 30px 25px 30px;
}
.white-background.box-layout .portfolio .categories {
	text-align: left;
	padding-left: 15px;
}
.header-modern .container {
	padding: 0 55px;
}

@media ( max-width: 767px ) {
.header-modern .container {
	padding: 0 15px;
}
.white-background.box-layout .portfolio {
	padding: 0;
}
.white-background.box-layout .portfolio-top-text {
	padding: 30px 15px 0 15px;
}
}
/****************************************************************************** 44.Blog Detail ***********************************************************************************/
.blog-detail h3:hover {
	color: #f42b23;
	transition: ease-in-out all 0.4s;
}
.blog-detail h3 {
	line-height: 37px;
	font-size: 36px;
	font-family: vidaloka;
	font-weight: normal;
	margin-bottom: -2px;
}
.blog-detail h5 {
	padding: 8px 0 0;
	font-size: 18px;
	font-weight: bold;
	font-family: Raleway;
	text-transform: uppercase;
}
.blog-detail ul {
	margin: 0;
}
.blog-detail li {
	margin: 0 0 0 16px;
	padding: 20px 0 0 8px !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: #f2f2f2 none repeat scroll 0 0;
	border: 1px solid #e0e0e0;
	color: #333 !important;
	font-size: 18px;
	margin: 0 6px 0 0;
	padding: 6px 10px !important;
	text-align: center;
	font-family: Raleway;
}
.blog-detail .social-share-box {
	background-image: -moz-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(230,6,71) 0%, rgb(241,26,58) 51%, rgb(255,54,46) 100%);
	border: 1px solid #e0e0e0;
	margin-top: 35px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.blog-single-post .carousel-text {
	bottom: 25% !important;
}
.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-text {
	font-weight: bold;
}
.next-prev-text span {
	font-weight: normal;
}
.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;
	font-family: Raleway;
}
.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%;
	border-radius: 50%;
}
.post-author-name > a {
	display: inline-block;
	font-family: Raleway;
	font-size: 18px;
	padding: 0 0 15px;
	font-weight: 600;
}
.post-author-name > a:hover, .post-author-name > a:focus {
	color: #131114;
}
.post-author-name > a span {
	font-family: Raleway;
	font-size: 14px;
	color: #777;
	font-weight: 400;
}
.post-author-detail > p {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 24px !important;
}
.blog-detail .blog-post.style-one h5 {
	padding-bottom: 30px;
}
.blog-detail .divider {
	margin: 40px 0 60px 0;
}
.comment h6 {
	float: left;
	margin-bottom: 60px !important;
	padding: 0;
	font-weight: 600;
}
.comment h6 .fa {
	color: #fc3031;
}
.comment > .add-comment {
	border: 1px solid;
	float: right;
	font-family: Raleway;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 15px;
	text-transform: uppercase;
	color: #131114;
}
.comment.add-comment:hover, .comment.add-comment:focus {
	color: #131114;
}
.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;
	font-family: Raleway;
}
.commenter-detail a {
	color: #fc3031;
	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: Raleway;
	font-size: 13px;
	font-weight: 600;
	padding: 6px 12px;
	text-transform: uppercase;
}
.reply-button:hover, .reply-button:focus {
	color: #131114;
}
.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;
}
.blog-detail.blog-left-sidebar h3 {
	margin-bottom: 0px;
}

@media ( max-width: 767px ) {
.next-prev-blog a {
	width: 100%;
	height: 90px;
	padding: 15px 35px;
	margin: 1px 0;
}
.blog-single-post .carousel-text{ bottom: 0 !important; }
.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;
}
.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;
}
.social-share-box p {
	font-size: 13px !important;
}
.imagine {
	padding: 22px 0px 0px 10px !important;
}
.post-author-info  .post-author-image{ float: none; margin: 0 auto; }
.post-author-info  .post-author-detail {
    padding: 20px 0 0;
    text-align: center;
}
}

@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;
}
.imagine h5 {
	display: -moz-box;
}
.tag-style {
	padding-bottom: 15px;
	margin-top: 15px;
}
}
.widget.search-widget label {
	float: right;
	margin-top: -37px;
	margin-right: 15px;
	color: #808080;
}
.post-detail.style-1 {
	margin-bottom: 10px;
	font-family: Raleway;
	font-size: 18px;
}
.post-detail.style-1 a {
	text-decoration: underline;
	color: red;
	font-size: 18px;
}
.post-detail.style-1 i {
	color: #fc3031;
	padding: 10px;
	font-size: 15px;
}
.font-style {
	font-size: 24px;
	line-height: 35px !important;
	text-align: left;
}
.blog-detail .social-icon-box a {
	margin: 0px 5px 0 0;
}
.blog-box p {
	background-color: #d9edf7;
	padding: 10px;
	margin-top: 28px;
}
.blog-box span {
	text-transform: uppercase;
	font-weight: bold;
}
.blog-detail.light-grey-bg {
	padding: 15px;
}
.blog-detail.light-grey-bg .block-footer {
	font-size: 18px;
	margin-top: -22px;
	margin-bottom: 10px;
}
.blog-detail.light-grey-bg .block-footer span {
	font-size: 18px;
	font-family: Raleway;
	font-weight: bold;
}
.blog-detail .tag-style h5 {
	text-transform: capitalize;
}
.blog-color {
	color: #fc3031;
}
.blog-image p span {
	background-color: #fc3031;
	color: #fff;
}
.blog-image p {
	margin: -10px;
}
.tag-style {
	float: left;
	margin-right: 30px;
	margin-top: -10px;
}
.post-author-info.margin-top-70.light-grey-bg {
	padding: 32px 20px 18px;
}
.blog-content p {
	text-align: center;
	margin-top: 25px;
	color: #a5a5a5;
}
.blog-img.responsive {
	background-image: url(../images/left-sidebar.jpg);
	padding: 13px;
}
.imagine {
	padding: 30px;
}
.imagine h5 {
	color: #fff;
	font-family: pacifico;
	text-transform: unset;
	font-size: 36px;
}
.imagine .button-white-border {
	border: 1px solid #fff;
	margin-top: 30px;
}
.blog-image a {
	text-decoration: underline;
	color: #fc3031;
}
.left-blog-style {
	float: left;
	margin-right: 30px;
}
.blog-heading {
	margin-top: 25px;
}
.social-share-box p {
	text-align: center;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 18px;
}
.blog-post.style-one {
	margin-top: 45px;
}
.blog-post.style-one h5 {
	font-family: Raleway;
	text-transform: lowercase;
	font-size: 24px;
}
.common-blog h5 {
	text-transform: unset;
	font-family: Raleway;
}
.blog-detail.style-2 h3 {
	font-size: 24px;
}
.left-blog-pagination {
	float: left;
}
.blog-image iframe {
	width: 100%;
	height: 500px;
}
.left-side h6 {
	font-weight: bold;
}

@media ( max-width: 767px ) {
.blog-detail h3 {
	font-size: 20px;
	text-align: left;
}
.imagine h5 {
	font-size: 20px;
	display: -moz-inline-box;
}
.blog-detail.light-grey-bg {
	margin-top: 30px;
}
.tag-style {
	padding-bottom: 15px;
	margin-top: 15px;
}
.blog-image iframe {
	width: 100%;
	height: 250px;
}
.left-blog-style {
	margin-right: 0px;
}
.blog-detail h5 {
	padding: 8px 0 8px;
}
.post-detail.style-1 {
	text-align: left;
}
.post-text p {
	text-align: left;
	padding:0 0 0 15px;
}
}
.post-text p {
    text-align: left;
    padding: 0 0 15px;
}
/******************************************************************************* 45. Archive ******************************************************************************************/
.archive h6 {
	padding: 0 0 10px 0;
	font-weight: bold;
}
.archive a {
	color: #131114;
	display: inline-block;
	padding: 4px 10px;
}
.archive li:last-child a {
	padding-bottom: 0;
}
/*********************************************************************************** 46. Search result **********************************************************************************/
.search-result {
	margin-top: -25px;
}
.search-result h6 {
	padding: 0;
}
.search-result a {
	color: #131114;
	font-size: 24px;
	font-weight: bold;
	font-family: Raleway;
}
.search-result li {
	border-bottom: 1px solid #e0e0e0;
	padding-top: 15px;
}
.search-result span {
	float: right;
	margin-top: -60px;
	margin-right: 22px;
}
.page-title.search-style-1 h2 {
	margin-bottom: -10px;
	font-size: 70px;
}
.search-result.search-style-1 p {
	margin-bottom: -10px;
}
.page-title.search-style-1 h6 {
	color: #131114;
}

@media ( max-width: 767px ) {
.page-title.search-style-1 h2 {
	font-size: 30px;
}
}
/********************************************************************************* 47. 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;
}
}
/**************************************************************************** 48. Blog Masonry ***********************************************************************************/
.gallary.masnory-blog .grid-sizer, .gallary.masnory-blog .item {
	width: 50%;
}
.masnory-blog .blog-detail h3 {
	font-size: 20px;
}
.masnory-blog .post-detail.style-1 {
	margin: -11px 0 25px 0
}
.masnory-blog .blog-head {
	margin-bottom: 15px;
}
.masnory-blog .blog-title a {
	font-size: 24px;
}
.masnory-blog .blog-image iframe {
	height: 370px;
}
.masonery-style .grid-item {
	padding: 0px;
}

@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;
}
}
/****************************************************************************** 49.Faq ***************************************************************************************/
.faq.accordion .panel-heading a {
	display: block;
	font-size: 16px;
	font-family: Raleway;
	font-weight: 700;
}
.faq-title h5 {
	margin-top: 50px !important;
}
.faq-title p {
	margin-bottom: -15px;
}

@media ( min-width: 768px ) and ( max-width: 1023px) {
.faq-title h5 {
	margin-top: 15px;
}
}
/****************************************************************************** 50.404 Page ***************************************************************************************/

/********************************50.1 404-01-style 1************************************/
.page-style-one .page {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 600px;
	z-index: 1;
	background: #0D0C1E;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.page-style-one .browser-bar {
	background: #f9f9f3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 5px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}
.page-style-one .button {
	display: inline-block;
	float: left;
	border-radius: 100%;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	padding: 0px !important;
}
.page-style-one .close {
	background: #fc635d;
}
.page-style-one .min {
	background: #fdbc40;
}
.page-style-one .max {
	background: #34c84a;
}
.page-style-one .text {
	color: #fff;
	font-family: Courier;
	line-height: 30px;
}
.page-style-one .text a {
	color: #fff;
	text-decoration: underline;
}
.page-style-one img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scale(1.1);
	opacity: 0.7;
}
.page-style-one .text a:hover {
	color: #fc3031;
	text-decoration: underline;
	transition: ease-in-out all 0.4s;
}
.page-style-one.content {
	width: 500px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: #131114;
	padding: 45px 20px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 25px rgba(0, 0, 0, .5);
	border-radius: 5px 5px 0 0;
}

@media ( max-width: 767px ) {
.page-style-one.content {
	width: 250px;
	top: 60%;
}
}

@media ( min-width: 768px ) and ( max-width: 1023px) {
.page-style-one.content {
	top: 45%;
}
}
/********************************50.2 404-02-style 2************************************/

.page {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #0D0C1E;
	border-radius: 0px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.page-style-two.content {
	text-align: center;
	padding-top: 45px;
	color: #CDD4DE;
}
.page-style-two.content h1 {
	font-weight: 800;
	font-size: 300px;
	line-height: 1;
	margin-bottom: -15px;
	opacity: 0.3;
	font-family: Raleway;
	color: #fff;
}
.page-style-two.content h2 {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 10px;
	opacity: 0.3;
	color: #fff;
	font-family: Raleway;
}
.page-style-two.content p {
	font-size: 18px;
	opacity: 0.7;
	margin-bottom: 50px;
	color: #fff;
	font-weight: 400;
}
.page-style-two.content a {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 18px 35px;
	opacity: 0.5;
	cursor: pointer;
	color: #fff;
	font-family: Raleway;
}
.page-style-two.content a:hover {
	background: #fff;
	color: #000;
	transition: ease-in-out all 0.6s;
}
.page-style-two img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	transform: scale(1.1);
	opacity: 0.7;
}

@media ( max-width: 767px ) {
.page-style-two.content h1 {
	font-size: 150px;
	margin-top: 70px;
}
.page-style-two.content h2 {
	font-size: 24px;
}
.page-style-two.content p {
	font-size: 16px;
	margin: 0px;
}
.page-style-two img {
	height: 900px;
}
}

@media ( min-width: 768px ) and ( max-width: 1023px) {
.page-style-two.content h1 {
	font-size: 150px !important;
	margin-top: 100px;
}
.page-style-two.content h2 {
	font-size: 24px !important;
}
.page-style-two.content p {
	font-size: 16px;
	margin: 0px;
}
.page-style-two img {
	height: 100%;
}
}

@media ( min-width: 1024px ) and ( max-width: 1300px) {
.page-style-two img {
	height: 900px;
}
}
/********************************50.3 404-03-style 3************************************/
.page-style-three.device-lg {
	overflow: hidden;
}
.page-style-three h1 {
	font-family: Raleway;
	font-size: 300px;
	width: 100%;
	text-align: center;
	position: relative;
	top: 70px;
	font-weight: 800;
}
.page-style-three #silhouette {
	color: rgba(0,0,0,0.15);
	font-family: Raleway;
	font-size: 300px;
}
* {
	margin: 0;
	padding: 0;
}
.page-style-three #wobble {
	position: relative;
	display: inline-block;
	right: 177px;
	transform-origin: 114px 190px;
	transform: rotate(2deg);
	transition: transform 1s linear;
	font-size: 300px;
}
.page-style-three h6 {
	width: 100%;
	text-align: center;
	position: relative;
	top: 200px;
	right: 97px;
	margin-bottom: 0px;
	font-weight: 400;
}
.page-style-three.content a {
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	border: 2px solid #131114;
	padding: 20px 32px;
	cursor: pointer;
	color: #131114;
	font-family: Raleway;
	font-weight: 600;
	position: relative;
	top: 285px;
	right: 102px
}
.page-style-three.content a:hover {
	background: #000;
	color: #fff;
	transition: ease-in-out all 0.6s;
}
.page-style-three.content {
	text-align: center;
	color: #CDD4DE;
	margin-left: 150px;
}

@media ( max-width: 767px ) {
.page-style-three h1 {
	font-size: 150px;
}
.page-style-three.content {
	margin: 0px;
}
.page-style-three #silhouette {
	font-size: 150px;
}
.page-style-three h6 {
	right: 0px;
	top: 100px;
}
.page-style-three #wobble {
	font-size: 150px;
	right: -100px;
	transform-origin: 55px 90px;
	top:-45px; left: 90px;
}
.page-style-three.content a {
	right: 0px;
	top: 168px;
}
}

@media ( min-width: 768px ) and ( max-width: 1023px) {
.page-style-three h1 {
	font-size: 150px !important;
}
.page-style-three.content {
	margin-right: auto;
}
.page-style-three #silhouette {
	font-size: 150px;
}
.page-style-three h6 {
	right: 44px;
	top: 130px;
}
.page-style-three #wobble {
	font-size: 150px;
	right: 88px;
	transform-origin: 57px 100px;
}
.page-style-three.content a {
	right: 33px;
	top: 200px;
}
}

@media ( min-width: 1024px ) and ( max-width: 1300px) {
.page-style-three #wobble {
	right: 177px;
	transform-origin: 114px 190px;
}
}
/************************************************************************ 51. Contact ****************************************************************************************/

/***************** 51.1 Contact Style 1 ********************/


.contact-page-1 .number h3 {
	font-size: 150px;
	color: #e0e0e0;
	font-family: vidaloka;
	text-align: center;
}
.contact-page-1 .number h5 {
	color: #fc3031;
	text-transform: uppercase;
	margin-bottom: 10px !important;
}
.white-background {
	background: #fff;
}
.contact-page-1 .number p {
	margin-bottom: 60px;
}
.white-background h4 {
	margin: -20px 0 35px 0;
}

@media screen and (max-width: 767px) {
.contact-page-1 .number h3 {
	margin-bottom: 54px;
	font-size: 115px;
}
.contact-page-1 .number p {
	margin-bottom: 25px;
}
}

@media ( min-width: 768px ) and ( max-width: 1023px) {
.contact-page-1 .number h3 {
	font-size: 115px;
}
.contact-page-1 .number h2 {
	font-size: 25px;
}
}
/********************* 51.2 Contact Style 2 *****************/

.contact-sidebar p {
	font-weight: bold;
}
.address span {
	color: #fc3031;
	font-weight: bold;
	margin: 0 5px 0px 0;
}
.address {
	margin-bottom: 12px;
}
.contact-social-icon .social-icon.si-rounded {
	margin: 22px 6px 0 0;
	color: #131114;
}
.contact-from-box.form-box {
	box-shadow: none;
	padding: 0px;
	margin-bottom: 10px;
	background: #f8f8f8;
}
/***************** 51.3 Contact Style 3 ******************/
.conntact-page-3 a {
	color: #fc3031;
	font-size: 16px;
	font-family: Raleway;
	text-transform: uppercase;
	font-weight: 600;
	opacity: 0.6;
}
.contact-page-3.contact p {
	margin-bottom: 14px;
}
.contact-page-3 a:active, .conntact-page-3 a:focus {
	opacity: 1.0;
	color: #fc3031;
}
.contact-page-3.tabbing-menu.style-three .nav-tabs {
	border: none;
}
.contact-page-3.tabbing-menu.style-three .nav.nav-tabs > li > a {
	margin-bottom: -17px;
	border: none;
	position: initial;
}
.contact-page-3.tabbing-menu span {
	color: #fc3031;
}
.contact-page-3 .nav li.active {
	opacity: 1.0 !important;
}
.contact-page-3 .nav li {
	opacity: 0.5;
}
.map-box.tabbing-menu.style-three .nav-tabs {
	padding: 0px 88px 0px 78px;
}
.map-box {
	border: 1px solid #e8e8e8;
	background: #fff;
	box-shadow: 0 0px 18px rgba(0, 0, 0, 0.2);
	height: auto;
	padding: 10px;
	width: auto;
}
.nav-direction {
	margin-right: 25px;
}
.nav-direction-1 {
	margin-right: 90px;
}
.contact-page-3.map-box h3 {
	font-family: vidaloka;
}
.contact-page-3.map-box p {
	margin-left: 60px;
	text-align: left;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
.contact-page-3.map-box p {
	margin: 12px 0 0 10px;
	text-align: initial;
}
.map-box.tabbing-menu.style-three .nav-tabs {
	padding: 0px 0;
}
.contact-page-3.map-box h3 {
	font-size: 20px;
}
}

@media ( min-width: 768px ) and ( max-width: 1023px) {
.contact-page-3.map-box p {
	text-align: initial;
	margin: 0 0 0 13px;
}
}

@media ( min-width: 1024px ) and ( max-width: 1100px) {
.contact-page-3.map-box p {
	margin-left: 42px;
}
}
/************************************************************************ 52. parallax ****************************************************************************************/
.parallax-1 {
	height: 600px;
}
.parallax-style-1, .parallax-style {
	position: relative;
	top: 170px;
}
.parallax-style-1 p {
	text-align: left;
	color: #fff;
}
.parallax-style-1 h4 {
	text-align: left;
	color: #fff;
}
.parallax-style-1 h4 {
	font-size: 36px;
	margin-bottom: -6px;
}
.parallax {
	height: 700px;
	background: transparent;
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
}
.parallax-style i {
	color: #fc3031 !important;
	font-size: 30px;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	color: #fff;
	background: #fff;
	float: right;
	position: relative;
	top: 138px;
}
.parallax-style-2 i {
	color: #fc3031 !important;
	font-size: 30px;
	border: 1px solid #fff;
	padding: 8px;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	color: #fff;
	background: #fff;
	float: right;
	position: relative;
	bottom: 110px;
}
.parallax .overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
}
.parallax-style-2, .parallax-style {
	position: relative;
	top: 150px;
}
.parallax-style h1 {
	color: #fff;
	text-align: left;
}
.parallax-style p {
	color: #fff;
	text-align: left;
}
.parallax-style-2 p {
	text-align: left;
	color: #fff;
}
.parallax-style-2 h3 {
	text-align: left;
	color: #fff;
}
.parallax-style-2 h3 {
	font-size: 60px;
	font-family: Vidaloka;
	margin-bottom: -6px;
}

@media screen and (max-width: 767px) {
.parallax-style-2 h3 {
	font-size: 20px;
}
.parallax-style-1 h4 {
	font-size: 20px;
}
.parallax-style h1 {
	font-size: 36px;
	line-height: 50px;
}
.parallax-style-1{top:175px;}
}

@media ( min-width: 768px ) and ( max-width: 1023px) {
.parallax-style-2 h3 {
	font-size: 30px;
}
}
/************************************************************************ 53.Split-slider ****************************************************************************************/
.ms-section {
	text-align: center;
}
.split-style .responsive {
	width: 100%;
}
.split-slider-detail p {
	text-align: initial;
}
.split-slider-detail h1 {
	text-align: initial;
	color: #e83760;
	margin-bottom: 0px;
	    font-size: 50px;
    margin-top: 120px;
    line-height: normal;
	text-align: left;
}
.digital-experiences .feature.style-two .feature-desc {
	padding: 0 0 0 82px;
}
.right-section-5 .feature.style-two .feature-desc {
	padding: 0 0 0 75px;
}
.right-section-5 .feature-icon .fa {
	border: 1px solid #e1e1e1;
	padding: 13px;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	font-size: 16px;
}
.right-section-5 .feature-detail span {
	font-family: Raleway;
	color: #fc3031;
	text-decoration: underline;
}
.right-section-5 .feature.style-two {
	margin: 0 0 0 -22px;
}
.right-section-5 .feature-desc h6 {
	font-size: 16px;
}
.left-section-4 .owl-carousel {
	margin: 0 38px 0 -35px;
}
.left-section-4 h2 {
	text-align: center;
	margin-right: 65px;
}

@media screen and (max-width: 767px) {
.split-slider-detail h2 {
	font-size: 35px;
}
}
/*******************************************************************54. Case Study Page ******************************************************************/ 

/******************** 54.1 Case Study One **************************/

.case-study .work-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: Raleway;
}
.case-study a.project-link {
	color: #fc3031;
	font-family: Raleway;
	text-decoration: underline;
}
.work-description h4 {
	padding-bottom: 10px;
}
.project-carousal {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.typography .typo-title {
	color: #808080;
	font-family: Raleway;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 10px;
	text-transform: uppercase;
}
.typography h2.typo-main-title {
	font-family: Raleway;
	font-size: 48px;
	font-weight: normal;
}
.typography h4.typo-main-title {
	font-family: Raleway;
	font-size: 30px;
}
.color-box {
	display: table;
	height: 100%;
	margin: 0 0 50px 0;
	vertical-align: middle;
	width: 100%;
}
.color-box .color {
	border-radius: 100%;
	display: table-cell;
	height: 120px;
	vertical-align: middle;
	width: 120px;
}
.color-box .color.red {
	background: #fc3031;
}
.color-box .color.black {
	background: #262626;
}
.color-code {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.color-box .color-code p {
	padding: 0 0 0 30px;
}
.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 h2 {
	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;
}
}
.project-action-slider {
	background: rgba(0, 0, 0, 0) url("../images/laptop.png") no-repeat scroll center center / 100%;
	display: inline-block;
	height: 690px;
	padding: 48px 56px;
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}
.project-action-slider img {
	width: 100% !important;
}
.project-action-slider .owl-carousel {
	height: 95%;
	width: 85%;
	margin: 0 auto;
}
.project-action-slider .owl-nav [class*="owl-"] {
	background: #fff none repeat scroll 0 0;
	color: #ed3237 !important;
	font-size: 36px !important;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center;
	vertical-align: middle;
	width: 50px !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2 );
}
.project-action-slider .owl-prev {
	left: -60px !important;
}
.project-action-slider .owl-next {
	right: -60px !important;
}
.fixed-testimonial {
	background: #fc3031 none repeat scroll 0 0;
	color: #fff;
	margin: -365px 0 0;
	padding: 465px 0 100px 0;
	text-align: center;
}
.fixed-testimonial h5 {
	color: #fff;
	font-size: 30px;
	font-style: italic;
	line-height: 50px;
	margin: -90px 0 0 !important;
}
.fixed-testimonial .client-name {
	font-family: Raleway;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.fixed-testimonial .client-name span {
	font-weight: normal;
}

@media ( max-width: 767px ) {
.color-box .color {
	height: 60px;
	width: 60px;
}
.project-action-slider {
	background-size: 100% auto;
	height: 225px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 46px;
	text-align: center;
	width: 300px;
}
.project-action-slider .owl-carousel {
	width: 100%;
	height: 90%;
}
.project-action-slider .owl-nav [class*="owl-"] {
	font-size: 24px !important;
	height: 35px !important;
	line-height: 35px !important;
	width: 35px !important;
}
.project-action-slider .owl-nav .fa {
	font-size: 24px;
}
.fixed-testimonial {
	margin: -115px 0 0 0;
	padding: 115px 0 40px;
}
.fixed-testimonial h5 {
	font-size: 22px;
	line-height: 30px;
}
}

@media ( min-width: 768px ) and ( max-width: 1023px ) {
.project-action-slider {
	height: 475px;
	width: 700px;
}
.fixed-testimonial {
	margin: -250px 0 0 0;
	padding: 280px 0 100px;
}
}

@media ( min-width: 1024px ) and ( max-width: 1200px ) {
.project-action-slider {
	padding: 100px 56px;
}
}
/********************* 54.2  Case Study Two **********************/
.case-study-slider .carousel-text h6 {
	color: #fff;
	font-style: italic;
	text-decoration: underline;
	font-family: Raleway;
}
.case-study-slider .carousel-text h4 {
	color: #fff;
}
.case-study-slider .carousel-text {
	bottom: 40%;
	margin-bottom: -50px;
	z-index: 9999;
}
.case-study-slider .carousel-text h1 {
	color: #fff;
	margin-bottom: 0;
}
.case-study-slider .owl-carousel {
	height: 100%;
}
.case-study-slider {
	position: relative;
}
.case-study-slider .overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.case-study-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	font-size: 40px;
	color: #fff;
}
.fixed-testimonial.style-two {
	margin: 0;
	padding: 100px 0;
}
.step.style-nine {
	text-align: left;
}
.step.style-nine .step-number {
	display: table;
	float: left;
	text-align: center;
	color: #e0e0e0;
	font-family: Vidaloka;
	font-size: 90px;
	margin-right: 30px;
	line-height: 1;
	position: relative;
}
.step.style-nine .step-box h6 {
	display: inline-block;
}
.step.style-nine .step-box {
	padding: 0 10px 80px 10px;
}
.step.style-nine .step-number:after {
	background: #e0e0e0;
	height: 85px;
	left: 50px;
	position: absolute;
	top: 100%;
	width: 1px;
	content: "";
}
.step.style-nine .step-box.last {
	padding-bottom: 0;
}
.step.style-nine .step-box.last .step-number:after {
	display: none;
}
.our-approch {
	margin: 35px 0 0;
	padding: 50px 0;
}
iframe {
	width: 100%;
}
.our-approch.grey-background {
	background: #dedede;
}

@media( max-width: 767px ) {
.fixed-testimonial.style-two {
	padding: 30px 0 50px 0;
}
.counter {
	border: none;
}
.carousel-text > p br {
    display: none;
}
.case-study-slider .carousel-text{ bottom: 0; margin-bottom: 0;}
}
/********************* 54.3  Case Study Three **********************/

.case-study-banner {
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 600px;
	width: 100%;
	display: table;
	overflow: hidden;
}
.case-study-banner .case-study-banner-inner {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 50px;
}
.case-study-banner .container {
	position: relative;
	vertical-align: bottom;
}
.case-study-banner h1, .case-study-banner h6 {
	color: #fff;
}
.case-study-banner .image {
	position: absolute;
	right: -170px;
	top: -210%;
}
.step.style-ten {
	text-align: left;
}
.step.style-ten .step-number {
	color: #e0e0e0;
	font-family: Vidaloka;
	font-size: 120px;
	line-height: 1;
}
.case-study-key-feature {
	background-size: cover;
	background-position: center center;
	padding: 30px 0;
	display: table;
	width: 100%;
	position: relative;
}
.case-study-key-feature .overlay {
	background: rgba(208, 28, 52, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.case-study-key-feature .inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	position: relative;
	z-index: 99;
}
.case-study-key-feature .image {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
}
.case-study-key-feature .content {
	display: table-cell;
	padding: 0 0 0 100px;
	text-align: left;
	vertical-align: middle;
	width: 70%;
}
.case-study h6 {
	line-height: 36px;
	margin: 0 !important;
	font-weight: 400;
}
.case-study-key-feature h2 {
	color: #fff;
	margin-bottom: 30px;
}
.case-study-key-feature ul {
	padding-left: 25px;
	list-style: unset;
}
.case-study-key-feature li {
	color: #fff;
	font-size: 24px;
	line-height: 60px;
}
.case-study .case-study-image img {
	width: 100%;
}
.case-study .screenshot .swiper-pagination {
	left: 50%;
	margin: 25px 0 0 -50px;
}
.case-study .screenshot .swiper-pagination-bullet-active {
	background: #fff;
}
.case-study .screenshot .swiper-pagination-bullet {
	height: 14px;
	width: 14px;
	margin: 0 5px;
	opacity: 1;
}
.case-study .counter .number {
	color: #e93961;
	font-size: 60px;
	font-family: Raleway;
	font-weight: bold;
}
.case-study .counter .desc {
	font-size: 16px;
	font-weight: 400;
	font-family: Raleway;
}
.case-study .counter .desc::after {
	content: "";
	position: absolute;
	border-right: 1px solid #e0e0e0;
	height: 90px;
	left: 56%;
	right: 30%;
	top: 24%;
}
.case-study .counter .desc :last-child::after {
	display: none;
}

@media ( max-width: 767px ) {
.case-study-key-feature .image {
	display: inline-block;
	width: 100%;
}
.case-study-key-feature .content {
	display: inline-block;
	width: 100%;
	padding: 0;
}
.case-study-key-feature li {
	font-size: 18px;
	line-height: 30px;
}
.case-study-banner .image {
	position: relative;
	right: 0;
}
.case-study-banner {
	height: auto;
	display: inline-block;
}
.case-study-banner .image img {
	width: 100%;
}
.case-study-banner .case-study-banner-inner {
	display: inline-block;
}
}
/********************* 54.4 Case Study four **********************/

.case-study-four .banner.full {
	position: relative;
	display: table;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.case-study-four .banner.full .banner-inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: left;
	position: relative;
	z-index: 9;
}
.case-study-four .banner.full .banner-inner p {
	color: #fff;
}
.case-study-four .banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #090603;
	height: 100%;
	opacity: 0.10;
}
.case-study-four .text-box h6 {
	font-family: Vidaloka;
	margin: 3px 0 -7px 0;
	color: #fff;
}
.case-study-four .text-box p {
	color: #fff;
	font-weight: 500;
}
.case-study-four .text-box a {
	color: #fff;
	text-decoration: underline;
	font-family: Raleway;
}
.case-study-four .text-box {
	position: absolute;
background-image: -moz-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);	width: 355px;
	right: 5%;
	height: 350px;
	padding: 35px 33px;
	height: 325px;
	margin-top: -40px;
}
.case-study-four .case-study-banner {
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 600px;
	width: 100%;
	display: table;
	overflow: visible;
}
.case-study-four .case-study-approch {
	position: relative;
	width: 720px;
	background: #fff;
	text-align: center;
	padding: 30px 45px;
	top: 302px;
	left: 216px;
}
.case-study-four .case-study-image img {
	width: 100%;
	margin-bottom: -6px;
}
.case-study-four .timpact-text-box {
	background: #ffff;
	position: absolute;
	height: 250px;
	position: relative;
	padding: 70px 55px;
}
.case-study-four-detail h6 {
	background: #fc3031;
	padding: 30px 45px;
	color: #fff;
	line-height: 35px;
	font-weight: 400;
	height: 220px;
}
.case-study-four-footer.pull-right p {
	position: relative;
	bottom: 100px;
	right: 25px;
	color: #fff;
}
.case-study-four .image-box img {
	margin-bottom: 35px;
}
.case-study-four .image-box-one img {
	margin-bottom: 10px;
}
.case-study-four-footer.pull-right p span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin-left: -28px;
}
.case-study-four-detail::after {
	content: " ";
	border-left: 40px solid transparent;
	border-right: 1px solid transparent;
	border-top: 40px solid #fc3031;
	float: right;
	margin-top: -15px;
}

@media ( max-width: 767px ) {
.case-study-four .text-box {
	margin-top: 0;
	width: auto;
	height: auto;
	position: static;
}
.case-study-four-detail h6 {
	height: auto;
	line-height: 24px;
}
.case-study-four-footer.pull-right p {
	bottom: 60px;
	right: 5px;
}
.case-study-four .case-study-banner {
	height: auto;
	display: block
}
.case-study-four .case-study-approch {
	width: auto;
	left: 0;
}
.case-study-four-footer.pull-right p span {
	font-size: 16px;
}
.case-study-four .timpact-text-box{ height: auto; padding: 1px 15px; }
}

@media ( min-width: 767px ) and ( max-width: 1023px) {
.case-study-four .text-box {
	margin-top: 0;
	width: auto;
	height: auto;
}
}

@media ( min-width: 1024px ) and ( max-width: 1200px) {
.case-study-four .text-box {
	width: auto;
}
}
/*******************************************************************55. services ******************************************************************/

.services .feature h6 {
	padding: 35px 0 10px;
}
.services .presentation-image {
	background-position: center center;
	background-size: 100%;
	height: 100%;
	width: 60%;
	display: table-cell;
	background-repeat: no-repeat;
}
/*******************************************************************56. careers ******************************************************************/

.careers .panel-body span {
	color: #fc3031;
	font-family: Raleway;
	text-transform: uppercase;
	font-weight: bold;
}
.careers .panel-body label {
	font-family: Raleway;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.careers .accordion .panel-heading a {
	font-size: 24px;
	font-family: vidaloka;
	font-weight: 400;
	padding: 25px 30px !important;
}
.careers .panel-body h6 {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
}
.careers .apply-button {
	background: #262626 none repeat scroll 0 0;
	border: 1px solid #e0e0e0;
	margin-top: 35px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px;
	color: #fff;
	font-family: Raleway;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
.careers .apply-button a {
	color: #fff;
}
.careers .apply-button p {
	padding: 0px;
}
.careers .panel-body ul {
	margin-bottom: 0px;
}
.careers .accordion .panel .panel-body p {
	padding: 0 0 20px;
}
.careers .accordion {
	background: #fff;
	margin-bottom: 0px;
}
.accordion .panel {
	border-right: none;
	border-left: none;
}
/*******************************************************************57. Cover Box ***************************************************************************/

.cover-box {
	display: inline-block;
	height: 270px;
	margin: 0 10px 30px;
	overflow: hidden;
	vertical-align: top;
	width: 270px;
	transition: ease-in-out all 0.4s;
	cursor: pointer;
}
/*.cover-box:hover{ width: 560px;}*/
.cover-box.current {
	width: 560px;
}
.cover-box .image {
	float: left;
	width: 270px;
	height: 270px;
	overflow: hidden;
}
/*.cover-box .image img{ width: 100%; }*/
.cover-box .detail {
	float: left;
	width: 280px;
	padding: 0 0 0 30px;
	box-sizing: border-box;
	text-align: left;
}
.cover-box h6 {
	font-family: Vidaloka;
	margin-bottom: -4px;
	font-size: bold;
}

@media ( max-width: 1023px ) {
.cover-box {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 15px;
}
.cover-box.current {
	width: 100%;
}
.cover-box .image {
	width: 100%;
	height: auto;
}
.cover-box .image img {
	width: 100%;
}
.cover-box .detail {
	width: 100%;
	padding: 0;
	text-align: center;
}
}
/******************************************************************58. About us ***********************************************************************/	
	
.uneven-images-box-style-2 {
	display: inline-block;
	width: 100%;
	position: relative;
}
.uneven img {
	position: absolute;
	right: 50px;
	margin-top: -30px;
}
.even img {
	padding: 100px 40px;
	width: 100%;
	position: relative;
	z-index: -99999;
	top: 130px;
	right: 25px;
}
.uneven-images-box-style-2 .even {
	margin: -35px 0 0 0;
}
.uneven-images-box-style-2 .color-box .color {
	border-radius: 100%;
	display: block;
	height: 120px;
	vertical-align: middle;
	width: 120px;
	position: absolute;
	top: 30%;
	left: -30px;
	z-index: -9999999;
}

@media ( max-width: 767px ) {
.uneven img {
	margin-top: 10px;
	right: 0;
	padding: 10px;
}
.even img {
	margin-top: 25px;
	right: 0;
}
.uneven-images-box-style-2 .color-box .color {
	left: 100px;
}
}

@media ( min-width: 768px ) and ( max-width: 1023px ) {
.even img {
	padding: 20px 49px;
}
}
/******************************************************************59. our process***********************************************************************/	

.our-process-box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	padding: 30px 60px;
}
.our-process-box.image-left {
	text-align: right;
}
.our-process-box .image {
	display: table-cell;
	vertical-align: middle;
	width: 35%;
	text-align: center;
}
.our-process-box .detail {
	display: table-cell;
	vertical-align: middle;
	width: 65%;
	padding-right: 60px;
}
.our-process-box.image-left .detail {
	padding-left: 60px;
	padding-right: 0;
}
.our-process-box .detail .number {
	color: #e0e0e0;
	font-family: Vidaloka;
	font-size: 90px;
}
.process-line {
	text-align: center;
}
.process-line img {
	max-width: 100%;
}

@media ( max-width: 767px ) {
.our-process-box .detail {
	display: inline-block;
	padding-right: 0;
	vertical-align: middle;
	width: 100%;
}
.our-process-box .image {
	width: 100%;
	display: inline-block;
}
.our-process-box .image img {
	width: 100%;
}
.our-process-box {
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
}
.our-process-box .detail {
	padding: 0 !important;
	text-align: center;
}
}
/***********************************************************************************60. Brutalism************************************************************************************/	


.brutalism-style-one {
	background-repeat: no-repeat !important;
	width: 100%;
	height: 700px;
	position: relative;
}
.brutalism-style-one-inner .text-detail {
	position: absolute;
	top: 32%;
	left: -50px;
}
.brutalism-style-two {
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	position: relative;
}
.brutalism-style-two-inner .text-detail {
	position: absolute;
	top: 30%;
	left: 75%;
}
.brutalism-style-three {
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	position: relative;
	top: 400px;
	left: 100px;
}
.brutalism-style-three-inner .text-detail {
	position: relative;
	top: 200px;
	right: 60px;
}
.brutalism-style-four {
	background-repeat: no-repeat !important;
	width: 100%;
	height: 500px;
	position: relative;
	top: 100px;
}
.brutalism-style-four-inner .text-detail {
	position: absolute;
	top: 30%;
	left: 54%;
}
.brutalism-style-five {
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	position: relative;
	left: 385px;
}
.brutalism-style-five-inner .text-detail {
	position: relative;
	top: 200px;
	right: 55px;
}
.brutalism-style-six {
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	position: relative;
	top: 100px;
}
.brutalism-style-six-inner .text-detail {
	position: relative;
	top: 200px;
	left: 527px;
}

@media ( max-width: 767px ) {
.brutalism-style-three {
	left: 0;
}
.brutalism-style-one-inner .text {
	left: 0;
}
.brutalism-style-three {
	top: 0;
}
.brutalism-style-five {
	left: 0;
}
.brutalism-style-six {
	top: 0;
}
.brutalism-style-four {
	top: 0;
}
.button-larg{ padding: 15px 25px; }
.portfolio ul li{ width: 100%; padding: 0 15px; }
.portfolio li a{ width: 100%; }
.left-section-4 .owl-carousel{ margin: 0; }
.home-horizontal-carousal .carousel-text{ bottom: 270px !important; }
.home-horizontal-carousal .carousel-text h1{ line-height: 40px !important; }
.parallax-mirror,
.parallax{ height: 500px !important; }
.parallax-style-2, .parallax-style{ top: 0; }
.team-hvrbox .hvrbox-text{ height: 100%; width: 100%; left: 0; top: 0; padding: 10px !important; }
.team-designation{ padding-bottom: 8px !important; }
}

/****************************************************61. Home Horizontal Carousal *************************************************/
.home-horizontal-carousal .owl-carousel {
	height: 100%;
	margin: 0;
}
.home-horizontal-carousal .bottom-footer {
	padding: 10px 0 0 0;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.home-horizontal-carousal .carousel-text {
	text-align: left;
	bottom: 150px;
	padding: 30px;
}
.home-horizontal-carousal .carousel-text h1 {
	color: #fff;
	line-height: 70px;
}
.home-horizontal-carousal .carousel-text p {
	color: #fff;
	font-weight: bold;
}
.home-horizontal-carousal.fix-slide .carousel-text {
	text-align: center;
}
.home-horizontal-carousal.fix-slide .carousel-text {
	top: 40%;
	bottom: auto;
	margin-top: -50px;
}
.home-horizontal-carousal.fix-slide .carousel-text .site-links {
	background: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Raleway;
	padding: 10px 10px;
	margin: 0 5px 20px;
	display: inline-block;
}
.home-horizontal-carousal.fix-slide .owl-nav .fa {
	color: #609eaf;
	font-size: 100px;
}
.verticle-slider {
	overflow: hidden;
}
/******************************************************************************** 62. Color Option ***********************************************************************************/
#color-styles {
	background: #262626;
	width: 140px;
	position: fixed;
	top: 130px;
	z-index: 99999999;
	right: -140px;
	left: auto;
	padding: 0px 0 15px 10px;
	text-align: left;
}
.color-setting-icon {
	display: block;
	height: 20px;
	margin: 10px;
	max-width: none;
	width: 20px;
}
#color-styles h2 {
	padding: 0;
}
#color-styles h2 a {
	background-color: #262626;
	display: block;
	height: 40px;
	position: absolute;
	left: -39px;
	top: 0;
	width: 39px;
}
#color-styles h3 {
	color: #fff;
	padding: 0 0 10px 5px;
	line-height: normal;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Raleway;
}
.colors {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}
.colors li {
	float: left;
	margin: 5px;
	padding: 0;
}
.colors li:before {
	display: none;
}
.colors li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	cursor: pointer;
}
#color-styles .turquoise {
	background-image: -moz-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(102,45,140) 0%, rgb(237,30,121) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(102,45,140) 0%, rgb(237,30,121) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(102,45,140) 0%, rgb(237,30,121) 100%);
	opacity: 0.902;
}
#color-styles .green {
	background-image: -moz-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(43,208,152) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(43,208,152) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(43,208,152) 100%);
	opacity: 0.902;
}
#color-styles .blue {
	background-image: -moz-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(46,49,146) 0%, rgb(7,216,216) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(46,49,146) 0%, rgb(7,216,216) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(46,49,146) 0%, rgb(7,216,216) 100%);
	opacity: 0.902;
}
#color-styles .purple {
	background-image: -moz-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(237,28,36) 0%, rgb(230,217,26) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(237,28,36) 0%, rgb(230,217,26) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(237,28,36) 0%, rgb(230,217,26) 100%);
	opacity: 0.902;
}
#color-styles .orange {
	background-image: -moz-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(212,20,90) 0%, rgb(251,176,59) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(212,20,90) 0%, rgb(251,176,59) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(46,49,146) 0%, rgb(212,20,90) 0%, rgb(251,176,59) 100%);
	opacity: 0.902;
}
#color-styles .red {
	background-image: -moz-linear-gradient( -40deg, rgb(242,70,69) 0%, rgb(235,192,141) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(242,70,69) 0%, rgb(235,192,141) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(242,70,69) 0%, rgb(235,192,141) 100%);
	opacity: 0.902;
}
#color-styles .pink {
	background-image: -moz-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
}
	
/*#color-styles .yellow { background: #fbbc05;}*/

/*=========== 05-05-2017 ==========*/

.horizontal-border{    border-bottom: 1px solid #e2e2e2;}
.vertical-border{    border-right: 1px solid #e2e2e2;}

.blog-single-feature .owl-carousel .owl-item{padding: 2% 0;}
.mobile-view{display:none;}
.desktop-view{display:block}

/*======= Responsive Update css =======*/
@media ( min-width: 320px ) and ( max-width: 767px ) {
.og-grid li {
	display: inline-block;
	margin: 0px ;
	vertical-align: top;
	width: 100%;
}
.og-expander-inner{ padding: 30px 15px; }
	.typography h2.typo-main-title {
    line-height: normal;
}
	
	.case-study .screenshot .swiper-pagination {
    left: 40%;
    margin: 25px 0 0 -50px;
}
	
	.case-study-four .case-study-approch {
    position: relative;
    width: 70%;
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    top: 195px;
    /* left: 216px; */
    margin: 0 auto;
}
	
	.case-study-four .text-box {
	position: relative;
	background-image: -moz-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	    width: 100%;
    right: 0;
    height: 350px;
    padding: 35px 33px;
    height: auto;
    margin-top: 0px;
}
	.case-study-four .case-study-approch{ width:92%; margin-bottom: 60px;}
	
	
	.brutalism-style-one-inner .text-detail {  left: 20px;}
	.brutalism-style-two-inner .text-detail { left: 62%;}
	.brutalism-style-three-inner .text-detail {    right: -31px;}
	.brutalism-style-five-inner .text-detail{    right: -31px;}
	.brutalism-style-six-inner .text-detail{ left:20px;}
	.accordion .panel-heading a{ padding: 0px !important; }
	.modern-full-width-masonary .grid-item {    width: 50%;    padding: 0px;}
	.masonry-full-width .grid-item {    width: 50%;}
	.portfolio .hover-text h6{ font-size: 17px; }
	.blog-single-feature .owl-carousel .owl-item{padding: 5% 0;}
	.calender-icon {    margin: 14px 0 0 -30px;    position: absolute;    left: 80% !important;}
	#accordion-4 .panel-heading a {    padding: 15px !important;	border-bottom: #dadada solid 1px;}
	#accordion-4 .panel-body{    margin-top: 0px !important;}
	
.portfolio li a {
    margin: 9px 6px 0 0;
}
.white-background.box-layout .portfolio-top-text h5{line-height:30px;}	
	
.banner.full .banner-inner{vertical-align:middle;}
.widget-style .panel-heading a{ padding: 15px !important; }	
.button-white-border:hover {background: #fff; color: #131114;}
.split-slider-detail h1{margin-top: 50px; font-size: 30px; text-align: center;}
.mobile-view{display:block;}
.desktop-view{display:none}
}

@media ( min-width: 768px ) and ( max-width: 1024px ) {
	#header.header-modern {
	margin: 0 auto 0;
	width: 100% !important;
	border-radius: 0px;
}
	
	.right-section-5 .feature.style-two .feature-desc {
    padding: 0 0 0 35px;
    /* width: 100%; */
}
	
.split-slider-detail h1 {
    text-align: initial;
    color: #e83760;
        margin-bottom: 0px;
    margin-top: 56px;
    line-height: normal;
    font-size: 45px;
   text-align: left;
}

	.split-slider-testimonial .owl-carousel{padding-left: 70px; margin-right: 10px;}
	
	.og-grid li {
	display: inline-block;
	margin: 0px -6px 0 0px;
	vertical-align: top;
	width: 50%;
}

	.case-study-four .text-box {
	position: absolute;
	background-image: -moz-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -webkit-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	background-image: -ms-linear-gradient( -40deg, rgb(255,54,46) 0%, rgb(241,26,58) 49%, rgb(230,6,71) 100%);
	width: auto;
	right: 0%;	
	padding: 35px 33px;
	height: auto;
	margin-top: 40px;
}
.case-study-four .case-study-approch {
    position: relative;
    width: 70%;
    background: #fff;
    text-align: center;
    padding: 30px 45px;
    top: 302px;
    left:auto; 
    margin: 0 auto;
}
	
	.brutalism-style-one-inner .text-detail {  left: 20px;}
	.brutalism-style-two-inner .text-detail { left: 83%;}
	.brutalism-style-three-inner .text-detail {    right:50px;}
	.brutalism-style-five-inner .text-detail{    right:50px;}
	.brutalism-style-six-inner .text-detail{ left:420px; }
	
	
	
	.portfolio .hover-text h6{ font-size: 17px; }
	.blog-single-feature .owl-carousel .owl-item{padding: 3% 0;}
    .heading-style h1{padding:0px;}
	.button-white-border:hover {background: #fff; color: #131114;}
	.mobile-view{display:none;}
.desktop-view{display:block}
	
	}
.mobile-view{display:none;}
.desktop-view{display:block}
.brutalism-scroll{ overflow: hidden !important; }





/* Nav  Fixo  */
.nav-fixo{
    position: fixed;
    background: white;
    box-shadow: 0px 0px 3px #b3b3b3;
    padding: 0;
	display:none;
}
.nav-fixo .navbar-brand{
    padding: 0;
}
.nav-fixo .navbar-brand img{
    width: 85px;
    margin-top: 3px;
    margin: 4px auto;
}
.nav-fixo ul{
    margin: 10px 0;
}
.nav-fixo ul li a  {
    line-height: initial !important;
    color: #f4b060 !important;
    font-weight: 400 !important;
}
.nav-fixo ul li a:hover {
	color:black !important;
}


/* Clientes */
.agrupa_cliente{
    background: white;
    padding: 5em 0;
    margin: 4em 0;
}

/* Mascara geral */
.mascara_geral{
    padding: 15em 0 1em;
    background: linear-gradient(90deg, rgb(250, 112, 154) 0%, rgba(254, 198, 110, 0.79) 50%,rgb(254, 225, 64) 100%);
}
.mascara_geral h1{
    color: white;
}

/* paginação */
.paginacao a,
.paginacao span{
    padding: 1em;
    display: inline-block;
    font-family: Raleway;
}
.paginacao .current {
    color: white;
    background: linear-gradient(to left, #ec847f, #f5b758);
}



@media(max-width: 768px){
    .navbar-brand > img{
        width:100px;
    }
    #navbar{
        background:white;
    }
    #navbar ul li a{
        line-height: 3;
        color: black;
        border-bottom: 1px solid #cacaca;
    }
}


.span_parceiros{
    display: inherit;
    color: white;
    font-weight: 100;
    font-family: 'Raleway';
    padding: 0 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 14px;
    margin: 1em 0;
}

