/* ------------------------------------------- */
/* Import CSS and Google Fonts */
/* ------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Prompt:400,600,700|Prompt:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Prompt:400,700');



/* ------------------------------------------- */
/* Global */
/* ------------------------------------------- */
/* ------- สีเทมเพลต #00ad85 ------------------- */
/* -----------สีเมนู OVER #656665------------ */

body {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

a {
    font-family: 'Prompt', sans-serif;
    color: #333;
    transition: all 0.2s;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Prompt', sans-serif;
    line-height: 1.4;
    margin-top: 0;
}

a:hover,
a:active,
a:visited,
a:focus {
    text-decoration: none;
    transition: all 0.2s;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.table {
    width: 100%;
    max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.error-class {
    background: #68a554;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

.success-class {
    background: #68a554;
    color: #fff;
    padding-top: 10px;
    padding: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
}

.msg-animated-error {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 99999;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.msg-animated-success {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 99999;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}


.bg-333 {
    background: #333;
}

.bg-fff {
    background: #fff;
}

.c-fff {
    color: #fff;
}

.c-ff0000 {
    color: #ff0000; /* red color */ 
}

.c-00ff00 {
    color: #00ff00; /* green color */ 
}

.c-0aca0a {
    color: #0aca0a; /* slight darker green color */    
}

.ta-c {
    text-align: center;
}

.td-n {
    text-decoration: none;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fz-18 {
    font-size: 18px;
}

.fz-30 {
    font-size: 30px;
}

.w-70 {
    width: 70px;
}

.w-150 {
    width: 150px;
}

.w-200 {
    width: 200px;
}

.w-100-p {
    width: 100%;
}

.h-100 {
    height: 100px;
}


/* ------------------------------------------- */
/* toastr */
/* ------------------------------------------- */
.toast {
    opacity: 1 !important;
}
#success_toastr {background: green;}
#error_toastr {background: red;}
#warning_toastr {background: coral;}
#info_toastr {background: cornflowerblue;}
#question_toastr {background: grey;}


/* ------------------------------------------- */
/* Top */
/* ------------------------------------------- */
.top {
    background: #f3f3f3;
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-left ul {
    margin-bottom: 0;
    padding-left: 0;
}

.top-left ul li {
    list-style-type: none;
    margin-right: 15px;
    display: inline-block;
}

.top-left ul li a {
    color: #5f5f5f;
    font-size: 14px;
}

.top-right ul {
    margin-bottom: 0;
    padding-right: 0;
    text-align: right;
}

.top-right ul li {
    list-style-type: none;
    margin-left: 15px;
    margin-right: 0;
    display: inline-block;
}

.top-right ul li a {
    color: #5f5f5f;
    font-size: 14px;
}





/* ------------------------------------------- */
/* Navbar */
/* ------------------------------------------- */
div#bs-example-navbar-collapse-animations {
	padding-right: 0;
}
.navbar-main-menu {
	float: right;
}
.navbar-main-menu > li {
    margin-left: 2px!important;
}

/* ------------------------------------------- */
/* Slider */
/* ------------------------------------------- */
.slider-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0;
}

.slider-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 620px;
}

.slider-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.text-animated h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.text-animated p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated li {
    display: inline-block;
    margin-top: 22px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;

    color: #fff;

    border-radius: 50px;
    padding: 11px 40px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover {
    background-color: #333;
    color: #fff;
    border: 2px solid #333;
}

.slide-carousel {
    overflow: hidden;
}



.slide-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.slide-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}



/*Slide-Dots*/

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -21px;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 4px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}

.bg-area {
    background: #F6F6F6;
}

.bg {
    position: absolute;
    background-color: #333;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}



/* ------------------------------------------- */
/* Nav */
/* ------------------------------------------- */
.navbar-brand img {
    height: 40px!important;
}
.bs-demo-showcase {
	-webkit-box-shadow: 0 4px 6px -6px #222;
  	-moz-box-shadow: 0 4px 6px -6px #222;
  	box-shadow: 0 4px 6px -6px #222;
}
.bs-demo-showcase .navbar {
    margin-bottom: 0;
    border-radius: 0!important;
}
.dropdown-menu>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
}
.bs-demo-showcase .navbar-nav > .open:before,
.bs-demo-showcase .navbar-nav > .open:after {
	display: none!important;
}

.bs-demo-showcase .navbar-material-blue .navbar-nav > li > a:hover, 
.bs-demo-showcase .navbar-material-blue .navbar-nav > li > a:focus {
	background-color: #656665!important;
    border-color: #656665!important;
}
.navbar-dashboard>li>a {
	background-color: #656665!important;
}

.navbar-material-blue .navbar-nav > .active > a,
.navbar-material-blue .navbar-nav > .active > a:hover,
.navbar-material-blue .navbar-nav > .active > a:focus,
.navbar-material-blue .navbar-toggle:hover,
.navbar-material-blue .navbar-toggle:focus,
.navbar-material-blue .navbar-nav > .open > a,
.navbar-material-blue .navbar-nav > .open > a:hover,
.navbar-material-blue .navbar-nav > .open > a:focus,
.navbar-material-blue .navbar-nav .open .dropdown-menu > .active > a,
.navbar-material-blue .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-material-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
  	background-color: #656665;
}



/* ------------------------------------------- */
/* Search Box */
/* ------------------------------------------- */
.search-sec {
 
    padding: 40px 20px;
}
.search-sec .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
	border-radius: 0!important;
}
.search-sec .select2-container .select2-selection--single,
.select2-container .select2-selection--single {
	height: 34px!important;
}
.search-sec .select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px!important;	
}
.search-sec .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px!important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border-radius:0;
}
.wrn-btn {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    height: 34px!important;
    border-radius:0;
    background: #656665;
    border: 1px solid #656665;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.wrn-btn:hover {
	background: #333;
}



