
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * 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;
}

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;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

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;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.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: 200px;
}
.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;
}

/* 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;
    }
}
.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 1.5em; */
}
.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;
}


/* Font Family
----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'mulish-regular';
    src: url('fonts/mulish-regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'mulish-medium';
    src: url('fonts/mulish-medium.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'mulish-light';
    src: url('fonts/mulish-light.woff2') format('woff2');
    font-weight: 300;
}

@font-face {
    font-family: 'mulish-semibold';
    src: url('fonts/mulish-semibold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'mulish-bold';
    src: url('fonts/mulish-bold.woff2') format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('fonts/montserrat-regular.woff2') format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: 'montserrat-medium';
    src: url('fonts/montserrat-medium.woff2') format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: 'montserrat-semibold';
    src: url('fonts/montserrat-semibold.woff2') format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('fonts/montserrat-bold.woff2') format('woff2');
    font-weight: 700;
}


/* Common css
--------------------------------------------------------------*/
body {
    font-family: 'montserrat-regular' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    color: #878787 !important;
}

body h2 {
    font-family: 'mulish-bold';
    font-size: 40px;
    line-height: 1.3;
    color: #171717;
    margin-bottom: 30px;
}

body h3 {
    font-family: 'mulish-bold';
    font-size: 26px;
    line-height: 1.3;
    color: #171717;
}

body h4 {
    font-family: 'mulish-bold';
    font-size: 22px;
    line-height: 1.3;
    color: #171717;
}

body h5 {
    font-family: 'mulish-bold';
    font-size: 20px;
    line-height: 1.3;
    color: #171717;
}

body h6 {
    font-family: 'mulish-bold';
    font-size: 18px;
    line-height: 1.3;
    color: #171717;
}

body p {
    font-family: 'mulish-regular';
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 26px;
    color: #878787;
}
.section-title span {
    font-size: 12px;
    font-family: 'montserrat-medium';
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding-bottom: 25px;
    display: block;
}
.site-main.main-content {
    padding: 120px 0;
}

body .buttons {
    padding-top: 30px;
}

body .buttons .tp-btn-border {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: 500;
    color: #171717;
    letter-spacing: 0.18em;
    padding: 20px 40px;
    border: 1px solid rgba(135, 135, 135, .25);
    display: inline-block;
    text-decoration: none;
    font-family: 'montserrat-semibold';
}

body .buttons .tp-btn-border:hover {
    background-color: #171717;
    color: #fff;
}

body .buttons .tp-btn-border:hover span svg:first-child,
body .buttons .tp-btn-border:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

body .buttons .tp-btn-border:hover span svg:last-child,
body .buttons .tp-btn-border:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

body .buttons .tp-btn-border span {
    margin-left: 10px;
    display: inline-block;
    position: relative;
}

body .buttons .tp-btn-border span svg,
body .buttons .tp-btn-border span i {
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
}

body .buttons .tp-btn-border span svg:first-child,
body .buttons .tp-btn-border span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

body .buttons .tp-btn-border span svg:last-child,
body .buttons .tp-btn-border span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}


body ul,
body ol {
    margin: 0;
    padding-left: 20px;
    padding-bottom: 10px;
}

body ul li,
body ol li {
    padding-bottom: 8px;
}

body ul li:last-child,
body ol li:last-child {
    padding-bottom: 0;
}

body ul li strong,
body ol li strong {
    display: block;
    font-family: 'montserrat-bold';
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 5px;
}

body article.services {
    padding: 0;
}
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(95, 58, 252, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: "\ec1e";
    font-family: 'boxicons' !important;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #2c3941;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #2c3941;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media(max-width: 1199px) {
    body h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    body h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    body h4 {
        font-size: 20px;
        line-height: 1.2;
    }
}



