/*!
Theme Name: Engineering
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: engineering
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

engineering is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham/Gotham-Thin.eot');
    src: local('Gotham Thin'), local('Gotham-Thin'),
        url('assets/fonts/gotham/Gotham-Thin.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/gotham/Gotham-Thin.woff2') format('woff2'),
        url('assets/fonts/gotham/Gotham-Thin.woff') format('woff'),
        url('assets/fonts/gotham/Gotham-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham/Gotham-Light.eot');
    src: local('Gotham Light'), local('Gotham-Light'),
        url('assets/fonts/gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/gotham/Gotham-Light.woff2') format('woff2'),
        url('assets/fonts/gotham/Gotham-Light.woff') format('woff'),
        url('assets/fonts/gotham/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham/Gotham-XLight.eot');
    src: local('Gotham ExtraLight'), local('Gotham-XLight'),
        url('assets/fonts/gotham/Gotham-XLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/gotham/Gotham-XLight.woff2') format('woff2'),
        url('assets/fonts/gotham/Gotham-XLight.woff') format('woff'),
        url('assets/fonts/gotham/Gotham-XLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham/Gotham-Bold.eot');
    src: local('Gotham Bold'), local('Gotham-Bold'),
        url('assets/fonts/gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/gotham/Gotham-Bold.woff2') format('woff2'),
        url('assets/fonts/gotham/Gotham-Bold.woff') format('woff'),
        url('assets/fonts/gotham/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham/Gotham-Medium.eot');
    src: local('Gotham Medium'), local('Gotham-Medium'),
        url('assets/fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/gotham/Gotham-Medium.woff2') format('woff2'),
        url('assets/fonts/gotham/Gotham-Medium.woff') format('woff'),
        url('assets/fonts/gotham/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('assets/fonts/gotham/Gotham-Black.eot');
    src: local('Gotham Black'), local('Gotham-Black'),
        url('assets/fonts/gotham/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/gotham/Gotham-Black.woff2') format('woff2'),
        url('assets/fonts/gotham/Gotham-Black.woff') format('woff'),
        url('assets/fonts/gotham/Gotham-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Ultra';
    src: url('assets/fonts/gotham/Gotham-Ultra.eot');
    src: local('Gotham Ultra'), local('Gotham-Ultra'),
        url('assets/fonts/gotham/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/gotham/Gotham-Ultra.woff2') format('woff2'),
        url('assets/fonts/gotham/Gotham-Ultra.woff') format('woff'),
        url('assets/fonts/gotham/Gotham-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bg-gray:#F7F6F4;
    --primary:#1C4879;
    --desktop-hero-img-pos-x: 0.47;
    --desktop-hero-img-pos-y: 0.05;
    --tablet-hero-img-pos-x: 0.5;
    --tablet-hero-img-pos-y: 0.5;
    --mobile-hero-img-pos-x: 0.5;
    --mobile-hero-img-pos-y: 0.5;
}

.img-fluid {margin:0;padding:0}
.footer-top .logo-widget .theme-btn {
    background-color: #fff;
    color: var(--primary);
    border-radius: 5px;
    border: 2px solid #fff;
    line-height: 1;
	font-size:17px;
}
.footer-top .logo-widget .theme-btn::before {
    background-color: #1D487A;
}
.footer-top .logo-widget .theme-btn:hover {
    color: #fff;
}
p:not(:last-child) {
    margin-bottom: 15px;
}
.elementor-widget-container ul:not(:last-child) {
    margin-bottom: 15px;
}
.elementor-widget-container ul {
    padding-left: 1rem;
}
.elementor-widget-container ul li {
    list-style: disc;
}
.bg-gray {background-color:var(--bg-gray);}
body{font-family:Gotham;}
p{font-family:Gotham;}
h1, h2, h3, h4, h5, h6{font-family:Gotham;color:var(--primary);}

.section-padding {
    padding: 20px 0;
}
.form-group label {
    display: block;
}
h1.page-title, h2.page-title, h3.page-title, 
h4.page-title, h5.page-title, h6.page-title {
    padding: 0;
    background-color: transparent;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family:Gotham;
}
h1.page-title:before, h2.page-title:before, h3.page-title:before, 
h4.page-title:before, h5.page-title:before, h6.page-title:before {
	display:none;
}

.header-top .top-inner .text span.value {
    display: none;
}
.header-top .top-inner .text span.title {
    display: inline-block;
}

/* INNER BANNER */
section.header-title-area .header-banner {
    height: 600px;
    position: relative;
    overflow: hidden;
    background-position: center;
}
section.header-title-area {
    padding: 0;
}
section.header-title-area .header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(130deg, #000 0%, #FFF0 50%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
section.header-title-area .header-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
    max-width: 100%;
	
}
section.header-title-area .header-banner .banner-title {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
}
section.header-title-area .header-banner .banner-title .align-container__item {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
section.header-title-area .header-banner .banner-title .align-container__item h2.promo-primary__title {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
	    margin-bottom: 30px;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
	justify-content:center;
	    display: inline-flex;
		padding:0;
		padding-left: 10px;
    padding-right: 10px;
}
.breadcrumb {
    position: relative;
}
.breadcrumb::before {
    position: absolute;
    content: '[';
    font-size: 14px;
    font-family: 'Gotham';
    font-weight: 500;
    color: #fff;
    left: 0px;
    top: -1px;
}
.breadcrumb::after {
    position: absolute;
    content: ']';
    font-size: 14px;
    font-family: 'Gotham';
    font-weight: 500;
    color: #fff;
    right: 0px;
    top: -1px;
}
.breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: 'Gotham';
    color: #fff;
    font-weight: 500;
    padding-right: 10px;
    margin-right: 6px;
    text-transform: uppercase;
}
.breadcrumb li:before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 3px;
    height: 1px;
    top: 12px;
    right: 0px;
}
.breadcrumb li:last-child {
    padding: 0px !important;
    margin: 0px !important;
}
.breadcrumb li:last-child:before{
  display: none;
}
.breadcrumbs-section {
    background-color: #1C4879;
    padding: 1rem;
    text-align: center;
}
/* END INNER BANNER */