/* ------------------------------------------- */
/* Common Heading */
/* ------------------------------------------- */
.common-heading {
    padding-bottom: 30px;
    text-align: center!important;
}

.common-heading h1 {
    font-size: 20px;
}

.common-heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.common-heading p {
    font-size: 18px;
}

.bg-grey {
    background: #f2f2f2;
}

.common-heading-white h2 {
	color: #fff;
}

.common-heading-white p {
	color: #fff;
}




/* ------------------------------------------- */
/* Features */
/* ------------------------------------------- */
.feature {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #fff;
}

.feature .feature-item {
	margin-bottom: 30px;
}

.feature .title {
    display: block;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 10px;
}
.feature .sub-title {
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
}
.feature .feature-block {
    background-color: #f3f3f3;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 15px;
    transition:all ease .5s
}
.feature .icon {
    border-radius: 50%;
    display: block;
    font-size: 36px;
    height: 80px;
    line-height: 80px;
    text-align:center;
    margin:1rem auto;
    width: 80px;
    transition: all 0.5s ease 0s;
}
.feature .feature-block:hover .icon,
.feature .feature-block:focus .icon {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    transform: rotate(360deg);
}
.feature .icon.color-info {
    color: #fff;
}
.feature .feature-block h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 3rem 0 1rem;
}

.btn-feature {
    border: medium none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 10px 1px;
    outline: 0 none;
    padding: 8px 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}






