/*--------------------------------------------------------------------- */
/* Table of contents
----------------------------------------------------------------------*/
/*
1. Import Google Fonts
2. Reset Styles
3. Global Styles
4. Header Style
	4.1 menu
	4.2 dropdown menu
5. Service section
6. Project Section
7. news-testimonial section 
8. Countdown section
9. Expert section
10. Client section
11. footer
12. Home page 2
13. blog page
14. single page
15. about page
16. service page
17. Project single
18. Error page
19. contact page 
20. shop page
21. product details
22. product cart page
23. team page
24. service details
*/



/*-----------------------------------------------
     2         reset Styles
------------------------------------------------*/
body {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
        line-height: 24px;
        color: #636363
}
h1, h2, h3, h4, h5, h6, ul, li, ol, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: #363636;
        font-style: normal;
}
a {
    color: #636363;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
.clear {
    clear: both;
}

/*-----------------------------------------------
    3        #  Global Styles
------------------------------------------------*/
.section-title {
	margin-bottom: 50px;
}

.title span {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.title-desc {
	font-size: 18px;
	line-height: 24px;
	color: #636363;
}


.meta {
	margin-bottom: 10px;
}
.meta a,
.meta span {
	font-size: 14px;
	line-height: 24px;
	color: #979797;
	margin: 0 3px;
	-webkit-transition: all 0.15s ease-in-out;
}

.meta .sep {
	color: #E0E0E0;
}

.meta a:hover {
	color: #ffc527;
}

.meta span:first-child {
	margin-left: 0;
}

.meta span i {
	margin-right: 3px;
}


.excerpt {
	font-size: 15px;
	line-height: 24px;
	color: #636363;
}

.post-thumb img {
	max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
}

input {
	border: 1px solid #ebebeb;
	outline-color: #ffc527;
}

textarea {
	border: 1px solid ebebeb;
	outline-color: #ffc527;
}


/* 3.1 page header  */
header#header {
    background-color: #fff;
}
.page-header {
	text-align: center;
	background-image: url(../../images/blog/page-header-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 200px;
	margin: 0px 0px 0px 0px;
}

.page-header-shop {
	text-align: center;
	background-image: url(../../images/blog/page-header-bg2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 300px;
	margin: 0;
}


.page-header-shop .overlay,
.page-header .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.page-header-content {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	width: 100%;
	height: auto;
}

.page-header-content .page-title {
	font-size: 34px;
	font-weight: 700;
	color: #ffc527;
}

.breadcrumb {
	background: transparent;
	margin: 0;
	padding: 0 15px;
}
.breadcrumb li {
	display: inline-block;
	list-style: none;
}

.breadcrumb li.active {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
}

.breadcrumb li a {
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	-webkit-transition: all 0.15s ease-in-out;
}

.breadcrumb li a:hover {
	color: #ffc527;
}

.page-header .breadcrumb > li + li:before {
    content: '\f105';
    font-family: FontAwesome;
}

/*-----------------------------------------------
     4       #  header Styles
------------------------------------------------*/

#header .header-top>.container>.row {
	border-bottom: 2px solid #ebebeb;
}
#header .header-top.black>.container>.row {
        border-bottom: none;
}
#header .logo {
	width: 20%;
	float: left;
	padding: 25px 0;
}

#header .contact-place {
	width: 60%;
	float: left;
	text-align: center;
	padding: 23px 0;
}

#header .contact-place .cp-01 {
    min-width: 300px;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background: #fafafa;
    text-align: center;
    padding: 10px;
    margin-right: 5px;
}

.cp-inner {
	display: inline-block;
}

#header .contact-place .cp-01 .icon {
	float: left;
	display: inline-block;
	color: #ffc527;
        margin-top: 10px;
}

.flaticon-email19:before,
.flaticon-phone41:before {
    font-size: 35px;
    margin-left: 0;
}


#header .contact-place .cp-01 .phone-text {
	margin-left: 50px;
	text-align: left;
}

#header .contact-place .cp-01 .phone-text span {
	display: block;
}

#header .contact-place .cp-01 .phone-text .text {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #959595;
}

#header .contact-place .cp-01 .phone-text .numbers {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #636363;
}


#header .top-social-media {
	width: 20%;
	float: right;
	padding: 38px 0;
}

#header .top-social-media .social-media {
	float: right;
}

.social-media {}
.social-media li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}
.social-media li a {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	display: block;
	color: #959595;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	    -ms-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}

.social-media li:hover a {
	background-color: #FFC527;
	color: #fff;
}

.contact-header-mobile {
    display: none;
}

/* 4.1   menu    */
.primary-menu {
	position: relative;
}
.primary-menu.black {
    background-color: #252525;
}
.primary-menu:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: transparent;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);
	   -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);
            box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.08);
    z-index: 9;
}
.primary-menu .menu-inner {
    text-align: center;
}
.primary-menu.fixed-top-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
}
.primary-menu.black.fixed-top-menu {
    background-color: #252525;
}
.menu-logo {
	display: none;
	padding: 5px;
	float: left;
}
.primary-menu.fixed-top-menu .navbar-header{
    height: 64px;
}
.primary-menu.fixed-top-menu .menu-logo {
	display: inline-block;
        height: 100%;
}
.primary-menu.fixed-top-menu .menu-logo img{
    max-height: 100%;
}
.primary-menu.fixed-top-menu .navbar-menu {
	float: right;
}

.navbar-menu {
	text-align: center;
}
.menu .navbar-menu {
	display: inline-block;
}
.menu .navbar-menu>li {
	display: inline-block;
	list-style: none;
	padding: 0 20px;
}

.menu .navbar-menu>li>a {
	font-size: 16px;
	color: #555555;
	padding: 20px 0;
	display: block;
	font-weight: 700;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	    -ms-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}
.primary-menu.black .menu .navbar-menu li a {
    color: #fff;
}
.menu .navbar-menu>li>a:hover {
	color: #ffc527;
}

.menu .navbar-menu>li>a:hover i {
	color: #ffc527;
}

.menu .navbar-menu>li>a {
	position: relative;
}

.menu .navbar-menu>li>a:before {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background-color: #ffc527;
	z-index: 99;
	opacity: 0;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	    -ms-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}

.menu .navbar-menu>li>a:hover:before {
	opacity: 1;
}
.menu .navbar-menu>li>a .caret {
    margin-top: -1px;
    color: #959595;
}
.menu .navbar-menu > li > a:hover .caret{
    color: #ffc527;
}
.menu .navbar-menu>li>a i {
	margin-left: 5px;
	font-weight: 800;
	color: #a9a9a9;
}
.navbar-menu > .menu-item.current-menu-ancestor > a, 
.navbar-menu > .menu-item.current-menu-ancestor > a .caret, 
.navbar-menu > .menu-item.active > a, 
.navbar-menu > .menu-item.active .caret {
	color: #ffc527;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover{
	color: #fff !important;
}
.primary-menu.black .dropdown-menu > .active > a, 
.primary-menu.black .dropdown-menu > .active > a:focus, 
.primary-menu.black .dropdown-menu > .active > a:hover{
	background-color: #fff;
	color: #252525 !important;
}


/* 4.2 dropdown menu  */
.menu li.dropdwon {
	position: relative;
	overflow: hidden;
}

.navbar-menu .sub-menu {
    display: block;
    position: absolute;
    left: 15px;
    top: 58px;
    min-width: 220px;
    background: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    border-top: 5px solid #ffc527;
    border-left: none;
    border-right: none;
    border-bottom: none;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: all 0.3s ease-in-out;
    z-index: 99;

    -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.08);
	   -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.08);
            box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.08);
}

.navbar-menu .dropdown .dropdown-menu {
	padding-top: 0px;
    padding-bottom: 0;
}
.primary-menu.black .navbar-menu .dropdown .dropdown-menu {
    background-color: #252525;
}
.navbar-menu .sub-menu:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #ffc527 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -14px;
    left: 10%;
}

.dropdown-backdrop {
	display: none;
}



.navbar-menu .sub-menu li {
	list-style: none;
}

.navbar-menu li>a {
	font-size: 15px;
	font-weight: 400;
	color: #606060;
	padding: 12px 20px;
	display: block;
}
.navbar-menu > .menu-item > .sub-menu .current-menu-ancestor > a,
.dropdown-menu > .active > a:hover,
.navbar-menu .sub-menu li>a:hover {
	background-color: #ffc527;
	color: #fff !important;
}

.navbar-menu .sub-menu li>ul.sub-menu {
	opacity: 0;
	top: 0;
}

.navbar-menu .sub-menu li>ul.sub-menu {
	left: 100%;
	border-top: 0px;
}

.navbar-menu .sub-menu li>ul.sub-menu:before {
	display: none;
}

.navbar-menu .sub-menu li>a>i {
	float: right;
	line-height: 21px;
}




/*-----------------------------------------
   	5		Service section
-------------------------------------------*/
#service {}

#service .our-service {
	width: 38%;
	float: left;
        background-color: #fff;
        padding: 20px 10px 0;
}

#service .quite-quote {
	width: 62%;
	float: left;
	position: relative;
}

.scroll-content {
	height: 400px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 14px;
    height: 100%;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #c9c9c9;
    width: 10px;
    border-radius: 3px;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background-color: #c9c9c9; 
	filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
}

#service {
	padding-top: 102px;
	overflow: hidden;
}
	
.our-sevice-item {
	margin-bottom: 40px;
}

.service-icon {
	width: 90px;
	height: 90px;
	border: 5px solid #fafafa;
	border-radius: 100px;
	float: left;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	    -ms-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}

.service-icon-inner {
    width: 82px;
    height: 82px;
    border: 1px solid #e5e4e4;
    padding: 18px;
    border-radius: 100px;
    -webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	    -ms-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}
.service-icon-inner img {
    max-width: 100%;
}
.service-icon .icon:before {
    margin-left: 0;
    font-size: 45px;
    color: #c0bfbf;
    line-height: 80px;
    -webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	    -ms-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}

.service-item-content {
	margin-left: 110px;
}

.service-item-content {}
.service-item-content h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	    -ms-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}

.service-item-content .custom-btn {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #363636;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
	     -o-transition: all 0.15s ease-in-out;
	    -ms-transition: all 0.15s ease-in-out;
	        transition: all 0.15s ease-in-out;
}

.service-item-content .custom-btn:hover {
	color: #ffc527;
	background: transparent;
}

.our-sevice-item:hover .service-icon-inner {
	border: 1px solid #ffc527;
}

.our-sevice-item:hover .service-icon {
	border: 5px solid #ffc527;
}

.our-sevice-item:hover .service-item-content>h3 {
	color: #ffc527;
}