.ekit-wid-con .ekit-form form label {
    display: block;
}

.iso_image_style{
    	width:45%;
   }
.iso_image_style2{
    	width:88%;
   }


/*Policy Page */

.policy-inner h1, .policy-inner h2, .policy-inner h3, .policy-inner h4, .policy-inner h5, .policy-inner h6 {
    margin-bottom: 1rem;
}
.policy-content p, .policy-content ul {
    margin-bottom: 1rem;
}
.policy-content p {
    font-size: 18px;
    line-height: 33px;
}
.policy-content ul {
    padding-left: 1rem;
}
.policy-content ul li {
    list-style: disc;
    color: #000;
    font-size: 18px;
    line-height: 33px;
}
.policy-content h1, .policy-content h2, .policy-content h3, 
.policy-content h4, .policy-content h5, .policy-content h6 {
    font-size: 23px;
    font-weight: 600;
}


/********our Story*********/
.icon-box {
    /*background-color: #1C4879;*/
    width: fit-content;
    border-radius: 6px;
    padding-right: 5px;
    padding: 5px;
}
.icon-box img{
    text-align:center;
}

.sec-title #title-tell{
    text-align: left;
    padding-left: 30px;
    border-left: 3px solid #b1b5b9;
    transition:0.5s;
}
.sec-title #title-tell:hover{
    padding-left: 50px;
    border-left: 3px solid #1d4879;
    transition:0.5s;
}
.sec-title #title-tell .text{    
    font-size: 25px;
    color:#b1b5b9;
    font-weight: 500;
    margin-bottom: 20px;
}
.sec-title #title-tell:hover .text{
     color:#1d4879;
}



