/*
|----------------------------------------------------------------------------
	HighLine Template Main CSS
	Author: MGScoder
	Author URL: https://themeforest.net/user/mgscoder
	Version: 2.1
	Primary color: #fb9902 agora é esse #FFE81E
|----------------------------------------------------------------------------
*/

/*
|------------------------------------------------------------------
	[Table of contents]:

	1. FONTS: Google Font
	2. BODY
	3. COMMON CSS
	4. HEADER / #header
	5. NAVIGATION / .nav
		5.1. MENU ANIMATION
	6. CAROUSEL TOP BANNER SLIDER / #home-slider
	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. ABOUT / .about-wrap
		10.1 SKILLS PROGRESSBAR / .progressbar
	11. SERVICE / #service
	12. TEAM / #team
	13. SOCIAL
	14. PORTFOLIO / #portfolio
		14.1 LIGHTBOX
	15. PRICING / #pricing
	16. BLOG / #blog
		16.1 BLOG STYLE1 / .blog-style1
		16.2 BLOG STYLE2 / .blog-style2
	17. CLIENTS / #clients
	18. TESTIMONIAL / #testimonials
		18.1. CAROUSEL CONTROL for testimonial
	19. CAROUSEL CONTROL / .owl-theme
	20. TESTIMONIAL RATINGS / .rating-wrap
	21. CONTACT / #contact
	22. SUCCESS STORY / #success-story
	23. SINGLE PORTFOLIO / #pfolio-single-content
	24. SINGLE BLOG / #single-post-content
		24.1. RELATED BLOG / #related-blog
		24.2. COMMENTS LIST / .commentlist
		24.3. COMMENT FORM / #commentform
	25. SIDEBAR / #sidebar
	26. SINGLE SERVICE / #service-single-content
		26.1. SERVICE LIST / .service-list
		26.2. SERVICE MENU / .service-menu
		26.3. SERVICE BROCHURE / .brochure-menu
		26.4. SERVICE FEATURES ACCORDION / .service-features
		26.5. SERVICE QUOTE FORM / .quoteForm
	27. FAQ / #faq-content
	28. 404 PAGE / .not-found
	29. ELEMENTS
	30. SELECT BOX / select.form-control
	31. BUTTON / .btn-shutter-out-horizontal
	32. FOOTER / .footer
		32.1. SUBSCRIBE FORM / #mc-form
	33. OTHERS
	
|-------------------------------------------------------------------
*/

/*
|----------------------------------------------------------------------------
	1. FONTS: Google Font
|----------------------------------------------------------------------------
*/
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700|Roboto:400,400i,500,500i,700,700i);
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); */
/* @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons); */

/*
|----------------------------------------------------------------------------
	2. BODY
|----------------------------------------------------------------------------
*/
body {
	background: #fff;
    font-family: 'Roboto', sans-serif;
	color: #555;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.48;
	width:100%;
}

/*
|----------------------------------------------------------------------------
	3. COMMON CSS
|----------------------------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	/* font-family: 'Raleway', sans-serif; */
	font-family: 'Roboto', sans-serif;
    color: #000;
	line-height: 1.3;
	font-weight: 400;
}
img, iframe, object, embed {
    max-width: 100%;
}

a {
	color: #000;
}
a:focus, a:hover  {
	color: #FFE81E;
	text-decoration: none;
}

.a_btn {
	color: #000 !important;
    border: 1px solid #000 !important;
	border-color: #000000 !important;
}
.a_btn:focus, .a_btn:hover  {
	border-color: #FFE81E !important;
    color: #000 !important;
    text-decoration:none !important;
    outline:none !important;
}

.a_btn_excluir {
	color: #000 !important;
    border: 1px solid #000 !important;
	border-color: #000000 !important;
}
.a_btn_excluir:focus, .a_btn_excluir:hover  {
	border-color: #ff0000 !important;
    color: #ff0000 !important;
    text-decoration:none !important;
    outline:none !important;
}

/*
a {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #000;
	border-color: #000000;
    border-radius: 4px;
}
a:hover, a:focus {
	border-color: #FFE81E;
    color: #000;
    text-decoration:none;
    outline:none
}
*/

.intro-text {
	font-size: 18px;
	font-weight: 500;
	max-width: 660px;
    margin: 0 auto 60px;
}
p {
    margin: 0 0 20px;
}
.post-title h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 30px 0;
}

/*
|----------------------------------------------------------------------------
	4. HEADER / #header
|----------------------------------------------------------------------------
*/
#header {
    background: rgba(0, 0, 0, 0);
    /* 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;
}
#header.white-bg {
	background: rgba(255, 255, 255, 1) !important;
}
#header.fixed-nav {	
	/* background: rgba(255, 255, 255, 1) !important; */
	/* background: rgba(170, 119, 15, 1) !important; */
    background: #222 !important;
    height: 56px;
}
.navbar .navbar-brand {
    height: auto;
	margin: 0;
    padding: 0;
}
.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;
}
.fixed-nav .navbar-brand .logo{
    height: 56px;
	width: auto;
}

/*
|----------------------------------------------------------------------------
	5. NAVIGATION
|----------------------------------------------------------------------------
*/
nav.navbar.bootsnav ul.nav > li > a {
	color: #fff;
	padding: 30px 15px;
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
    text-transform: uppercase;
}
/*
.white-bg nav.navbar.bootsnav ul.nav > li > a, .fixed-nav nav.navbar.bootsnav ul.nav > li > a {
    color: #000;
}
*/
.fixed-nav nav.navbar.bootsnav ul.nav > li > a {
	padding: 18px 15px;
}
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
.white-bg nav.navbar.bootsnav ul.nav > li > a:hover,
.fixed-nav nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:hover,
.white-bg nav.navbar.bootsnav ul.nav > li > a.active,
.fixed-nav nav.navbar.bootsnav ul.nav > li > a.active,
nav.navbar.bootsnav ul.nav > li > a.active,
.white-bg nav.navbar.bootsnav ul.nav > li > a:focus,
.fixed-nav nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li > a:focus {
	/* background-color: #fb9902; */
	color: #FFE81E;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
	color: #FFE81E;
}
nav.navbar.bootsnav.header-nav .navbar-header .navbar-toggle {
	background-color: transparent;
}
nav.navbar.bootsnav .navbar-toggle {
    margin-top: 25px;
}
#header.fixed-nav nav.navbar.bootsnav .navbar-toggle {
    margin-top: 10px;
}
#header.fixed-nav nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a, nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
	padding: 2px 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	border-color: #FFE81E #e0e0e0 #e0e0e0;
}
.col-menu.col-sm-12 > hr {
    margin: 8px 0;
}
nav.bootsnav .megamenu-content .title {
    color: #FFE81E;
	font-weight: bold;
	text-transform: uppercase;
}
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a, nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    color: #000;
	font-size: 14px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: 1px solid #ddd;
}