.our-sevice-item:hover .icon:before {
	color: #ffc527;
}

.service-quite-quote-image {
    padding-top: 20px;
}

.service-quite-quote-image img {
    margin-bottom: -5px;
}

.quite-quote .quote {
	position: absolute;
	top: 40px;
	right: 0;
	width: 50%;
	background: #fff;
	padding: 25px 20px;
	-webkit-box-shadow: 1px 2px 8px 1px rgba(224,230,235,.9);
	   -moz-box-shadow: 1px 2px 8px 1px rgba(224,230,235,.9);
            box-shadow: 1px 2px 8px 1px rgba(224,230,235,.9);
}

.quite-quote .quote h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 25px;
}

.quite-quote .quote form input {
	width: 100%;
	display: block;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #e5e4e4;
	border-radius: 4px;
        background-color: #fafafa;
}

.quite-quote .quote form textarea {
	width: 100%;
	padding: 15px;
	height: 110px;
	border: 1px solid #e5e4e4;
        background-color: #fafafa;
}

.quite-quote .quote .form-submit {
	text-align: right;
}

.quite-quote .quote form input[type='submit'] {
	display: inline-block;
        float: right;
	width: inherit;
	padding: 15px 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #636363;
	background: #fafafa;
	border: none;
	margin-top: 15px;
	font-weight: 700;
	-webkit-transition: all 0.15s ease-in-out;
}

.quite-quote .quote form input[type='submit']:hover {
	background-color: #ffc527;
}


/*---------------------------------------------
 5      Project section
-----------------------------------------------*/
.project {
	padding-top: 110px;
	padding-bottom: 110px;
}
.project .section-title {
	text-align: center;
}

.project .project-item {
	overflow: hidden;
	background-color: #fff;
}

.project-item .content {
	padding: 25px 20px;
}

.project-item .content h3 a {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	-webkit-transition: all 0.15s ease-in-out;
}

.project-item .content h3 a:hover {
	color: #ffc527;
}

.project-item .content .ccr-cats a {
	display: inline-block;
	font-size: 15px;
	color: #959595;
	margin-left: 3px;
	-webkit-transition: all 0.15s ease-in-out;
}

.project-item .content .ccr-cats a:hover {
	color: #ffc527;
}

.project-item .content .ccr-cats {
    color: #959595;
    margin-top: 4px;
    text-transform: uppercase;
}

.project-item .post-thumb {
	position: relative;
	margin-bottom: -3px;
}

.project-item .post-thumb .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	-webkit-transition: all 0.15s ease-in-out;
}

.project-item .post-thumb .overlay-search-link {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -23px;
	margin-left: -46px;
	transform: scale(1.0);
	-webkit-transition: all 0.15s ease-in-out;
	opacity: 0;
}

.project-item .post-thumb .overlay-search-link .search-link {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #fff;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    margin-right: 3px;
	-webkit-transition: all 0.15s ease-in-out;
}

.project-item .post-thumb .overlay-search-link .search-link:hover {
	background-color: #ffc527;
	color: #fff;
	border-color: #ffc527;
}

.project-item:hover {
	-webkit-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
	   -moz-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
            box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
}

.project-item:hover .overlay-search-link {
	transform: scale(1.1);
	opacity: 1;
}

.project-item:hover .overlay {
	opacity: 1;
}
.project-sc .our-project-wrapper .project-item {
    margin-bottom: 30px
}
.view-all-project {
	margin-top: 30px;
	text-align: center;
}
.portfolio-massorny .view-all-project {
	margin-top: 50px;
	text-align: center;
}
.view-all-project .custom-btn {
	font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #363636;
    padding: 13px 25px;
    display: inline-block;
    background-color: #ffc527;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-in-out;
}

.view-all-project .custom-btn:hover {
	background-color: #363636;
	color: #fff;
}




/*---------------------------------------------
    6   news-testimonial section
-----------------------------------------------*/
.news-testimonial {
	overflow: hidden;
	border-bottom: 4px solid #ffc527;
}

.news {
	padding-top: 105px;
	padding-bottom: 65px;
}

.testimonial .section-title,
.news .section-title {
    margin-bottom: 40px;
}

.news {
	max-width: 550px;
	width: 100%;
	float: right;
	margin-right: 30px;
}

.news .post-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}


.news .post-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.news .post-thumb {
	width: 170px;
	height: 140px;
	float: left;
}

.news .post-thumb img {
	width: 100%;
}

.news .post-item .content {
	margin-left: 190px;
}

.news .post-item .content .title a {
	font-size: 20px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 4px;
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
}

.news .post-item .content .title a:hover {
	color: #ffc527;
}

.view-more-post {
	font-size: 16px;
	color: #ffc527;
	font-style: italic;
	font-weight: 700;
	margin-top: 5px;
        display: block;
        text-align: right;
}

.view-more-post i {
	margin-left: 7px;
}

.view-more-post:hover {
	color: #ffc527;
	text-decoration: underline;
}



#testimonial {

}

.testimonial-image {
    background-image: url(../../images/home1/testimonial-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    border-left: 90px solid #ffc527;
    margin-bottom: -5px;
    display: inline-block;
    background-size: cover;
}

.testimonial-image img {

}


.testimonial {
	max-width: 550px;
	width: 100%;
	margin-left: -60px;
	padding-top: 103px;
    padding-bottom: 50px;
}

.testimonial .section-title {
	margin-left: 100px;
}

.testimonial .section-title .title {
	color: #fff;
}

.testimonial .section-title .title-desc {
	color: #fff;
}
.testimonial .flexslider {
    box-shadow: none;
}
/* flexlsider */
.entry-slider {
    width: 100%;
    overflow: hidden;
}

.entry-slider .flexslider {
	background: transparent;
	border-top: 0;
	height: 380px;
}


.entry-slider .flexslider:before {
	display: none;
}

.entry-slider .flexslider .flex-viewport {
	width: 80%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	background: #fff;
	height: 100%;
	margin-top: 0;
}

.entry-slider .flexslider .flex-control-thumbs {
	width: 20%;
    float: left;
    display: block;
    top: 0;
}

.entry-slider .flexslider .flex-control-thumbs li {
    width: 100%;
    float: none;
    margin: 0;
    display: block;
    text-align: left;
    margin-bottom: 5px;
}

.entry-slider .flexslider .flex-control-thumbs img {
	width: 80px;
	height: 80px;
}

.entry-slider .flexslider .flex-control-thumbs .flex-active {
    border: 3px solid #ffc527;
    margin-left: 10px;
}

.entry-slider .testimonial-content {
    padding-left: 65px;
    padding-right: 30px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.entry-slider .testimonial-content:before {
	content: "\f10d";
	position: absolute;
	right: 40px;
	top: 20px;
	font: normal normal normal 30px/1 FontAwesome;
	color: #ebebeb;
}

.entry-slider .testimonial-content h3 .name {
	font-size: 20px;
	font-weight: 700;
	color: #363636;
}

.entry-slider .testimonial-content span.desc {
	font-size: 16px;
	color: #b7b7b7;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
}

.entry-slider .quotation p {
	font-size: 17px;
	color: #636363;
	line-height: 32px;
	font-weight: 700;
	margin-top: 7px;
        font-style: italic;
}

.entry-slider .flex-direction-nav {
    position: absolute;
    top: 0;
    left: 117px;
    width: 40px;
    height: 100%;
}

.entry-slider .flex-direction-nav .flex-next {
    left: 0px;
    margin-top: 17px;
    opacity: 1;
    text-align: center;
    width: 32px;
    height: 32px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-in-out;
}

.entry-slider .flex-direction-nav .flex-prev {
    left: 0px;
    opacity: 1;
    text-align: center;
    width: 32px;
    height: 32px;
    background: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-in-out;
}

.entry-slider .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
}

.entry-slider .flex-direction-nav a {
	top: 10%;
}

.entry-slider .flex-direction-nav a.flex-next:before {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f107";
    line-height: 30px;
    color: #959595;
}

.entry-slider .flex-direction-nav a.flex-prev:before {
    font: normal normal normal 24px/1 FontAwesome;
    content: "\f106";
    line-height: 30px;
    color: #959595;
}
.entry-slider .flex-direction-nav a.flex-next:hover:before,
.entry-slider .flex-direction-nav a.flex-prev:hover:before{
    color: #fff;
}
.entry-slider .flex-direction-nav .flex-prev:hover, .entry-slider .flex-direction-nav .flex-next:hover {
    border: 1px solid #ffc527;
    background-color: #ffc527;
}

.entry-slider .flex-control-thumbs {
	margin-top: 0;
	padding-top: 0;
}




/*---------------------------------------------
	7	Countdown section
-----------------------------------------------*/
.countdown {

	margin-bottom: 100px;
	border-top: 20px solid #fafafa;
	position: relative;
}

.countdown:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    height: 130px;
    background: #fafafa;
}

.countdown .cd-container {
	width: 100%;
	height: 70px;
	background: #fafafa;
	position: relative;
}

.countdown .cd-container:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 81%;
    height: 131px;
    border-bottom-left-radius: 150px;
    background: #fafafa;
    z-index: -1;
}

.countdown .cd-container:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 22.6%;
    height: 146px;
    background: #fff;
    border-top-right-radius: 150px;
}

.cd-container-inner {
	width: 76%;
	float: right;
	z-index: 1;
        margin-top: 20px;
}

.cd-container-inner .cd-item {
	width: 25%;
	float: left;
	text-align: center;
}

.cd-container-inner .cd-item .number-outer {
	display: block;
	font-size: 50px;
	color: #ffc527;
	padding-top: 10px;
	font-family: 'Poppins', sans-serif;
        margin-bottom: 10px;
}

.cd-container-inner .cd-item .number {
	font-size: 50px;
	color: #ffc527;
}

.cd-container-inner .cd-item .count-name {
	font-size: 18px;
	font-weight: 700;
	color: #363636;
	line-height: 24px;
}





/*---------------------------------------------
	8	experts plumber  section
-----------------------------------------------*/
#expert {
	padding-top: 50px;
	padding-bottom: 50px;
}

.v2 #expert {
	padding-top: 103px;
}

.team-page #expert {
	padding-top: 105px;
	padding-bottom: 55px;
}

.about-page #expert {
	padding-top: 90px;
}

.expert-inner .section-title {
	text-align: center;
} 

.expert-inner .content {
	text-align: center;
	padding: 20px 0;
}

.expert-inner .post-item {
        margin-bottom: 30px;
	background-color: #fafafa;
	-webkit-transition: all 0.15s ease-in-out;	
}

.expert-inner .post-item:hover {
	-webkit-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
	   -moz-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
            box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
}

.expert-inner .post-thumb {
	width: 100%;
}

