/*!
Theme Name: ascendpm
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: ascendpm
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.

ascendpm 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


@font-face {
    font-family: 'Museo Slab 300';
    src: url('fonts/MuseoSlab-300Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-300Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Slab 500';
    src: url('fonts/MuseoSlab-500.woff2') format('woff2'),
        url('fonts/MuseoSlab-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Slab 300';
    src: url('fonts/MuseoSlab-300.woff2') format('woff2'),
        url('fonts/MuseoSlab-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Slab 900';
    src: url('fonts/MuseoSlab-900.woff2') format('woff2'),
        url('fonts/MuseoSlab-900.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Slab 100';
    src: url('fonts/MuseoSlab-100Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-100Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Slab 700';
    src: url('fonts/MuseoSlab-700.woff2') format('woff2'),
        url('fonts/MuseoSlab-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Slab 100';
    src: url('fonts/MuseoSlab-100.woff2') format('woff2'),
        url('fonts/MuseoSlab-100.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Slab 700';
    src: url('fonts/MuseoSlab-700Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-700Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Museo Slab 500';
    src: url('fonts/MuseoSlab-500Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-500Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}





/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;font-family: 'Museo Slab 300';
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both; font-family: 'Museo Slab 700';
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	 font-family: 'Museo Slab 300';
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;padding: 15px;
	top: 100%;
	left: -999em;
	z-index: 99999;display: block;background: #33ac6d;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 300px;color: #fff;
}


.main-navigation ul ul a:hover{color: #132b43;}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #132b43;
    font-size: 19px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: normal;
  
    transition: .6s;padding: 10px 10px;text-transform: capitalize;
}


.main-navigation .menu-item-has-children > a:after{
   font-family: "Font Awesome 5 Free";
   content: "\f107";
   display: inline-block;
   padding-left: 5px;
   vertical-align: middle;
   font-weight: 900;
}









/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-evenly;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
input::-webkit-input-placeholder {color: #4F4F4F; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-moz-placeholder {color: #4F4F4F; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input::-moz-placeholder {color: #4F4F4F; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-ms-input-placeholder {color: #4F4F4F; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}

textarea::-webkit-input-placeholder {color: #4F4F4F; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-moz-placeholder {color: #4F4F4F; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-moz-placeholder {color: #4F4F4F; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-ms-input-placeholder {color: #4F4F4F; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}

input:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}

textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus:-ms-input-placeholder {color: transparent;}


p{
color: #132b43;
font-size: 18px;
font-style: normal;
line-height: 30px; 
}

/**********************************************Start*************************************************/

.container {
    width: 100%;
    max-width: 1630px;
    margin: auto;
}
.container-full {
    max-width: 1820px;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 15px;
}

a, textarea, input, select, button{
	outline: none;
}
a:focus, textarea:focus, input:focus, select:focus, button:focus{
	outline: none;
}

.site-branding {
    background: #33ac6d;
    padding: 15px 0;
}
.hdr-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.static-nav a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 0 25px 0 0;
    transition: .6s;
    text-decoration: none;
}
.static-nav ul {
    display: flex;
    flex-wrap: wrap;
}
.static-nav a:hover, .hdr-icon a:hover{
	color: #0F0D1D;
}
.hdr-icon a {
    color: #fff;
    font-size: 18px;
    padding: 0 18px 0 0;
    text-decoration: none;
}
.hdr-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0;padding: 10px 0px;
}
header#masthead {
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 0px;
    transition: .6s;

}
header#masthead.fixed{
	position: fixed;
    width: 100%;
    transition: .6s;
    z-index: 2;
    top: 0;
    display: block;
}	
header#masthead.fixed .site-branding{
    padding: 5px 0;
	transition: .6s;
}
header#masthead.fixed .hdr-logo img {
    width: 200px;
}
.site-nav {
    width: 65%;
}
.hdr-btn a {
    border-radius: 60px;
    background: #33ac6d;
    color: #FFF;
    font-size: 18px;
    padding: 15px 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
    transition: .6s;
}
.main-navigation a:hover{
	color: #33ac6d;
}

.hdr-btn a:hover{
	background: #0F0D1D;
}

.hero-section .home_bnr_item img.mob_bnner {
    display: none;
}
.hero-section .home_bnr_item img.dstop_bnner{
	display: block;
}
.banner_caption {
    position: absolute;
    top: 49%;
    transform: translate(0, -50%);
}
.banner_caption .hero-heading {
    color: #FFF;
   
    font-size: 40px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: normal;
    text-transform: uppercase;
}
.banner_caption .hero-heading b{
	color: #33ac6d;
font-family: 'Museo Slab 500';
}
.banner_caption .label {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
   
    line-height: normal;
    margin: 20px 0;
}
.banner_caption ul li {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    padding: 0 0 20px 35px;
    position: relative;
}
.banner_caption ul li:before{
	content: "";
	background: url(images/icon.png);
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
}
.banner-btn a {
    border-radius: 60px;
    background: #33ac6d;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: normal;
    padding: 16px 32px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #33ac6d;
}
.banner_caption ul {
    margin: 30px 0 20px;
}
.banner-btn a:hover{
	background: #132b43;
	border: 1px solid #33ac6d;
}
.trusted-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 80px 20%;
}
.trusted-col img {
    width: 100%;
    border-radius: 10px;
}
.trusted-col h1 {
    color: #132b43;
    font-size: 22px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    margin: 0;
}
.trusted-col {
    width: 24%;
}
.trusted-col:first-of-type {
    width: 15%;
}
.heading h3 {
    color: #132b43    ;
    font-size: 45px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    margin: 0 0 20px;
}
.heading p {
    color: #132b43    ;
    font-size: 22px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: 35px;
}
.deliver-business .heading {
    text-align: center;
}
.deliver-bus-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.deliver-bus-row:after {
    content: "";
    margin: 0 auto 0;
    position: absolute;
    width: 8.5%;
    height: 16%;
    left: 0;
    right: 0;
    background: url(images/Arroe.png)no-repeat;
    top: 50%;
    transform: translate(0, -50%);
    background-size: 100%;
}
.deliver-col {
    width: 45%;
    border-radius: 20px;
    border-bottom: 3px solid #33ac6d;
    background: #0F0D1D;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.deliver-col h4 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    border-radius: 18px 18px 0px 0px;
    background: #33ac6d;
    padding: 12px 0;
}
.deliver-inr p {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: normal;
}
.deliver-inr {
    padding: 10px 40px;
}
.deliver-inr ul li strong {
    color: #FFF;
  
    font-size: 22px;
    font-style: normal;
   
    line-height: normal;
    display: block;
    margin: 0 0 8px;
}
.deliver-inr ul li p {
    color: #9D9D9D;
    font-size: 18px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: normal;
    margin: 0;
}
.deliver-inr ul li {
    position: relative;
    padding: 0 0 25px 35px;
    margin: 0 0 25px 0;
    border-bottom: 1px dashed #EEEEEE;
}
.deliver-inr ul li:before{
	content: "";
	background: url(images/check-mar.svg)no-repeat;
	width: 23.2px;
	height: 20px;
	left: 0;
	position: absolute;
	top: 4px;
}
.deliver-inr ul li:last-of-type{
	border: none;
}
.request-btn a {
    border-radius: 60px;
    background: #33ac6d;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 16px 32px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #33ac6d;
    transition: .6s;
}
.request-btn a:hover {
    background: #132b43;
    border: 1px solid #33ac6d;
}
.deliver-business .request-btn {
    text-align: center;
    margin: 35px 0 0;
}
.employer-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 90px 0;
}
.employer-col img {
    width: 100%;
    border-radius: 20px;
}
.employer-col {
    width: 49%;
}
.employer-contact {
    border-radius: 0px 20px 20px 20px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 25px;
    width: 85%;
    margin-top: -90px;
    position: relative;
}
.employer-contact h3 {
    color: #132b43;
    font-size: 40px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    text-transform: capitalize;
}
.employer-contact p {
    color: #132b43;
    font-size: 22px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 35px;
    margin: 15px 0;
}
.employer-contact ul li {
    color: #132b43;
    font-size: 20px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    padding: 0 0 14px 36px;
    position: relative;
}