/*
|----------------------------------------------------------------------------
	5.1. MENU ANIMATION
|----------------------------------------------------------------------------
*/
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
}
@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
}
.fade-Out-Up{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp;}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.fade-In-Down{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}


/*
|----------------------------------------------------------------------------
	6. CAROUSEL TOP BANNER SLIDER / #home-slider
|----------------------------------------------------------------------------
*/
.home-slider {
	height: 100vh;
    width: 100%;
}
.home-slider.image-bg {
    background-image: url("../images/slider/slide-3.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#home-slider .owl-carousel {
	position: relative;
	height: 100%;
}
#home-slider .owl-carousel .owl-slide::before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#home-slider .owl-carousel div:not(.owl-nav) {
	height: 100%;
}
#home-slider .owl-carousel .owl-nav {
	height: 0;
	position: absolute;
	top: 46%;
	left: 0;
	right: 0;
}
#home-slider .owl-carousel .owl-nav .owl-buttons div {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: 0;
	width: 50px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	font-size: .9em;
	border-radius: 3px;
	color: #FFF;
	background: #000;
	opacity: .6;
	text-transform: capitalize;
}
#home-slider .owl-nav > button {
    background: transparent none repeat scroll 0 0;
    font-size: 50px;
	color: #fff;
}
* {
	box-sizing: border-box;
}

#home-slider .owl-carousel .owl-slide {
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
    height: 100%;
}
#home-slider .owl-carousel .owl-slide.slide-1 {
    /* background-image: url("../images/slider/slide-1.png"); */
}
#home-slider .owl-carousel .owl-slide.slide-2 {
    /* background-image: url("../images/slider/slide-2.png"); */
}
#home-slider .owl-carousel .owl-slide.slide-3 {
    /* background-image: url("../images/slider/slide-3.png"); */
}
#home-slider .owl-carousel .slider-content {
	bottom: 0;
    display: table;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
#home-slider .slider-caption {
    display: table-cell;
    vertical-align: middle;
}
#home-slider .owl-carousel .slider-content .slider-caption .caption-container {
	height: auto;
    margin: 80px auto 0;
    max-width: 860px;
    width: 80%;
}
#home-slider .owl-carousel .slider-content h2.banner-title-text {
    color: #fff;
    font-size: 48px;
	line-height: 1.3;
    font-weight: 700;
    letter-spacing: 2px;
	margin: 20px 0;
    text-transform: uppercase;
}
#home-slider .owl-carousel .slider-content h2.banner-title-text span {
    color: #FFE81E;
}
#home-slider .owl-carousel .slider-content .sub-title {
	/* font-family: 'Raleway', sans-serif; */
	font-family: 'Roboto', sans-serif;
    font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
}
#home-slider .owl-carousel .slider-content .sub-title.white-text {
    color: #fff;
}
#home-slider .owl-carousel div.slider-caption {
    height: auto;
    margin-top: 10%;
}
#home-slider .btn-shutter-out-horizontal:before {
    background-color: #FFE81E;
}
#home-slider .btn-shutter-out-horizontal:hover {
    color: #000;
}
#home-slider  .owl-next {
    float: right;
	padding: 4px 11px;
}
#home-slider  .owl-prev {
    float: left;
	padding: 4px 8px;
}
#home-slider  .owl-nav {
	max-width: 1170px;
	margin: 0 auto;
    opacity: 0;
}
#home-slider :hover .owl-nav  {
    opacity: 1;
}
#home-slider .btn.btn-transparent  {    
    font-size: 18px;
    margin-bottom: 30px;
}
.scroll-arrow {
    bottom: 10px;
    color: #fff;
    font-size: 24px;
    height: 24px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    text-align: center;
    width: 24px;
    z-index: 3;
} 
@keyframes fade-In-Down { 
    0% { 
        opacity: 0; 
        transform: translateY(-40px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fade-In-Down{ 
    opacity: 0; 
    -moz-transform:translateY(-40px);
    -webkit-transform:translateY(-40px);
    -o-transform:translateY(-40px);
    -ms-transform:translateY(-40px);
    transform:translateY(-40px);
}
.scroll-arrow .animated.infinite {
    animation-iteration-count: infinite;
}
.scroll-arrow .fade-In-Down {
    animation-name: fade-In-Down;
}
.scroll-arrow .animated {
    animation-duration: 1s;
}

.banner-content h4 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.banner-content h2.type-animate {
	margin-top: 10px;
	margin-bottom: 30px;
}
.banner-content h2.type-animate a.typewrite {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
}
.home-top-banner {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
}
.display-table {
    display: table;
    height: 100%;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.banner-content {
    margin-top: 80px;
	text-align: center;
	color: #fff;
}
.banner-content > h3, .slider-content h3 {
	color: #fff;
    margin: 20px 0 30px;
}

/*
|----------------------------------------------------------------------------
	7. SECTION TITLE / PAGE TITLE
|----------------------------------------------------------------------------
*/
.title-block h1 {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 20px;
}
.title-wrap {
    overflow: hidden;
	margin: 50px 0 60px;
}
.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: #FFE81E;
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    position: relative;
    width: 90px;
}
.title-wrap .title-line .short-line {
    background-color: #FFE81E;
    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: #FFE81E;
    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: 50px 0;
    position: relative;
    width: 100%;
}
/*
#single-page-banner.page-title::before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
*/
#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.blog-page-top-banner {
    background-image: url("../images/background/blog-banner.jpg");
}
#single-page-banner.page-title-image.portfolio-page-top-banner {
    background-image: url("../images/background/portfolio-banner.jpg");
}
#single-page-banner.page-title-image.service-page-top-banner {
    background-image: url("../images/background/service-banner.jpg");
}
#single-page-banner.page-title-image.about-page-top-banner {
    background-image: url("../images/background/about-banner.jpg");
}
#single-page-banner.page-title-image.pricing-page-top-banner {
    background-image: url("../images/background/pricing-banner.jpg");
}
#single-page-banner.page-title-image.clients-page-top-banner {
    background-image: url("../images/background/clients-banner.jpg");
}
#single-page-banner.page-title-image.testimonials-page-top-banner {
    background-image: url("../images/background/testimonials-banner.jpg");
}
#single-page-banner.page-title-image.team-page-top-banner {
    background-image: url("../images/background/team-banner.jpg");
}
#single-page-banner.page-title-image.faq-page-top-banner {
    background-image: url("../images/background/faq-banner.jpg");
}
#single-page-banner.page-title-image.element-page-top-banner {
    background-image: url("../images/background/element-banner.jpg");
}
#single-page-banner.page-title-image.contact-page-top-banner {
    background-image: url("../images/background/contact-banner.jpg");
}
#single-page-banner.page-title h2 {
    color: #fff;
    font-size: 36px;
	margin: 0;
}