.expert-inner .post-thumb img {
	width: 100%;
}

.expert-inner .content h3.name a {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #363636;
	-webkit-transition: all 0.15s ease-in-out;
}

.expert-inner .content p.designation {
	font-size: 15px;
	line-height: 24px;
	color: #636363;
        text-transform: uppercase;
}

.expert-inner .content h3.name a:hover {
	color: #ffc527;
}
.expert-inner .post-thumb {
 position: relative;
}

.expert-inner .post-thumb .overlay {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.5);
 opacity: 0;
 transition: all 0.3s ease-in-out;
}

.expert-inner .post-thumb .social-media {
 position: absolute;
 left: 0;
 top: 50%;
 margin-top: -15px;
 width: 100%;
 text-align: center;
 transform: scale(0);
 transition: all 0.3s ease-in-out;
}

.expert-inner .post-thumb:hover .overlay {
 opacity: 1;
}
.expert-inner .post-thumb:hover .social-media {
 transform: scale(1);
}

.expert-inner .post-thumb .social-media li a {
 background-color: #fff;
}
.expert-inner .post-thumb .social-media li a:hover {
    background-color: #ffc527;
    color: #fff;
}
/*---------------------------------------------
	9	 client  section
-----------------------------------------------*/


.client {
	padding: 40px 0;
}

.client-area .client-slider-container {
	overflow: hidden;
	padding: 5px;
}

/*.client-item {
    height: 110px;
}*/

.client-area .client-item-inner {
	-webkit-transition: all 0.15s ease-in-out;
}

.client-area .client-item-inner:hover {
	-webkit-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
	   -moz-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
            box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
}

.client-area .client-item-inner img {
	width: 100%;
}


/*-----------------------------------------
    10			footer 
-------------------------------------------*/
#footer {
	overflow: hidden;
    background: #252525;
    border-top: 4px solid #ffc527;
}
.footer-top {
	width: 100%;
	height: 30px;
	background: #353535;
	position: relative;
        margin-bottom: 160px;
}

.footer-top:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    height: 160px;
    background-color: #353535;
}
.footer-top-inner {
	width: 100%;
    height: 105px;
    position: relative;
    background: #353535;
}

.footer-top-inner:before {
	position: absolute;
    content: "";
    left: 3px;
    width: 71%;
    top: 0;
    height: 160px;
    background: #353535;
    border-bottom-right-radius: 170px;
}

.footer-top-inner:after {
	position: absolute;
    content: "";
    right: -2px;
    top: 30px;
    width: 34%;
    height: 172px;
    background-color: #252525;
    border-top-left-radius: 150px;
}
.term-condition {
    float: left;
    list-style: none;
}
.term-condition li {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.term-condition li a {
    color: #636363;
}
.news-letter {
	width: 65%;
	position: relative;
}

.news-letter-inner {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
}

.news-letter-inner .title {
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.news-letter-inner form input {
	width: 68%;
	padding: 17px 20px;
	border: 1px solid #444;
	background-color: #252525;
	border-radius: 2px;
        float: left;
}

.news-letter-inner form button,
.news-letter-inner form input[type="submit"]{
    width: 24%;
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 16px;
    background-color: #ffc527;
    border: none;
    margin-left: 5px;
    margin-top: 0;
    color: #363636;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2px;
    -webkit-transition: all 0.15s ease-in-out;
}

.news-letter-inner form button:hover,
.news-letter-inner form input[type="submit"]:hover{
	color: #fff;
}

.news-letter-inner form button i {
	margin-right: 10px;
}



/* footer middle */
.footer-middle {
    padding-top: 40px;
}
.footer-middle .widget {
    margin-bottom: 40px;
}
#footer .widget .title {
	font-size: 20px;
	font-weight: 700;
	color: #ffc527;
	line-height: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#footer .excerpt {
	line-height: 24px;
	color: #bbbbbb;
}

address.address {
	margin-top: 20px;
}
.address ul {
    list-style: none;
    padding-left: 0;
}
.address ul li {
	display: block;
	line-height: 33px;
	font-size: 15px;
	color: #777777;
	padding: 3px 0;
        overflow: hidden;
}

.address ul li span {
	width: 36px;
	height: 36px;
	border: 1px solid #363636;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
        float: left;
        line-height: 33px;
}

.address ul li a {
	color: #777777;
	-webkit-transition: all 0.15s ease-in-out;
}

.address ul li a:hover {
	color: #ffc527;
}
.small-post-list li {
    list-style: none;
}
.small-post-list .post-item {
	padding: 13px 0;
	border-bottom: 1px solid #363636;
}

.small-post-list .post-item:first-child {
	padding-top: 0;
}

.small-post-list .post-item:last-child {
	border-bottom: none;
}

.small-post-list .post-item .post-thumb {
	float: left;
	width: 70px;
	height: 56px;
	margin-top: 5px;
}

.small-post-list .post-item .content h4 a {
	font-size: 15px;
    line-height: 22px;
    color: #bbbbbb;
    margin-bottom: 3px;
    display: block;
    -webkit-transition: all 0.15s ease-in-out;
}

.small-post-list .post-item .content .meta {
	margin-bottom: 0;
}

.small-post-list .post-item .content h4 a:hover {
	color: #ffc527;
}

.top-service {
    margin-top: -10px;
    list-style: none;
}
.top-service li a {
	font-size: 15px;
	line-height: 38px;
	color: #bbbbbb;
	-webkit-transion: all 0.15s ease-in-out;
}

.top-service li a:hover {
	color: #ffc527;
}

.top-service li a i {
	margin-right: 10px;
}

.footer-right {
	width: 100%;

}

.footer-right-image {
	position: relative;
}

.footer-right-image img {
        position: absolute;
        top: -140px;
        left: -50px;
}

.footer-bottom {
	padding: 20px 0;
	background-color: #f5f5f5;
        overflow: hidden;
}

.footer-bottom .footer-bottom-left {
	float: left;
}

.footer-bottom .footer-bottom-right {
	float: right;
}

.footer-bottom .footer-bottom-left p {
	font-size: 15px;
	line-height: 24px;
	color: #636363;
}

.footer-bottom .footer-bottom-left p a {
	color: #636363;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease-in-out;
}

.footer-bottom .footer-bottom-left p a:hover {
	color: #ffc527;
}

.footer-bottom .footer-bottom-right>a {
	display: inline-block;
	font-size: 15px;
	color: #636363;
	margin-right: 15px;
	-webkit-transition: all 0.15s ease-in-out;
}

.footer-bottom .footer-bottom-right>a:hover {
	color: #ffc527;
}

.footer-bottom .footer-bottom-right .social-media {
	display: inline-block;
}

.footer-bottom .footer-bottom-right .social-media li a {
	border: 1px solid #ebebeb;
}



/*----------------------------------------------------
 	11			home Page 2
------------------------------------------------------*/
.recent-news {
	max-width: 1920px;
	width: 100%;
	margin: auto;
	background-image: url(../../images/home2/news/news-bg.jpg);
	position: relative;
        background-size: cover;
        background-repeat: no-repeat;
}

.recent-news>.overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

.recent-news .section-title {
	text-align: center;
	padding-top: 104px;
}

.recent-news .section-title .title {
	color: #fff;
}

.recent-news .section-title .title-desc {
	color: #fff;
}

.recent-news .news-area {
	padding-bottom: 80px;
	padding-top: 5px;
	overflow: hidden;
}

.recent-news .post-item {
	background-color: #fff;
	-webkit-transition: all 0.15s ease-in-out;
        margin-bottom: 30px;
}

.recent-news .post-item:hover {
	-webkit-box-shadow: 1px 1px 11px 3px rgba(85,85,85,.9);
       -moz-box-shadow: 1px 1px 11px 3px rgba(85,85,85,.9);
            box-shadow: 1px 1px 11px 3px rgba(85,85,85,.9);
}

.recent-news .post-item .content {
	padding: 30px;
}

.recent-news .post-item .content .title a {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #2f2f2f;
	margin-bottom: 3px;
	display: block;
	-webkit-transition: all 0.15s ease-in-out;
}

.recent-news .post-item .content .title a:hover {
	color: #ffc527;
}

.recent-news .post-item .content .custom-btn {
	font-size: 15px;
	font-weight: 700;
	color: #2f2f2f;
	line-height: 24px;
	background-color: #fafafa;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease-in-out;
}

.recent-news .post-item .content .custom-btn:hover {
	background-color: #ffc527;
	border-color: #ffc527;
}










/*----------------------------------------------------
 	12			blog Page
------------------------------------------------------*/
table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
dl {
    margin-left: 5px; 
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 20px;
}

ul {
  list-style-type: none;
}
.widget ul, .post ul, .page ul {
    list-style-type: square;
}
.widget ul.top-service {
    list-style-type: none;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}
.post img {
    max-width: 100%;
    height: auto;
}
.site-content img, .single-special img {

}
svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}
.textwidget img {
    max-width: 100%;
    height: auto;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0; }  

.alignright {
  float: right;
  margin: 0 0 1em 1em; }
  

.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto; }
.all-content {
    overflow: hidden;
    margin: 0;
}
.clear::after, blockquote::after, 
.entry-content::after, 
.entry-summary::after, 
.comment-content::after, 
.site-content::after, 
.site-main > article::after, 
.primary-menu::after, 
.social-links-menu::after, 
.textwidget::after, 
.content-bottom-widgets::after,
.all-content::before,
.all-content::after{
    clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }
.gallery {
  margin-bottom: 1.5em; }
.shortcode-gallery-container {
    margin-right: -3px;
    margin-left: -3px;    
}
.shortcode-gallery-container .gallery-item {
    margin: 3px;
}
.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.9125em;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.post.post-item h1,
.post.post-item h2,
.post.post-item h3,
.post.post-item h4,
.post.post-item h5,
.post.post-item h6,
.page.post-item h1,
.page.post-item h2,
.page.post-item h3,
.page.post-item h4,
.page.post-item h5,
.page.post-item h6{
    margin: 20px 0;
}
.post.post-item h1.entry-title {
    margin-bottom: 0px;
}
.post.post-item ul,
.post.post-item ol,
.page.post-item ul,
.page.post-item ol{
    padding-left: 20px;
}
.widget ul.sub-menu, .widget ul.children {
    padding-left: 20px;
}
.page-content {
	margin-top: 110px;
	margin-bottom: 50px;
	overflow: hidden;
}
.page-content .post-item {
	background-color: #fafafa;
	margin-bottom: 60px;
}

.page-content .shop .post-item  {
	margin-bottom: 50px;
}

.page-content .post-item .post-thumb {
	width: 100%;
	overflow: hidden;
}

.page-content .post-item .post-thumb img {
	width: 100%;
}

