/*
|----------------------------------------------------------------------------
	DoFilter - Bootstrap Multipurpose Filtering and Sorting Main CSS
	Author: MGScoder
	Author URL: https://codecanyon.net/user/mgscoder
	Version: 2.4.1
	Primary color: #fb9902
|----------------------------------------------------------------------------
*/

/*
|------------------------------------------------------------------
	[Table of contents]:

	1. FONTS
	2. SCRIPT FONT
	3. COMMON CSS
	4. HEADER / #header
	5. FILTER CSS / .filter
	6. LIGHTBOX / .lightbox
	7. SECTION TITLE / PAGE TITLE
		7.1. SECTION TO SECTION TITLE / SIDEBAR TITLE BOX
	8. INNER PAGES TOP BANNER / #single-page-banner
	9. BREADCRUMB / .breadcrumb
	10. SERVICE / .service-wrap
	11. TEAM (Style-1 & Common Styles) / #team
		11.1. TEAM STYLE 2 / .our-team-style-2
		11.2. TEAM STYLE 3 / .our-team-style-3
	12. PORTFOLIO / .portfolio-wrapper
	13. SHOP / #shop
	14. PRICING / .pricing-wrap
		14.1. PRICING STYLE 2 / .pricing-plan-wrap
	15. BLOG / #blog
		15.1 BLOG STYLE1 / .blog-style1
		15.2 BLOG STYLE2 / .blog-style2
	16. RATINGS / .rating-wrap
	17. SINGLE PORTFOLIO / #pfolio-single-content
	18. SINGLE BLOG / #single-post-content
	19. SIDEBAR / #sidebar
	20. SINGLE SERVICE / #service-single-content
		20.1. SERVICE MENU / .service-menu
		20.2. SERVICE BROCHURE / .brochure-menu
	21. FAQ / #faq-content
	22. BUTTON / .btn-shutter-out-horizontal
	23. GALLERY / .gallery-wrapper
	24. COURSE / #course
	25. OTHERS
	
|-------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	1. FONTS: Google Font
|----------------------------------------------------------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i');

/*
|----------------------------------------------------------------------------
	2. SCRIPT FONT
|----------------------------------------------------------------------------
*/
.dofilter-style {
	font-family: 'Montserrat', sans-serif;
	color: #444;
	font-size: 16px;
	line-height: 1.48;
}

/*
|----------------------------------------------------------------------------
	3. COMMON CSS
|----------------------------------------------------------------------------
*/
.dofilter-style h1, .dofilter-style h2, .dofilter-style h3, .dofilter-style h4, .dofilter-style h5, .dofilter-style h6 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
	line-height: 1.3;
	font-weight: 400;
}
.dofilter-style img {
	width: 100%;
}
.dofilter-style a {
	color: #000;
	text-decoration: none;
}
.dofilter-style a:focus, .dofilter-style a:hover  {
	color: #fb9902;
	text-decoration: none;
}
.dofilter-style a.btn-shutter-out-horizontal:hover {
    color: #000;
}
.intro-text {
	font-size: 18px;
	max-width: 660px;
    margin: 0 auto 50px;
	text-align: center;
}


/*
|----------------------------------------------------------------------------
	4. HEADER / #header
|----------------------------------------------------------------------------
*/
#header {
    background-color: rgba(62, 62, 62, 0.7);
    box-shadow: 0 0 3px 0 rgba(50, 50, 50, 0.6);
	height: 80px;
	-webkit-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    transition:height 0.4s ease 0s, opacity 0.3s ease 0s;
    z-index: 199;
}

/*************************** Menu Navbar ***************************/
#header nav.navbar.mgsb4navbar {
    background-color: transparent;
    border-bottom: none;
	padding: 0;
}
#header.headerbg-darkcolor {
    background-color: rgba(0, 0, 0, 0.8);
}
#header.headerbg-lightcolor {
    background-color: rgba(255, 255, 255, 1);
}
#header.white-bg {
	background-color: rgba(255, 255, 255, 1);
}
#header.mgsfixed-nav {	
	background-color: rgba(255, 255, 255, 1);
	height: 56px;
}
nav.navbar.mgsb4navbar .navbar-brand {
    height: auto;
	margin: 0;
    padding: 0 50px 0 0;
}
nav.navbar.mgsb4navbar .navbar-brand .logo {
    height: 80px;
	-webkit-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
    -o-transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
	transition: height 0.4s ease 0s, opacity 0.3s ease 0s;
	width: auto;
}
.mgsfixed-nav .navbar.mgsb4navbar .navbar-brand .logo{
    height: 56px;
	width: auto;
}
#header nav.navbar.mgsb4navbar .dropdown:hover>.dropdown-menu {
	margin: 0;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link {
    color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	padding: 30px 10px;
}
.mgsfixed-nav nav.navbar.mgsb4navbar .navbar-nav a.nav-link {
	padding: 18px 10px;
}
.mgsfixed-nav nav.navbar.mgsb4navbar .navbar-brand > img.logo, .mgsfixed-nav .navbar-brand .logo {
	height: 56px;
}

/*************************** Menu Position ***************************/



/*************************** Responsive Menu Bar ***************************/
.navbar-light .navbar-toggler {
    border-color: #0347ab;
}
.menubar1, .menubar2, .menubar3 {
	display: block;
	width: 30px;
	height: 5px;
	background-color: #0347ab;
	margin: 5px 0;
	transition: 0.3s;
}
.mgschangemenu-bar .menubar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
	background-color: #ff0000;
}
.mgschangemenu-bar .menubar2 {
	opacity: 0;
}
.mgschangemenu-bar .menubar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
	background-color: #ff0000;
}

/*************************** Menu hover Animation ***************************/
nav.navbar.mgsb4navbar .navbar-nav a.nav-link {
    text-transform: uppercase;
	position: relative;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
	height: 3px;
	content: "";
	background-color: #f5b904;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	transition: all 0.5s;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link:hover::after, nav.navbar.mgsb4navbar .navbar-nav a.nav-link.active::after {
	width: 100%;
}

/*************************** Dropdown Menu ***************************/
nav.navbar.mgsb4navbar .navbar-nav a.nav-link.dropdown-toggle::after {
	background-color: transparent;
	position: relative;
    border-top: 6px solid;
	border-right: 6px solid transparent;
	border-bottom: 0;
	border-left: 6px solid transparent;
	width: auto;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link.dropdown-toggle.active::after {
    width: auto;
}
nav.navbar.mgsb4navbar .navbar-nav a.nav-link:hover, nav.navbar.mgsb4navbar .navbar-nav a.nav-link.active {
	background-color: #0347ab;
    color: #fff;
}
nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu {
    padding: 3px 0;
	border-top: 3px solid #f5b904;
}
nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(3, 71, 171, 0.3);
}
nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item.active, nav.navbar.mgsb4navbar .navbar-nav li.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #0347ab;
}