/*
|----------------------------------------------------------------------------
	9. BREADCRUMB / .breadcrumb
|----------------------------------------------------------------------------
*/
.breadcrumb {
    background-color: transparent;
	padding: 8px 0;
	text-align: right;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb > .active, .breadcrumb a:hover {
    color: #FFE81E;
	text-decoration: none;
}

/*
|----------------------------------------------------------------------------
	10. ABOUT / .about-wrap
|----------------------------------------------------------------------------
*/
#about {
	padding: 70px 0;
}
.progressbar-wrap .title-box {
    margin-top: 0;
}
.about-wrap {
    margin: 0 0 60px;
}
.about-wrap .icon-holder {
    float: left;
    text-align: center;
}
.about-wrap .icon-holder i {
	border: 1px solid #FFE81E;
    border-radius: 50%;
    color: #FFE81E;
	height: 64px;
	font-size: 32px;
    line-height: 64px;
    width: 64px;
}
/*
.about-wrap:hover .icon-holder i {
    background-color: #fb9902;
    color: #fff;
}
*/
.about-wrap li::before {
	color: #FFE81E;
    content: "\f046";
    /* font-family: fontawesome; */
    font-family: 'Roboto', sans-serif;
    padding-right: 8px;
}
.about-wrap li {
    padding: 0 0 5px;
}
.about-wrap .text-box {
    padding-left: 80px;
}
#about .about-wrap .text-box .title-box {
    margin: 0 0 30px;
}
.text-box > p:last-child, .text-box .list-unstyled {
    margin: 0;
}

/*
|----------------------------------------------------------------------------
	10.1 SKILLS PROGRESSBAR / .progressbar
|----------------------------------------------------------------------------
*/
.progressbar-wrap > p {
    margin: 0 0 50px;
}
.progressbar {
    margin: 0 0 50px;
}
.progressbar .circle {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.progressbar .circle > canvas {
    vertical-align: middle;
}
.progressbar .circle > div {
    font-size: 20px;
	color: #000;
	font-weight: 500;
    left: 0;
    position: absolute;
    text-align: center;
    top: 46px;
    width: 100%;
}
.progressbar .circle > p {
    font-size: 20px;
    margin: 10px 0 0;
	font-weight: 500;
}

/*
|----------------------------------------------------------------------------
	11. SERVICE / #service
|----------------------------------------------------------------------------
*/
#service {
	padding: 70px 0;
}
.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: 15px 15px 15px 15px;
	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 #FFE81E;
    border-radius: 50%;
    color: #FFE81E;
	height: 64px;
	font-size: 32px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}
/*
.service-wrap:hover i {
    background-color: #FFE81E;
	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: fontawesome; */
    font-family: 'Roboto', sans-serif;
    margin-left: -20px;
    padding-right: 5px;
	position: relative;
    top: 1px;
	color: #FFE81E;
}
ul.service-list li {
    font-weight: 500;
	line-height: 1.3;
    padding: 0 0 10px;
}
.service-box-wrap .btn {
    margin-top: 20px;
}
#service .pagination {
    margin: 20px 0 50px;
}
#service .button-holder {
    margin: 0 0 50px;
}

/*
|----------------------------------------------------------------------------
	12. TEAM / #team
|----------------------------------------------------------------------------
*/
#team {
	padding: 70px 0;
}
.team-wrap {
	background-color: #fff;
	border-radius: 8px;	
	box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
	margin-bottom: 50px;
	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;
}
.team-details{
	height: auto;
    overflow: hidden;
    padding: 70px 30px 0;
    position: relative;
    width: 100%;
}
.team-title {
	padding: 0 30px;
}
.team-title h4 {
	font-size: 18px;
    color: #000;
    display: block;
    font-weight: bold;
    margin: 30px 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: 15px;
}
.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;
}
.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: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transform: translateY(-50%);
}
.team-wrap:hover .details-overly {
	opacity: 0;
}
.team-wrap .social-icon {
    display: inline-block;
}

/*
|----------------------------------------------------------------------------
	13. SOCIAL
|----------------------------------------------------------------------------
*/
.list-inline.list-social {
    margin: 0;
    padding: 0;
}
.list-social.list-inline > li {
    padding: 0;
}
.social-icon {
    border: 1px solid #FFE81E;
    border-radius: 3px;
    color: #FFE81E;
    display: block;
    height: 32px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    text-shadow: none;
    width: 32px;
}
.social-icon-rounded {
    border-radius: 50%;
}
.social-icon-dark, .social-icon-light {
    border-color: transparent;
}
.social-icon-dark {
    background-color: #FFE81E;
    color: #fff;
}
.social-icon-light, .footer .social-icon-light {
    background-color: #FFE81E;
    color: #fff;
}
.social-icon-colored, .share-icon .social-icon-colored {
    border-color: transparent;
}
.social-icon.social-icon-large {
    height: 44px;
    margin: 0 10px 10px 0;
    width: 44px;
}
.social-icon.social-icon-small {
    height: 24px;
    width: 24px;
}
.social-icon i {
    display: block;
	font-size: 22px;
    line-height: 32px;
    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;
}
.social-icon.social-icon-small i {
    font-size: 16px;
    line-height: 24px;
}
.social-icon.social-icon-large i {
    font-size: 34px;
    line-height: 44px;
}
.social-icon.social-icon-large:hover i:first-child {
    margin-top: -44px;
}
.social-icon.social-icon-small:hover i:first-child {
    margin-top: -24px;
}
.social-icon:hover i:first-child {
    margin-top: -32px;
}

.social-icon:hover {
	text-decoration: none;
}
.social-icon-colored.social-icon, .social-icon:hover {
    border-color: transparent;
}
.social-icon-colored.social-icon-facebook, .social-icon-facebook:hover {
    background-color: #3b5998;
}
.social-icon-colored.social-icon-twitter, .social-icon-twitter:hover {
    background-color: #00acee;
}
.social-icon-colored.social-icon-gplus, .social-icon-gplus:hover {
    background-color: #dd4b39;
}
.social-icon-colored.social-icon-linkedin, .social-icon-linkedin:hover {
    background-color: #0077b5;
}
.social-icon-colored.social-icon-vimeo, .social-icon-vimeo:hover {
    background-color: #1ca7cc;
}
.social-icon-colored.social-icon-pinterest, .social-icon-pinterest:hover {
    background-color: #cb2027;
}
.social-icon-colored.social-icon-dribbble, .social-icon-dribbble:hover {
    background-color: #ec4a89;
}
.social-icon-colored.social-icon-rss, .social-icon-rss:hover {
    background-color: #fb9f3c;
}
.social-icon-colored.social-icon-flickr, .social-icon-flickr:hover {
    background-color: #ff0084;
}
.social-icon-colored.social-icon-instagram, .social-icon-instagram:hover {
    background-color: #bc2a8d;
}
.social-icon-colored.social-icon-youtube, .social-icon-youtube:hover {
    background-color: #bb0000;
}
.social-icon-colored.social-icon-skype, .social-icon-skype:hover {
    background-color: #12a5f4;
}
.social-icon-colored.social-icon-yahoo, .footer .social-icon-yahoo:hover {
    background-color: #7B0099;
}
.social-icon-colored.social-icon-tumblr, .social-icon-tumblr:hover {
    background-color: #32506d;
}
.social-icon i:last-child {
    color: #fff;
}
.social-icon-colored i {
    color: #fff;
}

