/**

 * Theme Name: E4K Framework
 * Theme URI: http://www.e4k.co
 * Author: E4K Dev Team
 * Author URI: http://www.e4k.co
 * Description: Custom WordPress Theme created by the E4K Development Team. This theme is just a template to help build up the process speed of creating a website. This theme is using WordPress coding standards
 * Version: 0.96.0
 */

/* Import Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat');

/**
|---------------------
| =Global Styles
|---------------------
*/

body {
    font-family: 'Montserrat', sans-serif;
    color: #3A3A3A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    cursor: default;
}

p {
    cursor: default;
}

a {
    cursor: pointer;
}

img {
    max-width: 100%
}

h1 { font-size: 2.3em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.12em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }

/**
|---------------------
| =Header
|---------------------
*/

nav.navbar-default {
    background-color: #f7f6f4;
    position: relative;
    padding: 20px 20px;
    box-shadow: 1px 0 10px #3A3A3A;
}

nav.navbar-default ul.nav a {
    color: #000;
    /* #FBE5DD */
    text-transform: capitalize;
    font-size: 16px;
    transition: all .5s ease;
    font-weight: bold;
    text-shadow: none;
}

/* nav.navbar-default ul.nav a:hover,
nav.navbar-default ul.nav a:focus {
    background-color: transparent;
    color: #A6CE3A;
} */

nav.navbar-default ul.dropdown-menu {
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .20);
    border: none;
    z-index: 1001;
    left: 50%;
    transform: translate( -50%, 0 );
    padding: 0;
}

nav.navbar-default ul.dropdown-menu a {
    padding: 15px 0;
    text-align: center;
    min-width: 175px;
    border-bottom: 1px solid #cccccc;
}

nav.navbar-default ul.dropdown-menu li:last-of-type a {
    border-bottom: none;
}

.is_flex {
    display: flex;
    align-items: center;
    position: relative;
}

div.header_navigation {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

div.header_navigation a.contact {
    margin-right: 15px;
    color: #3A3A3A;
}

header#navbar-wrapper {
    position: relative;
    z-index: 10001;
}

.logo_wrap img {
    max-width: 150px;
}

div#nav_button {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #000;
    display: none;
}

div#nav_button:hover {
    cursor: pointer;
}

ul#menu-primary {
    margin-right: 20px;
}

nav.navbar-default ul.dropdown-menu {
    background-color: #FFF;
}

nav.navbar-default ul.dropdown-menu li {
    padding: 0 20px;
}

div.social-media div {
    display: inline-block;
    margin-left: 7px;
}

div.social-media * {
    color: #000;
    font-size: 18px;
}

div.social-media *:hover {
    text-decoration: none;
}

/**
|---------------------
| =Mobile Menu
|---------------------
*/

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #3A3A3A;
    width: 60%;
    z-index: 9999999;
    height: 100vh;
    transform: translate(100%, 0);
    transition: .3s ease-in-out;
    border-left: 2px solid #FFF;
}

.navMove {
    transform: translate(0%, 0)!important;
}

div.mobile_nav_container {
    margin-top: 135px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
}

div.mobile_nav_container ul {
    margin: 0;
}

div.mobile_nav_container ul,
div.mobile_nav_container li {
    width: 100%;
}

div.mobile_nav_container li {
    margin-bottom: 18px
}

div.mobile_nav_container li a {
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
}

div.mobile_contact {
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
}

div.mobile_nav_container li a:hover {
    background-color: transparent!important;
    text-decoration: underline;
}

div#nav_close {
    position: absolute;
    right: 17px;
    top: 38px;
    color: #FFF;
    font-size: 24px;
}

div.mobile_contact a i {
    color: #FFF;
    font-size: 22px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    nav.navbar-default {
        padding: 15px;
    }
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }
}

/**
|---------------------
| =Footer
|---------------------
*/

footer#main-footer {
    background-color: #f7f6f4;
    color: #000;
}

div.footer_privacy {
    text-align: center;
}

div.footer_privacy p a {
    color: #000;
    text-decoration: underline;
}

div.footer_powered p a {
   /* color: #96CA1E; */
    color: #000;
	text-decoration: underline;
}

div.copyright {
    border-top: 1px solid #FFF;
}

@media (max-width: 991px) {
    .footer_copyright,
    .footer_powered {
        text-align: center;
    }
    .footer_copyright p,
    .footer_powered p {
        float: none!important;
    }
}

/*
 * Side details
*/

div.side_phone,
div.side_email {
        position: fixed;
    top: 175px;
    right: 0;
    z-index: 1020;
    padding: 6px 5px 7px 50px;
    background-color: #303030;
    border: 1px solid #3A3A3A;
    -ms-transform: translateX(100%) translateX(-45px); /* IE 11 */
    -webkit-transform: translate(calc(100% - 45px));
    transform: translate(calc(100% - 45px));
    transition: .5s ease-out;
    display: flex;
    align-items: center;
}

div.side_phone {
    top: 222px;
    height: 45px;
}

div.side_email {
    top: 269px;
    height: 45px;
}

.number_icon,
.email_icon{
    position: absolute;
    background-color: #FFF;
    width: 45px;
    height: 45px;
    left: 0;
    top: -1px;
    border: 1px solid #3A3A3A;
    color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 900;
}

div.side_email:hover,
div.side_phone:hover {
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    transition-timing-function: ease-in-out;
}

div.side_phone h3,
div.side_email h3 {
    margin: 0;
    color: #FFF;
    cursor: pointer;
}

/*
 * Home Styles
*/

div.slider {
    margin-bottom: -18px;
}