.page-content .post-item .content {
	padding: 30px 15px 30px 25px;
}
.page-content .post-item .content h2 a {
	font-size: 24px;
	font-weight: 700;
	color: #2f2f2f;
	margin-bottom: 5px;
	display: block;
	-webkit-transition: all 0.15s ease-in-out;
}

.page-content .post-item .content h2 a:hover {
	color: #ffc527;
}

.page-content .post-item .content .custom-btn {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	color: #363636;
	border: 2px solid #ebebeb;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease-in-out;
}

.page-content .post-item .content .custom-btn:hover {
	background-color: #ffc527;
	border: 2px solid #ffc527;
	color: #fff;
}

.post-pagination {
    padding-left: 0;
    margin-bottom: 0;
    float: left;
}

.post-pagination > li {
    display: inline-block;
    margin-right: 5px;
}

.post-pagination > li > a {
    display: block;
    border: 2px solid #ebebeb;
    border-radius: 0px;
    text-align: center;
    color: #363636;
    font-size: 15px;
    line-height: 31px;
    border-radius: 1px;
    -webkit-transition: all 0.15s ease-in-out;
    padding: 4px 10px;
}

.post-pagination > li > a:hover {
	background-color: #ffc527;
	color: #fff;
	border: 2px solid #ffc527;
	border-radius: 0px;
}

.post-pagination > li.active>a {
	background-color: #ffc527;
	color: #fff !important;
	border: 2px solid #ffc527;
	border-radius: 0px !important;
}
.sticky .content h2 a {
    color: #ffc527;
}
.search-title {
    margin-bottom: 20px;
}
.page.post-item .section-title h2.title,
.page.post-item .post-item h3.name,
.page.post-item .post-item h3.title,
.page.post-item .content h3.title,
.page.post-item .testimonial-content h3,
.page.post-item .service-item-content h3{
    margin: 0;
    padding: 0;
}
.page .flexslider ul.flex-direction-nav, 
.page .flexslider .flex-viewport ul.slides, 
.page ul.term-condition, 
.page.post-item .ms-container ul {
    list-style-type: none !important;
    padding-left: 0 !important;
}
/*---------------------------------------------
	13			sidebar
----------------------------------------------*/
.page-sidebar {
	margin-top: 110px;
}

.page-sidebar .widget {
	margin-bottom: 50px;
}

.widget.search {}

.widget.search form {
	position: relative;
}
.widget .search-form .screen-reader-text {
    display: none;
}
.widget .search-form label{
    width: 100%;
}
.widget .search-form {
    position: relative;
}
.widget .search-form .search-field,
.widget.search form input{
    width: 100%;
    padding: 19px 45px 18px 15px;
    border: 1px solid #ebebeb;
    background-color: #fafafa;
    border-radius: 4px;
}
.widget .search-form .search-submit {
    position:absolute;
    width:18px;
    height:18px;
    background: url("../images/search_icon.png") top left no-repeat;  
    border: none;
    right: 10px;
    top: 18px;
}
.widget.search form span i {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -10px;
    font-size: 18px;
    color: #c2c2c2;
    cursor: pointer;
}

.widget .widget-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	color: #363636;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.widget > ul {
    padding-left: 15px;
}
.widget .catagory-list {
    list-style: none;
}
.widget .catagory-list li a {
	font-size: 15px;
	line-height: 42px;
	color: #636363;
	position: relative;
	-webkit-transition: all 0.15s ease-in-out;
}

.widget .catagory-list li a i {
	margin-right: 6px;
	color: #c9c9c9;
}

.widget .catagory-list li a span {
    width: 22px;
    height: 22px;
    background: #f3f3f3;
    border-radius: 100px;
    text-align: center;
    font-size: 12px;
    color: #363636;
    display: inline-block;
    line-height: 22px;
    position: absolute;
    right: -25px;
    top: -9px;
    font-weight: 900;
    -webkit-transition: all 0.15s ease-in-out;
}

.widget .catagory-list li a:hover {
	color: #ffc527;
	padding-left: 5px;
}

.widget .catagory-list li a:hover i {
	color: #ffc527;
}

.widget .catagory-list li a:hover span {
	background-color: #ffc527;
	color: #363636;
}

.small-post-list .post-item.has-post-thumbnail .content {
    margin-left: 80px;
}
.plr-post .small-post-list .post-item.no-post-thumbnail .content {
    margin-left: 0px;
}

.plr-post .small-post-list .post-item .content h4 a {
	color: #363636;
	font-size: 16px;
	font-weight: 700;
}

.plr-post .small-post-list .post-item {
	overflow: hidden;
	border-color: #e1e1e1;
}

.plr-post .small-post-list .post-item .content h4 a:hover {
	color: #ffc527;
}
.plr-post ul.small-post-list {
    padding-left: 0;
}
.twitter-widget-item .post-thumb {
	width: 46px;
	height: 46px;
	float: left;
	margin-top: 6px;
}

.twitter-widget-item .content {
	margin-left: 60px;
}

.twitter-widget-item .content p {
	font-size: 15px;
	color: #636363;
	line-height: 24px;
}

.twitter-widget-item .content p a {
	color: #363636;
	font-weight: 700;
	-webkit-transition: all 0.15s ease-in-out;
}

.twitter-widget-item .content p a:hover {
	color: #ffc527;
}

.twitter-widget-item .twitter-link {
	font-size: 15px;
	color: #ffc527;
	line-height: 24px;
}

.twitter-widget-item {
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}

.twitter-widget-item:first-child {
	padding-top: 0px;
}

.twitter-widget-item:last-child {
	border-bottom: none;
}


.tagcloud a{
	padding: 10px 15px;
	background: #fafafa;
	font-size: 15px !important;
	-webkit-transition: all 0.15s ease-in-out;
        margin-right: 5px;
        margin-bottom: 5px;
        color: #636363;
        display: inline-block;        
}

.tagcloud a:hover {
	background-color: #ffc527;
        color: #fff;
}

/*--------------------------------------------------
  	14 single page 
---------------------------------------------------*/

.single-page .page-content article.post-item {
	margin-left: 15px;
    margin-right: 15px;
}

.single-page .post-item {
    overflow: hidden;
    padding-bottom: 15px;
}

.entry-content h1 {
	font-size: 30px;
	font-weight: 700;
	color: #2f2f2f;
}
.entry-content {
	padding: 20px;
}
.entry-content p {
	font-size: 15px;
	line-height: 24px;
	color: #636363;
	margin-bottom: 30px;
}
.page .entry-content {
    padding: 60px 0;
}
.quote p {
        margin-bottom: 0px;
}
blockquote {
	font-size: 17px;
	font-weight: 700;
	font-style: italic;
	color: #636363;
	padding: 35px 30px 35px 80px;
	border-left: 4px solid #ffc527;
	line-height: 30px;
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}

blockquote:before {
	content:"\f10d";
	position: absolute;
    left: 35px;
    top: 30px;
    color: #ebebeb;
	font: normal normal normal 30px/1 FontAwesome;
}

.entry-footer {
	border-top: 4px solid #ffc527;
	padding: 15px 0;
        overflow: hidden;
}

.entry-tag {
	float: left;
}
.entry-tag ul {
	margin-left: 20px;
}
.entry-tag ul li {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	color: #777777;
}
.entry-tag ul li a {
	color: #bbbbbb;
	margin-left: 3px;
	-webkit-transition: all 0.15s ease-in-out;
}

.entry-tag ul li a:hover {
	color: #ffc527;
}

.entry-social {
	float: right;
	padding-right: 20px;
}

.entry-social .social-media li {
	color: #777777;
}

/* related post */
.ccr-section .ccr-title, .comments-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	color: #2f2f2f;
	margin-bottom: 25px;
	margin-left: 15px;
}

.ccr-section .post-item .content {
    padding: 25px 30px 5px 30px;
}

.ccr-section .content .title a {
	font-size: 20px !important;
}