/*
|----------------------------------------------------------------------------
	14. PORTFOLIO / #portfolio
|----------------------------------------------------------------------------
*/
#portfolio {
	padding: 70px 0;
}
.filter-section {
	padding-top:40px;
}
.filter-container {
    margin: 0 0 30px;
    text-align: center;
}
.filter-section h1 {
    text-align: center
}
.filter-section .filter-container .filter > li {
    margin: 0;
    padding-bottom: 10px;
}
ul.filter > li > a {
    border: 1px solid #000;
	border-radius: 4px;
	display:  block;
    font-size: 20px;
    padding: 0px 10px;
}
ul.filter > li > a:hover,ul.filter > li > a:focus {
	border-color: #FFE81E;
    color: #000;
    text-decoration:none;
    outline:none
}
ul.filter > li.active a {
	background-color: #FFE81E;
	border-color: #FFE81E;
	color: #000;
    text-decoration:none;
    outline:none
}
.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: uppercase;
}
.pfolio-link a , .pfolio-caption a {
    color: #fff;
	display: inline;
    font-size: 18px;
	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);
}
#portfolio.portfolio-style2 .isotopeContainer {
	margin: 0 15px 50px;
}
#portfolio .pfolio-list.isotopeContainer {
	margin: 0 0 20px;
}
.no-space, .no-space .portfolio-wrapper{
    margin: 0;
    padding: 0;
}

/*
|----------------------------------------------------------------------------
	14.1 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 #FFE81E;
	border-radius: 2px;
	padding: 5px 0 5px 10px;
}
.lb-data .lb-number {
    padding-top: 8px;
    font-size: 14px;
}
.lb-data {
    color: #fff;
}

/*
|----------------------------------------------------------------------------
	15. PRICING / #pricing
|----------------------------------------------------------------------------
*/
#pricing {
	padding: 70px 0;
}
#pricing-2, #pricing-3 {
	padding: 0 0 90px;
}
.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: 40px 30px;
}
.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: 24px;
    top: -20px;
}
.pricing-wrap p sub {
	bottom: 2px;
	font-size: 16px;
}
.pricing .active .pricing-wrap  {
    background-color: #FFE81E;
	box-shadow: 0 0 5px 1px rgba(251, 153, 2, 0.8);
	color: #000;
}
.pricing .active .pricing-wrap:hover  {
	box-shadow: 0 0 10px 1px rgba(251, 153, 2, 0.8);
}
.pricing .pricing-wrap .btn-link {
    border: 1px solid #ddd;
    background-color: #ddd;
    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 dotted #d0d0d0;
}
.pricing .price > li:last-child {
    border-bottom: 1px dotted #d0d0d0;
}
.starter, .premium, .advance, .maximum {
	background-color: #f9f9f9;
}
.pricing .active .pricing-wrap  h3, .pricing .active  .pricing-wrap  p {
	color: #000;
}
.pricing .active .pricing-wrap  .price > li {
	color: #000;
}

.price-style-2 .starter, .price-style-2 .premium, .price-style-2 .advance {
	background-color: #f9f9f9;
}
.price-style-2 .pricing-wrap h3 {
	border: 3px solid #ddd;
	background-color: #ddd;
}
.pricing.price-style-2 .active .pricing-wrap h3 {
    color: #222;
}

/*
|----------------------------------------------------------------------------
	16. BLOG / #blog
|----------------------------------------------------------------------------
*/
#blog {
	padding: 70px 0;
}
.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: #FFE81E;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.post-wrap .post-excerpt {
    color: #ccc;
}
#blog.blog-page .post-wrap {
    margin-bottom: 30px;
}
.post-thumb > img {
    width: 100%;
}
#blog .post-wrap .post-title {
    margin: 15px 0;
}
#blog .post-title > h3 {
	font-size: 20px;
	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;
}
#blog .owl-carousel.owl-loaded {
    margin-bottom: 50px;
    padding-top: 50px;
}
#blog .owl-nav [class^="owl-"],
#blog .owl-nav [class*="owl-"] {
	background: transparent;
    border: 1px solid #FFE81E;
    color: #FFE81E;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
#blog .owl-nav [class*="owl-"]:hover {
	background: #FFE81E;
	color: #fff;
}
#blog .owl-nav .owl-next {
    right: 50%;
	margin: 0 -40px 0 0;
}
#blog .owl-nav .owl-prev {
    left: 50%;
	margin: 0 0 0 -40px;
}
#blog .owl-stage-outer {
    margin-right: -1px;
}

.owl-next {
    right: 50%;
	margin: 0 -40px 0 0;
}
.owl-prev {
    left: 50%;
	margin: 0 0 0 -40px;
}


/*
|----------------------------------------------------------------------------
	16.1 BLOG STYLE1
|----------------------------------------------------------------------------
*/
.blog-style1 .post-wrap {
	margin: 0 auto;
	max-width: 360px;
}
.blog-style1 .post-content {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    padding: 30px;
    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;
}

/*
|----------------------------------------------------------------------------
	16.2 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: 0 30px;
    position: relative;
}
#blog.blog-style2 .post-wrap:hover {
	box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
#blog.blog-style2 .post-thumb > img {
    margin: 40px 0;
}
#blog.blog-style2 .blog-item .post-content, #blog.blog-style2.single-collumn .blog-item .post-content {
    margin: 40px 0 40px 15px;
}
#blog.blog-style2 .post-excerpt > p {
    color: #555;
	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: #FFE81E;
	font-weight: bold;
	padding: 0;
}

/*
|----------------------------------------------------------------------------
	17. CLIENTS / #clients
|----------------------------------------------------------------------------
*/	
#clients {
	padding: 70px 0;
}
.client-item-wrap {
    border: 1px solid transparent;
    padding: 10px;
}
.client-item-wrap:hover {
	cursor: pointer;
}
.client-item-wrap img{
	width: 100%;
	max-width: 300px;
}
#clients .owl-carousel.owl-theme.owl-loaded {
    margin: 0 0 50px;
}
.clients-page .client-item-wrap {
    padding: 0 15px;
	margin: 0 0 50px;
}