div.slider *:focus {
    outline: none;
}

div.slider-image {
    position: relative;
    overflow: hidden;
}

div.slider-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.3);
}

div.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;
    text-transform: capitalize;
}

div.about-section {
    margin-bottom: 30px;
}

div.about-image {
margin: 30px 0px;
}

div.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.about-section h2 {
	margin-top: 0;
}

div.services-header {
    text-align: center;
}

div.services-item {
    margin-bottom: 30px;
}

div.services-item a {
    color: #000;
}

div.contact-banner {
    position: relative;
    overflow: hidden;
}

div.contact-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.contact-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.contact-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 90%;
    text-align: center;
    font-size: 20px;
}

.btn {
    border: 2px solid #000;
    color: #000;
    background-color: #fff;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

.btn:hover {
    background-color: #000;
    color: #fff;
}

/* About Page */

div.page-banner {
    position: relative;
    overflow: hidden;
    margin-bottom: -18px;
}

div.page-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

div.page-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

div.page-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 90%;
}

div.about-content {
    margin: 30px 0px;
}

div.about-item {
    margin-bottom: 30px;
}

/* Contact Us */

div.contact-page {
    margin: 50px 0px;
}

div.contact-form div.input-field {
    margin-bottom: 15px;
}

div.contact-form div.input-field input {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.textarea {
    margin-bottom: 10px;
}

div.contact-form div.textarea textarea {
    border: 2px solid #000;
    padding: 5px 10px;
    width: 100%;
}

div.contact-form div.submit-button {
    text-align: center;
}

div.contact-form div.submit-button input {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    padding: 8px 20px;
    transition: .5s ease-in-out;
}

div.contact-form div.submit-button input:hover {
    background-color: #000;
    color: #fff;
}

div.contact-details-header h3 {
    margin-top: 0;
}

div.contact-details div {
	margin-bottom: 15px;
}

div.contact-details div * {
    display: inline-block;
    color: #000;
    margin: 0;
    margin-right: 10px;
}

div.services-page-section {
    margin: 30px 0px;
}

.mobile {
    display: none!important;
}

@media only screen and (max-width: 767px) {
    div.slider {
        margin-bottom: -19px;
    }
    div.slider-image,  div.page-banner{
        height: 175px;
    }
	div.slider-image img{
		height: 175px;
		width: 100%;
		object-fit: unset;
	}
  div.page-banner{
    margin-bottom: -19px;
  }

	div.page-banner img{
		height: 175px;
		width: 100%;
	}
    div.slider-content h1 {
        /*font-size: 1.8em;*/
		font-size: medium;
    }
    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    div.side_phone,
    div.side_email {
        display: none;
    }
    div.contact-banner {
        height: 350px;
    }
    div.page-banner {
       /* height: 200px;*/
    }
}

.section-1{
  margin-top: 60px;
}

.service_heading{
  margin-top: 0;
}

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


/********* ACF field **********/

.af-submit{
	padding: 15px 16px !important;
}

.acf-field[data-width] + .acf-field[data-width]{
	border-left: unset !important;
}

.acf-fields > .acf-field{
	border-top-color: transparent !important;
}

.acf-fields > .acf-field{
	padding: 5px 16px !important;
}

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

.testimonial-section{
  margin-top: 30px;
  margin-bottom: 50px;
}

.testimonials-heading{
  text-align: center;
  margin-bottom: 30px;
}

.testimonial-image{
  width: 80%;
}

.logo-home{
  margin-top: -1px;
}

.special-price{
	color:red;
}



.page-template-about-us .table>tbody>tr>td, .page-template-about-us .table>thead>tr>th{
	border-top: unset;
	border-bottom: unset;
}

html, body {margin:0; padding: 0; width: 100%;}
#promo-notifications{
	background: #FBE5DD;
	font-size: 18px;
  width: 100%;
  font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
}

#promo-notifications ul{
	width: 100%;
	height: 35px;
	position: relative;
	overflow: hidden;
}

#promo-notifications li{
	width: 980px;
	line-height: 35px;
  height: 35px;
	position: absolute;
	top: 0;
	left: 100%;
	text-align: center;
	list-style: none;
}

.acf-field-636ba44ef3a80{
  display: inline-block;
  width: 50%;
}

.acf-field-636ba4b5355c4{
  display: inline-block;
  width: 50%;
}

.acf-field-636ba4bd355c5{
  display: inline-block;
  width: 50%;
}

.acf-field-636ba4c6355c6{
  display: inline-block;
  width: 50%;
}

#acf-field_636ba4d2355c7{
  height: 162px;
}

.acf-field-637f212aa22e1{
	display:none !important;
}

/*** footer ***/
.footer-contact .footer-contact-address {
    display: inline-flex;
}

.website-link{
	margin-left: 3px;
}

.footer-website{
	margin-top:-13px;
}

div.footer-contact i, div.footer-contact p {
    display: inline-block;
    margin-right: 5px;
}

div.footer-contact a{
	color:#000;
}

div.footer-contact a:hover{
	text-decoration:underline;
}

.footer-links li>a{
	color:#000;
	padding: 6px 15px;
}

.footer-links li>a:hover{
	text-decoration:underline;
	background:transparent;
}

@media only screen and (min-width: 769px){}
	.footer-contact-address p {
		margin: 0;
	}
}

/* 25Nov25 */

.sliderbtn {
	background-color: #fbe5dd;
	border: 2px solid #fbe5dd;
    color: #000;
    padding: 8px 20px;
    transition: .5s ease-in-out;
	border-radius: 4px;
	text-decoration: none;
}
.sliderbtn:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}