.employer-contact ul li:before{
	content: "";
	position: absolute;
	background: url(images/check-circle2.svg)no-repeat;
	width: 25px;
	height: 25px;
	left: 0;
	top: 0px;
}
.employer-contact a {
    color: #33ac6d;
    font-size: 20px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: 30px;
    display: block;
    text-decoration: none;
    margin: 8px 0;
    transition: .6s;
}
.employer-contact a:hover {
    color: #132b43;
    letter-spacing: 1px;
}
.our-recruitment .heading {
    text-align: center;
}
.our-team img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.our-team .bottm-had {
    border: 1px solid #D3D8E0;
    background: #33ac6d;
    text-align: center;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    margin: -2px 0 0;
}
.our-team .bottm-had {
    border: 1px solid #D3D8E0;
    background: #33ac6d;
    text-align: center;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    margin: -2px 0 0;
}
.our-team .bottm-had a {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-family: 'Museo Slab 300';
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize;
}
.our-team  .bottm-had h5 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
}
.our-team .team-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.95);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 15px;
}
.our-team {
    position: relative;
}
.our-team:hover .team-overlay {
  opacity: 1;
}
.team-overlay h5 {
    color: #33ac6d;
    font-size: 30px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: normal;
}
.team-overlay a {
    color: #33ac6d;
    font-size: 20px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: normal;
    text-decoration: none;
    display: block;
    margin: 0 0 20px;
}
.team-overlay p {
    color: #33ac6d;
    font-size: 18px;
    font-style: normal;
  font-family: 'Museo Slab 300';
    line-height: 30px;
    margin: 0;
}
.careers-position {
    margin: 90px 0;
}
.careers-position .heading {
    text-align: center;
}
.careers-inr {
    border-radius: 10px;
    border-bottom: 4px solid #33ac6d;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin: 20px 10px 20px;
}
.careers-inr h4 {
    color: #132b43    ;
    font-size: 25px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: normal;
    margin: 0 0 15px;
}
.careers-inr p {
    color: #132b43    ;
    font-size: 16px;
    font-style: normal;
    font-family: 'Museo Slab 300';
    line-height: 30px;
    margin: 0;
    overflow-y: scroll;
    height: 175px;
}
.careers-inr a {
    color: #33ac6d;
    font-size: 20px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: 30px;
    display: block;
    text-decoration: none;
    margin: 10px 0 0;
    transition: .6s;
}
.careers-inr a:hover {
    color: #132b43;
    letter-spacing: 1px;
}
div#careers-slider .owl-nav.disabled {
    display: block;
}
#careers-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 -50px 0;
    transform: translate(0, -50%);
}
div#careers-slider button.owl-next {
    float: right;
}
div#careers-slider button span {
    border-radius: 7px;
    border: 1px solid #66666691;
    background: #F8F8F8;
    width: 37px;
    height: 45px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
}













/* **********************************************footer********************************************** */
footer#colophon {
    background: #132b43;
    border-top: 3px solid #33ac6d;
}
.site-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ftr-coll {
    padding: 80px 0 25px;
}
.site-info .ftr-coll {
    width: 30%;
    border-right: 1px solid #282828;
}
.site-info .ftr-coll:last-of-type {
    border: none;
    padding-left: 100px;
}
.ftr-coll.thried-col ul {
    padding-left: 20px;
}
.ftr-coll h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: 100%;
    text-transform: capitalize;
    margin: 0 0 30px;
}
.ftr-copy p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: 33px;
    margin: 0;
}
.ftr-copy p a{
	text-decoration: none;
	color: #33ac6d;
}
.ftr-copy {
    border-top: 1px solid #282828;
    padding: 20px 0;
}
.ftr-coll ul li a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 30px;
   
    text-decoration: none;
    transition: .6s;
}
.ftr-coll ul li a:hover{
	color: #33ac6d;
}
.ftr-coll p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
}
.ftr-coll.fist-col ul li i {
    color: #33ac6d;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 18px;
}
.ftr-coll.fist-col ul li {
    position: relative;
    padding: 0 0 35px 30px;
}
.ftr-coll.secondd-col {
    text-align: center;
    width: 40%;
    padding-right: 50px;
    padding-left: 50px;
}
.ftr-coll.secondd-col .ftr-icon a i {
    border-radius: 50px;
    background: #1877F2;
    color: #fff;
    font-size: 20px;
    padding: 10px;
}
.ftr-coll.secondd-col .ftr-icon a:last-of-type i {
    background: #CA0095;
    margin: 0 0 0 12px;
}
.ftr-coll.secondd-col p {
    margin: 20px 0;
}
.ftr-coll.thried-col ul li {
    list-style: disc;
    color: #fff;
    padding: 0 0 15px;
}

.frequently-asked {
    width: 100%;
    max-width: 85%;
    margin:auto;padding-bottom: 70px;
}
.frequently-asked .heading {
    text-align: center;
}
.frequently-asked .fade {
    display: none;
}
.frequently-tav.nav {
    display: flex;
    justify-content: center;
    border-radius: 60px;
    border: 1px solid #33ac6d;
    background: #FFF;
    margin: 35px auto 40px;
    width: 100%;
    max-width: 400px;
}
.frequently-tav.nav a.nav-link {
    border-radius: 60px 0px 0px 60px;
    display: inline-block;
    width: 50%;
    color: #33ac6d;
    text-align: center;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 0;
}
.frequently-tav.nav a.nav-link.first.active {
    border-radius: 60px  0px 0px 60px;
    background: #33ac6d;
    color: #fff;
}

.frequently-tav.nav a.nav-link.second.active {
    border-radius: 0px  60px 60px 0px;
    background: #33ac6d;
    color: #fff;
}

.frequently-asked .fade.show{
	display: block;
}
.accordion-item {
    margin-bottom: 25px;
    padding: 0;
    border-bottom: 1px solid #2eb06c42;
    border-radius: 3.48px;
    background: #FFF;
    box-shadow: 2.83px 0px 0px 0px #33ac6d inset, 0px 0.378px 0px 0px #33ac6d;
}
.accordion-item button.accordion-button {
    width: 100%;
    text-align: left;
    position: relative;
    border-radius: 0;
    border: none;
    background: transparent;
    padding-right: 40px;
    color: #132b43;
    font-size: 25px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: normal;
    cursor: pointer;
}

.accordion-item button.accordion-button:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-weight: 100;
    font-size: 22px;
    color: #132b43;
}
.accordion-item button[aria-expanded="true"]::after {
    content: "\f106";
    color: #132b43;
}

.accordion-body {
    padding: 5px 28px;
}
.accordion-body p {
    color: #132b43;
    font-size: 17px;
    font-style: normal;
    font-family: 'Museo Slab 300';
    line-height: 26px;
}


.sumbit-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 90px 0;
}
.sumbit-row .sumbit-col {
    width: 49%;
    border-radius: 10px;
    background: #132b43;
    padding: 40px;
}
.contact-form .photo-related label span:before {
    content: "";
    background: url(images/feather_upload-cloud.png)no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: -13px;
}

.name-related.photo-related.one p br {
    display: none;
}
.name-related.photo-related.one p{
	margin: 0;
}


.name-related.photo-related.two p br {
    display: none;
}
.name-related.photo-related.two p{
	margin: 0;
}

.page-template-home .contact-form .cv-text textarea {
    height: 110px;
}
.contact-form-section .name-related input[type="file"],.contact-form-section .name-related input[type="date"]{
	width: 100%;
	height: 56px;
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border: 0px;
	padding-left: 15px;
	font-size: 17px;
	color: #c1c1c1;
}

.contact-form-section .wpcf7-file{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.contact-form-section .name-related.photo-related label {
    width: 100%;
    height: auto;
    color: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.60);
    padding: 32px 13px;
}
.contact-form-section .name-related.photo-related label span {
    position: absolute;
    top: 21px;
    padding-left: 55px;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
  font-family: 'Museo Slab 700';
    line-height: normal;
    margin: 0;
}
.contact-form-section .name-related.photo-related label strong {
    position: absolute;
    right: 20px;
    top: 13px;
    background: #fff;
    color: #33ac6d;
    font-size: 14px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 5px;
}
.name-related.photo-related.one {
    width: 100%; 
    margin-bottom: 15px;
}
.name-related.photo-related.two {
    width: 100%; 
    margin-bottom: 15px;
}