@media screen and (min-width: 992px) {
	.dropdown .dropdown-menu {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		overflow: hidden;
		transform-origin: top center;
		-webkit-transform: scale(1,0);
		transform: scale(1,0);
		display: block;
	}
	.dropdown:hover .dropdown-menu {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/*
|----------------------------------------------------------------------------
	5. FILTER CSS / .filter
|----------------------------------------------------------------------------
*/

.filter-section {
	padding-top:40px;
}
.filter-container, .shorting-container {
    margin: 0 0 40px;
    text-align: center;
}
.filter-section h1 {
    text-align: center
}
.filter-container .filter > li {
    margin: 0;
	padding-bottom: 10px;
	list-style: none;
	display: inline-block;
}
ul.filter > li > a, .shorting-container button.button {
    border: 1px solid #000;
	border-radius: 4px;
	display:  inline-block;
    font-size: 20px;
    padding: 5px 10px;
	margin-bottom: 0;
	text-decoration: none;
}
.shorting-container button.button.btn-transparent {
    color: #000;
	border: 1px solid;
	border-radius: .25rem;
	font-size: 16px;
	padding: 6px 25px;
	cursor: pointer;
}
.shorting-container button.button {
	margin: 0 5px 5px 0;
}
ul.filter > li > a:hover, ul.filter > li > a:focus, .shorting-container button.button:hover, .shorting-container button.button:focus {
	background-color: #fb9902;
	border-color: #fb9902;
    color: #fff;
    text-decoration:none;
    outline:none
}
ul.filter > li.active a, .shorting-container button.button.is-checked {
	background-color: #fb9902;
	border-color: #fb9902;
	color: #fff;
    text-decoration:none;
    outline:none
}
.no-space.isotopeSelector {
    margin: 0;
    padding: 0;
}
.no-space-style .isotopeContainer {
	margin: 0 15px 30px;
}


/* filter and sorting */
.dofilter-style .filter-container.dofilter-left-align, .dofilter-style .shorting-container.dofilter-left-align {
    text-align: left;
}
.dofilter-style .filter-container {
    margin: 0 0 20px;
    text-align:center;
}
.dofilter-style .dofilter-filter-box {
    margin: 0 0 30px;
}
.dofilter-style .dofilter-filtertype-box {
	margin: 0 0 30px;
}
.dofilter-style .dofilter-filtertype-box ul {
    padding-left: 0;
	margin: 10px 0 0;
}
.dofilter-style .dofilter-filtertype-box ul li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.dofilter-style .dofilter-filtertype-box ul li:last-child {
    margin-right: 0;
}
.dofilter-style .shorting-container.sort-by-button-group {
    margin: 0 0 30px;
}
.dofilter-style.filter-section h1 {
    text-align:center
}
.dofilter-style.filter-section .filter-container .filter > li {
    margin: 0;
    padding: 0 5px 5px 0;
}
.dofilter-style .dofilter-caption-cat, .dofilter-style.filter-section .dofilter-caption-cat {
    font-size: 20px;
    font-weight: bold;
    color: #0347ab;
	display: block;
	padding: 0 5px 10px 0;
}
.dofilter-style ul.list-inline {
	padding-left: 0;
}
.dofilter-style ul.filter > li > a {
	color: #0347ab;
	border: 1px dotted;
    border-radius: .25rem;
	display:  block;
    font-size: 18px;
	font-weight: bold;
    padding: 6px 20px;
}
.dofilter-style ul.filter > li.active a, ul.filter > li > a:hover,ul.filter > li > a:focus {
	background-color: #0347ab;
	color: #fff;
	border-color: #0347ab;
    text-decoration:none;
    outline:none
}
.dofilter-style ul.filter > li.empty-select a, .shorting-container button.button.empty-select {
    background-color: transparent;
    color: #0347ab;
	padding: 6px 10px;
	border: none;
}

.dofilter-style .color-filter button {
	border: 2px solid;
	border-radius: 50%;
    width: 32px;
    height: 32px;
	line-height: 40px;
	padding: 0;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.dofilter-style .color-filter button.is-checked {
    border-radius: 5px;
}
.dofilter-style .color-filter button.button.empty-select.is-checked {
	border: 2px solid transparent;
}
.dofilter-style .color-filter button.colorpurple {
	color: #8601b0;
	background-color: #8601b0;
}
.dofilter-style .color-filter button.colorblue {
	color: #3d00a3;
	background-color: #3d00a3;
}
.dofilter-style .color-filter button.colorskyblue {
	color: #0247fe;
	background-color: #0247fe;
}
.dofilter-style .color-filter button.colorgreen {
	color: #66b033;
	background-color: #66b033;
}
.dofilter-style .color-filter button.coloryellow {
	color: #fdff32;
	background-color: #fdff32;
}
.dofilter-style .color-filter button.colororange {
	color: #fb9902;
	background-color: #fb9902;
}
.dofilter-style .color-filter button.colorred {
	color: #fe2712;
	background-color: #fe2712;
}

.dofilter-style ul.filter > li.empty-select > a, .dofilter-style button.button.empty-select i {
    font-size: 24px;
	font-weight: bold;
	color: #ff0000;
	border: none;
	background-color: transparent;
}
.dofilter-style input.quicksearch {
    padding: 10px;
    width: 100%;
    max-width: 300px;
	border-radius: 5px;
	border: 1px solid #a0a0a0;
}

.dofilter-style .portfolio-wrapper {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.dofilter-style .portfolio-wrapper > img {
	width: 100%;
	display: block;
}
.dofilter-style .portfolio-wrapper a {
	text-decoration: none;
}
.dofilter-style .portfolio-overlay-inner {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.dofilter-style .portfolio-link {
    margin: .5rem 0;
}
.dofilter-style .portfolio-caption {
	padding: 0 10px;
}
.dofilter-style .portfolio-caption h3 {
	line-height: 1.48;
	font-size: 16px;
	margin: 10px;
}
.dofilter-style .portfolio-caption a {
	color: #fff;
    font-size: 16px;
}
.dofilter-style .portfolio-link a {
	color: #fff;
	display: inline;
    font-size: 18px;
	line-height: 32px;
    margin: 5px;
    padding: 3px 6px;
    border: 1px solid #fff;
}
.dofilter-style .portfolio-link a:hover {
    border-color: #f5b904;
}
.dofilter-style .portfolio-link a:hover, .dofilter-style .portfolio-caption a:hover {
	color: #f5b904;
	text-decoration: none;
}
/*.dofilter-style .portfolio-overlay-content {
    display: table-cell;
    vertical-align: middle;
}*/
.dofilter-style .rating-wrap {
	padding: 5px 10px;
}
.dofilter-style .pinfo-wrap {
	color: #eee;
    font-size: 14px;
	padding: 5px 10px;
}
.dofilter-style .pinfo-wrap strong {
	color: #fff;
}
.dofilter-style p {
	padding: 0 0 5px;
}
.dofilter-style p:last-child {
	padding: 0;
}
.dofilter-style .no-space .portfolio-wrapper{
    margin: 0;
    padding: 0;
}
.dofilter-style .portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;	
    opacity: 0;
	padding: 5%;
    position: absolute;
    text-align: center;
    top: 0;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	-webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.dofilter-style .portfolio-overlay p, .dofilter-style .portfolio-overlay a {
    position: relative;
    z-index: 4;
}
.dofilter-style .portfolio-overlay::before {
    border-width: 0;
    content: "";
    height: 0;
    left: 5%;
    position: absolute;
    top: 5%;
	-webkit-transition: height 0.5s ease 0.15s;
    -moz-transition: height 0.5s ease 0.15s;
    -ms-transition: height 0.5s ease 0.15s;
    -o-transition: height 0.5s ease 0.15s;
    transition: height 0.5s ease 0.15s;
    width: 0;
    z-index: 3;
}
.dofilter-style .portfolio-overlay::after {
    border-width: 0;
    bottom: 5%;
    content: "";
    height: 0;
    position: absolute;
    right: 5%;	
	-webkit-transition: width 0.1s ease 0.2s;
    -moz-transition: width 0.1s ease 0.2s;
    -ms-transition: width 0.1s ease 0.2s;
    -o-transition: width 0.1s ease 0.2s;
    transition: width 0.1s ease 0.2s;
    width: 0;
    z-index: 3;
}
.dofilter-style .portfolio-wrapper:hover .portfolio-overlay::before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 90%;	
	-webkit-transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    -moz-transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    -ms-transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    -o-transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    width: 90%;
}
.dofilter-style .portfolio-wrapper:hover .portfolio-overlay::after {
    border-bottom: 1px solid #f5b904;
    border-left: 1px solid #f5b904;
    height: 90%;
	-webkit-transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    -moz-transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    -ms-transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    -o-transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    transition: width 0.3s ease 0.5s, height 0.3s ease 0.1s;
    width: 90%;
}
.dofilter-style .portfolio-wrapper:hover .portfolio-overlay {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.dofilter-style .pwrapper.psummary-info {
    padding: 20px;
    border: 1px solid #ccc;
	border-radius: 0 0 6px 6px;
}
.dofilter-style .pwrapper.psummary-info h3 {
    margin-bottom: 10px;
}
.dofilter-style .pwrapper.psummary-info h3 a {
    color: #0347ab;
}
.dofilter-style .pwrapper.psummary-info p {
    padding-bottom: 10px;
	margin: 0;
}
.dofilter-style .pwrapper.psummary-info p:last-child {
    padding: 0;
}
.dofilter-style .psummary-info .price .regular-price {
    color: #a8a8a8;
    margin-left: 10px;
    text-decoration: line-through;
}

.dofilter-style .dofilter-product-overlay a {
    background-color: #555;
    border-right: 1px solid #ddd;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 50%;
	padding: 10px;
}

.dofilter-style .dofilter-product-overlay a.add-to-cart {
    background-color: #000;
}
.dofilter-style .dofilter-product-overlay a:last-child {
	border-right: none;
}
.dofilter-style .dofilter-product-overlay a:hover {
    background-color: #0347ab;
	text-decoration: none;
}


/*
|----------------------------------------------------------------------------
	6. LIGHTBOX / .lightbox
|----------------------------------------------------------------------------
*/
.lightbox .lb-image {
    border: 10px solid #fff;
    border-radius: 15px;
}
.lb-data .lb-details {
    width: 90%;
    line-height: 1.48;
    margin: 10px 0;
}
.lb-data .lb-caption {
    font-size: 16px;
	line-height: 1.48;
	border-left: 5px solid #fb9902;
	border-radius: 2px;
	padding: 5px 0 5px 10px;
}
.lb-data .lb-number {
    padding-top: 8px;
    font-size: 14px;
}
.lb-data {
    color: #fff;
}

/*
|----------------------------------------------------------------------------
	7. SECTION TITLE / PAGE TITLE
|----------------------------------------------------------------------------
*/
.title-block h1 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 30px;
}
.title-wrap {
    overflow: hidden;
	margin: 0 0 50px;
}
.title-text {
    display: table;
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}
.title-text > span {
    padding: 0 8px;
}
.title-text::before, .title-text::after {
    background-image: url("../images/stripe-dotted.png");
	background-position: 0 14px;
	background-repeat: repeat-x;
    content: "";
    display: table-cell;
    width: 50%;
}

.title-wrap .title-line {
	clear: both;
    position: relative;
	line-height: 0;
}
.title-wrap .title-line .long-line {
    background-color: #fb9902;
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 90px;
}
.title-wrap .title-line .short-line {
    background-color: #fb9902;
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    margin-right: 5px;
    position: relative;
    width: 20px;
}

/*
|----------------------------------------------------------------------------
	7.1. SECTION TO SECTION TITLE / SIDEBAR TITLE BOX
|----------------------------------------------------------------------------
*/
.title-box::before {
    background-color: #fb9902;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}
.title-box {
    border-bottom: 1px solid rgba(252, 213, 153, 0.8);
    margin: 50px 0 30px;
    position: relative;
}
.title-box > h3 {
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}
.text-box .title-box > h3 {
	display: inline-block;
}

/*
|----------------------------------------------------------------------------
	8. INNER PAGES TOP BANNER / #single-page-banner
|----------------------------------------------------------------------------
*/
#single-page-banner {
    margin-top: 80px;
    padding: 100px 0;
    position: relative;
    width: 100%;
}
#single-page-banner.page-title::before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#single-page-banner .container {
	position: relative;
}
#single-page-banner.page-title-image {
	background-color: #b5b5b5;
	background-repeat: no-repeat; 
	background-position: center;
	background-size: cover;
}
#single-page-banner.page-title-image.single-page-top-banner {
    background-image: url("../images/background/portfolio-banner.jpg");
}
#single-page-banner.page-title h2 {
    color: #fff;
    font-size: 36px;
	margin: 0 0 20px;
}
#single-page-banner.page-title i {
    color: #fff;
}