/*
|----------------------------------------------------------------------------
	18. TESTIMONIAL
|----------------------------------------------------------------------------
*/
#testimonials {
	padding: 70px 0;
}
.testimonial-single .testimonial-item {
	margin: 0 15%;
    position: relative;
}
.testimonial-image {
    left: 0;
	margin-top: -50px;
    position: absolute;
    top: 50%;
}
.testimonial-image img {
    border-radius: 50%;
    height: 100px;
    max-width: 100px;
	border: 5px solid rgba(62, 62, 62, 0.2);
}
.parallax .testimonial-image img {
	border: 5px solid #fff;
}
.testimonial-content::before {
    border-color: transparent rgba(62, 62, 62, 0.25) transparent transparent;
    border-style: solid;
    border-width: 14px;
    content: "";
    display: inline;
    left: -28px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
}
.testimonial-content::after {
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 14px;
    content: "";
    display: inline;
    left: -25px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
}
.testimonial-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
    /* margin: 5px 5px 5px 120px; */
    margin: 5px 5px 5px 15px;
    padding: 40px 30px;
	position: relative;
}
.testimonial-content p.blockquote::before {
    color: #FFE81E;
    content: "“";
    /* font-family: 'Times New Roman'; */
    font-family: 'Roboto', sans-serif;
    font-size: 5em;
    left: -15px;
    position: absolute;
    top: -65px;
}
.testimonial-content > p {
	font-size: 18px;
	font-style: italic;
    margin: 0 0 20px;
	position: relative;
}
.testimonial-author h4 {
	font-size: 18px;
	color: #FFE81E;
	margin: 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.testimonial-author > p {
	font-size: 14px;
	font-weight: bold;
    margin: 0;
}

/*
|----------------------------------------------------------------------------
	18.1. CAROUSEL CONTROL for testimonial
|----------------------------------------------------------------------------
*/
.testimonials .owl-carousel {
	position: relative;
    margin: 0 0 50px;
}
.testimonials .owl-nav [class^="owl-"],
.testimonials .owl-nav [class*="owl-"] {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	font-size: 20px;
	background-color: #FFE81E;
	border-radius: 50%;
	color: #fff;
	padding: 2px 11px;
	-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;
}
.testimonials .owl-nav {
    opacity: 0;
}
.testimonials:hover  .owl-nav {
    opacity: 1;
}
.testimonials .owl-nav [class^="owl-"]:hover,
.testimonials .owl-nav [class*="owl-"]:hover {
	background: rgba(0, 0, 0, 0.3);
}
.testimonials .owl-nav .owl-prev {
	left: 0;
}
.testimonials .owl-nav .owl-next {
	right: 0;
}

/*
|----------------------------------------------------------------------------
	19. CAROUSEL CONTROL / .owl-theme
|----------------------------------------------------------------------------
*/
.owl-theme .owl-nav{
	margin-top: 0;
}
.owl-theme .owl-dots {
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
	border: 2px solid #FFE81E;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFE81E;
}

/*
|----------------------------------------------------------------------------
	20. TESTIMONIAL RATINGS / .rating-wrap
|----------------------------------------------------------------------------
*/
.rating-wrap {
    text-align: right;
	margin-bottom: 30px;
}
.rating-wrap .rating {
    color: #fcd599;
    display: inline-block;
    position: relative;
    text-align: left;
}
.rating-wrap .rating::before {
    content: "\f006\f006\f006\f006\f006";
    font: 18px/1.2em "FontAwesome";
    letter-spacing: 2px;
}
.rating-wrap .rating .stars {
    color: #FFE81E;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.rating-wrap .rating .stars::before {
    color: inherit;
    font: 18px/1.2em "FontAwesome";
    letter-spacing: 2px;
}
.rating-wrap .rating .stars.one::before {
    content: "\f005\f005\f005";
}
.rating-wrap .rating .stars.two::before {
    content: "\f005\f005";
}
.rating-wrap .rating .stars.three::before {
    content: "\f005\f005\f005";
}
.rating-wrap .rating .stars.four::before {
    content: "\f005\f005\f005\f005";
}
.rating-wrap .rating .stars.five::before {
    content: "\f005\f005\f005\f005\f005";
}

/*
|----------------------------------------------------------------------------
	21. CONTACT / #contact
|----------------------------------------------------------------------------
*/
#contact {
	padding: 70px 0;
}
#map {
	border: 1px solid rgba(252, 213, 153, 0.8);
	border-radius: 4px;
	height: 374px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.map-marker h3 {
	margin: 0 0 10px;
}
.map-marker > p {
    margin: 0;
}
#contact .contact-items-box {
    margin: 0 0 50px;
}
.contact-item {
    margin: 0 0 30px;
}
.contact-left {
    overflow: hidden;
}
.contact-right {
    margin-left: 90px;
    overflow-wrap: break-word;
}
.contact-desc > span {
    font-size: 20px;
    font-weight: bold;
}
.contact-desc > h4 {
    margin: 0;
}
.contact-desc a {
    color: #222;
    text-decoration: none;
}
.contact-desc a:hover {
    color: #FFE81E;
}
.contact-left i {
    border: 1px solid #FFE81E;
    border-radius: 50%;
	color: #FFE81E;
    height: 64px;
	font-size: 32px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}
.contact-item:hover .contact-left i {
    background-color: #FFE81E;
	color: #fff;
}
#msgSubmit {
    margin: 0 0 25px;
}
.form-group {
	display: table;
    position: relative;
	/* width: 100%; */
    /* margin-bottom: 30px; */
    margin-bottom: 10px;
}
.input-group-icon {
    position: absolute;
	top: 0;
}
.form-group .input-group-icon {
    background-color: #FFE81E;
    border: 0 none;
	border-radius: 4px;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    display: table-cell;
    font-size: 14px;
	height: 100%;
    padding: 6px 7px;
    text-align: center;
	-webkit-transition:all 0.2s ease 0s;
    -moz-transition:all 0.2s ease 0s;
    -ms-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    vertical-align: top;
    white-space: nowrap;
    width: 40px;
}
.form-control {
    background-color: transparent;
    border: 1px solid #FFE81E;
    padding-left: 50px;
}
.form-control:focus {
	border-color: #FFE81E;
    box-shadow: 0 1px 5px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #FFE81E;
}
#contactForm span.sub-text {
    bottom: 40px;
    color: #ce0606;
    font-size: 14px;
    position: absolute;
    right: 0;
}
.has-error .form-control {
    border-color: #ce0606;
}
.has-error .input-group-icon {
    background: #ce0606;
    color: #ffffff;
}
.has-error .form-control:focus {
    border-color: #FFE81E;
    box-shadow: 0 1px 5px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #FFE81E;
}
.has-error .form-control:focus+ .input-group-icon {
    background-color: #FFE81E;
    color: #fff;
}
#contactForm .help-block {
    color: #ce0606;
    margin: 0;
    padding-left: 42px;
    position: absolute;
    top: -25px;
}
#msgContactSubmit.h3 {
    margin: 0 0 30px;
}
#contactForm .text-success {
    color: #37a000;
}
#contactForm .text-danger, .text-danger {
    color: #ce0606;
}
#contactForm .btn.disabled {
    opacity: 1;
}
#contactForm {
    margin: 0 0 50px;
    position: relative;
}

/*
|----------------------------------------------------------------------------
	22. SUCCESS STORY / #success-story
|----------------------------------------------------------------------------
*/
#success-story {
	background-color: #f2f2f2;
	padding: 70px 0;
}
#success-story .icon {
    color: #FFE81E;
	margin: 50px 0 25px;
}
#success-story .icon i {
    font-size: 48px;
}
.counter-wrap {
    font-weight: 700;
    margin: 0 0 50px;
}
.counter-wrap > p {
	color: #555;
    margin: 15px 0 0;
    font-size: 20px;
}
.counter {
    font-size: 42px;
	color: #000;
	line-height: 1;
    font-weight: 700;
    text-align: center;
}