/*Start our-story*/
.service-details .navigation .nav-links .nav-next a,.nav-previous a{color:#000;}
.service-details .navigation .nav-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.service-details .navigation .nav-links .nav-next, .service-details .navigation .nav-links .nav-previous {
    padding: 0 15px;
	margin-bottom:15px;
}
.service-details .navigation .nav-links .nav-next a, .service-details .navigation .nav-links .nav-previous a {
    display: block;
    background-color: var(--primary);
    color: #fff;
}
.service-details .navigation .nav-links .nav-next a > span, .service-details .navigation .nav-links .nav-previous a > span {
    display: inline-block;
    padding: 0 15px;
    line-height: 45px;
}
.service-details .navigation .nav-links .nav-next a > span.nav-subtitle, .service-details .navigation .nav-links .nav-previous a > span.nav-subtitle {
    background-color: #031a34;
}
/* .service-details .navigation .nav-links [class*="nav-"] > a > span.nav-subtitle,span.nav-title {
    color: #1c4879;
    font-weight: 500;
}
.service-details .navigation .nav-links [class*="nav-"] > a > span.nav-title {
    color: #1e2434;
    font-weight: 500;
}
.service-details .navigation .nav-links [class*="nav-"] > a:hover > span.nav-title {
    color: #1c4879;
    font-weight: 500;
} */

.service-details-content .content-one ul, .service-details-content .content-one p {
    margin-bottom: 1rem;
}
.service-details-content .content-one ul {
    padding-left: 1rem;
}
.service-details-content .content-one ul li, .service-details-content .content-one p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
.service-details-content .content-one ul li {
    list-style: disc;
}

/*End our-story*/
.image_block_1 .image-box .image-1 {
    text-align: center;
}
.image_block_1 .image-box .image-1 span {
    position: relative;
    color: var(--primary);
    font-size: 1.16rem;
    display: inline-block;
	bottom: 40px;
}
.image_block_1 .image-box .image-1 span::first-letter {
    font-size: 50px;
}

.job-details {
    background: #f1f2f7;
    padding: 25px;
    margin-bottom: 25px;
}
.job-details h3, .job-application-form h3 {
    text-transform: uppercase;
    font-size: 20px;
}


@media (min-width: 768px) {
	section.header-title-area .header-banner .banner-title .align-container__item {
		/*display: flex;
		justify-content: space-between;
		align-items: center;*/
	}
	.iso_image_style{
    	width:100%;
    }

		.section-padding {
    padding: 40px 0;
}
}

@media (min-width:992px) {
	.service-details .navigation .nav-links{
		justify-content: space-between;
	}
    .header-top .top-inner .text span.value {
        display: inline-block;
    }
    .header-top .top-inner .text span.title {
        display: none;
    }
	.section-padding {
    padding: 70px 0;
}
	
}
@media (min-width: 1200px) {
	section.header-title-area .header-banner .banner-title {
		padding-left: 150px;
		padding-right: 150px;
	}
}


@media (max-width:1200px) {
    section.header-title-area .header-banner {
        height: 300px;
    }
}
@media (max-width:992px) {
	.breadcrumb::before{
		content:' ';
	}	
	.breadcrumb::after{
		content:' ';
	}
}
@media (max-width:768px) {
    section.header-title-area .header-banner .banner-title .align-container__item h2.promo-primary__title {font-size: 30px;line-height: 40px;}
	.service-details .navigation .nav-links .nav-next, .service-details .navigation .nav-links .nav-previous {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.service-details .navigation .nav-links .nav-next a > span, .service-details .navigation .nav-links .nav-previous a > span{	
		font-size:14px;
	}
	.elementor-40 .elementor-element.elementor-element-5356f90 .ekit-form form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .elementor-40 .elementor-element.elementor-element-5356f90 .ekit-form form textarea, .elementor-40 .elementor-element.elementor-element-5356f90 .ekit-form form select, .ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]){
		padding-left:10px!important;
	}
}

@media (max-width:419px) {
	.table {
		font-size:14px;
	}
	.job-details{
		padding:5px;
	}
}
@media (max-width:373px) {
	.table {
		font-size:12px;
	}
}