/*
|----------------------------------------------------------------------------
	9. BREADCRUMB / .breadcrumb
|----------------------------------------------------------------------------
*/
.breadcrumb {
    background-color: transparent;
	padding: 8px 0;
	margin-bottom: 0;
	text-align: center;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb > .active, .breadcrumb a:hover {
    color: #fb9902;
	text-decoration: none;
}

/*
|----------------------------------------------------------------------------
	10. SERVICE / .service-wrap
|----------------------------------------------------------------------------
*/
#service {
	padding: 100px 0 70px;
}
.service-wrap {
	background-color: #fff;
	box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
    border-radius: 10px;
    margin: 0 0 30px;
    padding: 30px 20px;
	position: relative;
    text-align: center;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.service-wrap:hover {
	box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
.service-wrap h3 {
    color: #000;
    font-weight: bold;
	margin: 15px 0;
}
.service-wrap .col-xs-6 {
    margin: 0;
    padding: 0;
}
.service-box {
    display: table;
    padding: 0 5px 0 0;
    width: 100%;
}
.service-wrap .col-xs-6:last-child .service-box {
    padding: 0 0 0 5px;
}
.service-box-wrap {
    display: table-cell;
    vertical-align: middle;
}
.service-box-wrap.border-left {
    border-left: 1px solid rgba(252, 213, 153, 0.8);
	padding-left: 10px;
}
.service-wrap i {
    background-color: #fff;
    border: 1px solid #fb9902;
    border-radius: 50%;
    color: #fb9902;
	height: 64px;
	font-size: 32px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}
.service-wrap:hover i {
    background-color: #fb9902;
	color: #fff;
}
.service-wrap p:last-child {
	margin-bottom: 0;
}
ul.service-list {
	margin: 0 0 0 20px;
}
ul.service-list li::before {
    content: "\f046";
    font-family: Font Awesome 5 Free;
    margin-left: -20px;
    padding-right: 5px;
	position: relative;
    top: 1px;
	color: #fb9902;
}
ul.service-list li {
    font-weight: 500;
	line-height: 1.3;
    padding: 0 0 10px;
}
.service-box-wrap .btn {
    margin-top: 10px;
	color: #fff;
}
#service .service-box .service-box-wrap img{
    margin: 10px 0 20px;
}

/*
|----------------------------------------------------------------------------
	11. TEAM (Style-1 & Common Styles) / #team
|----------------------------------------------------------------------------
*/
#team {
	padding: 100px 0 70px;
}
.team-wrap {
	background-color: #fff;
	border-radius: 8px;	
	box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
	margin-bottom: 30px;
	margin-top: 50px;
    position: relative;
}
.team-wrap:hover {	
	box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
.team-thumb {
	border-radius: 50%;
    box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
    overflow: hidden;
    position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	width:100px;
}
.team-thumb img {
	border: 5px solid #e8e8e8;
	border-radius: 50%;
    overflow: hidden;	
	-webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.team-wrap:hover .team-thumb img {
	-moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.team-details{
	height: auto;
    overflow: hidden;
    padding: 70px 30px 0;
    position: relative;
    width: 100%;
}
.team-title {
	padding: 0 30px;
}
.team-title h4 {
	color: #fb9902;
	font-size: 18px;
    display: block;
    font-weight: bold;
    margin: 20px 0 15px;
    text-transform: uppercase;
}
.team-title h5 {
    display: block;
	font-weight: bold;
    margin: 0 0 20px;
}
.details-plain .team-title h5 {
    margin: 0 0 20px;
}
.team-details p {
    margin: 0 0 20px;
}
.team-social {
    margin-bottom: 20px;
}
.team-social a i {
    padding: 0 5px;
}
.details-plain {
    opacity: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.team-wrap:hover .details-plain {
    opacity: 1;
}
.team-wrap:hover .details-overly {
	opacity: 0;
}
.team-wrap .social-icon {
    display: inline-block;
}
.details-overly{
    left: 0;
	opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	-moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*
|----------------------------------------------------------------------------
	11.1. TEAM STYLE 2 / .our-team-style-2
|----------------------------------------------------------------------------
*/
.our-team-style-2 .team-wrap {
	border-style: solid;
	border-color: #fb9902;
    border-width: 1px 5px;
    border-radius: 20px 0;	
	box-shadow: 0 0 5px 1px rgba(251, 153, 2, 0.5);
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.our-team-style-2 .team-wrap:hover {
	box-shadow: 0 0 10px 1px rgba(251, 153, 2, 0.5);
}
.our-team-style-2 .team-thumb {
    box-shadow: 0 0 5px 1px rgba(251, 153, 2, 0.5);
}
.our-team-style-2 .team-thumb img {
	border: 5px solid rgba(251, 153, 2, 0.9);
}
.our-team-style-2 .team-title h4 {
	color: #fb9902;
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}


/*
|----------------------------------------------------------------------------
	11.2. TEAM STYLE 3 / .our-team-style-3
|----------------------------------------------------------------------------
*/
#team .our-team-style-3 .team-wrap {
	background-color: #fff;
	border-style: solid;
	border-color: #fb9902;
    border-width: 1px 5px;
    border-radius: 20px 0;	
	box-shadow: 0 0 5px 1px rgba(251, 153, 2, 0.5);
	margin: 50px 0;
	min-height: 230px;
    position: relative;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#team .our-team-style-3 .team-wrap:hover {
	box-shadow: 0 0 10px 1px rgba(251, 153, 2, 0.5);
}
#team .our-team-style-3 .team-thumb {
	border-radius: 50%;
    box-shadow: 0 0 5px 1px rgba(251, 153, 2, 0.5);
    overflow: hidden;
    position: absolute;
	top: -50px;
	width:100px;
}
#team .our-team-style-3 .team-thumb img {
	border: 5px solid rgba(251, 153, 2, 0.9);
	border-radius: 50%;
    overflow: hidden;
}
#team .our-team-style-3 .team-details{
	height: auto;
    overflow: hidden;
    padding: 50px 30px 30px;
    position: relative;
    width: 100%;
}
#team .our-team-style-3 .team-title {
    padding: 0;
}
#team .our-team-style-3 .team-title h4 {
	color: #fb9902;
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}
#team .our-team-style-3 .team-details-inner > p {
	color: #505050;
    margin: 0 0 30px;
}
#team .our-team-style-3 .team-wrap .social-icon {
    display: inline-block;
}