.contact-form input {
    width: 100%;
    height: 60px;
  
    border-radius: 5px;
/*    background: #FFF;*/
    color: #4F4F4F;
    font-size: 18px;
    font-style: normal;
 
    line-height: normal;
    padding: 0 0 0 18px;
}
.contact-form textarea {
    width: 100%;
    height: 160px;
   
    border-radius: 5px;
    background: #FFF;
    color: #4F4F4F;
    font-size: 18px;
    font-style: normal;
    
    line-height: normal;
    padding: 15px 0 0 18px;
}
.sumbit-col h4 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: normal;
    margin: 0 0 25px;
}
.contact-form .btonn input.wpcf7-submit {
    border-radius: 60px;
    background: #33ac6d;
    border: 1px solid #33ac6d;
    transition: .6s;
    width: auto;
    height: auto;
    padding: 15px 52px;
    display: inline-block;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: normal;
}
.contact-form .btonn input.wpcf7-submit:hover{
	background: #132b43;
    border: 1px solid #33ac6d;
}
.contact-form .btonn {
    text-align: center;
    width: 100%;
}
.contact-form .btonn p {
   margin: 0;
}
.sumbit-row .sumbit-col:last-of-type .contact-form .btonn input.wpcf7-submit{
	background: #132b43    ;
}
.sumbit-row .sumbit-col:last-of-type .contact-form .btonn input.wpcf7-submit:hover{
	background: #33ac6d;
	border: 1px solid #132b43;
}
.sumbit-row .sumbit-col:last-of-type {
    background: #33ac6d;
}
/**************************************current positions****************************************************/
.inenar-hero {
    position: relative;
}
.inenar-hero img{
	width: 100%;
}
.hero-service {
    position: absolute;
    top: 55%;
    left: auto;
    right: auto;
    transform: translate(0, -50%);
    width: 50%;
}

.hero-service h1 {
    color: #FFF;
   
    font-size: 50px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: normal;
    text-transform: uppercase;
}

.hero-service h1 b {
    color: #33ac6d;
  font-family: 'Museo Slab 500';
   
}








.current-top {
    margin: 90px 0;
}
.current-top .heading {
    text-align: center;
    margin: 0 9%;
}
.awsm-lists{border: none;}

.current-top .awsm-job-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 20px;
    flex-wrap: wrap;
}
.current-top .awsm-job-item .awsm-list-left-col {
    display: flex;
    align-items: center;
    width: 48%;
}
.current-top .awsm-list-right-col {
    width: 52%;
    display: flex;
    justify-content: space-between;
}
.current-top .awsm-job-item h2.awsm-job-post-title a {
    color: #132b43;
   
    font-size: 20px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    margin: 0 0 0 30px;
    text-decoration: none;
}
.current-top span.awsm-job-specification-term {
    color: #676767;
    font-size: 16px;
    font-style: normal;
  font-family: 'Museo Slab 300';
    line-height: normal;
    margin: 0 0 0 15px;
    position: relative;
}
.current-top a.awsm-job-more {
    border-radius: 60px;
    background: #33ac6d;
    padding: 15px 50px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: .6s;
}
.current-top a.awsm-job-more:hover {
    background: #0F0D1D;
}
.current-top .awsm-filter-wrap {
    text-align: right;
    display: flex;
    justify-content: end;
    margin: 0 -10px 20px;
}
.awsm-selectric-items li{
	text-align: left;
}
.current-top .awsm-job-more-container{
	position: relative;
}
.current-top .awsm-job-more-container:before {
    content: "\f02e";
    left: -78px;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    border: 1px solid #D9D9D9;
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #D9D9D9;
    border-radius: 50%;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: auto;
    cursor: pointer;
}
.current-top span.awsm-job-specification-term:before {
    content: "\f3c5";
    left: -26px;
    top: 0;
    bottom: 0;
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: #D9D9D9;
    line-height: normal;
    cursor: pointer;
}
.single-awsm_job_openings article .post-thumbnail img {
    width: auto;
}
.single-awsm_job_openings .post-thumbnail {
    display: inline-block;
    margin: 0 0 0 26px;
}
.single-awsm_job_openings .entry-header {
    display: inline-block;
}
.single-awsm_job_openings .site-main {
    margin: 60px 0;
}
.awsm-job-content ol {
    list-style: decimal;
    padding: 0;
    margin: 0;
}
.awsm-job-content ol li, .awsm-job-content ul li{
	color: #4E4E4E;
    font-size: 18px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 30px;
}
.awsm-job-content ol li ul{
	padding: 0;
	margin: 0;
}
.awsm-job-form-group input#awsm-application-submit-btn {
    border-radius: 60px;
    background: #33ac6d;
    color: #FFF;
    font-size: 16px;
    padding: 10px 32px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: normal;
    text-decoration: none;
    transition: .6s;
}
form#awsm-application-form input {
    padding: 13px 10px;
}
/************************************our-tem******************************************************/
.our-tem-top {
    margin: 90px 8%;
}
.our-tem-top .heading {
    text-align: center;
}

.our-team-row .our-tem-col {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 42px;
    margin: 0 0 50px;
}
.our-team-row .our-tem-col .our-tem-img {
    width: 22%;
}
.our-team-row .our-tem-col .our-tem-cont {
    width: 75%;
}
.our-tem-img img {
    width: 100%;
    border-radius: 10px;
}
.our-tem-cont p {
    color:  #132b43;
    font-size: 18px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 30px;
/*    margin: 0;*/
}
.our-tem-cont strong {
    color: #132b43;
    font-size: 20px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: normal;
    margin: 0 0 15px;
    display: block;
}
.our-tem-cont h5 {
    color: #132b43;
    font-size: 40px;
    font-style: normal;
  font-family: 'Museo Slab 700';
    line-height: normal;
}
.our-tem-cont ul li {
    display: flex;
    align-items: center;
}
.our-tem-cont ul li address {
    color: #132b43;
    font-size: 20px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: 50px;
    margin: 0 22px 0 0;
    padding: 0;
}
.our-tem-cont ul li a {
    color: #132b43;
    font-size: 20px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 50px;
    text-decoration: none;
}
.our-icon a {
    color: #132b43;
    text-decoration: none;
    padding: 16px 16px 0 0;
    display: inline-block;
}
.our-tem-cont a:hover {
    color: #33ac6d;
}

/****************************************************************************************/
.hero-section {
    position: relative;
}
.engineering-career {
    margin: 90px 5% 0;
}
.engineering-career .heading {
    text-align: center;
}
.engineering-career ul {
    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
    margin: 0 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.engineering-career ul li h6 {
    color: #132b43;
   
    font-size: 22px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: normal;
}
.engineering-career ul li p {
    color: #132b43;
    font-size: 18px;
    font-style: normal;
  font-family: 'Museo Slab 300';
    line-height: 30px;
    margin: 0;
}
.engineering-career ul li {
    position: relative;
    padding: 0 0 25px 35px;
    margin: 0 0 25px 0;
    border-bottom: 1px dashed #EEEEEE;
    display: inline-block;
    width: 49%;
}
.engineering-career ul li:before{
	content: "";
    background: url(images/check-mark3.svg)no-repeat;
    width: 23.2px;
    height: 20px;
    left: 0;
    position: absolute;
    top: 4px;
}
.engineering-career .request-btn {
    text-align: center;
}
.engineering-career ul li:nth-child(7) {
    border: none;
}
.Key-row .Key-col {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    flex-wrap: wrap;
    margin: 0 0 40px 0;
}
.Key-Sectors img {
    width: 100%;
    border-radius: 10px ;
}
.Key-row .Key-col .Key-Sectors {
    width: 23.5%;
    position: relative;
}
.Key-row .Key-col:last-of-type .Key-Sectors {
    width: 18.5%;
}
.key-had h5 {
    color: #0F0D1D;
    font-size: 20px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}
.key-had {
    border-radius: 0px 10px 10px 10px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    width: 85%;
    padding: 18px;
    margin: -33px 0 0 0;
    position: relative;
}
.Key-row .Key-col .key-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 85%;
    opacity: 0;
    transition: .5s ease;
   	border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}
