/**

 * 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.97.0
 */


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

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

body {
    font-family: 'League Spartan', sans-serif;
    color: #000;
}

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

p {
    cursor: default;
	font-size: 15px;
}

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

ul{
	list-style: disc;
}
/**
|---------------------
| =Header
|---------------------
*/

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

nav.navbar-default ul.nav a {
    color: #747474;
    text-transform: capitalize;
    font-size: 20px;
    transition: all .5s ease;
    /* font-weight: bold; */
    text-shadow: none;
	padding: 7px 10px;
	margin: 0px 10px;
}

nav.navbar-default ul.nav a:hover,
nav.navbar-default ul.nav a:focus {
    background-color: #f5f5f5;
    color: #0e0f3b;
}

div.header_navigation .current-menu-item a {
   background-color: #f5f5f5 !important;
    color: #0e0f3b !important;
}

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 {
	padding: 20px 0px;
}
nav.navbar-default ul.dropdown-menu a {
    padding: 10px 25px;
    /* text-align: center; */
    min-width: 175px;
    /* border-bottom: 1px solid #cccccc; */
	color: #000;
	font-size: 18px;
}
nav.navbar-default ul.dropdown-menu a:hover {
	color: #ffa500;
	background: #FFA5000D
}

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: #0e0f3b;
    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: 15px 10px 0px 0px;
}

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

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

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

div#mobile_navigation {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #0e0f3b;
    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: 85px;
    /*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: #3A3A3A; 
    color: #FFF; */
	padding-top: 70px;
}

div.footer_privacy {
    text-align: center;
}

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

div.footer_powered p a {
    color: #000;
}
footer#main-footer h5{
	font-size: 16px;
	margin: 0px;
	font-weight: 500;
}

footer#main-footer ul{
	padding-left: 0;
}

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: #0e0f3b;
    border: 1px solid #0e0f3b;
    -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 #0e0f3b;
    color: #0e0f3b;
    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: 30px; */
	height: 550px;
}

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

div.slider-image {
    position: relative;
    overflow: hidden;
	height: 550px;
	background: #0e0f3b;
}

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

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: 60%;
    text-transform: capitalize;
}
div.slider-content h1 {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 0px;
}
div.slider-content p {
	font-size: 20px;
	margin-top: 0;
    width: 60%;
    margin: auto;
}

/*slider dots*/
.slick-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.slick-dots li button {
	font-size: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: var(--hover);
	border-color: var(--hover);
}

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

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;
	height: 400px;
}

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: #0e0f3b;
}

div.page-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    width: 60%;
}
div.page-banner-content h1 {
	font-size: 50px;
    margin: 0;
}
div.page-banner-content p {
	font-size: 16px;
	margin: 0px;
}

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

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

/* Contact Us */

div.contact-page {
    margin: 30px 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: 10px;
    }
    div.slider-image {
        /* height: 175px; */
    }
    div.slider-content h1 {
        font-size: 1.8em;
    }
/*    .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: 300px;
    }
}

@media only screen and (max-width: 768px) {
	div#mobile_navigation {
		overflow-y: scroll;
	}

	#mobile_navigation .dropdown-menu {
		position: inherit;
		background-color: transparent;
	}

	div.mobile_nav_container .dropdown-menu li a{
		white-space: initial;
		text-decoration: none;
	}

	div.mobile_nav_container li a:hover,div.mobile_nav_container li a:focus{
		background-color: transparent !important;
   		text-decoration: none;
		color:#ffffff !important;
	}
}


@media only screen and (max-width: 768px) {
	div.mobile_nav_container li a{
		font-size:16px;
	}
	div.mobile_nav_container .dropdown-menu li a{
		font-size:14px;
	}

	div.mobile_nav_container .nav>li>a{
		padding: 5px 10px;
	}
	div.mobile_contact{
		margin-bottom:30px;
	}
	#mobile_navigation .dropdown-menu{
		border: none;
    	box-shadow: none;
	}
	#menu-primary-1 li>a{
		padding-top:5px !important;
		padding-bottom:5px !important;
	}
	#menu-primary-1 .dropdown-menu>li>a{
		padding: 3px 20px;
	}
	div.mobile_nav_container li{
		margin-bottom:unset;
	}
}


@media only screen and (max-width: 768px) {
	div#mobile_navigation{
		width:100%;
	}

	div.mobile_nav_container div.menu-navbar-container .dropdown-menu.active {
		display: block;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a i.toggle {
		float:right;
		font-size: 34px;
		right: 0;
		top: 0;
		/*text-align: center;*/
		width: 60px;
		line-height: 30px;
		height: 100%;
		color: #bbb;
		transition: all .6s ease;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		position: absolute;
		border-left: 1px solid #bbb;
		padding-left:10px;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a {
		padding: 12px 15px;
		position: relative;
		border-bottom: 1px solid #bbb;
		text-transform: uppercase;
		width: 100%;
	}

	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a{
		display: flow-root;
	}
	div.mobile_nav_container div.menu-navbar-container ul.navbar-nav a .fa-angle-down:before{
		top: 0px;
	}

}

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