/* comment */
.comment-list {
    padding-left: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.comments-area {    
    padding: 20px 0;
}

.comment-content a {
  word-wrap: break-word; 
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; 
}
.comments-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	color: #2f2f2f;
	margin-bottom: 25px;
	margin-left: 15px;
}
.comment-meta a {
    color: #858484;
}
.comment-meta .title{
    font-size: 16px;
}
.comment-respond > form > input,
.comment-respond > form > textarea {
  display: block;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  padding: 7px 15px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out; 
  transition: all 0.15s ease-in-out; 
}
.comment-respond > form > input:focus,
.comment-respond > form > textarea:focus {
  outline-color: transparent;
  border-color: #FFC527; }

.comment-respond > form > .form-submit input[type="submit"] {
  border: 1px solid #FFC527;
  background-color: #FFC527;
  padding: 10px 15px;
  border-radius: 4px;
  color: #FFF;
  font-weight: 600;
  -webkit-transition: all 0.15s ease-in-out; 
  transition: all 0.15s ease-in-out;
}
.comment-list {
  padding-left: 0; }
.comment-list li {
  list-style: none; }
.comment-list > li {
    background-color: #F6F6F6;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}
.related-post-list .post-item {
    margin-bottom: 0;
}
.comment-list li .comment-item {
  position: relative;
  padding-bottom: 30px; }
.comment-list li .comment-item:before,
.comment-list li .comment-item:after {
  content: " ";
  display: table; }
.comment-list li .comment-item:after {
  clear: both; }
.comment-list li .comment-item .profile-image {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 4px; }
.comment-list li .comment-item .profile-image > img {
  width: 100%;
  height: 100%;
  border-radius: 4px; }
.comment-list li .comment-item .contents {
  margin-left: 90px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;}

.comment-list li .comment-item .contents .comment-meta {
  line-height: 1em;
  margin-bottom: 15px; }
.comment-list li .comment-item .contents .comment-meta > .name {
  font-size: 1.142em;
  font-weight: 600; }
.top-bar-sep,
.comment-list li .comment-item .contents .comment-meta > .sep,
.comment-list li .comment-item .contents .comment-meta > .date-time {
  color: #858484; }
.top-bar-sep,
.comment-list li .comment-item .contents .comment-meta > .sep {
  padding: 0 5px;
  color: #BFBCBC; }
.comment-list li ul {
  padding-left: 40px; }
.comment-list li ul li {
  border-bottom: 1px solid #f2f2f2; }
.comment-list li ul li:last-child {
  border-bottom: none; }
.comment-list li:last-child {
  border-bottom: none; }
ol.children {
    padding-left: 40px;
}
.comment-reply-link {
    background-color: #363636;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 20px;
    font-size: 15px;
    -webkit-transition: all 0.15s ease-in-out;
}
.comment-reply-link:hover {
    background-color: #FFC527;
    color: #fff;
}
.comment-edit-link {
    color: #FFC527;
}
.comment-edit-link:hover {
    color: #363636;
}
.comment-reply-title {
    font-size: 16px;
}
.form-submit .submit {
    margin-top: 20px;
    margin-bottom: 30px;
}
.border-none {
	border-bottom: none !important;
}

/*  respons comment */
.comment-reply-title {
    color: #2f2f2f;
    font-weight: 700;
}
.comment-reply-title, 
.comment-respond form {
	margin-left: 15px;
	margin-right: 15px;
}
.comment-form {
    margin: 10px 0;
}
.comment-form p,
.comment-form-comment label {
    margin-bottom: 10px;
}
.comment-respond form p label {
    width: 80px;
    float: left;
    padding: 14px 0;
}
.comment-respond form p input {
	display: block;
	width: 50%;
	padding: 14px;
	border: 1px solid #ebebeb;
	background-color: #fafafa;
	margin-bottom: 15px;
	border-radius: 3px;
}

.comment-respond form textarea {
	width: 100%;
	border: 1px solid #ebebeb;
	background-color: #fafafa;
	padding: 15px;
	height: 210px;
}
.comment-respond form input[type="submit"] {
        width: 200px;
        background-color: #ffc527;
        font-size: 16px;
        text-transform: uppercase;
}
.comment-respond form input[type="submit"]:hover {
    color: #fff;    
}
.bypostauthor > .comment-item > .contents > .comment-meta > .title {}


/*------------------------------------------------------
	15 About page 
--------------------------------------------------------*/

.about-section {
	padding: 110px 0;
}

.about-image {
	width: 100%;
}

.about-image img {
	width: 100%;
}

.about-content {}
.about-content h2 {
	font-size: 30px;
	font-weight: 700;
	color: #363636;
	line-height: 36px;
	margin-bottom: 15px;
}

.about-content p {
	font-size: 14px;
	line-height: 24px;
	color: #636363;
	margin-bottom: 25px;
}

.about-content p:last-child {
	margin-bottom: 0;
}



/*   progress bar  */
.exeprtness {
    overflow: hidden;
}

.expertness-choose {
	padding-top: 105px;
	padding-bottom: 85px;
}


.progress {
	overflow: visible;
	border-radius: 3px;
	height: 12px;
	box-shadow: none;
	background-color: #e5e4e4;
}
.progress-bar {
	position: relative;
	border-radius: 3px;
	background-color: #ffc527;
	margin-bottom: 35px;
	box-shadow: none;
}

.progress-bar span {
    width: 50px;
    height: 24px;
    background-color: #fff;
    position: absolute;
    right: -22px;
    top: 5px;
    border-radius: 4px;
    font-size: 19px;
    font-weight: 700;
    color: #ffc527;
    padding: 3px 7px;
    -webkit-box-shadow: 1px 2px 2px 1px rgba(224,230,235,.9);
    -moz-box-shadow: 1px 2px 2px 1px rgba(224,230,235,.9);
    box-shadow: 2px 0px 16px 3px rgba(224,230,235,.9);
}

.expertness-area .expert-name {
	font-size: 18px;
	font-weight: 700;
	color: #363636;
	line-height: 25px;
	text-transform: uppercase;
}


/*  choose us  */
.why-choose {
    overflow: hidden;
}

.why-choose-area {
    overflow: hidden;
}
.choose-item {
	margin-bottom: 25px;
}

.choose-item .choose-icon {
	float: left;
    width: 70px;
    height: 70px;
    border: 2px solid #e5e4e4;
    border-radius: 100px;
    color: #a9a9a9;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    margin-top: -10px;
    -webkit-transition: all 0.15s ease-in-out;
}

.choose-item .choose-content {
	margin-left: 80px;
	margin-top: 13px;
}

.choose-item .choose-content h3 {
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	color: #363636;
	margin-bottom: 4px;
	-webkit-transition: all 0.15s ease-in-out;
}

.choose-item .choose-content p {
	font-size: 15px;
	color: #636363;
	line-height: 24px;
}

.choose-item:hover .choose-icon {
	border-color: #ffc527;
	color: #ffc527;
}

.choose-item:hover .choose-content>h3 {
	color: #ffc527;
}


/* testimonial section  */
.testimonial-section {
	height: 700px;
	background-image: url(../../images/about/testimonial-bg.jpg);
	position: relative;
        background-size: cover;
        background-repeat: no-repeat;
}

.testimonial-section .section-title {
	text-align: center;
	color: #fff;
}

.testimonial-section .section-title .title {
	color: #fff;
}

.testimonial-section .section-title .title-desc {
	color: #fff;
}

.testimonial-section .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

.testimonial-section .our-client-say {
	max-width: 860px;
	width: 100%;
	margin: auto;
	padding-top: 100px;
}

.flexslider {
	height: 350px;
	border-top: 8px solid #ffc527;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.flexslider:before {
    position: absolute;
    content: "\f10d";
    font: normal normal normal 30px/1 FontAwesome;
    left: 50%;
    margin-left: -30px;
    top: -7px;
    width: 60px;
    height: 60px;
    background-color: #ffc527;
    color: #fff;
    text-align: center;
    padding: 17px 0;
}

.flexslider .flex-viewport {
	text-align: center;
	margin-top: 50px;
	margin-left: 50px;
    margin-right: 50px;
}

.testimonial-section .flex-control-thumbs li {
	width: 85px;
	height: 85px;
	float: none;
	display: inline-block;
	margin-right: 10px;
}

.testimonial-section .flex-direction-nav {
	display: inline-block;
	position: static;
}

.flex-control-thumbs {
    margin: 16px 0 0;
    position: absolute;
    overflow: hidden;
    padding-top: 15px;
}

.testimonial-section .flex-control-nav.flex-control-thumbs {
	text-align: center;
}

.testimonial-section .testimonial-content {
	padding: 25px 10px 70px 10px;
}

.testimonial-section .testimonial-content p {
	font-size: 17px;
	line-height: 25px;
	font-weight: 700;
	font-style: italic;
}

.testimonial-section .testimonial-content .client-name {
	font-size: 20px;
	font-weight: 700;
	color: #363636;
	text-transform: uppercase;
	margin-top: 30px;
}

.testimonial-section .testimonial-content .designation {
	font-size: 15px;
	line-height: 24px;
	color: #959595;
}
.our-client-say .slides .testimonial-content .description {
    margin-bottom: 10px;
    margin-bottom: 15px;
}
.flex-control-thumbs img {
	opacity: 1;
	border: 3px solid #fff;
	border-radius: 2px;
        width: 100%;
        height: auto;
        display: block;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;        
}

.testimonial-section .flex-control-thumbs .flex-active {
    border: 3px solid #ffc527;
    margin-top: -10px;
}

.flex-direction-nav .flex-prev {
    left: -10px;
    opacity: 1;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #000;
    -webkit-transition: all 0.15s ease-in-out;
}

.flex-direction-nav .flex-next {
    right: -10px;
    opacity: 1;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #000;
    -webkit-transition: all 0.15s ease-in-out;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	color: #fff;
	background-color: #ffc527;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: -10px;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: -10px;
}

.flex-direction-nav a:before {
	font: normal normal normal 24px/1 FontAwesome;
    content: "\f104";
    line-height: 38px;
    color: #fff;
}

.flex-direction-nav a.flex-next:before {
    content: "\f105";
}

.flex-direction-nav .flex-next:focus {
	background-color: #ffc527;
}

.flex-direction-nav .flex-prev:focus {
	background-color: #ffc527;
}


/*-----------------------------------------------
	16			Service page
-------------------------------------------------*/
.best-service-section {
	padding: 105px 0 65px 0;
}

.service-page .best-service-section {
	padding-bottom: 90px;
}

.best-service-section .section-title {
	text-align: center;
}
.best-service {}

.best-service-container {
	overflow: hidden;
	padding: 10px;
	position: relative;
}

.best-service .post-thumb {
	width: 100%;
}

.best-service .post-thumb img {
	width: 100%;
}

.best-service .content {
	padding: 20px 20px 20px 20px;
}

.best-service .content .title a {
	font-size: 20px;
	font-weight: 700;
	color: #363636;
	line-height: 24px;
	margin-bottom: 6px;
	display: block;
	-webkit-transition: all 0.15s ease-in-out;
}

.best-service .content .custom-btn {
	font-size: 16px;
	color: #363636;
	line-height: 24px;
	padding: 8px 20px;
	display: inline-block;
	border: 1px solid #e5e4e4;
	background-color: #fafafa;
	border-radius: 2px;
	margin-top: 25px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease-in-out;
}

.best-service .content .custom-btn:hover {
	background-color: #ffc527;
	border-color: #ffc527;
}

.v2 .best-service .post-item {
	background-color: #fafafa;
}

.best-service .post-item {
	-webkit-transition: all 0.15s ease-in-out;
}

.best-service .post-item:hover {
	-webkit-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
	   -moz-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
            box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
}

.best-service .post-item:hover>.content>.title>a {
	color: #ffc527;
}

.best-service-container-next,
.best-service-container-prev {
	position: absolute;
    top: 25%;
    width: 40px;
    height: 40px;
    background-color: #363636;
    text-align: center;
    font-size: 30px;
    line-height: 39px;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}

.best-service-container-next {
	left: 0;
}

.best-service-container-prev {
	right: 0;
}

.best-service-container-prev:focus,
.best-service-container-prev:hover,
.best-service-container-prev:active,
.best-service-container-next:active,
.best-service-container-next:focus,
.best-service-container-next:hover {
	background-color: #ffc527;
}

.best-service-container .swiper-button-disabled {
	cursor: not-allowed;
}


/*  service-overview  */
.service-overview {
	padding-top: 105px;
	padding-bottom: 66px;
}

.service-overview .section-title {
	text-align: center;
}


/*  pricing -title  */
.pricing-table {
	padding-top: 110px;
	padding-bottom: 110px;
}

.v2 .pricing-table {
	padding-top: 40px;
}

.pricing-table .section-title {
	text-align: center;
}

.pricing-item {
	background-color: #fafafa;
	text-align: center;
	padding: 40px 0;
	-webkit-transition: all 0.15s ease-in-out;
}

.table-border.pricing-item {
	position: relative;
}

.pricing-item .pricing-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	color: #363636;
	margin-bottom: 20px;
}

.pricing-item .price {
	display: inline-block;
}

.pricing-item .price>.currency {
	display: block;
	position: relative;
	font-size: 48px;
	font-weight: 700;
	color: #363636;
	margin-bottom: 10px;
	height: 65px;
}

.pricing-item .price>.currency span {
	z-index: 9;
	position: absolute;
	left: -35px;
	top: 15px;
}

.pricing-item .price>.currency:before {
	content: "";
	position: absolute;
	left: -60px;
	border-radius: 5px;
	z-index: 1;
	top: -5px;
	width: 150px;
	height: 70px;
	background-color: #f5f5f5;
	transform:skew(-15deg);
	-webkit-transition: all 0.15s ease-in-out;
}

.pricing-item .price>.currency:after {
	content: "";
	position: absolute;
	right: -65px;
	border-radius: 5px;
	z-index: 1;
	top: -5px;
	width: 150px;
	height: 70px;
	background-color: #f5f5f5;
	transform:skew(15deg);
	-webkit-transition: all 0.15s ease-in-out;
}

.pricing-item .price>.month {
	font-size: 18px;
	line-height: 24px;
	color: #959595;
	margin-top: 15px;
    display: block;
}

.pricing-item ul {
	margin-top: 20px;
        list-style: none;
        padding-left: 0;
}

.pricing-item ul>li {
	font-size: 15px;
	line-height: 46px;
	color: #636363;
}

.pricing-item .custom-btn {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #363636;
	color: #fff;
	padding: 12px 35px;
	margin-top: 30px;
	-webkit-transition: all 0.15s ease-in-out;
	border-radius: 2px;
}

.pricing-item:hover {
	-webkit-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
	   -moz-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
            box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
}

.pricing-item:hover .price>.currency:after {
	background-color: #ffc527;
}

.pricing-item:hover .price>.currency:before {
	background-color: #ffc527;
}

.pricing-item .custom-btn:hover {
	background-color: #ffc527;
	color: #fff;
}

/*   portfolio page  */
.portfolio-page .col-md-4 {
	padding-bottom: 40px;
}
.portfolio-page .view-all-project {
    margin-top: 20px;
    text-align: center;
}

.portfolio-massorny .project-item .post-thumb .overlay-search-link,
.portfolio-style2 .project-item .post-thumb .overlay-search-link {
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-left: 0;
    transform: translateY(-30%) scale(1);
}

.portfolio-massorny .project-item .post-thumb .overlay-search-link h3 a,
.portfolio-style2 .project-item .post-thumb .overlay-search-link h3 a {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	padding-top: 10px;
	display: block;
	-webkit-transition: all 0.15s ease-in-out;
}
.portfolio-massorny .project-item .post-thumb .overlay-search-link .ccr-cats,
.portfolio-style2 .project-item .post-thumb .overlay-search-link .ccr-cats {
    color: #fff;
}
.portfolio-massorny .project-item .post-thumb .overlay-search-link h3 a:hover,
.portfolio-style2 .project-item .post-thumb .overlay-search-link h3 a:hover {
	color: #ffc527;
}

.portfolio-massorny .project-item:hover {
    box-shadow: none;
}

.portfolio-massonry-wrapper {
	padding-top: 105px;
	padding-bottom: 105px;
}

.portfolio-massonry-wrapper .col-md-4 .row {
	padding: 0 7px;
}

.portfolio-massonry-wrapper .section-title {
	text-align: center;
}

.grid-item {
	width: 32%;
	margin-bottom: 10px;
}



/* -------------------------------------------------------
	17			project single
----------------------------------------------------------*/
.project-single-wrapper {
	padding-top: 105px;
	padding-bottom: 83px;
}
.project-desc img {
	max-width: 100%;
	margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 100%;
}

.project-desc p {
	font-size: 15px;
	line-height: 24px;
	color: #636363;
	margin-bottom: 25px;
}

.project-detail {
	background-color: #fafafa;
	padding: 20px 30px 20px 30px;
}
.project-detail h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	color: #2f2f2f;
	margin-bottom: 10px;
}

.project-detail ul li {
	font-size: 15px;
	line-height: 34px;
	color: #636363;
}
.project-detail ul li span{
	font-weight: 700;
	color: #363636;
	margin-right: 5px;
}


/*-------------------------------------
	18		Error page
---------------------------------------*/
.error-inner {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 110px;
	overflow: hidden;
}

.error-inner span {
	display: block;
}

.error-inner .error-404 {
	font-size: 210px;
	font-weight: 700;
	color: #c9c9c9;
	line-height: 235px;
}

.error-inner .opps {
	font-size: 72px;
	font-weight: 700;
	color: #ffc527;
	text-transform: uppercase;
	line-height: 72px;
}

.error-inner .sorry {
	font-size: 36px;
	font-weight: 700;
	color: #363636;
	text-transform: uppercase;
	line-height: 45px;
}

.error-inner .reason {
	font-size: 18px;
	color: #636363;
	line-height: 30px;
}

.error-inner .custom-btn {
	font-size: 16px;
	line-height: 24px;
	color: #363636;
	font-weight: 700;
	padding: 9px 20px;
	background-color: #ffc527;
	display: inline-block;
	border-radius: 3px;
	margin-top: 50px;
	-webkit-transition: all 0.15s ease-in-out;
}

.error-inner .custom-btn:hover {
	background-color: #363636;
	color: #fff;
}


/*--------------------------------------
	19		contact page
---------------------------------------*/
.contact-main .input-box {
	width: 49%;
	float: left;
}

.contact-main .input-box input {
	display: block;
	width: 100%;
	padding: 14px;
	border: 1px solid #e5e4e4;
	background-color: #fafafa;
	margin-bottom: 20px;
	border-radius: 3px;
}

.contact-main .text-area-box {
	width: 49%;
	float: right;
}

.contact-main .text-area-box textarea {
	height: 180px;
}

.contact-main .comment-respond {
	padding-top: 100px;
	padding-bottom: 60px;
}

.contact-sidebar {
	padding-top: 110px;
}

.contact-info {
	padding: 30px 20px;
	-webkit-box-shadow: 1px 2px 8px 1px rgba(224,230,235,.9);
	   -moz-box-shadow: 1px 2px 8px 1px rgba(224,230,235,.9);
            box-shadow: 1px 2px 8px 1px rgba(224,230,235,.9);
}

.contact-info .contact-info-title {
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	color: #363636;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.contact-info>ul {
        padding-left: 0;
	margin-bottom: 25px;
        list-style: none;
}

.contact-info ul li {
	overflow: hidden;
	padding: 5px 0;

}
.contact-info ul li .contact-icon {
	width: 30px;
	height: 30px;
	float: left;
	font-size: 26px;
	color: #ffc527;
}

.contact-info ul li .detail {
	margin-left: 40px;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #636363;
}

.contact-soical h4 {
	font-size: 18px;
	font-weight: 700;
	color: #363636;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact-soical ul {
    padding-left: 0;
}

#map {
	height: 400px;
	margin-bottom: 110px;
}





/*-------------------------------------------
	20		Shop page
--------------------------------------------*/
.page-content.col-last {
	float: right;
}

.shop .post-pagination-area {
    text-align: center;
}

.shop .post-pagination {
	display: inline-block;
	float: none;
}

.page-content .post-item.shop-item {
	background-color: transparent;
}

.page-content .post-item.shop-item .post-thumb {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.page-content .shop-item .content {
	text-align: center;
	padding: 15px 0px 15px 0px;
}

.page-content .shop-item .content .title a {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #363636;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 3px;
	-webkit-transition: all 0.15s ease-in-out;
}

.page-content .shop-item .content .title a:hover {
	color: #ffc527;
}

.product-rating {
	position: relative;
	display: inline-block;
	text-align: center;
}

.product-rating>span>.fa-star {
	color: #e5e4e4;
}

.product-rating-inner {
	position: absolute;
	left: 0;
	top: 0;
}

.page-content .shop-item .content .p-price {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #636363;
	margin-top: 5px;
}

.product-rating-inner>span>.fa-star-half,
.product-rating-inner>span>.fa-star {
	color: #ffc527;
}

.shop-item .post-thumb .overlay {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99%;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
}

.overlay-cart {
	position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -73px;
    transform: scale(1.0);
    -webkit-transition: all 0.15s ease-in-out;
    opacity: 0;
}

.overlay-cart a {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #363636;
	text-transform: uppercase;
	padding: 5px 15px;
	background-color: #ffc527;
	display: inline-block;
	-webkit-transition: all 0.15s ease-in-out
}

.overlay-cart a:hover {
	color: #fff;
}

.shop-item:hover .overlay-cart {
	opacity: 1;
	transform: scale(1.1);
}

.shop-item:hover {
	-webkit-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
	   -moz-box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
            box-shadow: 1px 1px 11px 3px rgba(224,230,235,.9);
}

.shop-item:hover .post-thumb>.overlay {
	opacity: 1;
}

.plr-post .small-post-list .post-item .content .p-price {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #636363;
    margin-top: 3px;
}

.shop-sidebar .small-post-list .post-item .content h4 a {
    margin-bottom: 6px;
}

.shop-sidebar .small-post-list .post-item .post-thumb {
    float: left;
    width: 80px !important;
    height: 80px !important;
    margin-top: 0px !important;
}

.shop-sidebar .plr-post .small-post-list .post-item .content {
    margin-left: 95px;
}

.shop-sidebar .view-more .custom-btn {
	display: inline-block;
	padding: 10px 30px;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	background-color: #ffc527;
	color: #363636;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease-in-out;
	margin-top: 20px;
	border-radius: 3px;
}

.shop-sidebar .view-more .custom-btn:hover {
	color: #fff;
}

.shop-sidebar .plr-post {
	margin-bottom: 60px;
}



/* price range  */
.price-range .price-heading-title {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #2f2f2f;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.shop-sidebar .nstSlider {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 100%;
    height: 12px;
    background: #fafafa;
    border: 1px solid #e5e4e4;
}

.shop-sidebar .nstSlider .leftGrip, .shop-sidebar .nstSlider .rightGrip {
    position: absolute;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    width: 18px;
    height: 18px;
    background-color: #ffc527;
    top: -4px;
}

.shop-sidebar .nstSlider .bar {
    background: transparent;
    height: 4px;
    top: 3px;
}

.shop-sidebar .price-filter {
	margin-top: 25px;
}

.price-filter .price-range-count p {
	font-size: 15px;
	font-weight: 700;
	color: #363636;
}

.price-filter button.custom-btn {
	border: none;
	font-size: 15px;
	font-weight: 700;
	padding: 7px 12px;
	color: #363636;
	background-color: #ffc527;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease-in-out;
}

.price-filter button.custom-btn:hover {
	color: #fff;
}


/*------------------------------------------------
		21		product details
-------------------------------------------------*/
.product-preveiew-section {
	padding-bottom: 90px;
	overflow: hidden;
}

div#gal1 {
    margin-top: 15px;
    text-align: center;
    width: 102%;
    border: 2px solid #e5e4e4;
    padding-top: 12px;
    padding-bottom: 5px;
    border-radius: 2px;
}


div#gal1 .img_01 {
	width: 100px;
	height: 100px;
	margin-left: 5px;
}

div#gal1 a {
	display: inline-block;
}