.Key-row .Key-col .Key-Sectors:hover .key-overlay {
    opacity: 0.95;
	background: #FFF;
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
}
.key-overlay h5 {
    color: #33ac6d;
    font-size: 20px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 15px;
}
.key-overlay ul li {
    color: #33ac6d;
    font-size: 16px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: 30px;
    padding: 0 0 10px 30px;
    position: relative;
}
.key-overlay ul li:before{
	content: "";
    position: absolute;
    background: url(images/check-circle2.svg)no-repeat;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0px;
}
.engineering-form .sumbit-col {
    padding: 50px 8% !important	;
    width: 100%;
    max-width: 85%;
    margin: auto;
}
.contact-sestion {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 90px 0;
}
.contact-sestion .contact_test {
    width: 37%;
    padding: 60px 50px 0;
    border-radius: 10px 0px 0px 10px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.contact-sestion .sumbit-col {
    width: 63%;
   	border-radius: 0px 10px 10px 0px;
	background: #33ac6d;
    padding: 40px 60px;
}
.contact_test h3 {
    color: #132b43;
    font-size: 40px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: normal;
    margin-bottom: 30px;
}
.contact_test p {
    color: #132b43;
    font-size: 18px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 30px;
}
.contact_test ul li address {
    color: #132b43;
   
    font-size: 23px;
    font-style: normal;
  font-family: 'Museo Slab 300';
    line-height: 28px;
    margin: 0 0 6px;
}
.contact_test ul li p, .contact_test ul li a {
    color: #132b43;
    font-size: 18px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: 28px;
    text-decoration: none;
    transition: .6s;
    margin: 0;
}
.contact_test ul li {
    position: relative;
    padding: 0 0 35px 80px;
}
.contact_test ul li i {
    position: absolute;
    left: 0;
    color: #33ac6d;
    font-size: 20px;
    border: 1px dashed #33ac6d;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-sestion .sumbit-col .btonn input.wpcf7-submit {
    background: #132b43;
    cursor: pointer;
}
.contact_test ul li a:hover{
	color: #33ac6d;
}
/********************************************new page*****************************************************/
.latest-news h1 {
    color: #132b43;
    
    font-size: 50px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0;
}
.latest-news h1 b{
	color: #33ac6d;
	font-family: 'Museo Slab 500';
}
.blog-mains{
	margin-bottom: 50px;
}
.blog-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-article {
    margin: 0 0 60px;
}
.blog-col {
    width: 68.5%;
}
.blog-img img {
    width: 100%;
    border-radius: 20px;
}
.blog-sidebar {
    width: 29%;
    height: 100%;
}
.blog-sidebar form.search-form label {
    width: 100%;
    margin: 0px;
}
.blog-sidebar form.search-form input.search-field {
    border-radius: 5px;
    background: #F0F0F0;
    height: 60px;
    width: 100%;
    border: none;
    padding: 0 0 0 15px;
    color: #999;
    font-size: 16px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}
.blog-sidebar form.search-form input.search-submit {
    border-radius: 5px;
    border: none;
    background: #33ac6d url(images/search-icon.svg) no-repeat;
    width: 60px;
    position: absolute;
    right: 0;
    height: 100%;
    font-size: 0;
    padding: 0px;
    background-position: center;
    cursor: pointer;
}
.blog-sidebar form.search-form {
    position: relative;
    border-radius: 25px;
    background: #FAFAFA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-content {
    border-radius: 0px 20px 20px 20px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 40px;
    margin: -82px 0 0 0;
    position: relative;
    width: 100%;
    max-width: 90%;
}
.blog-content .authorised span {
    border-radius: 3px;
    background: #33ac6d;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: 150%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 8px 30px;
}
.authorised {
    position: absolute;
    top: -14px;
}
.blog-content h4 {
    color: #0F0D1D;
    font-size: 30px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.blog-content p {
    color: #606060;
    font-size: 20px;
    font-style: normal;
    font-family: 'Museo Slab 300';
    line-height: 35px;
}
.blog-content a {
    color: #33ac6d;
    font-size: 20px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: 30px;
    display: block;
    text-decoration: none;
    margin: 8px 0;
    transition: .6s;
}
.blog-content a:hover {
    color: #132b43;
    letter-spacing: 1px;
}
section.recent_posts {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
   	margin: 30px 0;
}
.blog-sidebar section h5 {
    color: #132b43;
   
    font-size: 28px;
    font-style: normal;
    font-family: 'Museo Slab 700';
    line-height: 100%;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    margin: 0 0 25px;
}

section.categories{
	 border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
}
section.recent_posts p {
    color: #606060;
   
    font-size: 18px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 30px;
    margin: 18px 0;
}
section.categories ul li {
    border-bottom: 1px dashed #EEEEEE;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
section.categories ul li:last-of-type{
	border: none;
	margin: 0;
}
section.categories ul li a {
    color: #606060;
    font-size: 20px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 30px;
    text-decoration: none;
}
 .pagination span.page-numbers.current {
	background: #33ac6d;
	color: #fff;
}
.pagination a, .pagination span {
    display: inline-block;
    width: 64px;
	height: 64px;
    border-radius: 6px;
	border: 1px solid #33ac6d;
    text-align: center;
    line-height: 60px;
    font-style: normal;
 font-family: 'Museo Slab 500';
    font-size: 21px;
    color: #33ac6d;
    text-decoration: none;
    margin: 0 8px 0;
    -webkit-transition: .5s;
    transition: .5s;
}
.pagination a:hover, .pagination span:hover{
    color: #fff;
    background: #33ac6d;
}

.wpcf7-spinner{
	display: none;
}
.hero-section img {
    width: 100%;
}	
.single-news main.site-main, .search main.site-main {
    margin: 60px 0;
}
article header.entry-header .entry-title, article header.entry-header .entry-title a {
    color: #132b43    ;
    font-size: 30px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: 40px;
    margin: 0 0 22px;
}
article .post-thumbnail img {
    width: 100%;
}
nav.navigation.post-navigation .nav-links a {
    color: #525252;
    font-size: 18px;
    font-style: normal;
    font-family: 'Museo Slab 300';
    line-height: 30px;
}
.comments-area #reply-title {
    color: #132b43;
    font-size: 20px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: 32px;
    margin: 0 0 15px;
}
.comments-area form.comment-form textarea {
    height: 100px;
}

.comments-area form.comment-form input, .comments-area form.comment-form textarea {
    width: 100%;
    padding: 15px 0 15px 20px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    font-size: 17px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: normal;
}
.comments-area form.comment-form input[type=checkbox] {
    width: auto;
}
.comments-area form.comment-form input.submit {
    display: inline-block;
    border: none;
    padding: 14px 35px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
  font-family: 'Museo Slab 500';
    line-height: normal;
    text-transform: capitalize;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 60px;
	background: #33ac6d;
}
footer.entry-footer span.comments-link a {
    color: #33ac6d;
    font-size: 20px;
    font-style: normal;
   font-family: 'Museo Slab 500';
    line-height: 30px;
    display: block;
    text-decoration: none;
    margin: 8px 0;
    transition: .6s;
}
h2.comments-title{font-size: 30px;}
ol.comment-list {
    padding: 0;
    margin: 0;
}
ol.comment-list a {
    color: #132b43;
   font-family: 'Museo Slab 500';
}

/******************************popup***************************************/
.modal .modal-dialog {
    max-width: 800px ;
    margin: 7.75rem auto;
    padding: 0 25px 0;
}
.modal-body input {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    width: 100%;
    height: 55px;
    padding: 0 0 0 15px;
    color: #909090;
    font-size: 17px;
    font-style: normal;
    font-family: 'Museo Slab 300';
    line-height: normal;
}
.modal-body textarea {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 15px;
    color: #909090;
    font-size: 17px;
    font-style: normal;
    font-family: 'Museo Slab 300';
    line-height: normal;
}
.modal-body {
    padding: 50px;
}
.modal-header {
    position: relative;
    border-bottom: 1px solid #fff;
}
.modal-dialog .modal-content {
    background: #33ac6d;
    border-radius: 20px;
    border: none;
}
.modal-body .btonn input.wpcf7-submit {
    background: #132b43;
    color: #fff;
    font-size: 16px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    letter-spacing: .10px;
    text-transform: uppercase;
    padding: 15px 30px;
    width: auto;
    height: auto;
    border-radius: 60px;
    border: none;
    cursor: pointer;
}
.modal-body .btonn {
    display: block;
    text-align: center;
    width: 100%;
}
h5.modal-title {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
}
.modal-header button.close {
    position: absolute;
    right: 18px;
    border-radius: 50%;
    background: #132b43;
    color: #fff;
    padding: 4px 11px 10px;
    top: 20px;
    opacity: inherit;
}
.modal-body .contact-form-section .name-related.photo-related label span{
	padding-left: 0;
}
/*******************************************************************************************/

/*.hero-section img, .inenar-hero img {
    -webkit-animation: zoom 3s;
    animation: zoom 3s;
    overflow: hidden;
}
.home_bnr_item, .inenar-hero {
    overflow: hidden;
}*/
.hero-section .owl-item.active .inr-content {
       -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeftBig;
    animation-delay: .50s;
    visibility: visible;
    opacity: 1;
    transition: .4s;
       /* -webkit-animation: fadeInLeftBig 2.75s ease-in-out infinite ;
    animation: fadeInLeftBig 2.75s ease-in-out infinite ;*/
}
.employer-col img{
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.employer-im {
    overflow: hidden;
    border-radius: 20px;
}
.employer-col img:hover{
    transform: scale(1.20);
}
.employer-contact {
    flex: 0 0 calc(47% - 0px);
    transition: .6s;
}
.employer-contact:hover {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
}




.ftr-icon {
    margin-top: 0px;display: flex;gap: 30px;
}


.ftr-icon a{font-size: 30px;color: #fff;}

.ftr-icon a:hover{color: #33ac6d;}



.about-top ul li {
    color: #132b43    ;
    font-size: 20px;
    font-style: normal;
   font-family: 'Museo Slab 300';
    line-height: 35px;
    margin: 15px 15px;
    list-style: disc;
}
.about-main {
    margin: 80px 0;
}
.about-middle p {
    color: #132b43    ;
    font-size: 20px;
    font-style: normal;
   
    line-height: 35px;
}
.about-middle ul li {
    color: #132b43    ;
    font-size: 20px;
    font-style: normal;
font-family: 'Museo Slab 700';
    line-height: normal;
    padding: 0 0 14px 36px;
    position: relative;
}
.about-middle ul li:before {
    content: "";
    position: absolute;
    background: url(images/check-circle2.svg)no-repeat;
    width: 25px;
    height: 25px;
    left: 0;
    top: 0px;
}
.about-middle {
    margin: 60px 0 0;
}
.about-middle ul {
    margin: 20px 0;
}
.about-table tbody tr td {
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #33ac6d;
    padding: 15px;
    white-space: nowrap;
}
.about-table tbody tr td ul li {
    color: #132b43;
    font-size: 16px;
    font-style: normal;
    font-family: 'Museo Slab 500';
    line-height: 30px;
}

.about-table tbody tr td ul li b {
    color: #132b43;
    font-size: 18px;
    font-style: normal;
   font-family: 'Museo Slab 700';
    line-height: normal;
    display: block;
}
.about-table thead tr th {
    background: #33ac6d;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    border-right: 1px solid #acc3b7;
    white-space: nowrap;
}
.about-table {
    margin: 80px 0 0;
}
.wpcf7-response-output {
    color: #fff;
}


div#hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    transform: translate(0, -50%);
}
div#hero-slider .owl-nav button.owl-next {
    float: right;
}

div#hero-slider .owl-nav button span {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    transition: 0.6s;
}



article#post-515{padding: 60px 0px;}

p:empty {
    display: none;
}











/******************************************************************************************/
@keyframes animate {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}


@keyframes zoom {
   from {
        transform: scale(1.5);
   }
   to {
        transform: scale(1);
   }
}


/**********************************Key frem Start******************************************************/
@-webkit-keyframes fadeInLeftBig {
    0% { transform: translateY(-120%); }
    100% { transform: translateX(0px); }
}
@keyframes fadeInLeftBig {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(0px); }
}


/**********************************Key frem End******************************************************/
/*********************************************responsive start********************************************************/

@media (min-width: 1800px) and (max-width: 1000px){
.banner_caption .hero-heading{zoom: 15%;font-size: 15vw;}
.banner_caption .label{font-size: 10vw;zoom: 15%;}
.banner_caption ul li{font-size: 1vw;zoom: 100%;}
}

@media (min-width: 1441px) and (max-width: 1800px){
.container {width: 100%;max-width: 88%;}
.container-full {width: 97%;}
.hdr-btn a{font-size: 16px;}
.main-navigation a{font-size: 17px;}
.banner_caption .hero-heading{font-size: 35px;}
.banner_caption .label{font-size: 32px;}
.banner_caption ul li{font-size: 22px;}
.banner-btn a{font-size: 17px;}
.trusted-row{margin: 60px 20%;}
.heading h3{font-size: 40px;}
.heading p{font-size: 18px;}
.deliver-col h4{font-size: 22px;}
.deliver-inr p{font-size: 20px;}
.deliver-inr ul li strong{font-size: 20px;}
.request-btn a{font-size: 18px;}
.employer-contact h3{font-size: 30px;}
.employer-contact p{font-size: 18px;line-height: 32px;}
.employer-contact ul li{font-size: 18px;}
.employer-contact a{font-size: 18px;}
/*-----------------------------------------*/
.our-team .bottm-had h5{font-size: 20px;}
.our-team .bottm-had a{font-size: 18px;}
.team-overlay h5{font-size: 25px;}
.team-overlay a{font-size: 18px;}
.team-overlay p{font-size: 16px;}
/*-----------------------------------------*/
.careers-inr a{font-size: 18px;}
.frequently-tav.nav a.nav-link{font-size: 18px;}
.accordion-item button.accordion-button{font-size: 22px;}
.accordion-body p{font-size: 16px;}
.sumbit-col h4{font-size: 35px;}
.contact-form input, .contact-form textarea{font-size: 16px;}
/***************************************************************************************/
.hero-service h1{font-size: 40px;}
.our-tem-top {margin: 70px 5%;}
.our-tem-cont h5{font-size: 30px;}
.our-tem-cont strong{font-size: 18px;}
.our-tem-cont p{font-size: 17px;}
.our-tem-cont ul li address{font-size: 18px;}
.our-tem-cont ul li a{font-size: 18px;}
/*********************************************************************************************/
.engineering-career ul li h6{font-size: 22px;}
.engineering-career ul li p{font-size: 18px;}
.key-had h5{font-size: 16px;}
.key-overl{font-size: 16px;}
.key-overlay ul li{font-size: 15px;padding: 0 0 0px 30px;}
.engineering-career {margin: 75px 5% 0;}
/**************************************************************************************************/
.contact_test h3{font-size: 32px;}
.contact_test p{font-size: 16px;}
.contact_test ul li address{font-size: 20px;}
.contact_test ul li p, .contact_test ul li a{font-size: 16px;}
.contact-sestion{margin: 70px 0;}
/******************************blog****************************************************/
.latest-news h1{font-size: 35px;}
.blog-content .authorised span{font-size: 14px;}
.blog-content h4{font-size: 22px;}
.blog-content p{font-size: 17px;line-height: 28px;}
.blog-content a{font-size: 18px;}
.blog-sidebar section h5{font-size: 25px;}
section.recent_posts p{font-size: 15px;line-height: 26px;}
section.categories ul li a{font-size: 18px;}
.pagination a, .pagination span{width: 50px;font-size: 18px;line-height: 50px;height: 50px;}

.current-top .awsm-job-item h2.awsm-job-post-title a{font-size: 18px;}
.current-top a.awsm-job-more{padding: 14px 50px;font-size: 15px;}
.current-top {margin: 60px 0;}
p{font-size: 17px;}
.awsm-job-content ol li, .awsm-job-content ul li{font-size: 17px;}


.about-main {margin: 70px 0;}
.about-top ul li{font-size: 18px;line-height: 30px;}
.about-middle p{font-size: 17px;line-height: 28px;}
.about-middle ul li{font-size: 16px;}
.about-middle {margin: 70px 0 0;}
.about-table {margin: 70px 0 0;}

div#hero-slider .owl-nav{left: 10px;right: 20px;}

}



@media (min-width: 1200px) and (max-width: 1440px){
.container {width: 90%;}
.container-full {width: 98%;}
.hdr-logo {width: 18%;}
.hdr-btn a{font-size: 15px;}
.main-navigation a{font-size: 17px;}
.banner_caption .hero-heading{font-size: 30px;}
.banner_caption .label{font-size: 27px;margin: 8px 0;}
.banner_caption ul li{font-size: 20px;padding: 0 0 15px 35px;}
.banner-btn a{padding: 14px 25px;font-size: 16px;}
.site-branding{padding: 10px 0;}
.trusted-row{margin: 50px 15%;}
.heading h3{font-size: 35px;}
.heading p{font-size: 18px;line-height: 30px;}
.deliver-col h4{font-size: 22px;}
.deliver-inr p{font-size: 20px;}
.deliver-inr ul li strong{font-size: 18px;}
.deliver-inr {padding: 10px 25px;}
.request-btn a{font-size: 17px;}
.employer-contact h3{font-size: 25px;}
.employer-contact p{font-size: 18px;line-height: 28px;}
.employer-contact ul li{font-size: 17px;}
.employer-contact a{font-size: 17px;}
/*-----------------------------------------*/
.our-team .bottm-had h5{font-size: 20px;}
.our-team .bottm-had a{font-size: 18px;}
.team-overlay h5{font-size: 25px;}
.team-overlay a{font-size: 18px;}
.team-overlay p{font-size: 14px;line-height: 24px;}
/*-----------------------------------------*/
.employer-services{margin: 70px 0;}
.careers-inr{padding: 30px;}
.careers-inr p{font-size: 15px;line-height: 28px;}
.careers-inr a{font-size: 17px;}
.careers-position {margin: 70px 0;}
.frequently-tav.nav a.nav-link{font-size: 18px;}
.accordion-item button.accordion-button{font-size: 22px;}
.accordion-body p{font-size: 16px;}
.sumbit-row{margin: 70px 0;}
.sumbit-col h4{font-size: 30px;}
.contact-form input, .contact-form textarea{font-size: 15px;}
.contact-form .btonn input.wpcf7-submit{font-size: 16px;}
.ftr-coll p, .ftr-coll ul li a{font-size: 15px;}
/***************************************************************************************/
.hero-service h1{font-size: 35px;}
.our-tem-top {margin: 70px 2%;}
.our-tem-cont h5{font-size: 30px;}
.our-tem-cont strong{font-size: 17px;}
.our-tem-cont p{font-size: 16px;}
.our-tem-cont ul li address{font-size: 17px;}
.our-tem-cont ul li a{font-size: 17px;}
/*********************************************************************************************/
.engineering-career ul li h6{font-size: 20px;}
.engineering-career ul li p{font-size: 17px;}
.key-had h5{font-size: 16px;}
.key-overl{font-size: 16px;}
.key-overlay ul li{font-size: 15px;padding: 0 0 0px 30px;}
.engineering-career {margin: 70px 5% 0;}
/**************************************************************************************************/
.contact_test h3{font-size: 32px;}
.contact_test p{font-size: 16px;}
.contact_test ul li address{font-size: 20px;}
.contact_test ul li p, .contact_test ul li a{font-size: 16px;}
.contact-sestion .contact_test{padding: 45px 30px 0;}
.contact-sestion{margin: 70px 0;}
/******************************blog****************************************************/
.latest-news h1{font-size: 35px;}
.blog-content .authorised span{font-size: 14px;}
.blog-content h4{font-size: 22px;}
.blog-content p{font-size: 17px;line-height: 28px;}
.blog-content a{font-size: 18px;}
.blog-sidebar section h5{font-size: 25px;}
section.recent_posts p{font-size: 15px;line-height: 26px;}
section.categories ul li a{font-size: 18px;}
.blog-article {margin: 0 0 40px;}
.blog-content{padding: 30px;margin: -60px 0 0 0;}
.pagination a, .pagination span{width: 50px;font-size: 18px;line-height: 50px;height: 50px;}

.current-top .awsm-job-item h2.awsm-job-post-title a{font-size: 18px;}
.current-top a.awsm-job-more{padding: 14px 50px;font-size: 15px;}
.current-top {margin: 60px 0;}
p{font-size: 17px;}
.awsm-job-content ol li, .awsm-job-content ul li{font-size: 17px;}
.contact-form .photo-related label span{font-size: 13px;}
.contact-form-section .name-related.photo-related label span {font-size: 15px;padding-left: 40px;}
.contact-form .photo-related label span:before{background-size: 70%;}

.about-main {margin: 70px 0;}
.about-top ul li{font-size: 17px;line-height: 28px;}
.about-middle p{font-size: 16px;line-height: 28px;}
.about-middle ul li{font-size: 16px;}
.about-middle {margin: 60px 0 0;}
.about-table {margin: 60px 0 0;}

div#hero-slider .owl-nav{left: 10px;right: 20px;}
}








@media (min-width: 992px) and (max-width: 1199px){

.hdr-logo img {width: 200px;}
.main-navigation a{font-size: 17px;}
.main-navigation ul ul a{width: 200px;}
.hdr-btn a{font-size: 15px;}
.site-branding{padding: 7px 0;}
header#masthead{padding: 0 0 10px;}
.banner-btn a{font-size: 14px;padding: 12px 23px;}
.banner_caption ul {margin: 12px 0 1px;}
.banner_caption .label{font-size: 20px;margin: 10px 0;}
.banner_caption .hero-heading{font-size: 25px;}
.banner_caption ul li{font-size: 18px;padding: 0 0 14px 35px;}
.trusted-row{margin: 50px 12%;}
.heading h3{font-size: 30px;}
.heading p{font-size: 16px;line-height: 26px;}
.deliver-col h4{font-size: 18px;}
.deliver-inr {padding: 10px 10px;}
.deliver-inr p{font-size: 18px;}
.deliver-inr ul li strong{font-size: 18px;}
.deliver-inr ul li p{font-size: 15px;}
.request-btn a{font-size: 16px;}
.employer-contact{width: 95%;}
.employer-contact h3{font-size: 25px}
.employer-contact p{font-size: 16px;line-height: 26px;}
.employer-contact a{font-size: 18px;}
.employer-contact ul li{font-size: 16px;}
.employer-services{ margin: 70px 0;}
/*-----------------------------------------*/
.our-team .bottm-had h5{font-size: 20px;}
.our-team .bottm-had a{font-size: 18px;}
.team-overlay h5{font-size: 25px;}
.team-overlay a{font-size: 18px;}
.team-overlay p{font-size: 16px;}
/*-----------------------------------------*/
#careers-slider .owl-nav{margin: 0 -5px 0;}
.careers-inr p{font-size: 15px;line-height: 27px;}
.careers-inr{padding: 30px;}
.careers-inr a{font-size: 16px;}
.careers-position {margin: 70px 0;}
.frequently-tav.nav a.nav-link{font-size: 16px;}
.accordion-item button.accordion-button{font-size: 20px;}
.accordion-body p{font-size: 14px;}
.sumbit-col h4{font-size: 30px;}
.sumbit-row .sumbit-col{padding: 20px;}
.contact-form input{font-size: 14px;padding: 0 0 0 9px;}
.contact-form textarea{font-size: 14px;padding: 15px 0 0 9px;}
.contact-form .btonn input.wpcf7-submit{padding: 12px 35px;font-size: 15px;}
.sumbit-row{margin: 70px 0;}
.site-info .ftr-coll:last-of-type{padding-left: 30px;}
.ftr-coll p{font-size: 14px;}
.ftr-coll ul li a{font-size: 14px;}
.ftr-coll h3{font-size: 25px;margin: 0 0 20px;}
.ftr-copy p{font-size: 15px;}
.ftr-coll.secondd-col{padding-right: 21px;padding-left: 20px;}
/***************************************************************************************/
.hero-service h1{font-size: 30px;}
.our-tem-top {margin: 65px 5%;}
.our-team-row .our-tem-col{padding: 18px;margin: 0 0 40px;}
.our-tem-cont h5{font-size: 25px;margin: 18px 0;}
.our-tem-cont p{font-size: 15px;line-height: 28px;}
.our-tem-cont strong{font-size: 18x;}
.our-tem-cont ul li address{font-size: 16px;}
.our-tem-cont ul li a{font-size: 16px;}
/*********************************************************************************************/
.engineering-career {margin: 60px 0% 0;}
.engineering-career ul li h6{font-size: 18px;}
.engineering-career ul li p{font-size: 16px;}
.Key-row .Key-col:last-of-type .Key-Sectors, .Key-row .Key-col .Key-Sectors {width: 23.5%;margin-bottom: 20px;}
.key-had h5{font-size: 15px;}
.key-overl{font-size: 15px;}
.key-overlay ul li{font-size: 14px;padding: 0 0 0px 30px;}
/****************************************************************************************/
.contact-sestion .contact_test{padding: 25px 25px 0;}
.contact-sestion .sumbit-col{padding: 40px 18px;}
.contact-sestion{margin: 70px 0;}
.contact_test h3{font-size: 30px;}
.contact_test p{font-size: 16px;}
.contact_test ul li address{font-size: 18px;}
.contact_test ul li p, .contact_test ul li a{font-size: 15px;}
/******************************blog****************************************************/
.latest-news h1{font-size: 30px;margin: 30px 0;}
.blog-content{margin: -18px 0 0 0;padding: 15px;}
.blog-content h4{font-size: 20px;}
.blog-content p{font-size: 15px;line-height: 26px;}
.blog-content a{font-size: 16px;}
.blog-content .authorised span{font-size: 12px;}
.blog-sidebar section h5{font-size: 22px;}
section.recent_posts p{line-height: 27px;font-size: 15px;}
section.categories ul li a{font-size: 16px;}
.blog-article {margin: 0 0 30px;}
.pagination a, .pagination span{width: 50px;font-size: 17px;line-height: 50px;height: 50px;}

.current-top .awsm-job-item h2.awsm-job-post-title a{font-size: 15px;margin: 0 0 0 10px;}
.current-top a.awsm-job-more{padding: 14px 50px;font-size: 14px;}
.current-top {margin: 60px 0;}
p{font-size: 17px;}
.awsm-job-content ol li, .awsm-job-content ul li{font-size: 17px;}
nav.navigation.post-navigation .nav-links a{font-size: 17px;line-height: 27px;}
h2.comments-title {font-size: 25px;}
.contact-form .photo-related label span:before{display: none;}
.contact-form-section .name-related.photo-related label span {padding-left: 0;font-size: 15px;}


.about-main {margin: 60px 0;}
.about-top ul li{font-size: 17px;line-height: 28px;}
.about-middle p{font-size: 16px;line-height: 28px;}
.about-middle ul li{font-size: 16px;}
.about-middle {margin: 60px 0 0;}
.about-table {margin: 60px 0 0;}

div#hero-slider .owl-nav{display: none;}
}






@media (min-width: 768px) and (max-width: 991px){

.hdr-logo img {width: 200px;}
.main-navigation a{font-size: 16px;}
.main-navigation ul ul a{width: 200px;}
.hdr-btn a{font-size: 15px;}
.site-branding{padding: 7px 0;}
header#masthead{padding: 0 0 10px;}
.banner-btn a{font-size: 14px;padding: 12px 23px;}
.banner_caption ul {margin: 12px 0 1px;}
.banner_caption .label{font-size: 20px;margin: 10px 0;}
.banner_caption .hero-heading{font-size: 25px;}
.banner_caption ul li{font-size: 18px;padding: 0 0 13px 35px;}
.trusted-row{margin: 50px 0%;}
.heading h3{font-size: 25px;}
.heading p{font-size: 16px;line-height: 26px;}
.deliver-col h4{font-size: 18px;}
.deliver-inr {padding: 10px 10px;}
.deliver-inr p{font-size: 18px;}
.deliver-inr ul li strong{font-size: 18px;}
.deliver-inr ul li p{font-size: 15px;}
.request-btn a{font-size: 14px;}
.employer-contact{width: 95%;}
.employer-contact h3{font-size: 20px}
.employer-contact p{font-size: 16px;line-height: 26px;}
.employer-contact a{font-size: 18px;}
.employer-contact ul li{font-size: 16px;}
.employer-services{ margin: 70px 0;}
/*-----------------------------------------*/
.our-team .bottm-had h5{font-size: 20px;}
.our-team .bottm-had a{font-size: 18px;}
.team-overlay h5{font-size: 25px;}
.team-overlay a{font-size: 18px;}
.team-overlay p{font-size: 16px;}
/*-----------------------------------------*/
#careers-slider .owl-nav{margin: 0 -5px 0;}
.careers-inr p{font-size: 15px;line-height: 27px;}
.careers-inr{padding: 30px;}
.careers-inr a{font-size: 16px;}
.careers-position {margin: 70px 0;}
.frequently-tav.nav a.nav-link{font-size: 16px;}
.accordion-item button.accordion-button{font-size: 20px;}
.accordion-body p{font-size: 14px;}
.sumbit-col h4{font-size: 22px;}
.sumbit-row .sumbit-col{padding: 20px;}
.contact-form input{font-size: 14px;padding: 0 0 0 9px;}
.contact-form textarea{font-size: 14px;padding: 15px 0 0 9px;}
.contact-form .btonn input.wpcf7-submit{padding: 12px 35px;font-size: 15px;}
.sumbit-row{margin: 70px 0;}
.site-info .ftr-coll:last-of-type{padding-left: 30px;}
.ftr-coll p{font-size: 14px;}
.ftr-coll ul li a{font-size: 14px;}
.ftr-coll h3{font-size: 25px;margin: 0 0 20px;}
.ftr-copy p{font-size: 15px;}
.ftr-coll.secondd-col{padding-right: 21px;padding-left: 20px;}
/***************************************************************************************/
.hero-service h1{font-size: 25px;}
.our-tem-top {margin: 65px 0%;}
.our-team-row .our-tem-col{padding: 18px;margin: 0 0 30px;}
.our-tem-cont h5{font-size: 25px;margin: 18px 0;}
.our-tem-cont p{font-size: 15px;line-height: 28px;}
.our-tem-cont strong{font-size: 18x;}
.our-tem-cont ul li address{font-size: 16px;}
.our-tem-cont ul li a{font-size: 16px;}
/*********************************************************************************************/
.engineering-career {margin: 60px 0% 0;}
.engineering-career ul li h6{font-size: 18px;}
.engineering-career ul li p{font-size: 16px;}
.Key-row .Key-col:last-of-type .Key-Sectors,.Key-row .Key-col .Key-Sectors {width: 31.5%;margin-bottom: 20px;}
.key-had h5{font-size: 15px;}
.key-overl{font-size: 15px;}
.key-overlay ul li{font-size: 14px;padding: 0 0 0px 30px;}
/****************************************************************************************/
.contact-sestion .contact_test{padding: 25px 25px 0;}
.contact-sestion .sumbit-col{padding: 40px 18px;}
.contact-sestion{margin: 70px 0;}
.contact_test h3{font-size: 30px;}
.contact_test p{font-size: 16px;}
.contact_test ul li address{font-size: 18px;}
.contact_test ul li p, .contact_test ul li a{font-size: 15px;}
/******************************blog****************************************************/
.latest-news h1{font-size: 30px;margin: 30px 0;}
.blog-content{margin: -18px 0 0 0;padding: 15px;}
.blog-content h4{font-size: 20px;}
.blog-content p{font-size: 15px;line-height: 26px;}
.blog-content a{font-size: 16px;}
.blog-content .authorised span{font-size: 12px;}
.blog-sidebar section h5{font-size: 22px;}
section.recent_posts p{line-height: 27px;font-size: 15px;}
section.categories ul li a{font-size: 16px;}
.blog-article {margin: 0 0 30px;}
.pagination a, .pagination span{width: 40px;font-size: 17px;line-height: 40px;height: 40px;}


.current-top .awsm-job-item h2.awsm-job-post-title a{font-size: 15px;margin: 0 0 0 10px;}
.current-top a.awsm-job-more{padding: 14px 50px;font-size: 14px;}
.current-top {margin: 60px 0;}
p{font-size: 15px;}
.awsm-job-content ol li, .awsm-job-content ul li{font-size: 15px;}
nav.navigation.post-navigation .nav-links a{font-size: 15px;line-height: 23px;}
h2.comments-title {font-size: 20px;}
.contact-form .photo-related label span:before{display: none;}
.contact-form-section .name-related.photo-related label span {padding-left: 0;font-size: 15px;width: 100%;top: 7px;}
.contact-form-section .name-related.photo-related label strong {width: 94%;text-align: center;margin-top: 22px;right: auto;}
.contact-form-section .name-related.photo-related label{padding: 43px 13px;}

.about-main {margin: 60px 0;}
.about-top ul li{font-size: 16px;line-height: 28px;}
.about-middle p{font-size: 16px;line-height: 28px;}
.about-middle ul li{font-size: 15px;}
.about-middle {margin: 50px 0 0;}
.about-table {margin: 50px 0 0;}

.home_bnr_item img {min-height: 440px;object-fit: cover;}
div#hero-slider .owl-nav{display: none;}



}



@media only screen and (max-width: 767px){
html body div.wprm-wrapper{width: inherit!important;}
html body div#wprmenu_bar {top: 28px;z-index: 9; margin: 0; background: transparent;width: 50px!important;position: fixed;}
#wprmenu_bar, html body .wprm-overlay.active, .cbp-spmenu-push, .wprmenu_icon span {right: 5px !important;left:auto; }
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu, #wprmenu_bar .menu_title a {color: #132b43; font-size: 0px;}
#wprmenu_bar div.hamburger {  margin-top: 0;}
body {  position: inherit !important: ;}
html.wprmenu-body-fixed body { position: relative !important;}
#mg-wprm-wrap.cbp-spmenu-left {top: 99px  !important;height: inherit!important;}
#mg-wprm-wrap.cbp-spmenu-left, .cbp-spmenu-vertical{max-width: 100%;	width: 100%;}
#wprmenu_bar{position: absolute;}
html {padding-top: 0px !important;}
.cbp-spmenu{position: absolute;}
html body div#wprmenu_bar.wprmenu_bar.normalslide.left.active {right: 0;}
.wprmenu_bar .hamburger { float: inherit!important; }
#wprmenu_menu_ul{padding: 0 0 0px;}
#mg-wprm-wrap ul li {border-bottom: 1px dashed #c0c2cb;padding: 6px 10px;margin: 0;}


.hero-section .home_bnr_item img.mob_bnner {display: block;}
.hero-section .home_bnr_item img.dstop_bnner{display: none;}
.site-nav{display: none;}
.site-branding{display: none;}
.hdr-logo img {width: 175px;}
header#masthead.fixed .hdr-logo img {width: 175px;}
.hdr-btn {margin-right: 35px;}
.hdr-btn a{font-size: 14px;padding: 12px 25px;}
header#masthead{padding: 25px 0;}
.hdr-row{margin: 0}
.banner_caption .hero-heading{font-size: 22px;}
.banner_caption .label{font-size: 20px;margin: 3px 0;}
.banner_caption ul {margin: 17px 0 10px;}
.banner_caption ul li{font-size: 16px;padding: 0 0 18px 33px;}
.banner-btn a{font-size: 15px;padding: 13px 20px;	}
.heading h3{font-size: 25px;}
.heading p{font-size: 16px;line-height: 26px;}
.deliver-col{width: 100%;}
.trusted-row{    margin: 60px 0%;}
.trusted-col:first-of-type {width: 100%;}
.trusted-col {width: 32%;}
.deliver-col h4{font-size: 20px;}
.deliver-inr p{font-size: 18px;}
.deliver-inr ul li strong{font-size: 18px;}
.deliver-inr ul li p{font-size: 15px;}
.deliver-col:first-of-type{	margin-bottom: 135px;}
.deliver-bus-row:after {background: url(images/Arroe-mobile.png)no-repeat;background-size: contain;width: 139.71px;height: 104.637px;top: 50%;}
.deliver-inr {padding: 10px 15px;}
.request-btn a{font-size: 15px;padding: 13px 28px;}
.employer-col {width: 100%;}
.employer-contact{padding: 15px;width: 96%;}
.employer-contact h3{font-size: 25px;}
.employer-contact p{font-size: 15px;line-height: 26px;}
.employer-contact ul li{font-size: 15px;}
.employer-contact ul li:before{top: -6px;}
.employer-contact a{font-size: 16px;}
.employer-col:first-of-type {margin-bottom: 30px;}
.employer-services{margin: 70px 0;}
/*-----------------------------------------*/
.our-team .bottm-had h5{font-size: 20px;}
.our-team .bottm-had a{font-size: 18px;}
.team-overlay h5{font-size: 25px;}
.team-overlay a{font-size: 18px;}
.team-overlay p{font-size: 16px;}
/*-----------------------------------------*/
.careers-position {margin: 65px 0;}
.careers-inr{margin: 20px 15px 20px;padding: 20px;}
#careers-slider .owl-nav{margin: 0 -8px 0;}
.careers-inr h4{font-size: 20px;}
.careers-inr p{font-size: 15px;line-height: 26px;}
.careers-inr a{font-size: 15px;}
.frequently-tav.nav{margin: 30px auto 35px;}
.frequently-tav.nav a.nav-link{font-size: 16px;}
.frequently-asked{max-width: 100%;}
.accordion-item button.accordion-button{font-size: 18px;}
.accordion-body p{font-size: 15px;line-height: 25px;}
.sumbit-row .sumbit-col{width: 100%;}
.sumbit-row{margin: 70px 0;}
.sumbit-col h4{font-size: 25px;}
.contact-form input, .contact-form textarea{font-size: 16px;}
.contact-form .btonn input.wpcf7-submit{font-size: 15px;}
.sumbit-row .sumbit-col:first-of-type{margin-bottom: 30px;}
.site-info .ftr-coll, .ftr-coll.secondd-col{width: 100%;border: none;}
.site-info .ftr-coll:last-of-type {padding-left: 0;}
.ftr-coll {padding: 50px 0 15px;}
.ftr-coll.thried-col {order: 1;padding-top: 0;}
.ftr-coll.fist-col {order: 1;}
.ftr-copy p{font-size: 13px;line-height: 25px;}
.ftr-coll.secondd-col{padding-right: 15px;padding-left: 15px;}
.ftr-coll p,.ftr-coll ul li a{font-size: 15px;}
/***************************************************************************************/
.inenar-hero img {min-height: 200px;object-fit: cover;}
.hero-service h1{font-size: 25px;}
.our-tem-top {margin: 65px 0%;}
.our-team-row .our-tem-col .our-tem-img {width: 100%;}
.our-team-row .our-tem-col{padding: 18px;margin: 0 0 30px;}
.our-tem-cont h5{font-size: 25px;margin: 18px 0;}
.our-team-row .our-tem-col .our-tem-cont {width: 100%;}
.our-tem-cont p{font-size: 15px;line-height: 28px;}
.our-tem-cont strong{font-size: 18x;}
.our-tem-cont ul li address{font-size: 16px;}
.our-tem-cont ul li a{font-size: 16px;}
/*********************************************************************************************/
.engineering-career {margin: 60px 0% 0;}
/*.engineering-career ul{column-count: 1;}*/
.engineering-career ul li{width: 100%;}
.engineering-career ul li h6{font-size: 18px;}
.engineering-career ul li p{font-size: 16px;}
.Key-row .Key-col:last-of-type .Key-Sectors, .Key-row .Key-col .Key-Sectors {width: 48%;margin-bottom: 20px;}
.key-had h5{font-size: 15px;}
.key-overl{font-size: 15px;}
.key-overlay ul li{font-size: 14px;padding: 0 0 0px 30px;}
.engineering-form .sumbit-col{padding: 50px 5% !important;max-width: 100%;}
.sumbit-row.engineering-form .sumbit-col {margin: 0;}
/****************************************************************************************/
.contact-sestion .contact_test{width: 100%;padding: 25px 25px 0;}
.contact-sestion .sumbit-col{width: 100%;padding: 40px 18px;}
.contact-sestion{margin: 70px 0;}
.contact_test h3{font-size: 30px;}
.contact_test p{font-size: 16px;}
.contact_test ul li address{font-size: 20px;}
.contact_test ul li p, .contact_test ul li a{font-size: 15px;}
/******************************blog****************************************************/
.blog-sidebar{width: 100%;}
.blog-col {width: 100%;order: 1;margin-top: 50px;}
.latest-news h1{font-size: 30px;margin: 30px 0;}
.blog-content{margin: -18px 0 0 0;padding: 15px;}
.blog-content h4{font-size: 20px;}
.blog-content p{font-size: 15px;line-height: 26px;}
.blog-content a{font-size: 16px;}
.blog-content .authorised span{font-size: 12px;}
.blog-sidebar section h5{font-size: 22px;}
section.recent_posts p{line-height: 27px;font-size: 15px;}
section.categories ul li a{font-size: 16px;}
.blog-article {margin: 0 0 30px;}
.pagination a, .pagination span{width: 40px;font-size: 17px;line-height: 40px;height: 40px;}

.current-top {margin: 65px 0;}
.current-top .heading {margin: 0 0%;}
.current-top .awsm-job-item .awsm-list-left-col{width: 100%;margin: 0 0 24px;}
.current-top .awsm-list-right-col{width: 100%;flex-wrap: wrap;}
.current-top .awsm-job-item h2.awsm-job-post-title a{font-size: 15px;margin: 0 0 0 8px;}
.current-top a.awsm-job-more{padding: 10px 50px;font-size: 15px;display: inline-block;}
article header.entry-header .entry-title, article header.entry-header .entry-title a{font-size: 20px;line-height: 28px;}
p{font-size: 15px;}
.awsm-job-content ol li, .awsm-job-content ul li{font-size: 15px;}
nav.navigation.post-navigation .nav-links a{font-size: 15px;line-height: 23px;}
h2.comments-title {font-size: 20px;}
.contact-form .photo-related label span:before{display: none;}
.contact-form-section .name-related.photo-related label span {padding-left: 0;font-size: 15px;width: 100%;top: 7px;}
.contact-form-section .name-related.photo-related label strong {width: 94%;text-align: center;margin-top: 22px;right: auto;}
.contact-form-section .name-related.photo-related label{padding: 43px 13px;}
h5.modal-title{font-size: 25px;line-height: 30px;}
.modal-body {padding: 20px;}

.about-main {margin: 60px 0;}
.about-top ul li{font-size: 16px;line-height: 28px;}
.about-middle p{font-size: 16px;line-height: 28px;}
.about-middle ul li{font-size: 15px;}
.about-middle {margin: 50px 0 0;}
.about-table {margin: 50px 0 0;}


div#hero-slider .owl-nav{display: none;}



}










@media only screen and (max-width: 479px){
.hdr-btn a {font-size: 13px;padding: 10px 17px;}
.hdr-logo img {width: 140px;}
header#masthead.fixed .hdr-logo img {width: 140px;}
html body div#wprmenu_bar{top: 20px;}
.banner_caption .label {margin: 8px 0; font-size: 15px;}
.banner_caption ul {margin: 9px 0 0px;}
.banner_caption .hero-heading {font-size: 15px;}
.banner-btn a {font-size: 14px;padding: 12px 10px;}	
.Key-row .Key-col:last-of-type .Key-Sectors, .Key-row .Key-col .Key-Sectors {width: 100%;margin-bottom: 20px;}
#mg-wprm-wrap.cbp-spmenu-left {top: 89px !important;}
.current-top .awsm-job-more-container:before{display: none;}
.sumbit-row .sumbit-col{padding: 25px;}
.home_bnr_item img {min-height: 390px;object-fit: cover;}
.banner_caption ul li {font-size: 15px;padding: 0 0 10px 33px;}




}


/********************** Thank You Page     ***************************/


#thank-you-page {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

#thank-you-container {
    max-width: 600px;
    font-size: 40px; 
}