/*
|----------------------------------------------------------------------------
	23. SINGLE PORTFOLIO / #pfolio-single-content
|----------------------------------------------------------------------------
*/
#pfolio-single-content.pfolio-single-content {
    margin-top: 50px;
}
#pfolio-single-content {
    padding: 70px 0;
}
#pfolio-single-content .post-title h1 {
    font-size: 32px;
	font-weight: bold;
    margin: -10px 0 30px;
}
#pfolio-single-content .post-image {
    margin: 0 0 50px;
}
#pfolio-single-content .title-box {
    margin: 50px 0 30px;
}
#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: #FFE81E;
    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;
}
#pfolio-single-content .project-gallery-box {
    margin: 0 0 50px;
}
.btn.btn-project {
    display: block;
    margin: 30px 0;
    max-width: 170px;
    text-align: center;
    text-transform: uppercase;
}
aside .overly-inner {
	padding-top: 0;
}

/*
|----------------------------------------------------------------------------
	24. SINGLE BLOG / #single-post-content
|----------------------------------------------------------------------------
*/
#blog-single-content {
    padding: 70px 0;
}
#single-post-content {
    margin-top: 50px;
}
#single-post-content .post-title {
    margin: 30px 0 20px;
}
#single-post-content .post-title h1 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
}
#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: #FFE81E;
    font-weight: bold;
}

/*
|----------------------------------------------------------------------------
	24.1. RELATED BLOG / #related-blog
|----------------------------------------------------------------------------
*/
#related-blog {
    clear: both;
}
#related-blog .title-box {
	margin-top: 30px;
}
#related-blog .blog-wrap {
	background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin: 0 auto 30px;
    max-width: 300px;
}
#related-blog .blog-wrap:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#related-blog .blog-thumb img, .post .post-image img, .post-thumbnail img  {
	width: 100%;
}
#single-post-content .post .post-image {
    overflow: hidden;
	position: relative;
}
#single-post-content .post .post-image img  {
	-webkit-transition:all .8s ease 0s;
    -moz-transition:all .8s ease 0s;
    -ms-transition:all .8s ease 0s;
    -o-transition:all .8s ease 0s;
    transition:all .8s ease 0s;	
}
#related-blog .blog-title h3 {
    font-size: 16px;
	font-weight: 700;
    margin: 10px 0;
}
#related-blog .blog-title h3 a {
	text-decoration: none;
}
#related-blog .blog-title h3 a:hover {
	color: #FFE81E;
}
#related-blog .blog-wrap:hover .blog-thumb::before {
    content: none;
}
.blog-thumb > a, .post-thumbnail a {
    display: block;
}

/*
|----------------------------------------------------------------------------
	24.2. COMMENTS LIST / .commentlist
|----------------------------------------------------------------------------
*/
#comments {
    position: relative;
	margin: 0 0 20px;
}
#single-post-content #comments .title-box {
    margin-top: 20px;
}
/*commentlist*/
#comments .commentlist {
    margin-left: 32px;
    list-style: outside none none;
}
#comments ol.commentlist {
    margin-bottom: 0;
}
.commentlist li {
    margin: 0 0 30px;
    position: relative;
}
.commentlist li ul.children {
	margin: 30px 0;
}
.comment-wrap {
    border: 1px solid rgba(252, 213, 153, 0.8);
    border-radius: 5px;
    padding: 40px 15% 40px 40px;
    position: relative;
}
.comment-wrap h4 {
    margin: 0 0 10px;
}
.comment-author-avatar {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(252, 213, 153, 0.8);
    border-radius: 50%;
    left: -34px;
    padding: 4px;
    position: absolute;
    top: 18px;
}
.children .comment-author-avatar {
    top: 28px;
    left: -25px;
}
.comment-author-avatar img {
    border-radius: 50%;
    display: block;
}
.commentlist li .children {
	list-style: outside none none;
    margin-top: 0;
}
.commentlist li .comment-content {
    padding: 0 0 0 20px;
}
.comment-content .comment-meta h4 a {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
.comment-content .comment-meta a {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.comment-content a {
	text-decoration: none;
}
.comment-content a:hover {
    color: #FFE81E;
}
.commentlist li .comment-content p {
    margin: 20px 0;
}
.commentlist li .comment-content a.comment-reply-link {
    margin-top: 10px;
	font-weight: bold;
}

/*
|----------------------------------------------------------------------------
	24.3. COMMENT FORM / #commentform
|----------------------------------------------------------------------------
*/
#respond .title-box {
    margin-top: 30px;
}
#commentform .comment-notes {
    margin-bottom: 30px;
    padding: 0 0 0 15px;
}
#commentform .required {
    font-weight: bold;
    color: #ce0606;
}
#commentform .form-group {
    display: table;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
#commentform .form-control {
    padding-left: 10px;
}
#commentform .btn {
    margin-top: 5px;
}

/*
|----------------------------------------------------------------------------
	25. SIDEBAR / #sidebar
|----------------------------------------------------------------------------
*/
aside#sidebar {
	padding-top: 50px;
	padding-bottom: 50px;
}
#blog.blog-style2.blog-page aside#sidebar {
	padding-top: 0px;
	padding-bottom: 0px;
}
.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.blog-style2.blog-page aside#sidebar .widget {
    margin: 0 0 50px;
    padding: 0;
}
#blog.blog-style2.single-collumn.blog-page aside#sidebar {
	margin-bottom: 0;
}
.blog-page aside#sidebar .title-box {
    margin: 0 0 30px;
}

.search-input-group .input-group-addon {
    background-color: #FFE81E;
    border-color: #FFE81E;
    color: #fff;
}
.search-input-group .form-control{
    border-color: #FFE81E;
	border-right:0;
	padding-left: 10px;
}
.search-input-group .form-control:focus, .search-input-group .form-control:focus + .input-group-addon{
	border-color: #FFE81E;
	box-shadow: 0 1px 1px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #FFE81E;
}
.search-input-group button{
    border:0;
    background:transparent;
}
.widget-area ul {
    list-style: outside none none;
    padding: 0;
}
.widget-area ul li::before {
    color: #FFE81E;
    /* font-family: fontawesome; */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-right: 10px;
}
.recent-comments li::before{
    content: "\f075";
	margin-left: -25px;
}
.widget-area .recent-comments ul li {
	color: #000;
    padding-left: 25px;
	font-weight: 500;
}
.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: #FFE81E;
}
.widget-area .post-thumbnail, .footer .post-thumbnail {
    float: left;
    height: 64px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 64px;
}
.footer .post-thumbnail {
	margin-top: 5px;
}
.widget-area .post-content, .footer  .post-content {
    margin-left: 74px;
}

