/**

 * 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: #fff;
    position: relative;
    padding: 20px 40px;
}

nav.navbar-default ul.nav a {
    color: #000;
    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: #305379;
}

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;
}

.logo_wrap h1 {
    margin: 0;
    text-transform: uppercase;
    color: #000;
}

.logo_wrap h1:hover {
    text-decoration: none;
}

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: #fff;
    font-size: 18px;
}

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

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

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000;
    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: 10px
}

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

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: 1000px) {
    nav.navbar-default {
        padding: 15px;
    }
    div.header_navigation {
        display: none;
    }
    div#nav_button {
        display: block;
    }
    ul.dropdown-menu {
        display: block;
        position: relative;
        background-color: transparent;
        text-align: center;
        border-top: 4px solid #fff;
        border-bottom: 4px solid #fff;
        margin: 15px 0px!important;
        padding: 15px 0px;
    }
    ul.dropdown-menu li:last-of-type {
        margin: 0;
    }
}

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

footer#main-footer {
    background-color: #3A3A3A;
    color: #FFF;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.footer_privacy {
    text-align: center;
}

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

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

@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.top-bar {
    background-color: #000;
    color: #fff;
    text-align: center;
}

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

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

div.slider-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    padding: 60px 0px;
}

div.slider-content {
    font-size: 20px;
    color: #fff;
}

div.slider-content::before {
    content: ".";
    color: transparent;
    height: 200px;
    width: 100px;
    border: 1px solid #fff;
    border-right: none;
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(0%,-50%);
}

div.slider-content::after {
    content: ".";
    color: transparent;
    height: 200px;
    width: 100px;
    border: 1px solid #fff;
    border-left: none;
    position: absolute;
    top: 50%;
    right: 27%;
    transform: translate(0%,-50%);
}

div.slider-content * {
    margin: 0;
}

@media only screen and (min-width: 1400px) {
    div.services-section .container {
        width: 1400px;
    }
}

div.services-item {
    margin: 30px 0px;
    text-align: center;
}

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

div.services-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

div.services-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 80%;
    height: 93%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    transition: .5s ease-in-out;
}

div.text-wrapper {
    background-color: rgba(0,0,0,.6);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease-in-out;
    height: 100%;
    max-height: 75px;
}

div.services-content:hover div.text-wrapper {
    max-height: 100%;
    height: 100%;
}

div.buttons-item {
    text-align: center;
    margin: 30px 0px;
}

div.buttons-item p {
    background-color: #303030;
    padding: 15px 100px;
    font-size: 18px;
    color: #fff;
    margin: 0;
    transition: .5s ease-in-out;
}

div.buttons-item p:hover {
    background-color: #305379;
    cursor: pointer;
}

div.testimonials-section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.testimonials-header {
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.6);
}

.testimonials-slider {
    margin: 90px 0px;
}

.testimonials-slider *:focus {
    outline: none;
}

.testimonials-item {
    transform: scale(0.8);
    transition: .5s ease-in-out;
}

.testimonials-item.slick-current {
    transform: scale(1);
}

.testimonials-content {
    background-color: #fff;
    padding: 5px 15px;
    height: 200px;
}

div.about-header {
    background-color: #000;
    color: #fff;
    text-align: center;
}

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

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

div.footer-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.6);
}

div.custom-footer {
    margin: 30px 0px;
}

div.footer-header {
    color: #fff;
    border-bottom: 2px solid #fff;
    width: 100%;
    margin: 15px 0px;
    font-size: 18px;
}

div.footer-social-media .sm {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

div.footer-social-media .sm i {
    margin-right: 15px;
    font-size: 20px;
}

div.footer-social-media * {
    color: #fff;
}

div.contact-us * {
    color: #fff;
}

div.pum-active {
    opacity: 1!important;
}

div#popmake-146 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0!important;
}

div#pum_popup_title_146 {
    font-weight: bold;
}

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

div.page-banner img {
	height: 350px;
	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,.4);
}

div.page-banner-content {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0%,-50%);
	color: #fff;
	padding: 30px 60px;
    width: 750px;
}

div.page-banner-content * {
	margin: 0;
}

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

div.contact-details div {
	display: flex;
	align-items: center;
}

div.contact-details div * {
	display: inline-block;
}

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

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

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

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

div.submit {
	text-align: center;
	margin-top: 15px;
}

div.submit input {
	background-color: #000;
	border: 2px solid #000;
	padding: 7px 30px;
	color: #fff;
	border-radius: 3px;
	transition: .5s ease-in-out;
}

div.submit input:hover {
	background-color: #305379;
}

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

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

div.services-page-item:last-of-type {
	margin-bottom: 0;
}

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

div.services-page-image img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

div.services-page-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

div.services-page-content {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0,-50%);
	color: #fff;
	background-color: rgba(0,0,0,.6);
	width: 500px;
	padding: 20px;
	padding-top: 0;
}

div.services-page-item:nth-child(2n) div.services-page-content {
	left: unset;
	right: 5%;
}

div.services-page-button {
	text-align: right;
	margin-top: 30px;
}

div.services-page-button a {
	color: #000;
	background-color: #fff;
	border: 2px solid #fff;
	padding: 7px 25px;
	border-radius: 3px;
	transition: .5s ease-in-out;
}

div.services-page-button a:hover {
	background-color: #305379;
	color: #fff;
	text-decoration: none;
}

div.quote {
	margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

div.quote-banner .container {
	margin: 30px 0px;
}

div.quote-header {
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
	font-size: 16px;
}

div.quote-form {
	margin-bottom: 30px;
}

div.logo-slider .bx-wrapper {
    max-width: 95%!important;
}

@media only screen and (max-width: 1500px) {
    div.slider-content:before {
        left: 15%;
    }
    div.slider-content:after {
        right: 15%;
    }
}

@media only screen and (max-width: 1300px) {
    .search-form {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    div.slider-content:before {
        left: 5%;
    }
    div.slider-content:after {
        right: 5%;
    }
    div.page-banner-content,
    div.services-page-content {
        width: 100%;
        left: 50%!important;
        transform: translate(-50%,-50%);
        right: unset!important;
    }
}

@media only screen and (max-width: 767px) {
    div.buttons-item {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    div.services-item {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    div.services-section {
        margin: 30px 0px;
    }
}

@media only screen and (max-width: 700px) {
    div.slider-content:before {
        display: none;
    }
    div.slider-content:after {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    div.slider img {
        height: 550px;
    }
    div.slider-content {
        font-size: 16px;
    }
    div#mobile_navigation {
        width: 100%;
    }
}

/* 13/11/2020 Changes */