/*
|----------------------------------------------------------------------------
	12. PORTFOLIO / .portfolio-wrapper
|----------------------------------------------------------------------------
*/
#portfolio {
	padding: 100px 0 70px;
}
.portfolio-wrapper {
    cursor: pointer;
	margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}
.portfolio-wrapper > img {
	width: 100%;
}
.portfolio-wrapper .content-overly {
	-webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	-moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
	transform: translateX(100%);
    -webkit-transition:all 0.6s ease-in-out 0s;
    -moz-transition:all 0.6s ease-in-out 0s;
    -ms-transition:all 0.6s ease-in-out 0s;
    -o-transition:all 0.6s ease-in-out 0s;
    transition:all 0.6s ease-in-out 0s;
    width: 100%;
}
.portfolio-wrapper:hover .content-overly  {    
	opacity: 1;
	-moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.overly-inner {
    text-align: center;
	padding-top: 20px;
}
.pfolio-caption > h3 {
    text-transform: capitalize;
}
.pfolio-link a , .pfolio-caption a {
    color: #fff;
	display: inline;
    font-size: 16px;
	font-weight: bold;
	text-decoration: none;
    margin: 2.5px;
    padding: 2px 6px;
}
.pfolio-link a {
    border: 1px solid #fff;
}
.portfolio-wrapper .overly-style2 {
	-webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	-moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
}
.portfolio-wrapper:hover .overly-style2 {
    opacity: 1;
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.dofilter-style-filter-box .isotopeContainer {
	margin: 0 -15px;
}
.dofilter-style-filter-box .isotopeContainer.no-space {
	margin: 0;
}
.no-space, .no-space .portfolio-wrapper{
    margin: 0;
    padding: 0;
}


/*
|----------------------------------------------------------------------------
	13. SHOP / #shop
|----------------------------------------------------------------------------
*/
#shop {
	padding: 100px 0 50px;
}
#product-area {
    margin-bottom: 20px;
}
.shop-top-bar-wrap {
	background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 15px;
}
.item-number , .item-ordering, .item-show-form, .item-ordering-form, .item-number > p, .item-ordering > p {
    display: inline-block;
}
.item-number > p, .item-ordering > p {
    margin: 0 10px 0 0;
}
.product-wrap, .product-image {
    position: relative;
}
.product-wrap {
    border: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.no-space .product-wrap {
	margin-bottom: 0;
}
.product-image {
	background-color: #f7f7f7;
    border-bottom: 1px solid #e6e6e6;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.product-image > a img {
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease 0s;
}
.product-image > a img:nth-of-type(2) {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.product-image:hover > a img:nth-of-type(2) {
    opacity: 1;
    z-index: 2;
}
.product-overlay {
    bottom: 0;
    height: 44px;
    left: 0;
    line-height: 44px;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 6;
}
.product-overlay a {
    transition: all 0.3s ease-in-out 0s;
}
.product-overlay a.item-quick-view {
    border-right: 0 none;
}
.dofilter-style .product-overlay a.add-to-cart {
    background-color: #000;
}
.dofilter-style .product-overlay a {
    background-color: #555;
    border-right: 1px solid #ddd;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 50%;
}
.dofilter-style .product-overlay a:hover {
    background-color: #0247fe;
    color: #fff;
	text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.product-wrap .product-detail {
    padding: 15px 0;
	text-align: center;
}
.product-wrap .product-name {
    margin: 0 0 10px;
}
.product-wrap .product-name a {
    display: block;
    font-size: 20px;
    text-align: center;
}
.product-wrap .product-name a:hover {
	text-decoration: none;
}
#shop .rating-wrap {
    text-align: center;
    margin-bottom: 0;
}
#shop .price {
    color: #fb9902;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
#shop .price .regular-price {
    color: #ccc;
    margin-left: 5px;
    text-decoration: line-through;
}
.dofilter-style .product-detail .pwrapper.psummary-info {
    padding: 0;
    border: none;
	color: #000;
}

.dofilter-style .product-info-tabs ul.nav-tabs {
    padding: 0 0 8px;
}
.dofilter-style .product-info-tabs ul li a {
    padding: 11px 20px;
	margin: 0 5px 0 0;
    background-color: #a0a0a0;
    border: 1px solid #a0a0a0;
	color: #fff;
}
.dofilter-style .product-info-tabs ul li a.active {
    background-color: #fff;
    border: 1px solid #333;
    border-bottom: 1px solid #fff;
	color: #333;
}
.dofilter-style .tab-content {
    margin: 20px 0;
}


/*
|----------------------------------------------------------------------------
	14. PRICING / .pricing-wrap
|----------------------------------------------------------------------------
*/
#pricing {
	padding: 100px 0 70px;
}
.pricing-wrap {
	color: #000;
	border-radius: 6px;
    box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
	min-height: 425px;
	overflow: hidden;
    text-align: center;
	margin: 0 0 30px;
	border: none;
	padding: 30px 20px;
}
.pricing-wrap:hover {
    box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
.pricing-wrap h3 {
    font-size: 24px;
	border: 3px solid;
    border-radius: 6px;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 10px;
    text-transform: uppercase;
}
.pricing-wrap a.btn {
    margin: 30px 0 0;
	text-transform: capitalize;
}
.price-wrap p {
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 30px;
}
.pricing-wrap p sup {
	font-size: 20px;
    top: -20px;
}
.pricing-wrap p sub {
	bottom: 2px;
	font-size: 16px;
}
.pricing .active.vpshost .pricing-wrap  {
    background-color: #fb9902;
	box-shadow: 0 0 5px 1px rgba(251, 153, 2, 0.8);
	color: #fff;
}
.pricing .active .pricing-wrap:hover  {
	box-shadow: 0 0 10px 1px rgba(251, 153, 2, 0.8);
}
.pricing .dedicatedhost .pricing-wrap  {
    background-color: #b4dbe4;
	box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
	color: #000;
}
.pricing .dedicatedhost .pricing-wrap:hover  {
	box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
.pricing .active .pricing-wrap  h3, .col-md-3.col-xs-6.active .pricing-wrap  p {
	color: #fff;
}
.pricing .active .pricing-wrap .price > li {
	border-color: #fff;
}
.pricing .pricing-wrap .btn-link {
    border: 1px solid #ccc;
    background-color: #ccc;
    border-radius: 4px;
    color: #000;
	font-size: 14px;
    font-weight: bold;
    margin: 0 0 30px;
    min-width: 165px;
    padding: 6px 10px;
    text-decoration: none;
}
.pricing .active .pricing-wrap .btn.btn-shutter-out-horizontal {
    background-color: #fff;
	color: #000;
}
.pricing .pricing-wrap .btn {
    padding: 6px 12px;
}
.pricing .price {
	margin: 0;
}
.pricing .price > li {
    padding: 10px 0;
    border-top: 1px solid #222;
}
.pricing .price > li:last-child {
    border-bottom: 1px solid #222;
}
.starter, .premium, .advance {
	background-color: #f9f9f9;
}


/*
|----------------------------------------------------------------------------
	14.1. PRICING STYLE 2 / .pricing-plan-wrap
|----------------------------------------------------------------------------
*/
.pricing-style-2 .pricing-plan-wrap {
	border-radius: 10px;
	box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.5);
    color: #222;
	margin: 0 0 30px;
	padding-bottom: 30px;
    max-width: 360px;
    min-height: 425px;
    overflow: hidden;
    text-align: center;
	-webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.pricing-style-2 .pricing-plan-wrap.advance {
    background-color: #b4dbe4;
}
.pricing-style-2 .pricing-plan-wrap:hover {
    box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
.pricing-style-2 .pricing-plan-wrap.active .btn-custom {
    background-color: #fff;
    color: #222;
}
.pricing-style-2 .pricing-plan-wrap.active .btn-custom:hover {
    color: #fff;
}
.pricing-style-2 .pricing-plan-wrap > h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 30px 0;
    padding: 15px 0;
    text-transform: uppercase;
}
.pricing-style-2 .price-holder {
    background-color: #fff;
    color: #222;
    padding: 30px 0;
}
.pricing-style-2 .price-holder .change-plan {
    color: #fd5308;
    font-size: 16px;
	font-weight: normal;
    margin-bottom: 20px;
}
.pricing-style-2 .pricing-plan-wrap .btn-custom {
    margin: 30px 0;
}
.pricing-style-2 .price-holder p {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
.pricing-style-2 .pricing-plan-wrap p sub {
	bottom: 2px;
	font-size: 15px;
}
.pricing-style-2 .pricing-plan-wrap ul.list-unstyled {
    margin: 30px;
}
.pricing-style-2 .pricing-plan-wrap.active li {
    border-color: #fff;
}

.pricing-style-2 .starter{
	background-color: #8a8a8a;
	color: #fff;
}
.pricing-style-2 .standard {
	background-color: #3e3e3e;
	color: #fff;
}
.pricing-style-2 .professional {
	background-color: #00b69c;
	color: #fff;
}
.pricing-style-2 .premium {
	background-color: #f75500;
	color: #fff;
}


/*
|----------------------------------------------------------------------------
	15. BLOG / #blog
|----------------------------------------------------------------------------
*/
#blog {
	padding: 100px 0 50px;
}
.post-meta {
    font-size: 14px;
    font-style: italic;
}
.post-meta span:last-child {
    padding: 0;
}
.post-meta i {
    padding: 0 5px 0 0;
}
.post-meta span {
    padding: 0 10px 0 0;
}
.post-wrap {
	background-color: #fb9902;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.post-wrap .post-excerpt {
    color: #ccc;
}
#blog.blog-page .post-wrap {
    margin-bottom: 30px;
}
#blog.blog-page .no-space .post-wrap {
    margin: 0;
    padding: 0;
}
.post-thumb > img {
    width: 100%;
}
#blog .post-wrap .post-title {
    margin: 10px 0;
}
#blog .post-title > h3 {
	font-size: 18px;
	font-weight: 700;
    margin: 10px 0;
}
#blog .post-title a {
    color: #fff;
	text-decoration: none;
}
#blog .post-meta a {
    color: #fff;
}
#blog .post-excerpt > p {
    margin: 0;
}
a.btn-more {
	border: 1px solid #fff;
	border-radius: 5px;
    color: #fff;
	display: inline-block;
    padding: 0 5px;
}
a.btn-more:hover i {
    margin-left: 2px;
}