/*
|----------------------------------------------------------------------------
	26. SINGLE SERVICE / #service-single-content
|----------------------------------------------------------------------------
*/
#service-single-content.service-single-content {
    margin-top: 50px;
}
#service-single-content {
    padding: 70px 0;
}
#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;
}
#accordion .panel-heading {
    padding: 15px 30px;
}
.panel-default > .panel-heading {
    cursor: pointer;
}
.panel-title .icon-content-right {
    padding-left: 40px;
}
.panel-title a {
    font-size: 20px;
	font-weight: bold;
    text-decoration: none;
}
.panel-title a:hover {
	color: #fff;
}
.panel-group .panel-body {
    padding: 30px;
}
.panel-group .panel-body p:last-child {
    margin-bottom: 0;
}
.panel-group .panel + .panel {
    margin-top: 15px;
}
.panel-default {
    border-color: #e8e8e8;
}
.panel-default > .panel-heading.highlight, .panel-default > .panel-heading:hover {
	background-color: #FFE81E;
    background-image: -moz-linear-gradient(to bottom, #FFE81E 0px, #df8905 100%);
    background-image: -webkit-linear-gradient(to bottom, #FFE81E 0px, #df8905 100%);
    background-image: -o-linear-gradient(to bottom, #FFE81E 0px, #df8905 100%);
    background-image: -ms-linear-gradient(to bottom, #FFE81E 0px, #df8905 100%);
    background-image: linear-gradient(to bottom, #FFE81E 0px, #df8905 100%);
	color: #fff;
}
.panel-default > .panel-heading, .panel-default > .panel-heading.default-color {
	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%);
}
.panel-default > .panel-heading.highlight a {
	color: #fff;
}
.panel-default > .panel-heading.collapsed.highlight a {
	color: #000;
}
.panel-default > .panel-heading i.indicator.glyphicon {
    background-color: #fff;
    padding: 5px;
    color: #000;
    border-radius: 50%;
}

/*
|----------------------------------------------------------------------------
	26.1. SERVICE LIST / .service-list
|----------------------------------------------------------------------------
*/
#service-single-content .service-list ul {
    margin: 0 0 20px 30px;
    padding: 0;
}
.service-list ul li {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.service-list ul li:last-child {
	margin-bottom: 0;
}
.service-list ul li::before {
    color: #FFE81E;
    content: "\f046";
    /* font-family: "FontAwesome"; */
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 1px;
}

/*
|----------------------------------------------------------------------------
	26.2. 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: #FFE81E;
    color: #000;
}
.service-menu a i {
    padding: 0 10px 0 0;
}


.service-menu a_btn {
	color: #000 !important;
    border: 1px solid #000 !important;
	border-color: #000000 !important;
}
.service-menu a_btn:focus, .service-menu a_btn:hover  {
	border-color: #FFE81E !important;
    color: #000 !important;
    text-decoration:none !important;
    outline:none !important;
}

/*
|----------------------------------------------------------------------------
	26.3. 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: 30px;
}
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;
}

/*
|----------------------------------------------------------------------------
	26.4. SERVICE FEATURES ACCORDION / .service-features
|----------------------------------------------------------------------------
*/
.service-features {
    margin-bottom: 50px;
}
#service-single-content .service-features .panel-group {
    box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
    border-radius: 10px;
    margin: 30px 0 50px;
    padding: 40px 30px;
}
#service-single-content .service-features .panel-group:hover {
    box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}

/*
|----------------------------------------------------------------------------
	26.5. SERVICE QUOTE FORM / .quoteForm
|----------------------------------------------------------------------------
*/
#quoteFormholder {
    margin-bottom: 50px;
}
.quoteForm-holder2 .quoteForm {
    margin: 0;
    max-width: 100%;
}
.quoteForm {
    box-shadow: 0 0 5px 1px rgba(62, 62, 62, 0.8);
    border-radius: 10px;
    margin: 15px;
    max-width: 350px;
    padding: 40px 30px;
	position: relative;
    width: 100%;
}
.quoteForm:hover {
    box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}
.quoteForm .form-title {
    font-weight: 700;
    margin: 0 0 20px;
	position: relative;
    text-align: center;
    text-transform: uppercase;
}
#quoteForm .form-control {
    color: #222;
}
#quoteForm .has-error .form-control {
    border: 1px solid #ce0606;
}
#quoteForm .has-error .form-control:focus {
    border-color: #FFE81E;
	box-shadow: 0 1px 5px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #FFE81E;
}
#quoteForm .has-error .form-control:focus+ .input-group-icon {
    background-color: #FFE81E;
    color: #fff;
}
#quoteForm .form-control:focus {
    border-color: #FFE81E;
}
.quoteForm .btn.dropdown-toggle.btn-default {
    background: transparent;
    border: 0 none;
    border-radius: 0;
	box-shadow: none;
    color: #222;
	font-size: 14px;
    padding: 0;
    text-shadow: none;
}
.quoteForm .btn.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: transparent;
    color: #222;
}
.quoteForm .help-block.with-errors {
	color: #ce0606;
    top: -25px;
    left: 40px;
    margin: 0;
    position: absolute;
}
.quoteForm .sub-text { 
	right: 20px;
	bottom: 68px;
    color: #ce0606;
    font-size: 14px;
    position: absolute;
}
.quoteForm .text-danger {
    font-size: 16px;
	margin: 0 0 30px;
}
.h3.text-success {
    color: #37a000;
}

/*
|----------------------------------------------------------------------------
	27. FAQ / #faq-content
|----------------------------------------------------------------------------
*/
#faq-content {
    padding: 70px 0;
}
#faq-content .title-box {
    margin: 0 0 30px;
}
#faq-content .panel-group {
    margin-bottom: 50px;
}

/*
|----------------------------------------------------------------------------
	28. 404 PAGE / .not-found
|----------------------------------------------------------------------------
*/
.not-found {
    background-attachment: fixed;
    background-image: url("../images/background/not-found.jpg");
    background-position: center center;
    background-size: cover;
}
.not-found .msg-box {
    display: table;
	float: right;
	height: 100vh;
}
.not-found .msg-box-inner {
    background-color: rgba(0, 0, 0, 0.8);
    display: table-cell;
    padding: 30px;
    vertical-align: middle;
	text-align: center;
}
.not-found .msg-box-inner .msg-404 p:first-child {
    font-size: 72px;
	font-weight: bold;
	color: #fd5308;
}
.not-found .msg-box-inner .msg-404 p:nth-child(2) {
    font-size: 42px;
	font-weight: bold;
	color: #fff;
}
.not-found .msg-box-inner .msg p {
    font-size: 18px;
	color: #fff;
}
.not-found .msg-box-inner .msg p:last-child {
    font-size: 22px;
	font-weight: bold;
	margin: 30px 0;
}
.not-found .msg-box-inner .btn-holder {
    margin: 30px 0;
}