div#gal1 a.active .img_01{
	border: 4px solid #ffc527;
}

.zoomContainer {
    overflow: hidden;
}


.product-detail {
	padding-left: 15px;
}

.product-detail .product-name h2{
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	color: #363636;
}

.product-detail .meta-product {
	overflow: hidden;
	margin-top: 10px;
}

.product-detail .meta-product .p-rating .c-review {
	font-size: 14px;
	color: #b7b7b7;
	margin-left: 10px;
}

.product-detail .meta-product .add-review a{
	font-size: 14px;
	color: #b7b7b7;
	-webkit-transition: all 0.15s ease-in-out;
} 

.product-detail .meta-product .add-review a:hover {
	color: #ffc527;
}

.product-detail .product-price span{
	font-size: 38px;
	font-weight: 700;
	color: #363636;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}

.product-detail .excerpt {
    padding-bottom: 5px;
    border-bottom: none;
}

.product-item-counter-area {
	margin-top: 25px;
	overflow: hidden;
}

.counter-sign {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 40px;
	color: #c2c2c2;
	border: 1px solid #e5e4e4;
	display: inline-block;
	cursor: pointer;
}

select.selection {
    width: 100px;
    border: 1px solid #e5e4e4;
    padding: 11px 10px 7px 7px;
    outline: none;
    color: #c2c2c2;
}

.p-item-counter p input {
    margin-left: 41px;
    width: 285px;
    padding: 11px 10px 9px 7px;
    border: 1px solid #e5e4e4;
} 


.add-cart .custom-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #ffc527;
	color: #363636;
	margin-top: 25px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 0.15s ease-in-out;
}