/* Header Css
-------------------------------------------------------------*/
.top-section {
    background: #171717;
    /*padding: 9px 0;*/
    padding: 6px 0;
}
.top-section ul.locations {
    margin: 0;
    padding: 0;
    text-align: center;
}
.top-section ul.locations li.icons-name {
    padding-right: 0;
    display: inline-block;
    padding-bottom: 0;
}
.top-section ul.locations li.icons-name:last-child {
    padding-right: 0;
}
.top-section ul.locations li.icons-name a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.top-section ul.locations li.icons-name a:hover img{
    opacity: 0.7;
}
.top-section ul.locations li.icons-name .icons {
    /*width: 32px; height: 32px;*/
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
}
.top-section ul.locations li.icons-name .icons img {
    padding: 5px;
}
.top-section ul.locations li.icons-name .name {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    font-family: 'montserrat-medium';
    color: #fff;
}
.header-content {
    position: relative;
}
.top-section ul.locations.icons_1{
    display: inline-block;
    width: auto;
    text-align: left;
}
.top-section ul.locations.icons_2{
    display: inline-block;
    width: auto;
    text-align: right;
    float: right;
}
/* background: rgba(104, 76, 76, 0.4) */
.site-header {
    background: rgba(104, 76, 76, 0.4);
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0px 90px;
}
.site-header .container-fluid {
    padding: 0 12px;
}
.site-header .container-fluid .row {
    align-items: center;
    justify-content: space-between;
}
.site-header .site-branding {
    /*padding-top: 20px; padding-bottom: 20px;*/
    padding-top: 18px;
    padding-bottom: 18px;
}
.site-header .site-branding img {
    /*max-width: 165px;*/
    max-width: 180px;
}
.site-header .main-navigation ul {
    justify-content: center;
    padding-bottom: 0;
}
.site-header .main-navigation ul li {
    display: inline-block;
    position: relative;
    margin: 0 35px;
    padding-bottom: 0;
}
.site-header .main-navigation ul li a {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-family: 'mulish-bold';
    line-height: 28px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    /*padding:35px 0;*/
    padding: 32px 0;
}
.site-header .main-navigation ul li.menu-item-has-children a:after {
    content: "\ea17";
    transform: translateY(1px);
    font-size: 15px;
    color: #fff;
    font-family: 'boxicons' !important;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block;
}
.site-header .main-navigation ul li.menu-item-has-children:hover a:after {
    transform: rotate(-180deg);
}

/* .site-header .main-navigation ul li a:hover { color: #000;} */

body.home .site-header {
    background: rgba(48, 48, 48, 0.8);
}

body.home .site-header .main-navigation ul li a {
    color: #fff;
}

body.home .site-header .main-navigation ul li.menu-item-has-children a:after {
    color: #fff;
}

body.home .site-header .tp-bar-icon a {
    color: #fff;
}
.site-header .main-navigation ul li.menu-item-has-children .sub-menu {
    text-align: left;
    position: absolute;
    top: 120%;
    left: 0;
    width: 350px;
    padding: 25px 0 25px;
    background: #171717;
    z-index: 99;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
    display: block;
}
.site-header .main-navigation ul li.menu-item-has-children .sub-menu li a {
    padding: 0px 25px 0 40px;
    font-size: 12px;
    position: relative;
    z-index: 1;
    color: #fff;
    width: 100%;
    letter-spacing: 0.18em;
    line-height: 20px;
}

body.home .site-header .main-navigation ul li a:hover{
    text-decoration: underline;
}
.site-header .main-navigation ul li.menu-item-has-children .sub-menu li a:after {
    content: unset;
}
.site-header .main-navigation ul li.menu-item-has-children:hover .sub-menu li:last-child {
    margin-bottom: 0;
}