/*
|----------------------------------------------------------------------------
	29. ELEMENTS
|----------------------------------------------------------------------------
*/
#elements-heading, #elements-accordion, #elements-social-icon, #elements-buttons, #elements-progress-bar, 
#elements-testimonials, #elements-list-style, #elements-quote-style, #elements-counter  {
    padding: 70px 0;
}
#elements-heading .module-heading, #elements-accordion .panel-group, #elements-social-icon .icon-style1, #elements-social-icon .icon-style2, 
#elements-buttons .module-btn, #elements-testimonials .testimonials-box, #elements-list-style .service-list, #elements-quote-style blockquote, #elements-counter .service-list  {
    margin: 0 0 50px;
}
#elements-testimonials .testimonials-box .title-box  {
    margin-top: 50px;
}
#elements-counter #success-story.success-story  {
    background-color: #fff;
	padding: 0;
}
#elements-counter #success-story.success-story .icon, #elements-social-icon.elements-social-icon .list-inline.list-social {
    margin: 0 0 25px;
}
.section-bgcolor {
	background-color: #f9f9f9;
}
.tabs-left {
    border-bottom: medium none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-left > li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left > li {
    margin-right: -1px;
}
.tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}
.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    display: block;
    margin-right: 0;
    padding: 25px 15px;
}
.module-btn {
    background-color: #b2b2b2;
}
.module-btn ul {
    margin: 0 0 30px;
}
.module-btn ul li {
    display: inline-block;
    margin-right: 30px;
    margin-top: 30px;
    vertical-align: bottom;
}
.elements-quote-style .blockquote {
    border: medium none;
    font-style: italic;
    position: relative;
}
.elements-quote-style .blockquote::before {
    color: #fd5308;
    content: "“";
    /* font-family: "Times New Roman"; */
    font-family: 'Roboto', sans-serif;
    font-size: 4em;
    left: -20px;
    position: absolute;
    top: -20px;
}
.tab-content {
    border: 1px solid #ddd;
}
.tab-content > .tab-pane {
    padding: 0 15px;
}
.nav.nav-tabs li.active a {
    background-color: #eee;
    color: #FFE81E;
}


/*
|----------------------------------------------------------------------------
	30. SELECT BOX / select.form-control
|----------------------------------------------------------------------------
*/
select.form-control {
	background-color: white;
	display: inline-block;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, #FFE81E 50%),
		linear-gradient(135deg, #FFE81E 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;
}
select.form-control::-ms-expand {
    display: none;
}

/*
|----------------------------------------------------------------------------
	31. BUTTON / .btn-shutter-out-horizontal
|----------------------------------------------------------------------------
*/
.btn {
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	padding: 6px 20px;
}
.btn-shutter-out-horizontal {
    background-color: #FFE81E;
    color: #000;
    position: relative;
    vertical-align: middle;
	/*
    display: inline-block;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -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;
    */
}
.btn-shutter-out-horizontal::before {
    background-color: #f5e878;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    /*    
    -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;
    */
}
.btn-shutter-out-horizontal:hover, .btn-shutter-out-horizontal:focus, .btn-shutter-out-horizontal:active {
	border-color: #FFE81E;
    background-color: #f5e878;
    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-transparent {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn.btn-shutter-out-horizontal.disabled {
    opacity: 1;
}

/*
|----------------------------------------------------------------------------
	32. FOOTER / .footer
|----------------------------------------------------------------------------
*/
.footer {
    background-color: #222;
}
.footer-top {
    background: none;
	padding: 70px 0;
}
.footer-top > div.col-xs-6 {
    margin: 0 0 50px;
}
.footer a, .footer p, .footer li  {
    color: #fff;
}
footer ul.contact-info li {
    padding-bottom: 10px;
}
footer ul.contact-info li:last-child {
    padding-bottom: 0;
}
.footer h4.widget-title {
    border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 5px;
    position: relative;
	text-transform: capitalize;
}
.footer h4.widget-title::before {
    background-color: #FFE81E;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}
.footer h4.widget-title span {
	color: #FFE81E;
}
#footer .latest-pfolio .overly-inner {
    padding-top: 0;
}
#footer .recent-post {
    margin-bottom: 10px;
}
.footer .recent-post li {
    margin: 0 0 15px;
    position: relative;
	text-decoration: none;
}
.footer .recent-post li:last-child {
    margin: 0;
}
.footer ul li a:hover, .footer ul.list-unstyled li a:hover  {
	color: #FFE81E;
	text-decoration: none;
}
.footer hr {
    border-color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
}
.footer-logo {
    height: 16px;
	margin-top: 4px;
    margin-right: 15px;
    width: auto;
}
.footer .copyright {
    font-size: 14px;
}
a.footer-site-link {
    color: #fff;
}
.footer .post-content h3 {
    font-size: 16px;
    margin: 0 0 10px;
}
#footer .list-unstyled.contact-info i {
    width: 18px;
}

/*
|----------------------------------------------------------------------------
	32.1. SUBSCRIBE FORM / #mc-form
|----------------------------------------------------------------------------
*/
.mc-form-holder {
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 360px;
	position: relative;
}
#mc-form .form-control {
    background-color: transparent;
    border: 1px solid #FFE81E;    
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    color: #fff;	
    display: inline;
    height: 34px;
    padding: 5px 10px 5px;
    vertical-align: top;
	width: 79%;
}
#mc-form .form-control:focus {
    box-shadow: 0 1px 1px 0 rgba(252, 213, 153, 0.075) inset, 0 0 6px 0 #FFE81E;
    outline: 0 none;
}
#mc-form .btn {
    background-color: #FFE81E;
    border: medium none;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    color: #fff;
    display: inline;
    /* font-family: fontawesome; */
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    height: 34px;
    margin: 0 0 0 -6px;
	padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 20%;
}
#mc-form .btn:hover {
    background-color: rgba(251, 153, 2, 0.8);
}
#mc-form label {
	color: #fff;
    font-size: 16px;
    font-weight: normal;
	line-height: 1.2;
    left: 0;
    position: absolute;
    top: 50px;
}
#mc-form .error {
    color: #ce0606;
}
#mc-form .valid {
    color: #37a000;
}

/*
|----------------------------------------------------------------------------
	33. OTHERS
|----------------------------------------------------------------------------
*/
.scrollup {
    bottom: 40px;
    display: none;
    font-size: 42px;
	color: #FFE81E;
    height: 40px;
    position: fixed;
    right: 22px;
    text-align: center;
    width: 40px;
	z-index: 999;
}
.pagination {
    margin: 20px 0 50px;
}
.pagination > li > a.disabled-link {
    background-color: #FFE81E;
    border-color: #FFE81E;
	color: #fff;
	pointer-events: none;
	cursor: default;
}
.pagination > li > a, .pagination > li > span {
    border: 1px solid #d5d5d5;
    color: #222;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #FFE81E;
    border-color: #FFE81E;
	color: #000;
}
blockquote {
    font-weight: 500;
    color: #000;
    border-color: #FFE81E;
	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;
}