.acf-field-63b513cecb2d4{
	display:none !important;
}

/* Header */

div.common-btn a, div.request-form button, .upload-cv button {
	background: #0e0f3b;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
div.common-btn a:hover, div.request-form button:hover {
	background: #ffa500;
}
div.fixed-header nav.fixed-menu-header {
	position: fixed;
	width: 100%;
	top: 0;
}

/* Footer */

div.footer-menu ul li {
	float: unset;
}
div.footer-menu ul li a {
	padding-left: 0px;
	padding-bottom: 5px;
    color: #000;
}
div.footer-menu ul li a:hover, div.footer-menu ul li a:active, div.footer-menu ul li a:focus {
	color: #747474;
	background: transparent;
}
div.footer-contact i {
	color: #0e0f3b;
	margin-right: 15px;
}
div.footer-contact ul li {
	display: flex;
	padding-bottom: 15px;
}
div.footer-contact ul li a {
	color: #000;
    text-decoration: none;
}
div.footer-contact ul li a:hover {
	color: #747474;
}
div.footer-newsletter {
	background: #0e0f3b;
    color: #fff;
    padding: 15px 15px 5px 15px;
}

/* Home Page */

.padding-left {
	padding-left: 0px;
}
.padding-unset {
	padding: 0px;
}
div.slider-btn {
	display: flex;
	justify-content: center;
	margin: 30px 0px;
}
div.slider-btn-one {
	margin-right: 10px;
}
div.slider-btn-one a, div.slider-btn-two a {
	padding: 10px 15px;
	background: #ffa500;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
}
div.slider-btn-two a {
	color: #ffa500;
	border: 1px solid #ffa500;
	background: transparent;
}
div.slider-btn-one a:hover {
	background: transparent;
}
div.slider-btn-two a:hover {
	background: #fff;
	border: 1px solid #fff;
}
div.services-container {
	height: 300px;
	text-align: center;
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
	position: relative;
}
div.services-title-bg {
	background: #ffa500;
	color: #fff;
}
div.services-img img {
	background: #0e0f3b;
    object-fit: scale-down;
    /* padding: 15px; */
    border-radius: 50%;
	width: 50px;
    height: 50px;
}
div.services-container:hover div.services-img img {
	background: #ffa500;
}
.services-img.emp-service-img img {
/*	background: unset;
    padding: unset;
    border-radius: unset; */
	display: none;
}
div.home-services-section {
	background: #F4F8FB;
}
div.home-services-container {
	position: relative;
    top: -50px;
}
div.services-title-bg div.services-content {
	text-align: left;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 80%;
}
div.services-title-bg div.services-content h2 {
	font-weight: 300;
	margin: 0;
	font-size: 20px;
}
div.services-title-bg div.services-content h3 {
	font-size: 40px;
	margin: 0;
}
div.services-btn {
	margin: 15px 0px;
    display: inline-block;
}
div.services-btn a {
	color: #0e0f3b;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #0e0f3b;
    padding: 10px 15px;
	font-weight: bold;
}
div.services-btn a:hover {
	background: #ffa500;
	color: #fff;
	border: 1px solid #ffa500;
}
div.services-content h2 {
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
	-webkit-box-orient: vertical;
}
div.services-content p {
	color: #747474;
    font-size: 17px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
	-webkit-box-orient: vertical;
	min-height: 75px;
}
div.industries-section, div.industries-slider, div.case-study-slider, div.testimonials-slider, div.meet-the-team-slider {
	margin: 50px 0px;
}
div.industries-content h2 {
	font-size: 50px;
	margin: 0px;
	line-height: 1;
}
div.industries-content p {
	font-size: 20px;
	color: #747474;
	/* margin: 0px; */
}
div.industry-icon img {
	background: #0e0f3b;
    height: 75px;
    width: 75px;
    object-fit: contain;
    padding: 15px;
}
div.industry-box:hover div.industry-icon img {
	background: #ffa500;
}
div.industries-container {
	padding-right: 20px;
	position: relative;
}
div.industry-box {
	border: 1px solid #0e0f3b;
	padding: 15px;
	padding-top: 70px;
}
div.industry-icon {
	position: absolute;
    top: -40px;
	transition: .5s ease;
}
div.industries-slider .slick-list, div.testimonials-slider .slick-list {
	/* overflow: visible; */
}
div.industry-title h3 {
	color: #0e0f3b;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}
div.industry-content p {
	font-size: 16px;
	min-height: 95px;
}
div.industries-slider {
	/* margin-top: 8%; */
}
div.industries-section div.industries-container/*, div.story-container */ {
	margin-top: 50px;
}
div.testimonials-slider {
	margin-top: 0px;
}
div.industries-container:hover div.industry-icon, div.sectors-repeater div.industry-box:hover div.industry-icon {
	transform: scale(1.05);
}
div.why-choose-us-section {
	padding: 8% 0 3% 0;
}
div.why-choose-us-img img {
	height: 320px;
    width: 100%;
    object-fit: cover;
	position: relative;
    top: -85px;
}
div.why-choose-us-img {
	background: #0e0f3b;
    padding: 20px;
	height: 280px;
	margin-right: 30px;
	position: relative;
	bottom: -30px;
}
div.why-choose-us {
	display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #fff;
}
div.why-choose-us-container {
	margin: 30px 0px;
    display: inline-block;
}
div.why-choose-icon {
	margin-right: 15px;
}
div.why-choose-us:hover {
	border: 1px solid #ffa500;
}
div.why-choose-icon img {
	height: 30px;
    width: 30px;
    object-fit: contain;
}
.about-us-btn.common-btn {
	margin: 30px 0px;
}
.about-us-btn.common-btn a, .upload-cv button {
	background: #ffa500;
}
.about-us-btn.common-btn a:hover {
	background: #0e0f3b;
}
div.request-form-container {
	padding: 30px 20px;
    border: 2px solid #0e0f3b;
}
div.request-form-title h2 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
}
div.request-form label {
	display: none !important;
}
div.request-form ul.acf-checkbox-list li label {
	display: block !important;
}
div.request-form input, div.request-form textarea {
	border: none;
	outline: none;
}
div.request-form button {
	border: none;
}
div.request-form, div.testimonials-title, div.testimonials-box, div.team-content, div.story-container {
	text-align: center;
}
div.home-about-container {
	display: flex;
	align-items: center;
}
div.cv-section {
	background: #0e0f3b;
}
div.cv-title {
	width: 60%;
    margin: auto;
}
div.cv-title h2 {
	font-size: 35px;
    color: #fff;
}
div.iso-container {
	display: flex;
    align-items: center;
	color: #fff;
	padding: 50px 0px;
}
div.iso-img img {
	height: 200px;
    width: 100%;
    object-fit: contain;
}
div.case-study-btn {
	text-align: right;
}
div.case-study-box {
	position: relative;
}
div.case-study-content {
	position: absolute;
	top: 0;
	background: #D79317E5;
	color: #fff;
	padding: 15px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90%;
	/* display: none; */
}
/*div.case-study-box:hover div.case-study-content {
	display: block;
}*/
div.case-study-img img, div.team-img img, div.mission-vision-img img {
	height: 300px;
    width: 100%;
    object-fit: cover;
}
div.mission-vision-img img {
	height: 350px;
}
div.case-study-content h3 {
	font-size: 18px;
    font-weight: 500;
}
div.quote-icon, .contact-form.request-form {
	text-align: left;
}
div.testimonials-box {
	position: relative;
	padding: 50px;
	color: #6c6b6b;
}
div.quote-icon {
	position: absolute;
	top: -30px;
}
div.quote-icon i {
	color: #0e0f3b;
	font-size: 80px;
}
div.review p {
	font-size: 20px;
}
p.designation {
	margin-top: 0px;
}
p.name {
	margin-bottom: 0px;
	color: #0e0f3b;
    font-size: 18px;
}
div.support-container {
	background: #fff;
    text-align: center;
    padding: 30px;
    margin: 30px 0px;
}
div.support-content h3 {
	font-size: 23px;
    font-weight: 600;
}
div.support-content p {
	font-size: 17px;
	color: #747474;
	margin; 15px 20px;
}
/* Faq section */

.faq {
	margin: 20px 0px;
}
div.faq h3 {
	margin: unset;
	font-weight: 500;
}
div.faq i.plus-icon {
	float: right;
	color: #1787C6;
	font-weight: 500;
	font-style: unset;
	font-size: 20px;
}
div.faq a[aria-expanded=true] i.plus-icon:after {
	content: "\00d7";
	padding: 6px 8px 2px 8px;
	border-radius:50%;
}
div.faq-answer a[aria-expanded=false] {
    border-radius: 0px !important;
    border: 1px solid transparent !important;
    visibility: hidden;
}
div.faq i.plus-icon:after {
	content: '\002B';
	padding: 6px 8px 2px 8px;
	border-radius:50%;
	background-color: #ffa500;
	color: #fff;
}
div.faq-content .panel-default {
	border-color: transparent;
	box-shadow: unset;
}
div.faq a.faq-icon {
	color: #000;
	padding: 16.5px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
div.faq-answer a.faq-icon {
	color: #000;
	padding: 0px 15px;
}
div.faq a:focus, div.faq a:hover,
div.footer_powered p.pull-center a:hover, div.footer_powered p.pull-center a:focus,
div.footer_powered p a:hover, div.footer_powered p a:focus {
	text-decoration: none;
}
div.faq-answer p {
	margin: 0px 0px 15px 0px;
	padding: 15px;
    border-top: 1px solid #bbb;
    width: 100%;
    font-size: 18px;
    color: #747474;
}
div.faq a[aria-expanded=true] {
    border-radius: 0px !important;
}
div.faq-answer a[aria-expanded=true] {
	border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
div.logo-img img {
	height: 80px;
    width: 150px;
    object-fit: contain;
    margin: auto;
	background: #fff;
    padding: 10px;
}
div.logo-section {
	padding: 20px 0px;
}
.newsletter-form.request-form button, .contact-form.request-form button {
	background: #ffa500;
}
div.newsletter-form .af-fields {
	display: flex;
	align-items: end;
}
div.newsletter-form input {
	height: 40px;
}
div.newsletter-form .af-field, div.newsletter-form .af-submit {
	padding: 0px !important;
}

.upload-cv {
	color: #fff;
	text-align: center
}
.upload-cv .forminator-file-upload {
	display: inline-flex !important;
    margin-top: 15px;
}
.upload-cv form {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 15px;
}

/* About Us */

.about-images.why-choose-us-img {
	background: #ffa500;
	margin-bottom: 50px;
}
div.about-content h2 {
	font-size: 32px;
    margin: 0;
}
div.acheivement-box {
	display: flex;
    align-items: center;
}
div.acheivement-img {
    margin-right: 15px;
    border-radius: 50%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
div.acheivement-img img {
	height: 75px;
    width: 75px;
	padding: 10px;
	object-fit: contain;
}
div.acheivement-content span {
	color: #ffa500;
    font-size: 45px;
    font-weight: bold;
	line-height: 1;
}
div.acheivement-content p {
	font-size: 17px;
	margin: 0px;
}
div.meet-the-team-title {
	width: 60%;
	margin: auto;
}
div.team-img {
	transition: filter 0.3s ease;
}
div.team-img:hover img {
	filter: grayscale(100%);
}
div.team-content span, div.team-content p, div.mission-vision-content p {
	font-size: 18px;
}
div.team-content span, div.mission-vision-content h3 {
	color: #ffa500;
}
div.team-content p, div.mission-vision-content h3 {
	margin: 0px;
}
div.team-content {
	margin-top: 15px;
}
div.mission-vision-img {
	margin-bottom: 50px;
}
div.mission-vision-content {
	padding-left: 30px;
}
div.mission-vision-content h3 {
	font-size: 25px;
}
.story-slider .year-content {
	display: none;
	position: relative;
    left: -50%;
	width: 700px;
}
.story-slider .year-content p {
	font-size: 18px;
}
.story-slider .slick-center .year-content {
	display: block;
}
div.year span {
	border: 1px solid #ffa500;
    padding: 25px;
    border-radius: 50%;
	margin: 10px 0px;
	display: inline-block;
	margin-top: 50px;
}
.story-slider .slick-center div.year span {
	background: #ffa500;
	color: #fff;
	padding: 40px 30px 35px 30px;
	font-size: 35px;
    font-weight: 600;
	border: 1px solid #ffa500;
	margin-top: 25px;
}
.story-slider .slick-center div.year:before {
	border-right: 1px solid #0e0f3b;
	width: 100%;
}
div.sectors-repeater div.industry-box {
	position: relative;
	margin: 30px 0px 35px 0px;
}
div.sectors-repeater {
    margin-top: 30px;
    display: inline-block;
}
div.sectors-why-choose-us-content ul li {
	font-size: 20px;
	color: #747474;
}
div.sectors-why-choose-us-section div.request-form-container {
	margin-bottom: 50px;
}

/* Blog */

div.blog-list-section img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}
div.blog-list-section div.card {
	margin-bottom: 40px;
}
div.blog-list-section h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0px;
}
div.blog-list-section p {
	color: #747474;
}

/* Single Blog */

div.single-blog-section {
	padding: 70px 0px;
	color: #fff;
}
div.single-blog-img {
	/* float: right; */
}
div.single-blog-section img {
	width: 500px;
    height: 550px;
    object-fit: cover;
    border: 5px solid #fff;
	float: right;
	margin: 30px 0px 30px 50px;
}
div.single-blog-section-left img {
	float: left;
	margin: 30px 50px 30px 0px;
}
div.single-blog-section h1 {
	/* margin-bottom: 0px; */
	font-size: 35px;
	line-height: 1;
}
div.single-bloh-content {
	padding-right: 50px;
	text-align: justify;
}

/* Contact Us */

.contact-form.request-form div.af-field, .contact-form.request-form .af-submit {
	padding-left: 0px !important;
}
.contact-form.request-form input {
	height: 40px;
}
.contact-form.request-form input, .contact-form.request-form textarea, .newsletter-form.request-form input {
	color: #000;
}
div.contact-page-content h1 {
	font-size: 45px;
}
div.contact-details-section {
	padding: 50px 0px;
    display: inline-block;
    width: 100%;
}
div.contact-details-section i {
	color: #ffa500;
    font-size: 25px;
    margin-right: 20px;
}
div.contact-details-section a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
div.email, div.number, div.address {
	display: flex;
	align-items: start;
}
div.contact-detail {
	display: flex;
	flex-direction: column;
}
div.contact-detail span {
	color: #747474;
	text-transform: uppercase;
}

/* Request Form */

div.request-quote-content {
	text-align: center;
    width: 60%;
    margin: auto;
}
div.request-quote-content div.af-submit {
	text-align: center;
}

/* Case Study */

div.case-study-page-content {
	margin-bottom: 30px;
}

/* Single Service */

div.why-need-service-column-one {
	color: #fff;
	padding: 50px 70px;
}
div.why-need-service-column-two {
	background: #fff;
	padding: 30px 50px;
}
div.why-need-service-column-one h2 {
	color: #ffa500;
	font-size: 40px;
	margin: 0px;
}
div.why-need-service-column-two h3 {
	margin-bottom: 0px;
	font-size: 30px;
}
div.why-need-service-column-two ul li {
	font-size: 16px;
	margin-bottom: 15px;
}
div.benefit-of-service-container {
	background: #fff;
    padding: 40px;
    min-height: 300px;
    margin-bottom: 30px;
	text-align: center;
	border: 1px solid #fff;
}
div.benefit-of-service-content h3 {
	font-size: 22px;
	color: #515271;
	font-weight: 400;
	margin: 0px;
}
div.benefit-of-services-title h2 {
	margin-bottom: 50px;
}
div.benefit-of-service-container:hover {
	border: 1px solid #ffa500;
}
div.service-features-section {
	padding: 70px 0px;
}
div.feature-content-position {
	display: flex;
	align-items: center;
}
div.feature-img img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}
div.feature-img {
	background: #fff;
	border: 2px solid #ffa500;
}
div.benefit-of-service-installation-section div.benefit-of-service-container {
	text-align: left;
	min-height: 50px;
	padding: 20px;
}
div.service-contact-section a {
	color: #ffa500;
}

/* Hover Zoom In */

.img-zoom {
    overflow: hidden;
}
.img-zoom img, div.acheivement-img {
	transition: transform .5s ease;
}
.img-zoom:hover img, div.acheivement-box:hover div.acheivement-img {
	transform: scale(1.1);
}

/* Slider Btn */

.industries-slider button, .testimonials-slider button, .meet-the-team-slider button, .story-slider button {
	border: 0px;
	background: transparent;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
}
.industries-slider button.slick-prev, .testimonials-slider button.slick-prev, .meet-the-team-slider button.slick-prev, .story-slider button.slick-prev {
	left: -4%;
}
.industries-slider button.slick-next, .testimonials-slider button.slick-next, .meet-the-team-slider button.slick-next, .story-slider button.slick-next {
	right: -5%;
}

.information {
	background: #fff !important;
}
#error-page {
	margin: 50px 0px;
	padding: 0px 15px;
	text-align: center;
}
#error-page img {
	height: 100px;
    width: 100%;
    object-fit: contain;
}
div.map iframe {
	width: 100%;
}

