@charset "utf-8";
/* CSS Document */

/*---------- HEADER STARTS ----------*/

.header-top-left{
	background: url('../images/svg/phn-white.svg') no-repeat;
	background-size: 25px auto;
	padding-left: 30px;
}

.header-top-left a{
	color: #fff;
}

.header-top-right{
	background: url('../images/svg/mail-white.svg') no-repeat;
	background-size: 25px auto;
	padding-left: 30px;
}

.header-top-right a{
	color: #fff;
}

.site-branding img{
	width: 180px;
}

/* MENU STARTS */

#primary-menu .current-menu-ancestor > a{
	color: #006a71;
}

#primary-menu .current-menu-item > a{
	color: #006a71;
}

#primary-menu ul.sub-menu{
	background: #eee;
}

.menu-header-menu-container a{
	color: #333;
}

/* MENU ENDS */

/* SLIDE NAV STARTS */

.toggle-btn-mnu{
	font-size: 30px;
	cursor: pointer;
}

.slide-logo{
	margin-top: 50px;
}

#slide_out_menu {
	overflow: auto;
	position: fixed;	
	padding: 20px;
	display: block;
	width: 380px;
	max-width: 90%;
	height: 100%;
	right: -465px;
	top: 0;
	z-index: 10;
	background-color: #000;
	transition: right 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
.menu-close {
	color: #fff;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	font-size: 30px;
}

ul.slide-out-solial-links{}

ul.slide-out-solial-links li{
	float: left;
}

ul.slide-out-solial-links li a{
	display: inline-block;
	padding: 10px;
	font-size: 25px;
	color: #fff;
}

ul.slide-out-solial-links li a:hover{}

ul.slide-out-solial-links li a i{}

.main-mnu {
	margin-top: 10px;
}
.main-mnu ul li a {
	display: inline-block;
	padding: 10px;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.main-mnu ul li a:hover {
}
.main-mnu ul li a i {
}
.main-mnu ul li ul {
	display: none;
}
.main-mnu ul li ul li a {
	font-size: 0.9em;
	padding-left: 20px;
}

#slide_out_menu.open {
	right: 0;
}

/* SLIDE NAV ENDS */

/*---------- HEADER ENDS ----------*/


/*---------- HOMEPAGE STARTS -----------*/


/* HOME SLIDER STARTS */


.slick-arrow{
	background: none;
	border: none;
	position: absolute;
	top: 45%;
	z-index: 5;
	color: #fff;
}

.slick-arrow span.material-icons{
	font-size: 50px;
}

.slick-arrow.slick-prev{
	left: 20px;
}

.slick-arrow.slick-next{
	right: 20px;
}

.home-slide-image{
	position: relative;
}

.home-slide-content-outer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