.add-cart .custom-btn:hover {
	color: #fff;
}

.add-cart .custom-btn i {
	margin-right: 5px;
}

.product-detail .entry-tag {
	display: block;
	border: 1px solid #e5e4e4;
	width: 100%;
	padding: 10px 15px;
	background-color: #fafafa;
	margin-top: 25px;
}

.product-detail .entry-tag ul {
	margin: 0;
}

.product-detail .product-social {
	margin-top: 25px;
}


/*  product description  */
.product-description {
	padding-bottom: 50px;
}

.nav-tab {}
.nav-tab li {
	display: inline-block;
}

.nav-tab li a{
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #e5e4e4;
	border-left: 1px solid #e5e4e4;
	border-right: 1px solid #e5e4e4;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.product-description .nav-tab .active>a {
	border-top: 1px solid #ffc527;
	border-left: 1px solid #ffc527;
	border-right: 1px solid #ffc527;
	border-bottom: 0px solid #ffc527;
}

.tab-content {
	border: 1px solid #e5e4e4;
	margin-top: 10px;
	padding: 25px;
}

.tab-pane p {
	font-size: 15px;
	line-height: 24px;
	color: #636363;
	margin-bottom: 30px;
}

.tab-pane>ul {
	margin-bottom: 25px;
	padding-left: 30px;
}
.tab-pane>ul>li {
	font-size: 15px;
	line-height: 32px;
	color: #636363;
}

.tab-pane>ul>li>i {
	margin-right: 5px;
	color: #ffc527;
}

.review-comment-item .post-thumb {
	width: 50px;
	height: 50px;
	float: left;
}

.review-comment-item .content {
	margin-left: 70px;
}

.review-comment-item .content .content-head {
	display: block;
	overflow: hidden;
}
.review-comment-item .content .content-head h3{
	display: inline-block;
	float: left;
}

.review-comment-item .content .content-head h3 .name {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #363636;
	text-transform: uppercase;
	margin-right: 5px;
}

.review-comment-item .content .content-head h3 .date {
	font-size: 15px;
	line-height: 24px;
	color: #b7b7b7;
}

.review-comment-item .content .product-rating {
	float: right;
}

.review-comment-item {
	padding-bottom: 10px;
	padding-top: 20px;
	border-bottom: 1px solid #e5e4e4;
}

.review-comment-item:last-child {
	border-bottom: none;
}

.review-comment-area .post-pagination-area {
	text-align: center;
	margin-top: 30px;
}

.review-comment-area .post-pagination {
	display: inline-block;
	float: none;
}


/*  add review  */
.add-reivew-area {
	margin-top: 50px;
}

.add-reivew-area h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #2f2f2f;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.add-reivew-area form {}

.add-reivew-area>form>.input{
	margin-bottom: 30px;
	overflow: hidden;
}

.add-reivew-area>form>.input>input{
	width: 32.5%;
	float: left;
	margin: 0 5px;
	padding: 15px;
	background-color: #fafafa;
	border: 1px solid #e5e4e4;
	color: #b7b7b7;
	font-size: 15px;
}

.add-reivew-area>form>.input>input:first-child {
	margin-left: 0;
}

.add-reivew-area>form>.input>input:last-child {
	margin-right: 0;
}

.review-input {
	overflow: hidden;
	margin-bottom: 30px;
}

.review-input .review-input-item {
	width: 19%;
	float: left;
	margin: 0 6px;
	position: relative;
}

.review-input .review-input-item:first-child {
	margin-left: 0;
}


.review-input .review-input-item:last-child {
	margin-right: 0;
}
.review-input .review-input-item input {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	background-color: #fafafa;
	border: 1px solid #e5e4e4;
	color: #b7b7b7;
	outline: 0px solid transparent;
	border-radius: 3px;
}

.review-input .review-input-item .review-rating-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	color: #b7b7b7;
}

.review-input .review-input-item input:active,
.review-input .review-input-item input:focus,
.review-input .review-input-item input:hover {
	color: #ffc527;
	border: 1px solid #ffc527;
}

.review-input .review-input-item:active>.review-rating-icon,
.review-input .review-input-item:focus>.review-rating-icon,
.review-input .review-input-item:hover>.review-rating-icon {
	color: #ffc527;
}

.add-reivew-area>form textarea {
	width: 100%;
	height: 180px;
	border: 1px solid #e5e4e4;
	color: #b7b7b7;
	padding: 25px;
	background-color: #fafafa;
	border-radius: 3px;
}

.add-reivew-area>form .custom-btn {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	color: #25262b;
	background-color: #ffc527;
	-webkit-transition: all 0.15s ease-in-out;
	border: none;
	padding: 12px 40px;
	border-radius: 3px;
	margin-top: 30px;
	margin-bottom: 15px;
	border-radius: 2px;
}

.add-reivew-area>form .custom-btn:hover {
	color: #fff;
	background-color: #363636;
}


/*   buyer guide area  */
.buyer-guide-area .panel-heading {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

.buyer-guide-area  .panel-default {
	border: none;
}

.buyer-guide-area .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 1px solid #e5e4e4;
	margin-top: 7px;
	border-radius: 3px;
	background-color: #fafafa;
	padding: 20px 30px;
}

.buyer-guide-area .panel-default>.panel-heading+.panel-collapse>.panel-body p {
	font-size: 15px;
	line-height: 24px;
	color: #636363;
	margin-bottom: 25px;
}

.buyer-guide-area .panel-default>.panel-heading+.panel-collapse>.panel-body p:last-child {
	margin-bottom: 0;
}

.buyer-guide-area .panel-title a {
	width: 100%;
	display: block;
	position: relative;
	padding: 8px 20px;
	border-radius: 3px;
	background-color: #fafafa;
	-webkit-transition: all 0.15s ease-in-out;
	border: 1px solid #ffc527;
	color: #ffc527;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.buyer-guide-area .panel-title a.collapsed {
	border: 1px solid #e5e4e4;
	color: #25262b;
}

.buyer-guide-area .panel-title a:before {
	position: absolute;
	content: "\f102";
	font: normal normal normal 14px/1 FontAwesome;
	right: 20px;
	top: 50%;
	margin-top: -8px;
}

.buyer-guide-area .panel-title a.collapsed:before {
	content:"\f103";
}

.product-detail .related-product {
	padding-top: 50px;
}

.product-detail .related-product .section-title {
	text-align: center;
}



/*------------------------------------------------------
	22			product cart page
-------------------------------------------------------*/

.product-cart table.shop-cart {
    width: 100%;
}

.shop-cart>thead>tr {
	height: 65px;
	background-color: #fafafa;
	border-top: 1px solid #e5e4e4;
	border-left: 1px solid #e5e4e4;
}

.shop-cart>thead>tr th {
	border-right: 1px solid #e5e4e4;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #2f2f2f;
}
.shop-cart>thead>tr th.cart-item{
	width: 40%;
}

.shop-cart>thead>tr th.cart-price {
	width: 17%;
}

.shop-cart>thead>tr th.cart-quality {
	width: 17%;
}

.shop-cart>thead>tr th.cart-total {
	width: 17%;
}

.shop-cart>thead>tr th.cart-product-remove {
	width: 9%;
}

.shop-cart>tbody>tr {
	border-top: 1px solid #e5e4e4;
	border-left: 1px solid #e5e4e4;
	height: 118px;
}

.shop-cart>tbody>tr>td {
	border-right: 1px solid #e5e4e4;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #959595;
}

.shop-cart>tbody>tr>td.cart-item {
    padding: 20px;
}

.shop-cart>tbody>tr>td.cart-item .item-image {
	width: 80px;
	height: 80px;
	float: left;
}

.shop-cart>tbody>tr>td.cart-item .item-image img {
	width: 100%;
}

.shop-cart>tbody>tr>td.cart-item .content {
	margin-left: 100px;
	text-align: left;
}

.shop-cart>tbody>tr>td.cart-item .content h3.product-name {
	font-size: 18px;
	line-height: 75px;
	font-weight: 700;
	color: #2f2f2f;
}

.shop-cart>tbody>tr>td .counter-sign {
    width: 35px;
	height: 35px;
    font-size: 15px;
    line-height: 36px;
}

.shop-cart>tbody>tr>td select.selection {
    width: 80px;
    padding: 7px 2px 5px 4px;
    border: 1px solid #e5e4e4;
}

.shop-cart>tbody>tr.coupon-checkout {
	border-bottom: 1px solid #e5e4e4;
}

.checkout-area {
	padding: 0 20px;
}

.discount-code {}
.discount-code input {
	width: 280px;
	padding: 10px;
	background-color: #fafafa;
	font-size: 15px;
	border: 1px solid #e5e4e4;
}