.site-header .main-navigation ul li.menu-item-has-children:hover .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.site-header .main-navigation ul li.menu-item-has-children:hover .sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
}
.site-header .main-navigation ul li.menu-item-has-children:hover .sub-menu li::after{
    content: '';
    position: absolute;
    top: 5px;
    left: 20px;
    background: url(https://nexus-numbers.com/wp-content/uploads/2023/10/menu_arrow.png) no-repeat center;
    width: 8px;
    height: 10px;
    background-size: cover;
}
.site-header .main-navigation ul li.menu-item-has-children:hover .sub-menu li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*.site-header .main-navigation ul li.menu-item-has-children:hover .sub-menu li a {  position: relative;z-index: 1;color: #fff;width: 100%;letter-spacing: 0.18em;line-height: 21px;}*/
/*.site-header .main-navigation ul li.menu-item-has-children:hover .sub-menu li a:after { content: unset;}*/

.tp-bar-icon a {
    color: #fff;
    /*font-size: 40px;*/
    font-size: 36px;
}
.tp-bar-icon-dark a {
    color: #171717;
}
.offcanvas__area {
    position: fixed;
    top: 0;
    right: -130%;
    width: 33%;
    height: 100%;
    padding: 40px 25px;
    transition: all 1s ease-out 0s;
    z-index: 999;
    min-width: 300px;
    min-height: 768px;
    overflow-y: scroll;
}
.off-canvas-bg {
    background-color: #212121;
}
.offcanvas_area-logo {
    margin: 30px 0;
}
.offcanvas__close-btn {
    position: absolute;
    top: 30px;
    right: 30px;
}
.offcanvas__close-btn a {
    font-size: 30px;
    padding: 20px;
    transition: all 0.3s ease-out 0s;
    line-height: 26px;
    padding: 20px;
    color: #a1a1a1;
}
.offcanvas__close-btn a:hover {
    opacity: 0.5;
}
.offcanvas-subtitle {
    text-transform: uppercase;
    padding: 20px 0;
}
.offcanvas_area-logo {
    margin: 30px 0;
}
.offcanvas__area.opened {
    right: 0;
}
.offcanvas-subtitle {
    text-transform: uppercase;
    padding: 20px 0;
}
.offcanvas-logo {
    padding: 30px 0;
    text-align: center;
}
.offcanvas-logo img {
    max-width: 198px;
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container {
    display: none;
}
.offcanva-details p {
    margin-bottom: 0;
    font-size: 14.5px;
    text-align: center;
}
.body-overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
    cursor: pointer;
}
.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

@media(max-width: 1536px) {
    .site-header .main-navigation ul li {
        margin: 0 24px;
    }
}

@media(max-width: 1399px) {
    .site-header {
        padding: 0 35px;
}
.site-header .main-navigation ul li {
        margin: 0 13px;
    }

    /* .site-header .container-fluid { padding: 0 20px;} */
    /* .site-header .container-fluid .row { margin: 0px -20px;} */
}

@media(max-width: 1199px) {
    .site-header .main-navigation {
        display: none;
}
.offcanvas-subtitle,
    .offcanva-details {
        display: none;
}
.offcanvas__area {
        width: 36%;
        padding: 40px 30px;
        min-height: 100%;
        height: 100%;
}
.offcanvas__close-btn a {
        padding: 20px 0 20px 20px;
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container {
        display: block;
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container ul {
        padding-left: 0;
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container ul li {
        list-style-type: none;
        position: relative;
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container ul li a {
        display: block;
        width: 100%;
        color: #fff;
        padding: 10px 0;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container ul li.menu-item-has-children .open-nav {
        position: absolute;
        right: 0;
        left: auto;
        top: 5px;
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container ul li.menu-item-has-children .open-nav:after {
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        color: #fff;
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container ul li.menu-item-has-children .sub-menu {
        display: none;
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container ul li.menu-item-has-children .sub-menu .open-nav {
        display: none;
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container ul li.menu-item-has-children .open-nav.collasped:after {
        content: "\f068";
}
.offcanvas__area.off-canvas-bg .menu-primary-menu-container ul li.menu-item-has-children .sub-menu.show {
        display: block;
    }
}

@media(max-width: 767px) {
    .top-section ul.locations li.icons-name {
        padding-right: 18px;
}
.top-section ul.locations li.icons-name .icons {
        width: 30px;
        height: 30px;
}
.top-section ul.locations li.icons-name .name {
        font-size: 12px;
    }
}

@media(max-width: 576px) {
    .offcanvas__area {
        width: 100%;
        padding: 25px 15px;
}
.site-header .site-branding img {
        max-width: 135px;
    }

    body.home .site-header .tp-bar-icon a {
        font-size: 30px;
}
.top-section ul.locations li.icons-name {
        padding-right: 10px;
}
.top-section ul.locations li.icons-name .icons {
        width: 20px;
        height: 20px;
}
.top-section ul.locations li.icons-name .icons img {
        vertical-align: top;
}
.site-header {
        padding: 0 15px;
}
.site-header .site-branding {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}



/* Hero Slider
-------------------------------------------------------------*/
.common-slider {
    height: calc(100vh - 50px);
}
.common-slider .hero-slider {
    height: 100%;
}
.common-slider .hero-slider .hero-item-slider {
    position: relative;
    height: calc(100vh - 50px);
    background-size: cover;
    background-repeat: no-repeat;
}
.common-slider .hero-slider .hero-slider-caption-content {
    background: rgba(0, 0, 0, .8);
    padding-top: 55px;
    padding-left: 70px;
    padding-bottom: 60px;
    padding-right: 105px;
    position: absolute;
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.common-slider .hero-slider .hero-slider-caption-content span {
    font-size: 20px;
    line-height: 30px;
    color: #ADADAD;
    margin-bottom: 15px;
    font-family: 'montserrat-regular';
    display: block;
}
.common-slider .hero-slider .hero-slider-caption-content h2 {
    font-size: 53px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 8px;
    font-family: 'mulish-regular';
    padding: 0;
}

/* .common-slider .hero-slider .hero-slider-caption-content .buttons { margin-top: 40px;} */
.common-slider .hero-slider .hero-slider-caption-content .buttons a {
    margin-top: 40px;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'montserrat-bold';
    letter-spacing: 0.18em;
    color: #fff;
}
.common-slider .hero-slider .hero-slider-caption-content .buttons a:hover {
    color: #fff;
}
.common-slider .hero-slider .hero-slider-caption-content .buttons a:hover span svg:first-child,
.common-slider .hero-slider .hero-slider-caption-content .buttons a:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}
.common-slider .hero-slider .hero-slider-caption-content .buttons a:hover span svg:last-child,
.common-slider .hero-slider .hero-slider-caption-content .buttons a:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}
.common-slider .hero-slider .hero-slider-caption-content .buttons a span {
    position: relative;
    margin-right: 40px;
    font-size: 13px;
    color: #fff;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.common-slider .hero-slider .hero-slider-caption-content .buttons a span svg,
.common-slider .hero-slider .hero-slider-caption-content .buttons a span i {
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
}
.common-slider .hero-slider .hero-slider-caption-content .buttons a span svg:first-child,
.common-slider .hero-slider .hero-slider-caption-content .buttons a span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}
.common-slider .hero-slider .hero-slider-caption-content .buttons a span svg:last-child,
.common-slider .hero-slider .hero-slider-caption-content .buttons a span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}
.common-slider .hero-slider .hero-slider-caption-content .buttons a span::before {
    right: -22px;
    top: -23px;
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 1);
}
.common-slider .hero-slider .slick-arrow {
    width: auto;
    height: auto;
}
.common-slider .hero-slider .slick-arrow span {
    font-size: 14px;
    position: absolute;
    right: 85px;
    left: auto;
    text-transform: uppercase;
    color: #fff;
    font-family: 'montserrat-bold';
    letter-spacing: 0.18rem;
}
.common-slider .hero-slider .slick-arrow.slick-next {
    padding: 0;
    left: 30px;
    right: auto;
    z-index: 1;
    top: 50%;
    background: url(https://nexus-numbers.com/wp-content/themes/nexusnumbers/images/slider_arrow.png) no-repeat center;
    width: 38px;
    height: 64px;
    transform: translateY(50%) rotate(180deg);
    opacity: 0.6;
}
.common-slider .hero-slider .slick-arrow.slick-next span {
    top: -54px;
    right: -60px;
}
.common-slider .hero-slider .slick-arrow.slick-next::before,
.common-slider .hero-slider .slick-arrow.slick-next::after {
    display: none;
}
.common-slider .hero-slider .slick-arrow.slick-prev {
    top:50%;
    margin-top: 0;
    display: inline-block;
    margin-right: 0px;
    right: 30px;
    left: auto;
    z-index: 1;
    background: url(https://nexus-numbers.com/wp-content/themes/nexusnumbers/images/slider_arrow.png) no-repeat center;
    width: 38px;
    height: 64px;
    transform: translateY(50%);
    opacity: 0.6;
}
.common-slider .hero-slider .slick-arrow.slick-prev span {
    top: 14px;
}
.common-slider .hero-slider .slick-prev::before,
.common-slider .hero-slider .slick-prev::after {
    display: none;
}


@media(max-width: 1399px) {

    /* .common-slider,
	.common-slider .hero-slider .hero-item-slider { height: calc(100vh - 60px);} */
    .common-slider .hero-slider .hero-slider-caption-content {
        padding: 40px 65px 40px 50px;
}
.common-slider .hero-slider .hero-slider-caption-content h2 {
        font-size: 43px;
}
.common-slider .hero-slider .hero-slider-caption-content span {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width: 991px) {

    /* .common-slider .hero-slider .slick-arrow { display: none;} */
    .common-slider .hero-slider .hero-slider-caption-content .buttons {
        padding-top: 15px;
}
.common-slider .hero-slider .slick-arrow {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .common-slider .hero-slider .hero-slider-caption-content {
        width: 100%;
        left: 0;
        padding: 25px 30px 40px 30px;
}
.common-slider .hero-slider .hero-slider-caption-content h2 {
        font-size: 30px;
}
.common-slider .hero-slider .hero-slider-caption-content span {
        font-size: 16px;
    }
}

@media(max-width: 576px) {

    .common-slider,
    .common-slider .hero-slider .hero-item-slider {
        height: auto;
        background-position: left center;
    }
}



/* Two Column Layout
-------------------------------------------------------------*/
.two-column-text {
    padding: 90px 0 90px 0;
}
.two-column-text .section-title.main-title {
    padding-bottom: 50px;
}
.two-column-text .order-1 .title-content {
    padding-right: 90px;
}
.two-column-text .order-2 .title-content {
    padding-left: 90px;
}
.two-column-text .title-content .buttons {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}
.two-column-text .title-content .buttons a {
    text-decoration: none;
    display: inline-block;
}
.two-column-text .title-content .buttons a .button-text {
    border: 1px solid #171717;
    width: 250px;
    height: 250px;
    display: flex;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-out 0s;
}
.two-column-text .title-content .buttons a .button-text h4 {
    font-family: 'montserrat-medium';
    font-size: 12px;
    color: #ADADAD;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 1.3;
}
.two-column-text .title-content .buttons a .button-text h4 span {
    color: #171717;
    font-size: 24px;
    line-height: 34px;
    padding: 15px 0px;
    display: block;
    font-family: 'montserrat-regular';
    letter-spacing: 0;
    text-transform: capitalize;
}
.two-column-text .title-content .buttons a .button-text span.svg-icons {
    margin-top: 10px;
    font-size: 20px;
    color: #171717;
    position: relative;
}
.two-column-text .title-content .buttons a .button-text span.svg-icons svg {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.two-column-text .title-content .buttons a .button-text span.svg-icons svg:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}
.two-column-text .title-content .buttons a .button-text span.svg-icons svg:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}
.two-column-text .title-content .buttons a .button-text:hover {
    background-color: #171717;
}
.two-column-text .title-content .buttons a .button-text:hover h4,
.two-column-text .title-content .buttons a .button-text:hover span {
    color: #fff;
}
.two-column-text .title-content .buttons a .button-text:hover span.svg-icons svg:first-child {
    opacity: 1;
    transform: translateZ(0);
}


.two-column-text .image-experience {
    position: relative;
}
.two-column-text .image-experience .total_experience {
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0;
    border: 10px solid #ffffff;
    position: absolute;
    bottom: 0;
    background: #f5f5f3;
    left: -78px;
    border-radius: 50%;
    width: 320px;
    height: 320px;

}
.two-column-text .image-experience .total_experience h3 {
    font-size: 100px;
    line-height: 90px;
    margin-bottom: 30px;
}
.two-column-text .image-experience .total_experience h4 {
    font-size: 24px;
    color: #ADADAD;
    line-height: 31.2px;
    margin-bottom: 8px;
    font-family: 'mulish-regular';
}
.two-column-text .order-1 .image-experience .total_experience {
    right: 0;
    left: auto;
}

@media(max-width: 991px) {
    .two-column-text .order-1 .title-content {
        padding-right: 0;
}
.two-column-text .image-experience .total_experience {
        padding: 40px 60px;
        bottom: -40px;
        left: 0;
}
.two-column-text .image-experience .total_experience h3 {
        font-size: 64px;
        line-height: 80px;
}
.two-column-text .image-experience .total_experience h4 {
        font-size: 20px;
        line-height: 26.2px;
}
.two-column-text .image-experience .image {
        text-align: center;
    }

    /* .two-column-text .image-experience .image img { width: 100%;} */
}

@media(max-width: 576px) {
    .two-column-text .image-experience .total_experience {
        position: relative;
        width: 100%;
        bottom: 0;
        margin-top: 20px;
    }
}



/* Services
-------------------------------------------------------------*/
.services {
    padding: 90px 0px 90px 0px;
}
.services .services-content {
    padding-top: 50px;
}
.services .services-content .items {
    margin-bottom: 30px;
}
.services .services-content .items .item-inner-wrapper {
    cursor: pointer;
    background: #fff;
    padding: 40px 10px 30px;
    height: 100%;
    transition: all 0.3s ease 0s;
    position: relative;
}
.services .services-content .items .item-inner-wrapper .image-wrap {
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin: 0 auto 25px;
}
.services .services-content .items .item-inner-wrapper .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services .services-content .items .item-inner-wrapper a {
    text-decoration: none;
    height: 100%;
    display: inline-block;
    width: 100%;
}
.services .services-content .items .item-inner-wrapper .content-wrap .title {
    text-align: center;
    min-height: 35px;
    margin-bottom: 8px;
}
.services .services-content .items .item-inner-wrapper:hover .content-wrap h3 {
    color: #000;
    background-size: 0 1px, 100% 1px;
}
.services .services-content .items .item-inner-wrapper .content-wrap h3 {
    font-family: 'mulish-medium';
    text-align: center;
    color: #171717;
    padding: 0px 0 7px;
    font-size: 16px;
    line-height: 35px;
    color: #171717;
    background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
}
.services .services-content .items .item-inner-wrapper .content-wrap .content {
    padding-bottom: 60px;
}
.services .services-content .items .item-inner-wrapper .content-wrap .content p {
    color: #878787;
    margin-bottom: 0px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
}
.services .services-content .items .item-inner-wrapper:hover {
    background: #171717;
}
.services .services-content .items .item-inner-wrapper:hover .image-wrap img {
    filter: invert(1);
}

/* .services .services-content .items .item-inner-wrapper:hover .content-wrap .title { color:#fff;} */
.services .services-content .items .item-inner-wrapper:hover .content-wrap .title h3 {
    color: #fff;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}
.services .services-content .items .item-inner-wrapper:hover .content-wrap .content p {
    color: #fff;
}
.services .services-content .items .item-inner-wrapper:hover .content-wrap .buttons {
    color: #fff;
}
.services .services-content .items .item-inner-wrapper:hover .content-wrap .buttons span {
    color: #fff;
}

/* .services .services-content .items .item-inner-wrapper .content-wrap .buttons { } */
.services .services-content .items .item-inner-wrapper .content-wrap .buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    color: #171717;
    font-family: 'montserrat-semibold';
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: none;
}
.services .services-content .items .item-inner-wrapper .content-wrap .buttons span {
    position: relative;
    margin-right: 15px;
    font-size: 13px;
    color: #171717;
    line-height: 27px;
    text-align: center;
    display: inline-block;
}
.services .services-content .items .item-inner-wrapper .content-wrap .buttons span svg {
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
}
.services .services-content .items .item-inner-wrapper .content-wrap .buttons span svg:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}
.services .services-content .items .item-inner-wrapper .content-wrap .buttons span svg:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}
.services .services-content .items .item-inner-wrapper .content-wrap .buttons span::before {
    right: -10px;
    top: -9px;
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid rgba(215, 215, 215, 0.4);
}
.services .services-content .items .item-inner-wrapper .content-wrap .buttons:hover span svg:first-child {
    opacity: 1;
    transform: translateZ(0);
}



/* Industries css
-------------------------------------------------------------*/
/* .services.indsturies .services-content .items .item-inner-wrapper .content-wrap h3 {  } */



/* Page Banner Css
-------------------------------------------------------------*/
.breadcrumb__area {
    padding: 140px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb__area:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.25);
}
.breadcrumb__area .breadcrumb__content {
    position: relative;
    z-index: 1;
}
.breadcrumb__area .breadcrumb__content h2 {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
    line-height: 1.3;
    font-family: 'mulish-regular';
}

@media(max-width: 1199px) {
    .breadcrumb__area .breadcrumb__content h2 {
        font-size: 40px;
    }
}

@media(max-width: 767px) {
    .breadcrumb__area .breadcrumb__content h2 {
        font-size: 35px;
    }
}



/* Testimonials css
-------------------------------------------------------------*/
.testimonial {
    padding: 90px 0px 90px 0px;
}
.testimonial .testimonial-content {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background: none !important;
}

/* .testimonial .testimonial-content .testimonials .items {padding-top: 50px; } */
.testimonial .testimonial-content .testimonials .items p {
    font-size: 18px;
    line-height: 1.3;
    font-family: 'mulish-regular';
}
.testimonial .testimonial-content .testimonials .items h4 {
    padding-top: 40px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'mulish-medium';
    letter-spacing: 2.16px;
    line-height: 15.6px;
    margin-bottom: 8px;
}
.testimonial .testimonial-content .testimonials .items span.designation {
    font-family: 'montserrat-regular';
    font-size: 14px;
    line-height: 26px;
}
.testimonial .testimonial-content .testimonials .slick-arrow {
    width: auto;
    height: auto;
    color: #171717;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial .testimonial-content .testimonials .slick-arrow:before {
    content: unset;
}
.testimonial .testimonial-content .testimonials i {
    font-size: 17px;
    width: 55px;
    height: 55px;
    border: 1px solid #D9D9D9;
    line-height: 55px;
    border-radius: 50%;
}
.testimonial .testimonial-content .testimonials .slick-prev {
    z-index: 1;
    left: -120px;
}
.testimonial .testimonial-content .testimonials .slick-prev::after {
    position: absolute;
    top: 52%;
    right: -26px;
    content: "";
    width: 55px;
    height: 1.3px;
    background-color: #171717;
}
.testimonial .testimonial-content .testimonials .slick-next {
    right: -120px;
}
.testimonial .testimonial-content .testimonials .slick-next::before {
    position: absolute;
    top: 52%;
    left: -26px;
    content: "";
    width: 55px;
    height: 1.3px;
    background-color: #171717;
}
.testimonial .section-title span{
    font-family: 'mulish-bold';
    font-size: 40px;
    line-height: 1.3;
    color: #171717;
    margin-bottom: 30px;
}
@media(max-width: 1199px) {
    .testimonial .testimonial-content .testimonials .slick-arrow {
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 30px;
}
.testimonial .testimonial-content .testimonials .slick-arrow.slick-prev {
        left: -120px;
}
.testimonial .testimonial-content .testimonials .slick-arrow.slick-next {
        right: -120px;
}
.testimonial .testimonial-content .testimonials .items .content-wrap {
        margin-bottom: 30px;
}
.testimonial .testimonial-content .testimonials .items h4 {
        padding-top: 20px;
    }
}

@media(max-width: 767px) {
    .testimonial .testimonial-content .testimonials .items p {
        font-size: 16px;
    }
}



/* Error Page
-------------------------------------------------------------*/
.error-404 .page-header h2 {
    font-size: 36px;
    font-family: 'mulish-medium';
    margin-top: 20px;
    margin-bottom: 10px;
}
.error-404 .page-header p {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.error-404 .page-header img {
    width: 500px;
}
.error-404 input.search-field {
    height: 50px;
    outline: 0;
    width: 270px;
    line-height: 27.2px;
    font-family: 'montserrat-regular';
    color: #fff;
}

input.search-submit {
    background: #171717;
    padding: 17px 10px;
    color: #fff;
    border: 0;
    outline: 0;
}



/* Full Column Layout Page
-------------------------------------------------------------*/
.full-column-text {
    padding: 90px 0px 90px 0px;
}



/* Contact Info Section css
-------------------------------------------------------------*/
.contact-info-section {
    padding: 0 0px 0 0px;
}
.contact-info-section .contact-info-box {
    height: 100%;
    border: 1px solid #F1F1F1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.contact-info-section .contact-info-box span {
    display: block;
    margin-bottom: 25px;
}
.contact-info-section .contact-info-box span i {
    color: #171717;
    font-size: 60px;
}
.contact-info-section .contact-info-box h3 {
    transition: all 0.3s ease-out 0s;
}
.contact-info-section .contact-info-box p a {
    text-decoration: none;
    color: #878787;
}

@media(max-width: 1199px) {
    .contact-info-section .contact-info {
        margin-bottom: 20px;
}
.contact-info-section .contact-info:last-child {
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
    .contact-info-section .contact-info-box span i {
        font-size: 50px;
    }
}




/* Footer Css
-------------------------------------------------------------*/
.site-footer {
    background: #171717;
}
.site-footer .footer-top {
    padding: 45px 0 30px;
}
.site-footer .footer-top .title {
    font-size: 12px;
    font-family: 'mulish-medium';
    color: #fff;
    ;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    line-height: 22px;
    /*margin-bottom: 20px;*/
    margin-bottom: 16px;
}
.site-footer .footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer .footer-top ul li {
    margin-bottom: 0;
    transition: all 0.3s ease-out 0s;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 35.5px;
    font-family: 'montserrat-regular';
    color: #a1a1a1;
}
.site-footer .footer-top ul li:hover {
    opacity: 0.8;
}
.site-footer .footer-top ul li a {
    color: #a1a1a1;
    text-decoration: none;
}
.site-footer .footer-top ul li a:hover {
    color: #fff;
}
.site-footer .footer-bottom {}
.site-footer .footer-bottom .content {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.common-slider .hero-slider .hero-item-slider img{
    width: 100%;
}

@media(max-width: 991px) {

    /*.site-footer .footer-top { padding: 70px 0 50px;}*/
    .site-footer .footer-col {
        padding-bottom: 30px;
    }
}

/*sticky header*/
.contact-info-section .contact-info-box p a:hover{
    text-decoration: underline;
}
body.home .header-content .sticky.site-header {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
    background-color: #000;
    box-shadow: 0px 8px 10px #00000015;
}
.page-id-192 .contact-info-section .cont-lt .section-title{
    text-align: center;
    margin: 50px 0 0 0;
}
.page-id-192 .contact-info-section{
    clear: both;
}
.page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box{
    float: left;
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box:last-child span.icons{
    display: none;
}
.page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box:last-child ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box:last-child ul li{
    padding: 0 10px;
}
.page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box p{
    margin: 0;
}
.page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box:last-child ul li img{
    width: 40px;
}
.page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box span i{
    font-size: 40px;
}
.page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box:last-child ul li a:hover{
    opacity: 0.5;
}
.page-id-192 .contact-info-section .cont-rt .section-title{
    text-align: center;
}
.page-id-192 .contact-info-section .cont-rt .section-title h2{
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.page-id-192 .contact-info-section .cont-rt .form-row .form-col.half-col{
    float: left;
    width: 50%;
}
.page-id-192 .contact-info-section .cont-rt .form-row .form-col{
    padding: 0 10px;
    float: left;
    width: 100%;
}
.page-id-192 .site-footer{
    clear: both;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.page-id-192 .contact-info-section .cont-rt .form-row .form-col:nth-child(3){
    width: 50%;
}
.page-id-192 .contact-info-section .cont-rt .form-row .form-col input{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.page-id-192 .contact-info-section .cont-rt .contact-form{
    max-width: 1000px;
    margin: 0 auto;
}
.page-id-192 .contact-info-section .cont-rt .form-row .form-col.form-btn input{
    width: auto;
    background: #000;
    padding: 15px 50px;
    border: 2px #000 solid;
    color: #fff;
    font-weight: bold;
}
.page-id-192 .contact-info-section .cont-rt .form-row .form-col.form-btn input:hover{
    background: transparent;
    color: #000;
}
.page-id-192 .contact-info-section .cont-rt .form-row .form-col.form-btn p{
    text-align: center;
}
.top-section ul.locations.icons_1 li.icons-name{
    padding-right: 20px;
}
.top-section ul.locations li.icons-name a:hover .name{
    opacity: 0.7;
}
@media only screen and (max-width: 1199px){
    .common-slider .hero-slider .hero-slider-caption-content{
        width: 60%;
    }
    .common-slider .hero-slider .hero-slider-caption-content span,
    .common-slider .hero-slider .hero-slider-caption-content h2{
        text-align: center;
    }
    .hero-slider-caption .hero-slider-caption-content .buttons{
        text-align: center;
    }
    .page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box{
        padding:30px 5px;
        min-height: 250px;
    }
}
@media only screen and (max-width: 991px){
    .two-column-text .col-lg-6.order-1{
        margin-bottom: 50px;
    }
    .page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box{
        width: calc(50% - 20px);
    }
    .page-id-192 .contact-info-section .cont-rt .form-row .form-col.form-btn p .wpcf7-spinner{
        display: block;
        margin: 10px auto 0;
    }
    .top-section .container{
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px){
    .testimonial .section-title span{
        font-size: 28px;
    }
    .testimonial .container{
        padding: 0 30px;
    }
    .services.industries .section-title h2{
        margin-bottom: 0;
    }
    .common-slider .hero-slider .hero-slider-caption-content {
        width: 100%;
        position: initial;
        transform: none;
    }
    .hero-slider-caption .container{
        padding: 0;
    }
    .common-slider{
        height: auto;
    }
    .top-section ul.locations li.icons-name .icons img{
        padding: 0;
    }
    .top-section ul.locations li.icons-name{
        padding-top: 5px;
    }
    .services.industries .section-title .section-title span{
        padding: 0;
    }
    .page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box {
        width: 100%;
        margin: 7px 0;
        flex-flow: row;
        column-gap: 10px;
        justify-content: flex-start;
        align-items:center;
        min-height: auto;
        padding: 20px 20px;
    }
    .page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box p br{
        display: none;
    }
    .page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box p{
        text-align: left;
    }
    .page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box span{
        margin: 0;
    }
    .page-id-192 .contact-info-section .cont-lt .contact-info .contact-info-box span i {
        font-size: 30px;
    }
}
@media only screen and (max-width: 479px){
    .header-content {
        position: relative;
        
    }
    .page-id-192 .contact-info-section .cont-rt .form-row .form-col.half-col,
    .page-id-192 .contact-info-section .cont-rt .form-row .form-col:nth-child(3){
        width: 100%;
    }
    .page-id-192 .contact-info-section .cont-rt .form-row .form-col,
    .page-id-192 .contact-info-section .cont-rt .form-row .form-col.half-col{
        padding: 0 5px;
    }
    .breadcrumb__area{
        padding:130px 0 60px;
    }
    .breadcrumb__area .breadcrumb__content h2{
        margin: 0;
    }
    .top-section ul.locations.icons_2{
        float: none;
    }
    .top-section ul.locations.icons_1 span.name{
        display: none;
    }
    .top-section ul.locations.icons_1,
    .top-section ul.locations.icons_2{
        width: 49%;
    }

}