.home-slider-holder ul.slick-dots{
	overflow: hidden;
	padding-left: 0;
	display: table;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.home-slider-holder ul.slick-dots li{
	list-style-type: none;
	float: left;
	margin-right: 5px;
}

.home-slider-holder ul.slick-dots li:last-child{
	margin-right: 0;
}

.home-slider-holder ul.slick-dots li button{
	font-size: 0;
	width: 20px;
	height: 20px;
	background: #000;
	border: none;
	border-radius: 50%;
}

.home-slider-holder ul.slick-dots li:hover button{}

.home-slider-holder ul.slick-dots li.slick-active button{
	background: #f7ba79;
}

.home-slide-btn-set a{
	background: #fff;
	padding: 15px 25px;
	color: #000;
}

/* HOME SLIDER ENDS */

.categories-vertical a{
	background: #006a71;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 10px;
}

.categories-vertical a:hover{
	background: #000040;
	color: #fff;
}

.home-content-right-sec-inner-icon img{
	width: 80px;
	height: auto;
}

.home-content-right-sec-inner-sec h5{
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 20px;
}

/*---------- HOMEPAGE ENDS -----------*/

/*---------- PROFILE PAGE STARTS ----------*/

.profile-contact-details a{
	color: #006a71;
	font-weight: 700;
	font-size: 18px;
}

/*---------- PROFILE PAGE ENDS ----------*/

/*---------- PRODUCTS PAGE STARTS ----------*/

.category-block-bottom a{
	color: #333;
}

/*---------- PRODUCTS PAGE ENDS ----------*/

/*---------- CLIENTS PAGE STARTS ----------*/

.client-block{
	background: url('../images/svg/circle.svg') no-repeat;
	background-size: 10px;
	background-position: top 7px left;
	padding-left: 20px;
}

/*---------- CLIENTS PAGE ENDS ----------*/

/*---------- SERVICE CALL PAGE STARTS ----------*/

.service-call-page-right-contact address{
	background: url('../images/svg/map.svg') no-repeat;
	background-size: 20px;
	background-position: top 5px left;
	padding-left: 30px;
}

.service-call-phn{
	background: url('../images/svg/phn.svg') no-repeat;
	background-size: 20px;
	background-position: top 5px left;
	padding-left: 30px;
}

.service-call-mail{
	background: url('../images/svg/mail.svg') no-repeat;
	background-size: 20px;
	background-position: top 5px left;
	padding-left: 30px;
}

.service-call-page-right-contact a{
	color: #333;
}

.service-call-form-field input{
	background: #f4f4f4;
}

.service-call-form-field textarea.form-control{
	background: #f4f4f4;
	height: 250px;
	resize: none;
}

.service-call-sbmt{
	padding: 12px 25px !important;
	background: #333 !important;
	border: none !important;
	color: #fff !important;
}

/*---------- SERVICE CALL PAGE ENDS ----------*/

/*---------- CONTACT PAGE STARTS -----------*/

.contact-page-left-sec h5{
	color: #006a71;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
}

.contact-page-left-sec-adress{
	background: url('../images/svg/map.svg') no-repeat;
	background-size: 20px;
	background-position: top 5px left;
	padding-left: 30px;
}

.contact-page-left-sec-phn{
	background: url('../images/svg/phn.svg') no-repeat;
	background-size: 20px;
	background-position: top 5px left;
	padding-left: 30px;
}

.contact-page-left-sec-phn a{
	color: #333;
}

.contact-page-left-sec-mail{
	background: url('../images/svg/mail.svg') no-repeat;
	background-size: 20px;
	background-position: top 5px left;
	padding-left: 30px;
}

.contact-page-left-sec-mail a{
	color: #333;
}

.contact-page-right-form-field input{
	background: #f4f4f4;
}

.contact-page-right-form-field input:focus{
	background: #f4f4f4;
}

.contact-page-right-form-field textarea{
	background: #f4f4f4;
	height: 200px;
	resize: none;
}

.contact-page-right-form-field textarea:focus{
	background: #f4f4f4;
}

.contact-page-right-form-field input.contact-form-sbmt{
	background: #333;
	padding: 15px 25px;
	border: none;
	color: #fff;
}

/*---------- CONTACT PAGE ENDS -----------*/

/*---------- PRODUCT LISTING PAGE STARTS ----------*/

a.small-btn{
	background: #333;
	padding: 10px 20px;
	color: #fff;
}

h1.category-page-title{
	font-size: 16px;
}

h1.category-page-title span{
	display: block;
	width: 100%;
	font-size: 35px;
	font-weight: 800;
	margin-top: 20px;
}

/*---------- PRODUCT LISTING PAGE ENDS ----------*/


/*---------- FOOTER STARTS -----------*/

.footer-top{
	background: #000;
}

.footer-social ul li a img{
	width: 25px;
}

.footer-links ul{
	list-style-type: none;
}

.footer-links a{
	background: url('../images/svg/circle-white.svg') no-repeat;
	background-size: 7px;
	background-position: center left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
	color: #fff;
}

footer address{
	background: url('../images/svg/map-white.svg') no-repeat;
	background-size: 20px;
	background-position: top 5px left;
	padding-left: 30px;
}

.footer-phn{
	background: url('../images/svg/phn-white.svg') no-repeat;
	background-size: 20px;
	background-position: top 5px left;
	padding-left: 30px;
}

.footer-mail{
	background: url('../images/svg/mail-white.svg') no-repeat;
	background-size: 20px;
	background-position: top 5px left;
	padding-left: 30px;
}

.footer-contact a{
	color: #fff;
}

.footer-bottom{
	background: #111;
}

/*---------- FOOTER ENDS -----------*/