.discount-code button.custom-btn {
	font-size: 15px;
	font-weight: 700;
	color: #363636;
	padding: 10px 30px;
	border: 1px solid #ffc527;
	background-color: #ffc527;
	margin-left: 6px;
	border-radius: 2px;
	-webkit-transition: all 0.15s ease-in-out;
}

.discount-code button.custom-btn:hover {
	background-color: #363636;
	border-color: #363636;
}

.discount-code button.custom-btn:hover {
	color: #fff;
}

.checkout>button.custom-btn {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 25px;
}

.checkout>button.update-cart {
	color: #fff;
	background-color: #2f2f2f;
	border: 1px solid #2f2f2f;
	border-radius: 2px;
	-webkit-transition: all 0.15s ease-in-out;
}

.checkout>button.update-cart:hover {
	background-color: #ffc527;
	border-color: #ffc527;
}

.checkout>button.p-checkout {
	color: #363636;
	background-color: #ffc527;
	border: 1px solid #ffc527;
	border-radius: 2px;
	-webkit-transition: all 0.15s ease-in-out;
}

.checkout>button.p-checkout:hover {
	color: #fff;
	background-color: #363636;
	border-color: #363636;
}


.cart-second-section {
	overflow: hidden;
	margin-top: 50px;
}

.calculate-shipping {
	padding: 30px 20px;
	border: 1px solid #e5e4e4;
	border-radius: 3px;
	overflow: hidden;
}

.calculate-shipping h3 {
	font-size: 18px;
	font-weight: 700;
	color:#2f2f2f;
	line-height: 24px;
	margin-bottom: 20px;
}

.calculate-shipping #country {
	width: 100%;
	padding: 8px;
	background-color: #fafafa;
	border: 1px solid #e5e4e4;
	margin-bottom: 20px;
}

.calculate-shipping #state {
	width: 48%;
	float: left;
	padding: 8px;
	background-color: #fafafa;
	border: 1px solid #e5e4e4;
}

.calculate-shipping #postcode {
	width: 48%;
	float: right;
	padding: 8px;
	background-color: #fafafa;
	border: 1px solid #e5e4e4;
}

.calculate-shipping button.update-cart {
	font-size: 15px;
	font-weight: 700;
	padding: 10px 25px;
	background-color: #ffc527;
	border: 1px solid #ffc527;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
	color: #2f2f2f;
	-webkit-transition: all 0.15s ease-in-out;
}

.calculate-shipping button.update-cart:hover {
	color: #fff;
	background-color: #363636;
	border-color: #363636;
}

.cart-total {
	border: 1px solid #e5e4e4;
	border-radius: 3px;
	padding: 22px 20px;
}
.cart-total h3 {
	font-size: 18px;
	font-weight: 700;
	color: #2f2f2f;
	line-height: 24px;
}

.cart-total ul li {
	font-size: 15px;
	font-weight: 700;
	color: #636363;
	line-height: 32px;
	display: block;
	overflow: hidden;
}

.product-cart {
	padding-bottom: 0px;
}



/*----------------------------------------
	23		  team-page
-----------------------------------------*/
.team-page .expert-inner .post-item {
	margin-bottom: 60px;
}

.why-choose-content p {
 font-size: 15px;
 line-height: 26px;
 margin-bottom: 25px;
}
.why-choose-content ul {
 margin-left: 20px;
}
.why-choose-content ul li {
 font-size: 15px;
 line-height: 28px;
 position: relative;
}
.why-choose-content ul li:before {
 position: absolute;
 content: "\f105";
 font: normal normal normal 14px/1 FontAwesome;
 left: -20px;
 top: 50%;
 margin-top: -7px;
 width: 15px;
 height: 15px;
 background-color: #959595;
 color: #fff;
 border-radius: 100%;
 text-align: center;
 padding-left: 2px;
}
.team-single .why-choose .section-title {
    margin-bottom: 30px;
}

.about-content .address ul li span {
 border-color: #ebebeb;
 background-color: #f5f5f5;
}

.about-content .address {
 margin-bottom: 25px;
}

.about-content .social-media li a {
 width: 32px;
 height: 32px;
}


/*-----------------------------------------
	24		Service Detail
------------------------------------------*/
.service-detail {
	margin-top: 110px;
        margin-bottom: 50px;
	overflow: hidden;
}

.service-detail .service-image img {
	width: 100%;
        height: 100%;
}

.service-detail h2 {
	font-size: 32px;
	line-height: 36px;
	color: #363636;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
}

.service-detail p {
	font-size: 15px;
	line-height: 24px;
	color: #636363;
	margin-bottom: 25px;
}

.service-detail-page .buyer-guide-area {
	margin-bottom: 110px;
}

.service-detail-page .buyer-guide-area h2 {
	font-size: 22px;
	font-weight: 700;
	color: #363636;
	margin-bottom: 25px;
	text-transform: uppercase;
}


/*  preloader */
#loading{
	background-color: #363636;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	-ms-transform: rotate(-135deg); 
   	-webkit-transform: rotate(-135deg); 
    transform: rotate(-135deg);

}
.object{

	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	position: absolute;
	border-top: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	border-left:  5px solid #FFF;
	border-right: 5px solid transparent;
	
	-webkit-animation: animate 2s infinite;
	animation: animate 2s infinite;	

	}


#object_one{
	left: 75px;
	top: 75px;
	width: 50px;
	height: 50px;
	}
							
#object_two{
	left: 65px;
	top: 65px;
	width: 70px;
	height: 70px;
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
	}
		
#object_three{
	left: 55px;
	top: 55px;
	width: 90px;
	height: 90px;
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
	}
#object_four{
	left: 45px;
	top: 45px;
	width: 110px;
	height: 110px;
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
	
	}	

@-webkit-keyframes animate {
 

50% {

	-ms-transform: rotate(360deg) scale(0.8); 
   	-webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
  }
	  
  

}

@keyframes animate {
	
50% {

	-ms-transform: rotate(360deg) scale(0.8); 
   	-webkit-transform: rotate(360deg) scale(0.8); 
    transform: rotate(360deg) scale(0.8); 
  }	
	
	}





.scrollToTop {
    width: 45px;
    height: 45px;
    line-height: 43px;
    border-radius: 4px;
    margin-bottom: 5px;
    background-color: #363636;
    display: none;
}

.scrollToTop.fixed-scroll {
	display: block;
}

.scrollToTop {
    position: fixed;
    right: 0px;
    bottom: 40px;
    opacity: .7;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.scrollToTop span {
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    z-index: 1;
}
.scrollToTop span {
    font-size: 20px;
}
.vc_row {
    margin-left: 0px;
    margin-right: 0px;
}
.vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;    
}
.vc_col-has-fill > .vc_column-inner, 
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, 
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0px;
}
.ash {
    background-color: #fafafa !important;
}
.white {
    background-color: #fff !important;
}
.border-top {
    border-top: 1px solid #ebebeb !important;
}
.border-bottom {
    border-bottom: 1px solid #ebebeb !important;
}
.no-border {
    border: none !important;
}
.admin-bar .fixed-top-menu {
    margin-top: 32px;
}
.ms-layer i.fa.fa-caret-right {
    color: #ffc527;
 margin-right:10px;
}

/*----- woocommerce styles  ---------*/
.all-content .woocommerce {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;    
}
@media (min-width:768px) {
	.all-content .woocommerce {
		width:750px
	}
}
@media (min-width:992px) {
	.all-content .woocommerce {
		width:970px
	}
}
@media (min-width:1200px) {
	.all-content .woocommerce {
		width:1170px
	}
}
.woocommerce .summary p,
.woocommerce .woocommerce-Tabs-panel p  {
    padding: 10px 0;
}
.woocommerce ul.products, .woocommerce-page ul.products {
    margin-right: -15px;
    margin-left: -15px;    
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    width: 33.33%;
}
.woocommerce ul.products li.product h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 3px;
    -webkit-transition: all 0.15s    
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    text-align: center;
}
.woocommerce .products .star-rating {
    margin-left: auto;
    margin-right: auto;
}
.woocommerce ul.products li.product a.add_to_cart_button {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #363636;
    text-transform: uppercase;
    padding: 5px 15px;
    background-color: #ffc527;
    display: inline-block;
    -webkit-transition: all 0.15s ease-in-out;
    position: relative;
}
.woocommerce ul.products li.product a.add_to_cart_button:hover{
    color: #fff;
}
.woocommerce ul.products li.product a.add_to_cart_button:before {
    content: "\f07a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    padding-right: 10px;
    left: 0; 
}
.woocommerce ul.products li.product .price {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #636363;
    margin-top: 5px;    
}
.woocommerce ul.products li.product .price del {
    font-size: 12px;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 12px;
    color: #363636;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #FFC527;
    color: #FFF;
}
.woocommerce #coupon_code {
    width: 130px;
    padding: .618em 1em;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row select{
    padding: 8px 5px;
}
.woocommerce h2 {
    font-size: 20px;
}
.woocommerce h3 {
    font-size: 18px;
}
.woocommerce-checkout h3,.cart_totals h2, .woocommerce h2{
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 5px;    
}
#customer_details h3, .u-columns h2 {
    border-bottom: 1px solid #ebebeb;
}
#order_review_heading {
    margin-top: 20px;
}
.checkout-breadcrumb {
    padding: 30px 0;
}
.checkout-breadcrumb h3 {
    text-align: left;
    font-size: 20px;
    color: #E5E5E5;
    font-weight: 700;
}
.u-columns {
    padding-top: 30px;
}
.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    margin: 30px 0;
}
.woocommerce-MyAccount-navigation {
    border: 1px solid #ebebeb;
    padding: 10px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #566473;
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
    border-bottom: none;
}
.woocommerce-account .addresses .title .edit {
    padding: 5px;
    border: 1px solid #ebebeb;
}
.related.products ul.products li.product {
    width: 25%;
}
.woocommerce .quantity .qty {
    width: 100px;
    padding: 8px;
    border-radius: 3px;
}
.single-product .images .thumbnails {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #EBEBEB;
}
#content div.product div.thumbnails a, 
.woocommerce div.product div.thumbnails a, 
.woocommerce-page #content div.product div.thumbnails a, 
.woocommerce-page div.product div.thumbnails a {    
    margin-bottom: 0;
}
#woocommerce-product-search-field {
    padding: 10px 5px;
}
.woocommerce-product-search input[type="submit"] {
    padding: 10px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
.woocommerce div.product {
    background-color: transparent;
}
.woocommerce ul.products li.product .price {
    margin: 5px 0;
}
.woocommerce ul.products li.product .button {
    margin-top: 5px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    margin-bottom: 30px;
}
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 10px;
    width: 60px;
    height: auto;
    box-shadow: none;
}
.woocommerce ul.cart_list li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}
.widget_shopping_cart_content p.total {
    padding: 10px 0;
}