/* Mobile Responsive */

@media only screen and (max-width: 768px) {
	div.slider-content {
		width: 75%;
	}
	div.industries-content h2, div.why-need-service-column-one h2, div.single-blog-section h1 {
		font-size: 30px;
	}
	div.home-about-container {
		flex-direction: column;
	}
	div.cv-title {
		width: 100%;
	}
	div.why-choose-us-img {
		margin-right: 0px;
		margin-bottom: 50px;
	}
	div.case-study-btn {
		float: unset;
	}
	div.slider-content h1 {
		line-height: unset;
	}
	div.request-form-container {
		padding: 15px;
	}
	div.page-banner-content, div.meet-the-team-title {
		width: 90%;
	}
	div.page-banner-content h1 {
		font-size: 20px;
	}
	div.feature-content-position {
		flex-direction: column;
	}
	.about-images.why-choose-us-img {
		margin-top: 30px;
	}
	div.why-need-service-column-one, div.why-need-service-column-two, div.benefit-of-service-container {
		padding: 30px;
	}
	div.about-content h2 {
		font-size: 25px;
	}
	div.benefit-of-service-container {
		min-height: auto;
	}
	div.feature-img img {
		height: 300px;
	}
	div.benefit-of-service-container {
		margin-bottom: 20px;
	}
	div.benefit-of-service-content h3 {
		font-size: 18px;
	}
	div.acheivement-box {
		margin-bottom: 30px;
	}
	div.acheivement-content span {
		font-size: 40px;
	}
	.story-slider .year-content {
		left: unset;
		width: 100%;
	}
	div.single-blog-section img {
		height: 300px;
		width: 100%;
	}
	div.map iframe {
		width: 100%;
		height: 300px;
	}
	footer#main-footer div.footer-contact ul {
		padding-left: 0px;
	}
	div.slider-content p {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	div.why-choose-us-img img {
		/* object-fit: fill; */
	}
	footer#main-footer ul {
		padding-left: 15px;
	}
}