/* ------------------------------------------- */
/* Dropdown Cart */
/* ------------------------------------------- */
ul.dropdown-cart {
    min-width:250px;
}
ul.dropdown-cart li .item {
    display:block;
    padding:3px 10px;
    margin: 3px 0;
}
ul.dropdown-cart li .item:hover {
    background-color:#f3f3f3;
}
ul.dropdown-cart li .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li .item-left {
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info {
    float:left;
}
ul.dropdown-cart li .item-left span.item-info {
    margin-left:10px;   
}
ul.dropdown-cart li .item-left span.item-info span {
    display:block;
}
ul.dropdown-cart li .item-right {
    float:right;
}
ul.dropdown-cart li .item-right button {
    margin-top:14px;
}



/* Service */
.service {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.service-item {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #fff;
	margin-bottom: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	position: relative;
}
.service-item .icon {
	text-align: center;
}
.service-item .icon i {
	font-size: 50px;
}
.service-item .text {
	text-align: center;
	color: #333;
	font-size: 18px;
	margin-top: 10px;
}
.service-item:hover {
	background: #333;
}
.service-item:hover .icon i {
	color: #fff;
}
.service-item:hover .text {
	color: #fff;
}
.service-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-photo {
    margin-bottom: 20px;
}

.service-photo img {
    width: 100%;
    height: auto;
}



/* TEAM Section */
.team {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.our-team .team-wrap {
    padding: 0 40px;
}

.our-team .container-fluid {
    padding: 0 50px;
}

.team-img img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.team-member {
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.team-member,
.team-img {
    position: relative;
    overflow: hidden;
}

.team-title {
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 0;
}

.team-title:hover {
	color: #333;
}

.team-text {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff;
}

.team-member span {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
}

.overlay-team {
    background-color: rgba(222, 36, 25, .7);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.team-details {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 5%;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.team-img:hover .team-details {
    opacity: 1;
    margin-top: -80px;
}

.team-img:hover .overlay-team {
    opacity: 1;
}

.team-member:hover h6 {
    color: #002147;
}

.team .socials a {
    display: inline-block;
    margin-top: 40px;
    margin-right: 5px;
}

.team .socials a i {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    transition: all .3s ease 0s;
    background: rgba(255, 255, 255, 0.5);
}

.team-details .socials i {
    color: #fff;
}

.team .socials a:hover i {
    color: #fff;
    background: #fec722;
}

.team-member-photo {
    
}

.team-member-photo img {
    width: 100%;
    height: auto;
}

.team-single .nav-tabs {
    margin-top: 40px;
    padding-bottom: 3px;
}

.team-single .tab-content {
    padding-top: 10px;
    margin-bottom: 40px;
}

.team-single .nav-tabs>li>a,
.team-single .nav-tabs>li.active>a {
    text-decoration: none;
    font-size: 16px;
}



.team-single .nav-tabs>li>a {
    border-radius: 0;
    border: 0;
}

.team-single ul.social {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.team-single ul.social li {
    list-style-type: none;
    display: inline-block;
}

.team-single ul.social li a {
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    margin-right: 6px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-single ul.social li a:hover {
    background: #333;
}
.team-single table {
    background: #fff;
}
.team-single table tr td:nth-of-type(1) {
    width: 200px;
    font-weight: 500;
}
.team-single #photos a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.team-single #photos a span {
    position: absolute;
    top: 50%;
    left: 50%;
}
.team-single #photos img {
    width: 100%;
    height: auto;
}
.team-single #videos iframe {
    width: 100%;
    height: 350px;
}


/* Testimonial Section */
.testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.testimonial-item {
	text-align: center;
	color: #dcdcdc;
	border: 1px solid #dcdcdc;
	padding: 30px;
	background: #f2f2f2;
}

.testimonial-description {
	margin: 0 auto;
}

.testimonial-inner {
    padding-left: 100px;
    padding-right: 100px;
}

.testimonial-description p {
	position: relative;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 0;
	color: #333;
}



.testimonial-photo {
	width: 95px;
	height: 95px;
	margin: 0 auto;
}

.testimonial-photo img {
	width: 100%;
	height: auto;
}

.testimonial-name {
	margin-top: 15px;
}



.testimonial-name p {
	font-size: 15px;
	margin: 0;
	color: #333;
}

.testimonial-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}



.testimonial-carousel .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: #313131;
	border: 7px solid #fff;
}

.testimonial-carousel .owl-nav .owl-prev,

	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.testimonial-carousel .owl-nav .owl-prev {
	left: 0;
}

.testimonial-carousel .owl-nav .owl-next {
	right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
	color: #4fa527;
	background: #fff;
}

.testimonial-grid .testimonial-item,
.testimonial-two-carousel .testimonial-item {
	color: #313131;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	padding: 30px;
}

.testimonial-grid .testimonial-description,
.testimonial-two-carousel .testimonial-description {
	width: 100%;
}

.testimonial-grid .testimonial-description p,
.testimonial-two-carousel .testimonial-description p {
	padding-top: 15px;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 0;
}

.testimonial-grid .testimonial-description p:before,
.testimonial-two-carousel .testimonial-description p:before {
	bottom: 100%;
    background: #4fa527;
}

.testimonial-grid .testimonial-name h4,
.testimonial-two-carousel .testimonial-name h4 {
	color: #313131;
}

.testimonial-two-carousel .owl-nav .owl-prev,
.testimonial-two-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 48px;
	background: #4fa527;
	color: #fff;
	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.testimonial-two-carousel .owl-nav .owl-prev {
	left: 0;
}

.testimonial-two-carousel .owl-nav .owl-next {
	right: 0;
}

.testimonial-two-carousel .owl-nav .owl-prev:hover,
.testimonial-two-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}




/* Blog */
.blog-home {
	padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.blog-item {

}
.blog-home .blog-img {
	position: relative;
}
.blog-home .blog-img img {
	width: 100%;
}
.blog-home .post-category a {
	display: inline-block;
	background-color: #333;
	color: #fff;
	font-size: 15px;
	padding: 5px 20px;
}
.blog-home .post-category {
	position: absolute;
	left: 0;
	bottom: 0;
}
.blog-home .blog-content {
	padding: 30px 20px;
	background: #fff;
}
.blog-home .single-blog {
	border: 1px solid #dcdcdc;
}
.blog-home .blog-title h4 {
	margin-bottom: 5px;
}

.blog-home .blog-title h4 a:hover {
	color: #333;
}
.blog-home .meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-home .meta ul li {
    font-weight: 600;
}
.blog-home .meta {
	margin-bottom: 20px;
	opacity: .85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.blog-home .blog-content a.box_btn:hover {
	background-color: #333;
}








/* Footer */
.footer-top {
    background: #404040;
	padding-top: 60px;
	padding-bottom: 60px;
}

.footer-top .title-widget {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left: 15px;
}



.footer-top .widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
    padding-top: 5px;
}

.footer-top .widget_archive ul li {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 3px;
}

.footer-top .widget_nav_menu ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
	position: relative;
	border-bottom: 1px solid #696969;
    margin-bottom: 7px;
    padding-bottom: 7px;
	width:95%;
}

.footer-top .widget_nav_menu ul li a {
	color: #fff;
    line-height: 1.4;
}



.footer-top .title-median {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.footer-top .footerp p {
	color: #fff;
}

.footer-top .footerp p span {
    font-weight: 500;
}

.footer-top .footerp p a {
    color: #fff;
}

.footer-social ul {
    margin-top: 30px;
}

.footer-social ul li {
    float: left;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}



.footer-social ul li a:hover {
    background: #fff;
    color: #333;
}

.footer-bottom {
    background: #333;
    min-height: 30px;
    width: 100%;
}
.copyright {
    color: #fff;
    line-height: 30px;
    min-height: 30px;
    padding: 7px 0;
    text-align: center;
}





/* Scroll To Top */

.sc-top:hover {
    opacity: 1;
    color: #fff;
    background: #313131;
}



/* Banner */
.banner {
    width: 100%;
    height: auto;
    background-image: url(../uploads/banner.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.5;
}

.banner-text {
    color: #fff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: 500;
}


/* Page Content */
.page-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.page-content h2 {
    font-size: 24px;
}

.page-content h3 {
    font-size: 22px;
}

.page-content h4 {
    font-size: 18px;
}

.page-content h5 {
    font-size: 16px;
}

.page-content h6 {
    font-size: 14px;
}

.page-content, 
.page-content p {
    font-size: 14px;
    color: #333;
}





.page-content a.btn {
    color: #fff;
    text-decoration: none;
}



/* FAQ */
.faq-content #accordion .panel-title > a.accordion-toggle::before, 
.faq-content #accordion a[data-toggle="collapse"]::before  {
    content:"−";
    float: left;
    font-family: 'Glyphicons Halflings';
    margin-right :1em;
    margin-left:10px;
    color:#fff;
    font-size:13px;
    font-weight:300;
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    
    border-radius:50%;
    text-align:center;
    font-size:10px;
    background:#ff9900;
}
.faq-content #accordion .panel-title > a.accordion-toggle.collapsed::before, 
.faq-content  #accordion a.collapsed[data-toggle="collapse"]::before  {
    content:"+";
    color:#fff;
    font-size:10px;
    font-weight:300;
    background:#333;
}

.faq-content{float:left; width:100%;}
.faq-content .panel-heading{padding-left:0px; border-radius:0px !important;}
.faq-content .panel-heading a{text-decoration:none;}
.faq-content .panel{border-radius:0px !important;}
.faq-content .panel-default{}
.faq-content .panel-heading{background:#f3f3f3 !important; color:#666666;}
.faq-content .panel-body{font-size:14px; color:#666666;}
.faq-saelect{background:#f3f3f3; padding:15px; border-bottom:2px solid #666666; float:left; width:100%; margin-bottom:20px; margin-top:-10px;}
.faq-saelect span{font-size:16px; color:#333; margin-right:20px;}
.faq-saelect select{border:1px solid #dcdcdc; color:#999999; width:300px; height:40px;}
.faq-content .panel{border-top:none !important; border-right:none !important; border-left:none !important;}
.faq-content .panel-body{border:1px solid #f3f3f3;}

}



/* Contact */

.contact .header-title {
    text-align: center;
    color:#00bfff;
}

.contact .textarea-contact {
    resize:none;
}

.contact .second-portion {
    margin-top:50px;
}

.contact-box > .icon { text-align: center; position: relative; }
.contact-box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #00bfff; vertical-align: middle; border-color: #d6d6d6; }
.contact-box > .icon:hover > .image { background: #333; }
.contact-box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.contact-box > .icon:hover > .image > i { color: white !important; }
.contact-box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; min-height:163px;}
.contact-box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.contact-box > .icon > .info > h3.title { font-size: 16px; color: #222; font-weight: 500; margin-top: 30px; }
.contact-box > .icon > .info > p { font-size: 14px; color: #666; line-height: 1.5em; margin: 20px 0 0 10px;}
.contact-box > .icon:hover > .info > h3.title, .contact-box > .icon:hover > .info > p, .contact-box > .icon:hover > .info > .more > a { color: #222; }
.contact-box > .icon > .info > .more a { font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.contact-box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.contact-box .space { height: 30px; }




.contact-form button:hover {
    background: #333;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form textarea {
    border-radius: 0;
}

.contact_map iframe {
    width: 100%;
}

@media only screen and (max-width: 768px)
{
    .contact .contact-form {
        margin-top:25px; 
    }

    .contact .btn-send {
        width: 100%;
        padding: 10px; 
    }

    .contact .second-portion {
        margin-top:25px; 
    }
}



/* Sidebar */
.sidebar {
    
}
.widget {
    background: #f3f3f3;
    border: 1px solid #bbb;
    margin-bottom: 30px;
}

.widget h3 {
    background: #333;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.widget ul {
    padding: 10px 15px;
}

.widget ul li {
    list-style-type: none;
    border-bottom: 1px solid #bbb;
    padding-top: 7px;
    padding-bottom: 7px;
}

.widget ul li:last-child {
    border-bottom: 0;
}

.widget ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}



.widget .search-box {
    padding: 0 10px 10px;
}

.widget input[type="text"] {
    border-radius: 0;
}



.widget input[type="submit"]:hover {
    background: #333;
    border-color: #333;
}

.post-date {
    margin-bottom: 15px;
    color: #8a8a8a;
}

.blog-page-item {
    margin-bottom: 50px;
}

.blog-featured-photo {
    margin-bottom: 20px;
}

.blog-featured-photo img {
    width: 100%;
    height: auto;
}



.read-more a:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}





.login-registration input[type="text"],
.login-registration input[type="email"],
.login-registration input[type="password"],
.login-registration select,
.login-registration textarea {
    border-radius: 0;
}

.login-registration .btn-login:hover {
    background: #333;
}

.login-registration .reg {
    margin-top: 10px;
}

.login-registration .reg a {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.login-registration .reg a:hover {
    color: #333;
}



/* Handyman Sidebar */
.handy-sidebar {

}

.handy-sidebar ul {
    width: 100%;
}

.handy-sidebar ul li {
    list-style-type: none;
    margin-bottom: 5px;
}



.handy-sidebar ul li.active a {
    background: #333;
    color: #fff;
}

.handy-sidebar ul li a:hover {
    background: #333;
    color: #fff;
}

.handy-dashboard table tr td {
    border: 1px solid #b9b9b9;
}

/*.handy-dashboard table tr td:nth-of-type(1) {
    width: 200px;
}*/

.handyman_profile .tab-content {
    margin-top: 20px;
}
.handyman_profile .nav-tabs>li>a {
    text-decoration: none;
}
.handyman_profile .nav-tabs>li.active>a {
    text-decoration: none;
}

.video1 iframe {
    width: 300px!important;
    height: auto!important;
}
.pgntn a {
    text-decoration: none;
}

.comment-form {
    margin-top: 60px;
}




/* Pricing Page */
.pricing h3 {
    font-size: 24px!important;
    font-weight: 700!important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;

}
.pricing h4 {
    font-size: 38px!important;
    font-weight: 700!important;
}
.pricing h4 span {
    font-size: 22px!important;
    color: #969696!important;
}

.pricing .panel-footer a.btn-success:hover,
.pricing .panel-footer button:hover {
    background: #333;
    border-color: #333;
}

.handyman_profile h3 {
    margin-top: 0!important;
}




.rTable {
    display: table;
    width: 100%;
    border: 1px solid #999999;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableHead {width: 40%;}
.rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 10px;
    border: 1px solid #999999;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}



/* Datatable Custom Styles */
.dtbl1 table tbody tr:hover {
    background-color: #f2f2f2!important;
}
.dtbl1 table tbody td {
    border-top: 0!important;
}
.dtbl1 table thead,
.dtbl1 .dataTables_wrapper .dataTables_length,
.dtbl1 .dataTables_wrapper .dataTables_filter,
.dtbl1 .dataTables_wrapper .dataTables_info {
    display: none!important;
}
.dtbl1 table tbody tr>.sorting_1,
.dtbl1 table tbody tr {
    background-color: #f2f2f2!important;
}
.dtbl1 table {
    border-bottom: 0!important;
}
.dtbl1 table tbody tr {
    float: left;
}
.dtbl1 .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
}
.dtbl1 .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #c1c1c1!important;
    color: #333!important;
    font-weight: 700!important;
}
.dtbl1 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #333!important;
    color: #fff!important;
}
.dtbl1 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    background: none!important;
    color: #333!important;   
}

.dtbl1 .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background: #333!important;
    color: #fff!important;   
}



/* Previous Inline Styles here */
.clear-margin {
    clear: both;
    margin-bottom: 10px;
}

.msgContainer1 {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.msgContainer2 {
    color: red;
    border: 1px solid;margin: 10px 0px;
    padding: 5px;
}

.lang-right-top,
.lang-right-top select {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.lang-right-top select {
    background: transparent;
    font-size: 14px;
}