/*
|----------------------------------------------------------------------------
	15.1 BLOG STYLE1 / .blog-style1
|----------------------------------------------------------------------------
*/
.blog-style1 .post-wrap {
	margin: 0 auto;
	max-width: 100%;
}
.blog-style1 .post-content {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    padding: 20px;
    position: absolute;
	-moz-transform: translateY(37.6%);
	-webkit-transform: translateY(37.6%);
	-o-transform: translateY(37.6%);
	-ms-transform: translateY(37.6%);
	transform: translateY(37.6%);
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.56499, 1) 0s;
}
.blog-style1 .post-wrap:hover .post-content {
	-moz-transform: translateY(1px);
	-webkit-transform: translateY(1px);
	-o-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}
.blog-style1 .post-wrap .post-excerpt {
    opacity: 0;
}
.blog-style1 .post-wrap:hover .post-excerpt {
    opacity: 1;
}

/*
|----------------------------------------------------------------------------
	15.2 BLOG STYLE2 / .blog-style2
|----------------------------------------------------------------------------
*/
#blog.blog-style2 .post-wrap {
	background-color: #fff;
    border: 1px solid;
    border-radius: 8px;
	box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
    overflow: hidden;
    padding: 30px;
    position: relative;
}
#blog.blog-style2 .post-wrap:hover {
	box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