div.gallery-repeater {
    margin: 30px 0px;
}

div.gallery-repeater .row {
    display: flex;
    flex-wrap: wrap;
}

div.gallery-item {
    flex-flow: column;
	margin-bottom: 30px;
}

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

div.gallery-image,
div.gallery-image img {
    height: 100%;
    width: 100%;
}

div.gallery-image img {
    object-fit: cover;
	height: 280px;
}

div.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

div.gallery-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%,100%);
    color: #fff;
    padding: 0px 15px;
    background: rgb(0,0,0,.6);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 90%);
    transition: .5s ease-in-out;
}

div.gallery-item:hover div.gallery-content {
    transform: translate(-50%,0%);
}

div.gallery-content h3 {
    margin-bottom: 0;
}

/* Single Product */

div.single-product-slider div.slider-content:before,
div.single-product-slider div.slider-content:after {
    display: none;
}

div.single-product-slider img {
    /*height: 350px;*/
    width: 100%;
    /*object-fit: cover;*/
}

div.single-product-section {
    margin: 30px 0px;
}

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

/** silder ***/


ul.slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

ul.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 1px 1px 4px #000;
    opacity: .6;
    border: none;
    color: transparent;
	outline: none;
}

.single-product-slider{
	padding: 0px 40px;
	margin-top: 20px;
}

.single-product-image{
	text-align:center;
}

.single-product-image img{
	height:200px;
}


@media only screen and (max-width: 767px) {
	div.single-product-slider img {
		object-fit: cover;
		height: 300px;
	}	
}