.dofilter-style .post-wrap .pwrapper.psummary-info {
    padding: 10px 0;
    border: none;
	color: #000;
}
#blog.blog-style2 .blog-item .post-content, #blog.blog-style2.single-collumn .blog-item .post-content {
    margin: 40px 0 40px 0;
}
#blog.blog-style2 .post-excerpt > p {
    color: #444;
	margin: 0 0 20px;
}
#blog.blog-style2 .post-meta, #blog.blog-style2 .post-meta a {
    color: #000;
}
#blog.blog-style2 .post-title a {
    color: #000;
}
#blog.blog-style2 a.btn-more {
    color: #fb9902;
	font-weight: bold;
	padding: 0;
}
.tags a {
    background-color: #c6cbdc;
    border-radius: 5px;
    display: inline-block;
    margin: 0 0 8px 5px;
    padding: 3px 5px;
	font-size: 13px;
}

/*
|----------------------------------------------------------------------------
	16. RATINGS / .rating-wrap
|----------------------------------------------------------------------------
*/
.dofilter-style .rating-wrap {
	text-align: center;
	color: #000;
}
.dofilter-style .portfolio-wrapper .rating-wrap, .dofilter-style .gallery-wrapper .rating-wrap, .dofilter-style .gallery-wrapper .rating-wrap .commentnumber i {
    color: #fff;
}
.dofilter-style .rating-wrap .commentnumber i {
	color: #000;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	border: none;
}
.dofilter-style .service-wrap:hover .rating-wrap .commentnumber i {
	background-color: transparent;
}
.dofilter-style .rating-wrap i, .dofilter-style .portfolio-wrapper .rating-wrap .commentnumber i {
	color: #fff;
}
.dofilter-style .hidden {
    display: none;
}
.dofilter-style .rating-wrap .rating {
    color: #f5b904;
    display: inline-block;
    position: relative;
    text-align: left;
	margin-left: 15px;
}
.dofilter-style .rating-wrap .rating::before {
    content: "\f005\f005\f005\f005\f005";
    font: 18px/1.2em "Font Awesome 5 Free";
    letter-spacing: 2px;
}
.dofilter-style .rating-wrap .rating .stars {
    color: #f5b904;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.dofilter-style .rating-wrap .rating .stars::before {
    color: inherit;
    font: 18px/1.2em "Font Awesome 5 Free";
    letter-spacing: 2px;
}
.dofilter-style .rating-wrap .rating .stars.one::before {
    content: "\f005";
	font-weight: 900;
}
.dofilter-style .rating-wrap .rating .stars.two::before {
    content: "\f005\f005";
	font-weight: 900;
}
.dofilter-style .rating-wrap .rating .stars.three::before {
    content: "\f005\f005\f005";
	font-weight: 900;
}
.dofilter-style .rating-wrap .rating .stars.four::before {
    content: "\f005\f005\f005\f005";
	font-weight: 900;
}
.dofilter-style .rating-wrap .rating .stars.five::before {
    content: "\f005\f005\f005\f005\f005";
	font-weight: 900;
}

.dofilter-style .post-wrap .rating-wrap {
    text-align: left;
	padding: 10px 0 0;
}
.dofilter-style .post-wrap .rating-wrap .rating {
    margin-left: 0;
}

/*
|----------------------------------------------------------------------------
	17. SINGLE PORTFOLIO / #pfolio-single-content
|----------------------------------------------------------------------------
*/
#pfolio-single-content.SecTopMargin {
    margin-top: 0;
}
#pfolio-single-content {
    padding: 100px 0 50px;
}
#pfolio-single-content .post-title h1 {
    font-size: 32px;
	font-weight: bold;
    margin: -10px 0 30px;
}
#pfolio-single-content .filter-image {
    margin: 0 0 50px;
}
#pfolio-single-content .title-box {
    margin: 30px 0;
}
#pfolio-single-content aside {
    margin: 0 0 50px;
}
#pfolio-single-content ul.portfolio-info {
    box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
	margin: 0 0 30px;
    border-radius: 8px;
    padding: 30px;
}
#pfolio-single-content ul.portfolio-info:hover {
    box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
#pfolio-single-content ul.portfolio-info li {
    border-bottom: 1px solid rgba(252, 213, 153, 0.8);
    padding: 10px 0;
}
#pfolio-single-content ul.portfolio-info li:last-child {
    border: 0 none;
}
#pfolio-single-content ul.portfolio-info li span {
    font-weight: bold;
    padding-right: 7px;
}
#pfolio-single-content ul.portfolio-info li i {
	color: #fb9902;
    font-weight: bold;
    padding-right: 7px;
}
#pfolio-single-content ul.portfolio-info li .info-right {
    padding-left: 20px;
    color: #000;
}
#pfolio-single-content p {
    margin: 0 0 20px;
}
#related-portfolio {
	clear: both;
	margin: 0 0 20px;
}
#related-portfolio .title-box {
    margin: 50px 0 30px;
}
.btn.btn-project {
    display: block;
    margin: 30px 0;
    max-width: 190px;
    text-align: center;
    text-transform: uppercase;
}

/*
|----------------------------------------------------------------------------
	18. SINGLE BLOG / #single-post-content
|----------------------------------------------------------------------------
*/
#content.SecTopMargin {
    margin-top: 0;
}
#single-post-content {
    padding-top: 120px;
	padding-bottom: 70px;
}
#single-post-content .post-title {
    margin: 0 0 20px;
}
#single-post-content .post-title h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
}
#single-post-content .post-image {
    margin: 30px 0;
}
#single-post-content .post-meta {
	margin: 20px 0 30px;
}
.post-body {
    margin-bottom: 30px;
}
.post-body > p {
    margin: 0 0 20px;
}
.post-navigation {
    border-top: 1px solid rgba(252, 213, 153, 0.8);
    margin-bottom: 30px;
    padding-top: 30px;
}
.post-navigation a {
    font-size: 18px;
	font-weight: 700;
}
.share-icon {
    margin: 0 0 30px;
}
.share-icon .list-inline.list-social {
    margin-top: 10px;
}
.share-icon .list-inline.list-social li {
    margin: 0 0 10px;
}
.share-icon > span {
    color: #fb9902;
    font-weight: bold;
}

/*
|----------------------------------------------------------------------------
	19. SIDEBAR / #sidebar
|----------------------------------------------------------------------------
*/
aside#sidebar {
	padding-top: 120px;
	padding-bottom: 70px;
}
.blog-page aside#sidebar {
    margin-top: 0;
}
.blog-page aside#sidebar .widget {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 20px 15px;
}
.blog-page aside#sidebar .title-box {
    margin: 0 0 30px;
}
.search-input-group .input-group-addon {
    background-color: #fb9902;
    border-color: #fb9902;
    color: #fff;
	border-radius: 0 3px 3px 0;
}
.search-input-group .input-group-addon i.fa-search {
	color: #fff;
	line-height: 38px;
	padding: 5px;
}
.search-input-group .form-control{
    border-color: #fb9902;
	border-right:0;
	padding-left: 10px;
}
.search-input-group .form-control:focus, .search-input-group .form-control:focus + .input-group-addon{
	border-color: #fb9902;
	box-shadow: 0 1px 1px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #fb9902;
}
.search-input-group button{
    border:0;
    background:transparent;
}
.widget-area ul {
    list-style: outside none none;
    padding: 0;
}
.widget-area ul li::before {
    color: #fb9902;
    font-family: Font Awesome 5 Free;
    font-size: 16px;
    padding-right: 10px;
}
.widget-area ul li {
    border-bottom: 1px solid rgba(252, 213, 153, 0.8);
    margin: 20px 0;
    padding: 0 0 20px;
}
.widget-area ul li h3 {
    font-size: 16px;
	font-weight: bold;
	margin: -5px 0 10px;
}
.widget-area ul li h3 a:hover {
	color: #fb9902;
}
.widget-area .post-thumbnail {
    float: left;
    height: 64px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 64px;
}
.widget-area .post-content {
    margin-left: 74px;
}

/*
|----------------------------------------------------------------------------
	20. SINGLE SERVICE / #service-single-content
|----------------------------------------------------------------------------
*/
#service-single-content.SecTopMargin {
    margin-top: 0;
}
#service-single-content {
    padding: 100px 0 50px;
}
#service-single-content .post-image {
    margin: 0 0 30px;
}
#service-single-content .post-title h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0 20px;
}
.service-content {
    margin: 0 0 50px;
}
#service-single-content p {
    margin: 0 0 20px;
}
#service-single-content aside {
    margin: 0 0 50px;
}

/*
|----------------------------------------------------------------------------
	20.1. SERVICE MENU / .service-menu
|----------------------------------------------------------------------------
*/
.service-menu li {
    padding: 0 0 15px;
}
.service-menu li:last-child {
	padding: 0;
}
.service-menu a {
    background-color: #e8e8e8;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 30px;
}
.service-menu a:hover, .service-menu a.active  {
    background-color: #fb9902;
    color: #fff;
}
.service-menu a i {
    padding: 0 10px 0 0;
}

/*
|----------------------------------------------------------------------------
	20.2. SERVICE BROCHURE / .brochure-menu
|----------------------------------------------------------------------------
*/
ul.brochure-menu {
    box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
    border-radius: 10px;
    margin: 30px 0 50px;
    padding: 20px;
}
ul.brochure-menu:hover {
    box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
.brochure-menu li {
    border-bottom: 1px solid #d5d5d5;
    padding: 10px 0;
}
.brochure-menu li:last-child {
    border: none;
}
.brochure-menu li:first-child {
    padding: 10px 0;
}
.brochure-menu li a {
    font-weight: 700;
}
.brochure-menu a i {
    float: right;
	padding: 6px 0;
}

/*
|----------------------------------------------------------------------------
	21. FAQ / #faq-content
|----------------------------------------------------------------------------
*/
#faq-content {
    padding: 100px 0 50px;
}
#faq-content .title-box {
    margin: 0 0 30px;
}
#faq-content .dofilter-faq-item-wrapper {
    margin-bottom: 50px;
	border: 1px solid #e8e8e8;
}
.dofilter-faq-item-wrapper .faq-heading {
    padding: 15px 30px;
}
.dofilter-faq-item-wrapper h4.faq-title {
    font-size: 20px;
	font-weight: bold;
    text-decoration: none;
	padding: 0;
	margin: 0;
}
.dofilter-faq-item-wrapper .faq-panel-body {
    padding: 15px 30px;
}
.dofilter-faq-item-wrapper .faq-heading {
	background-color: #e8e8e8;
	color: #222;
	background-image: -moz-linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
	background-image: -webkit-linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
	background-image: -o-linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
	background-image: -ms-linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0px, #e8e8e8 100%);
}
.dofilter-faq-item-wrapper .faq-heading:hover {
	background-color: #fb9902;
    background-image: -moz-linear-gradient(to bottom, #fb9902 0px, #df8905 100%);
    background-image: -webkit-linear-gradient(to bottom, #fb9902 0px, #df8905 100%);
    background-image: -o-linear-gradient(to bottom, #fb9902 0px, #df8905 100%);
    background-image: -ms-linear-gradient(to bottom, #fb9902 0px, #df8905 100%);
    background-image: linear-gradient(to bottom, #fb9902 0px, #df8905 100%);
	color: #fff;
}
.dofilter-faq-item-wrapper .faq-heading:hover h4.faq-title {
	color: #fff;
}


/*
|----------------------------------------------------------------------------
	22. BUTTON / .btn-shutter-out-horizontal
|----------------------------------------------------------------------------
*/
.btn, .btn-custom.btn-lg, .btn-custom.add-to-cart {
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	padding: 6px 15px;
}
.btn-custom.btn-lg, .btn-custom.add-to-cart, .btn-shutter-out-horizontal, a.btn-shutter-out-horizontal {
    background-color: #fb9902;
    color: #fff;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
	-moz-transform: perspective(1px) translateZ(0px);
	-webkit-transform: perspective(1px) translateZ(0px);
	-o-transform: perspective(1px) translateZ(0px);
	-ms-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
}
.btn-shutter-out-horizontal::before {
    background-color: #fcd599;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -o-transform:scaleX(0);
    -ms-transform:scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
    z-index: -1;
}
.btn-shutter-out-horizontal:hover, .btn-shutter-out-horizontal:focus, .btn-shutter-out-horizontal:active {
	border-color: #fb9902;
    color: #000;
}
.btn-shutter-out-horizontal:hover::before, .btn-shutter-out-horizontal:focus::before, .btn-shutter-out-horizontal:active::before {
    -moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.btn:focus, .btn-custom.btn-lg:focus, .btn-custom.add-to-cart:focus {
	box-shadow: none;
}
.btn-transparent {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn.btn-shutter-out-horizontal.disabled {
    opacity: 1;
}

.dofilter-style-filter-box .btn.btn-shutter-out-horizontal.transparent-btn {
    background-color: #0347ab;
	border: 1px solid #0347ab;
	color: #fff;
}
.dofilter-style-filter-box .btn.btn-shutter-out-horizontal.transparent-btn:hover,
.dofilter-style-filter-box .btn.btn-shutter-out-horizontal.transparent-btn:focus {
    color: #000;
	border-color: #000;
}
.dofilter-style-filter-box .btn.btn-shutter-out-horizontal.transparent-btn::before {
    background-color: #fff;
}


/*
|----------------------------------------------------------------------------
	23. GALLERY / .gallery-wrapper
|----------------------------------------------------------------------------
*/
#gallery {
	padding: 100px 0 70px;
}
.gallery-wrapper {
    cursor: pointer;
	margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}
.gallery-wrapper > img {
	width: 100%;
}
.gallery-wrapper .content-overly {
	-webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	-moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
	transform: translateX(100%);
    -webkit-transition:all 0.6s ease-in-out 0s;
    -moz-transition:all 0.6s ease-in-out 0s;
    -ms-transition:all 0.6s ease-in-out 0s;
    -o-transition:all 0.6s ease-in-out 0s;
    transition:all 0.6s ease-in-out 0s;
    width: 100%;
}
.gallery-wrapper:hover .content-overly  {    
	opacity: 1;
	-moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.gallery-wrapper .overly-inner {
    text-align: center;
	padding-top: 20px;
}
.gallery-wrapper .pfolio-caption > h3 {
    text-transform: capitalize;
}
.gallery-wrapper .pfolio-link a , .gallery-wrapper .pfolio-caption h3 {
    color: #fff;
	display: inline;
    font-size: 18px;
	font-weight: bold;
	text-decoration: none;
    margin: 2.5px;
    padding: 2px 6px;
}
.gallery-wrapper .pfolio-caption { 
	margin-top:15px;
}
.gallery-wrapper .pfolio-link a {
    border: 1px solid #fff;
}
.gallery-wrapper .overly-style2 {
	-webkit-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
	display: -webkit-flex;
    display: flex;
    height: 100%;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
	-moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    width: 100%;
}
.gallery-wrapper:hover .overly-style2 {
    opacity: 1;
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.no-space, .no-space .gallery-wrapper{
    margin: 0;
    padding: 0;
}

.grid-space-zoom-style .gallery-wrapper .content-overly {
    background-color: rgba(0, 0, 0, 0.5);
}
.grid-space-zoom-style .gallery-wrapper .pfolio-link a {
    border: 1px solid #fb9902;
    background-color: #fb9902;
    color: #fff;
}
.grid-space-zoom-style .gallery-wrapper:hover > img {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1.5);
}


/*
|----------------------------------------------------------------------------
	24. COURSE / #course
|----------------------------------------------------------------------------
*/
#course {
	padding: 100px 0 70px;
}
#course .course-wrap {
	background-color: #fff;
	border-style: solid;
	border-color: #fb9902;
    border-width: 1px 5px;
    border-radius: 20px 0;	
	box-shadow: 0 0 5px 1px rgba(251, 153, 2, 0.5);
	margin: 50px 0;
	min-height: 230px;
    position: relative;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#course .course-wrap:hover {
	box-shadow: 0 0 10px 1px rgba(251, 153, 2, 0.5);
}
#course .course-thumb {
	border-radius: 50%;
    box-shadow: 0 0 5px 1px rgba(251, 153, 2, 0.8);
    overflow: hidden;
    position: absolute;
	left: 50%;
	margin-left: -50px;
	top: -50px;
	width:100px;
}
#course .course-thumb img {
	border: 5px solid rgba(251, 153, 2, 0.9);
	border-radius: 50%;
    overflow: hidden;
}
#course .course-details{
	height: auto;
    overflow: hidden;
    padding: 50px 30px 30px;
    position: relative;
    width: 100%;
}
#course .course-title {
    padding: 0;
}
#course .course-title h3 {
	color: #fb9902;
    display: block;
	font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
#course .course-title h4 {
	color: #fb9902;
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: capitalize;
}
#course .course-title h5 {
    display: block;
	font-weight: bold;
    margin: 0 0 10px;
}
.dofilter-style .course-details .rating-wrap {
    text-align: left;
    color: #000;
	padding: 0;
}
#course .course-details-inner > p {
	color: #505050;
    margin: 0 0 30px;
}
#course .course-wrap .social-icon {
    display: inline-block;
}
#course .course-social a i {
    padding: 0 5px;
}


/*
|----------------------------------------------------------------------------
| Single Product
|----------------------------------------------------------------------------
*/
.single-product-image {
    margin-bottom: 50px;
}
.product-thumbs img {
    width: 100%;
}
.single-product-title {
    font-size: 32px;
    margin: 0 0 15px;
	text-transform: capitalize;
}
.single-product-detail .price {
    font-size: 24px;
    margin: 15px 0;
}
.single-product-detail > p {
    margin: 0 0 30px;
}
.form-control {
	margin-bottom: 30px;
}
.search-input-group .form-control {
	margin-bottom: 0;
}


/*select box*/
.dofilter-style select {
	background-color: white;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%),
		linear-gradient(135deg, #3e3e3e 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	background-position: calc(100% - 18px) calc(1em + 2px),
		calc(100% - 13px) calc(1em + 2px),
		calc(100% - .5em) .5em;
	background-size: 5px 6px, 6px 5px, 1.5em 1.5em;
	background-repeat: no-repeat;
}
.dofilter-style select:focus {
	background-image: linear-gradient(45deg, transparent 50%, #3e3e3e 50%),
		linear-gradient(135deg, #3e3e3e 50%, transparent 50%),
		radial-gradient(transparent 66%, transparent 66%);
	box-shadow: none;
}
.dofilter-style select::-ms-expand {
    display: none;
}


/*
|----------------------------------------------------------------------------
	25. OTHERS
|----------------------------------------------------------------------------
*/
.scrollup {
    bottom: 40px;
    display: none;
    font-size: 42px;
	color: #fb9902;
    height: 40px;
    position: fixed;
    right: 22px;
    text-align: center;
    width: 40px;
	z-index: 999;
}
blockquote {
    font-weight: 500;
    color: #000;
    border-color: #fb9902;
	margin: 20px 30px;
}
blockquote p {
	margin: 0;
}
.SecTopMargin {
    margin-top: 30px;
}
.SecTopMargin50 {
    margin-top: 50px;
}
.SecTopMargin40 {
    margin-top: 40px;
}
.SecTopMargin30 {
    margin-top: 30px;
}
.SecTopMargin10 {
    margin-top: 10px;
}
.TopMargin0 {
    margin-top: 0;
}
.TopMargin30 {
    margin-top: 30px;
}
.bottomMargin0 {
    margin-bottom: 0;
}
.bottomMargin30 {
    margin-bottom: 30px;
}
