/*!
Theme Name: Stel Engineered
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: stelengineered
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.

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

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


/* font-family: 'Poppins', sans-serif; */

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}


/* html,body{scroll-behavior: smooth;} */

:focus {
    outline: none;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

button:focus {
    box-shadow: none !important;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

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

input,
textarea,
button,
select,
span,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    font-weight: 400;
}

p,
li {
    font-size: 18px;
    line-height: 1.67;
    color: #4c4c55;
    font-weight: 400;
    margin: 0 0 20px 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000;
    font-weight: 400;
}

h1,
.h1 {
    font-size: 70px;
    letter-spacing: -3px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 300;
}

h2,
.h2 {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 40px;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 50px;
}

h5,
.h5 {
    font-size: 35px;
}

h6,
.h6 {
    font-size: 26px;
    line-height: 1.3;
}


/*input, textarea, select { font-family: 'Montserrat', sans-serif; font-size: 18px; padding: 28px 20px; width: 100%; border:none; background: transparent; border-radius: 0; border-bottom: 1px solid #7d7d7d !important; appearance:none !important; -webkit-appearance:none !important; -moz-appearance:none !important; -ms-appearance:none !important; -o-appearance:none !important; border-radius: 0 !important; font-weight: 400; color: #000000; }*/

textarea {
    height: 100px;
}

::-webkit-input-placeholder {
    color: inherit !important;
    font-size: inherit !important;
}

:-ms-input-placeholder {
    color: inherit !important;
    font-size: inherit !important;
}

::placeholder {
    color: inherit !important;
    font-size: inherit !important;
}

button {
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    cursor: pointer;
}

input[type="submit"]:focus {
    outline: none;
}

select {
    outline: none !important;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-decoration: none;
    color: #4c4c55;
}

a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #000;
}


/*ul li + li{margin-top: 25px;}*/


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

a:hover {
    opacity: 0.7;
}


/*.h-menu{display: none;}*/


/*Common Section*/

.clearfix::before,
.clearfix::after {
    visibility: hidden;
    display: table;
    content: " ";
    clear: both;
}

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

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-underline {
    text-decoration: underline;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-space {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.common-btn {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #000000;
    margin: 0;
    padding: 20px 36px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 5px;
}

.common-btn:hover {
    background: transparent;
    color: #ffffff;
}

.common-padding {
    padding: 140px 0;
}

.common-padding-bottom {
    padding-bottom: 140px;
}

.common-padding-top {
    padding-top: 140px;
}

.common-padding-bottom-none {
    padding-bottom: 0px !important;
}

.common-padding-top-none {
    padding-top: 0px;
}

.common-margin-bottom-none {
    margin-bottom: 0 !important;
}

.txt-white {
    color: #fff;
}

.txt-black {
    color: #000;
}

.wd-100 {
    width: 100%;
}

.wd-70 {
    width: 70%;
}

.wd-60 {
    width: 60%;
}

.wd-50 {
    width: 50%;
}

.wd-40 {
    width: 40%;
}

.wd-30 {
    width: 30%;
}

.w-100 {
    font-weight: 100;
}

.w-300 {
    font-weight: 300;
}

.w-500 {
    font-weight: 500;
}

.w-600 {
    font-weight: 600;
}

.wrapper {
    width: 87.231%;
    margin: 0 auto;
    padding: 0 30px;
}


/*header{position: relative;z-index: 999;}*/

header {
    position: fixed;
    z-index: 999;
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.site-logo a {
    max-width: 123px;
    display: block;
}


/*#primary-menu { display: none; }*/
.site-header.fixed {
    background-color: #000;
}
.site-header.fixed .site-logo a {
    max-width: 84px;
}
.site-header.fixed .contact-txt a {
	font-size: 17px;
}
.site-header.fixed .menu-toggle .lines{
    transform: scale(0.9);-webkit-transform: scale(0.9);-moz-transform: scale(0.9);
  }
  .site-header.fixed .menu-toggle .rectangle {
    width: 55px;
    height: 32px;border-radius: 4px;
  }
.header-inner {
    padding: 20px 50px;
}

.contact-txt a {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 10px;
    color: #ffffff;
    font-weight: 400;
}

.menu-block {
    margin-left: 60px;
}

.menu-toggle .rectangle {
    top: 0;
    left: 0;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 6px;
    width: 70px;
    height: 43px;
    box-sizing: border-box;
    transition: all 1s;
    border: 0.4vh solid transparent;
    display: block;
    font-size: 0;
}

.menu-toggle .rectangle:before,
.menu-toggle .rectangle:after {
    content: "";
    border: inherit;
    position: absolute;
    top: -0.5vh;
    left: -0.4vh;
    background-color: #fff;
    border-radius: inherit;
    height: 100%;
    width: 100%;display: none;
}

.menu-toggle .rectangle:before {
    transform: rotate(60deg);
}

.menu-toggle .rectangle:after {
    transform: rotate(-60deg);
}

button.menu-toggle {
    box-shadow: none;
    outline: none;
    background: transparent;
    display: block;
    padding: 0;
    position: relative;
    z-index: 999;font-size: 0;
}

.menu-toggle svg {
    height: auto;transition: all .3s;
}
.site-header.fixed .menu-toggle svg {
width: 60px;
}
.lines {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%;top: 0;
    left: 1px;
}

.line {
    display: block;
    width: 26px;
    height: 2px;
    background: #000;
    margin: 0 0 5px 0;
}

.line:last-child {
    margin-bottom: 0;
}


/*a:not([class]):hover{text-decoration: underline;}*/

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

.contact-txt {
    padding-right: 20px;
}


/*-----Menu Start--*/

.lines .bar {
    width: 3rem;
    height: 1rem;
    position: relative;
    display: block;
    margin-top: 0rem;
}

.lines .bar span,
.lines .bar:before,
.lines .bar:after {
    display: block;
    background: #000000;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0.3rem;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.lines .bar span {
    top: 0;
}

.lines .bar:before,
.lines .bar:after {
    content: "";
}

.lines .bar:before {
    top: 50%;
}

.lines .bar:after {
    top: 100%;
}

.lines:hover .bar span {
    transform: translateY(-0.3rem);
    -webkit-transform: translateY(-0.3rem);
    -moz-transform: translateY(-0.3rem);
}

.lines:hover .bar:after {
    transform: translateY(0.3rem);
    -webkit-transform: translateY(0.3rem);
    -moz-transform: translateY(0.3rem);
}

.menu-active .lines .bar span,
.menu-active .lines .bar:before,
.menu-active .lines .bar:after {
    background: #000000;
}

.menu-active .lines .bar span {
    transform: translateY(0.5rem) translateX(0) rotate(45deg);
    -webkit-transform: translateY(0.5rem) translateX(0) rotate(45deg);
    -moz-transform: translateY(0.5rem) translateX(0) rotate(45deg);
}

.menu-active .lines .bar:before {
    opacity: 0;
}

.menu-active .lines .bar:after {
    transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-0.5rem) translateX(0) rotate(-45deg);
}


.lines {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;position: absolute;
}

.lines .bar {
    display: inline-block;
    vertical-align: middle;
}

.lines .bar {
    margin: 0 auto;
}

.header-right {
    position: fixed;
    height: 100%;
    top: 0;
    width: 36.5%;
    transform: translateX(100%);
    transition: 1s all;
    background-color: #000;
    right: 0;width: 100%;max-width: 700px;z-index: 1;padding: 105px 0 20px;
}

#site-navigation ul li a {
    font-size: 50px;
    line-height: 120px;
    color: #ffffff;
    font-weight: 275;
    font-family: "Poppins";
    position: relative;line-height: 1.5;
}

.header-right.active {
    transform: translateX(0%);
}

body.overflow {
    overflow: hidden;
}

.menu-block {
    margin-left: 160px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);overflow-y: auto;height: calc(100vh - 105px);
}

#site-navigation ul li a:hover {
    font-weight: bold;
    opacity: 1;
}


#site-navigation ul li a:before{
    content: '';
    background: #fff;
    width:0;
    height: 2px;
    left: -240px;
    top: 50%;
    position: absolute;opacity: 0;transition: all .3s;
}
#site-navigation ul li a:hover:before,.header-right.active #site-navigation ul li.current-menu-item > a:before {
    width: 207px;opacity: 1;
}
.main-navigation{ display: flex; align-items: center; width: 100%; height: auto; margin: auto; justify-content: center; min-height: 72%;}
.main-navigation > ul{height: 100%; display: block; width: 100%; margin: auto;}

body.overflow main#site-content {
    /* filter: blur(3px); */
}

body.overflow .contact-txt a {
    /* filter: blur(3px); */
}

body.overflow .site-logo.site-branding {
    /* filter: blur(3px); */
}

.bottom_bar label {
    font-size: 20px;
    letter-spacing: 4px;
    color: #808080;
    font-weight: 500;
    font-family: "Poppins";
}

.bottom_bar a {
    font-size: 27px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    display: block;
    padding-bottom: 30px;
    padding-top: 10px;
}

.bottom_bar .phone:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: grey;
    width: 59%;
    height: 2px;
}

.bottom_bar .phone {
    margin-bottom: 22px;
    position: relative;
}

.bottom_bar a:hover {
    color: grey;
}
.site-logo {
    position: relative;
    z-index: 1;
  }


/*-----Menu End--*/

.banner-sub-title {
    font-size: 50px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 22px;
}


/*.hero-mt { margin-top: -140px; } */

.hero-section {
    position: relative;
    min-height: 300px;
    height: 100%;
    max-height: 1232px;
    background-color: #fff;overflow: hidden;
}

.hero-block-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20.4%;z-index: 2;
}

.hero-content {
    max-width: 1020px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 190px 0 0 0;
}

.hero-block-wrap .wrapper {
    height: 100%;
}

.experience-img p,
.subline {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.5;
}

.experience-img p {
    padding-left: 14px;
    color: #000000;
}

.subline {
    color: #5d5d5d;
}

.experience-section {
    padding: 328px 0;
    position: relative;
    background-color: #fefefe;
}

.experience-section .wrapper {
    position: relative;
    z-index: 9
}

.experience-section:before {
    background-image: url(images/grey-hex1.png);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: -200px;
    width: 100%;
    height: 102%;
    z-index: 1;
}

.experience-section:after {
    background-image: url(images/grey-hex2.png);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 0;
    bottom: 150px;
    width: 128px;
    height: 411px;
    z-index: 1;
}

.experience-block>div {
    width: 50%;
}

.experience-content p {
    line-height: 2.222;
    color: #5d5d5d;
}

.experience-content .subline {
    margin-bottom: 50px;
}

.experience-content .heading {
    margin-bottom: 60px;
}

.experience-content {
    padding-right: 13%;
}


/*--Footer Css Start--*/

.footer-top-bar {
    padding: 55px 0;
    background-color: #fff;
    box-shadow: -38.389px 47.406px 142px 0px rgba(0, 1, 1, 0.11);
    position: relative;
}

.footer-top-bar {}

.footer-top-bar .f-logo-part {}

.footer-top-bar .f-logo-part .col .f-logo:first-child {
    padding-right: 80px;
    position: relative;
}

.footer-top-bar .f-logo-part .col .f-logo:first-child:after {
    position: absolute;
    content: '';
    background-color: #000;
    opacity: 0.2;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}

.footer-top-bar .f-logo-part .col .f-logo:last-child {
    padding-left: 80px;
}
.footer-top-bar .f-logo-part a[href="#"]{pointer-events: none;}
.footer-top-bar .f-menu-part {
    padding-left: 205px;
}

.footer-top-bar .f-menu-part a {
    font-size: 18px;
}

.footer-top-bar .f-menu-part .current-menu-item a {
    text-decoration: underline;
}

.footer-top-bar .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-transform: uppercase;
}

.footer-main-part {
    padding: 85px 0 95px;
    background-color: #000;
    position: relative;
}

.footer-main-part:after {
    position: absolute;
    content: '';
    width: 1107px;
    height: 95px;
    bottom: 0;
    left: 0;
    background-image: url(images/footer-poligon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-main-part .f-main-content {}

.footer-main-part .f-main-content .f-details {
    color: #fff;
}

.footer-main-part .f-main-content .f-details .top-add {
    padding-bottom: 55px;
    position: relative;
}

.footer-main-part .f-main-content .f-details .top-add:after {
    position: absolute;
    content: '';
    width: calc(100% - 60px);
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
    bottom: 0;
    left: 0;
}

.footer-main-part .f-main-content .f-details .wd-50:first-child {
    padding-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-main-part .f-main-content .f-details .wd-50:last-child {
    padding-left: 50px;
}

.footer-main-part .f-main-content .f-details .col:first-child {
    margin-bottom: 25px;
}

.footer-main-part .f-main-content .f-details .col.address {
    margin-bottom: 45px;
}

.footer-main-part .f-main-content .f-details .f-title {
    display: block;
    color: #9c9c9c;
    letter-spacing: 2px;
}

.footer-main-part .f-main-content .f-details .tel,
.footer-main-part .f-main-content .f-details .mail {
    font-size: 30px;
}

.footer-main-part .f-main-content .f-details .f-link {
    color: #fff;
}

.footer-main-part .f-main-content .f-details .address .f-link,
.footer-main-part .f-main-content .f-details .location {
    font-weight: 300;
}

.footer-main-part .f-main-content .f-details .address .f-link {
    font-size: 24px;
}

.footer-main-part .f-main-content .f-copyright {
    color: #fff;
    margin-top: 45px;
}

.footer-main-part .f-main-content .f-copyright .copy {
    color: #fff;
}

.footer-main-part .f-main-content .f-copyright .copy a {
    color: #fff;
}

.footer-main-part .f-main-content .f-copyright .copy a:hover {
    text-decoration: underline;
}

.footer-main-part .f-main-content .f-copyright .copy .f-line {
    margin: 0 20px;
}

.footer-main-part .f-main-content .f-map .map-wrap {
    width: 100%;
    height: 315px;
}

.f-copyright {
    display: block;
}

.mobile-v {
    display: none;
}


/*--Footer Css End--*/


/*--Privacy Policy Page Start--*/

.privacy-policy .content-section * {
    color: #5d5d5d;
}

.privacy-policy .content-section {
    margin-top: 40px;
    margin-bottom: 110px;
}

.privacy-policy .content-section div {
    margin-bottom: 90px;
}

.privacy-policy .content-section div.gray-bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 75px;
    background-color: #f8f8f8;
}

.privacy-policy .content-section div.gray-bg .wd-50 {
    width: 46%;
}

.privacy-policy .content-section div.gray-bg div {
    margin-bottom: 0;
}

.privacy-policy .content-section div.gray-bg p:last-child {
    margin-bottom: 0;
}

.privacy-policy .content-section strong {
    font-weight: 600;
    font-size: 22px;
}

.privacy-policy .content-section h2,
.privacy-policy .content-section h3,
.privacy-policy .content-section h4,
.privacy-policy .content-section h5,
.privacy-policy .content-section h6,
.privacy-policy .content-section p {
    margin-bottom: 30px;
}

.privacy-policy .content-section h2,
.privacy-policy .content-section h3,
.privacy-policy .content-section h4,
.privacy-policy .content-section h5,
.privacy-policy .content-section h6 {
    font-weight: 600;
    color: #000;
}

.privacy-policy .content-section ol,
.privacy-policy .content-section ul,
.privacy-policy .content-section li {
    padding-left: 20px;
    list-style: inherit;
}

.privacy-policy .content-section p {
    line-height: 2.125em;
}

.privacy-policy .content-section ol {
    list-style: decimal;
}

.privacy-policy .content-section li {
    line-height: 40px;
    font-weight: 600;
    padding-left: 0;
}

.privacy-policy .content-section a {
    font-weight: 600;
    border-bottom: 1px solid #5d5d5d;
    padding-bottom: 1px;
}


/*--Privacy Policy Page End--*/


/*---- Contact Us Page Start----*/

.contact-us {}

.contact-us .hero-mt {
    margin-top: 0;
}

/* .contact-us .hero-block-wrap {
    padding-bottom: 130px;
} */

.contact-us .contact-part {
    margin-top: 110px;
}

.contact-part .col {}

.contact-part .contact-detail {
    width: 32%;
    padding-right: 100px;
    border-right: 1px solid #e0e0e0;
}

.contact-part .contact-detail .sec {
    padding: 70px 63px 60px;
    border-bottom: 1px solid #e0e0e0;
}

.contact-part .contact-detail .sec:last-child {
    border-bottom: none;
}

.contact-part .contact-detail .title-text {
    color: #5d5d5d;
    display: block;
    letter-spacing: 2px;
    position: relative;
}

.contact-part .contact-detail .title-text:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -60px;
    top: 3px;
}

.contact-part .contact-detail .title-text.tel:before {
    background-image: url(images/call-icon.png);
}

.contact-part .contact-detail .title-text.email:before {
    background-image: url(images/mail-icon.png);
}

.contact-part .contact-detail .title-text.location:before {
    background-image: url(images/location-icon.png);
}

.contact-part .contact-detail .link {
    color: #000;
    font-size: 24px;
}

.contact-part .contact-detail .c-address .link {
    color: #000;
    font-size: 22px;
}

.contact-part .contact-form {
    width: 68%;
    padding-left: 140px;
}

.contact-part .contact-form .form-part {
    margin-top: 76px;
}

.form-part input[type="text"],
.form-part input[type="number"],
.form-part input[type="tel"],
.form-part input[type="email"],
.form-part textarea {
    border: 1px solid #e0e0e0;
    height: 88px !important;
    width: 100%;
    padding: 30px !important;
}

.form-part textarea {
    height: 150px !important;
}

.form-part .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-part .gfield {
    margin-bottom: 25px;
    width: 100%;
}

.form-part .gform_button {
    background-color: #000;
    width: 306px;
    height: 89px;
    line-height: 89px;
    font-size: 19px;
    color: #fff;
    border: 1px solid #000;
}

.form-part .gform_button:hover {
    background-color: #fff;
    color: #000;
}

::placeholder {
    color: #5d5d5d;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #5d5d5d;
}

::-ms-input-placeholder {
    color: #5d5d5d;
}

.contact-us .gform_heading {
    display: none;
}

.form-part .wd-50 {
    display: inline;
    width: 48%;
}

.contact-page-map {
    margin: 130px 0 75px 0;
}

.contact-page-map .map-wrap {
    height: 515px;
}

.contact-page-map .h3 {
    margin-bottom: 40px;
}

.inner-hero-content.hero-content {
    padding: 140px 0 0 0;
  }

/*---- Contact Us Page End----*/

/* thank you */
.thankyou-content{color: #ffffff;font-size: 24px; line-height: 34px;}
.thank-you .hero-block-wrap{padding-bottom: 130px;}

/*---- eng Page ----*/
.eng-part .eng-box .eng-right.remote-col-2 {
    max-width: 61%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    text-align: right;
    padding-right: 260px;
    padding-left: 40px;
}
.eng-part .eng-box .eng-left-image.remote-col-2 {
    max-width: 39%;
    width: 100%;
    position: relative;	
}
.eng-part .eng-left-image::before {
    content: "";
    width: 100vw;
    border-bottom: solid 1px #000;
    position: absolute;
    right: 440%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0.3;	
}
.eng-part .eng-right-image::after {
    content: '';
    width: 100vw;
    border-bottom: solid 1px #000;
    position: absolute;
    right: 8%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0.3;	
}
.eng-page .eng-part .eng-left-image::before {
    content: "";
    width: 100vw;
    border-bottom: solid 1px #000;
    position: absolute;
    right: 439%;
    top: 55%;
    z-index: 1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0.3;
}
.eng-page .eng-part .eng-box:nth-child(3n) .eng-left-image::before {
    content: "";
    width: 100vw;
    border-bottom: solid 1px #000;
    position: absolute;
    right: 436%;
    top: 52%;
    z-index: 1;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0.3;
}
.eng-part .eng-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: 90px;
    padding: 0 95px;	
}
.eng-part .eng-box .eng-right-image.remote-col-2 {
    max-width: 39%;
    position: relative;		
}
.eng-part .eng-box .eng-left.remote-col-2 {
    max-width: 61%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    padding-left: 170px;
    padding-right: 9px;	
}
.about-part .col.about-right-img img.img2 {
    margin-top: -30px;
    margin-left: 90px;
}
.eng-part .eng-box:nth-child(2n) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
     padding-top: 70px;
}
.eng-part .eng-box:nth-child(3n) {
    padding-top: 130px;
}
.eng-part .eng-box h3 {
    width: 100%;
font-size: 48px;
letter-spacing: -2px;
line-height: 41px;
color: #000000;
font-weight: 400;
font-family: "Poppins";	
    padding-bottom: 50px;line-height: 1.1;
}
.eng-part .eng-box p {
    line-height: 40px;
    color: #5d5d5d;
}
.eng-part .eng-title {
    text-align: center;
}
.eng-part .eng-title h2{
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1.45;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    padding-bottom: 40px;	
}
.eng-part .eng-title p {
    line-height: 40px;
    color: #5d5d5d;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
}
.eng-part {
    margin: 100px 0 200px 0;
    overflow-x: hidden;	
}
.about-us .eng-part {
    margin: 210px 0 200px 0;
}
.callout-box h3 {
    font-size: 70px;
    letter-spacing: -3px;
    line-height: 41px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Poppins";
    padding-bottom: 60px;	
}
.callout-box p {
    font-size: 24px;
    line-height: 49px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}
.callout-box {
    background-size: cover;
	    padding: 250px 200px;
}
/*---- eng Page End----*/

/*---- About Page ----*/
.about-team-sec .about-title h2 {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 41px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
    padding-bottom: 50px;
}
.about-team-sec .about-title p {
    line-height: 40px;
    color: #5d5d5d;
}
.about-team-sec .team-inner {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -25px 0px;
    position: relative;	
}
.about-team-sec .team-bg-box {
    padding: 100px 0 20px 0;
}
.about-team-sec .team-inner h4 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    padding-top: 25px;	
}
.about-team-sec .team-inner p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
}
.about-team-sec .text-center {
    text-align: center;
    position: relative;
}

.about-team-sec .team-box {
    width: calc(100% / 3 - 50px);
    padding: 47px 31px;
    margin: 0 25px 25px;
    text-align: center;
}
.about-team-sec .team-inner .team-box img {
    width: 100%;
    filter: grayscale(100%);	
}
.about-team-sec .team-inner .team-box:hover img {
    /*filter: grayscale(0%);	
    transition: 0.5s;
    -webkit-transition: 0.5s;	*/
}
.team-bg-box::before {
    content: "";
    background-color: #f9f9f9;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 72.6%;
}
.about-team-sec .team-bg-box:before{height: 100%;}
.about-team-sec .team-bg-box {
    position: relative;
    z-index: 99;
}
.about-part .about-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about-part {
    overflow-x: clip;
    padding-top: 160px;
}
.about-us .hero-img img,.eng-page .about-us .hero-img img {
    width: 100%;
}
.about-part .col.about-detail {
    width: 52%;
    padding-right: 16%;
}
.about-part .col.about-right-img {
    width: 48%;
    position: relative;
}
.about-part .col.about-right-img::after {
    content: "";
    right: -291px;
    top: 0;
    background-image: url(images/polygon.png);
    width: 100%;
    height: 1392px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;	
}
.about-part h3 {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 58px;
    color: #000000;
    font-weight: 500;
    font-family: "Poppins";
    padding-bottom: 50px;	
}
.about-part ul h4 {
    font-size: 20px;
    letter-spacing: 4px;
    color: #000000;
    font-weight: 700;
    font-family: "Poppins";
    text-transform: uppercase;
    padding-bottom: 5px;
;	
}
.about-part p {
    line-height: 40px;
    color: #5d5d5d;
    padding-bottom: 80px;
    margin-bottom: 0;
}
.about-part ul p {
    line-height: 32px;
}
.about-part ul li {
    position: relative;
    padding-left: 40px;	
}
.about-part ul li::before {
    content: "";
    left: 0;
    top: 6%;
    background-image: url(images/check.png);
    width: 16px;
    height: 16px;
    position: absolute;
}
.about-part ul li:last-child p {
    padding-bottom: 0;
}
/*---- About Page End----*/

#site-navigation ul li.current_page_item > a {
    font-weight: bold;
}
.svg-animation {
	position: absolute;
    bottom: -4px;
    max-width: 100%;width: 100%;z-index: 2;
  }
  .svg-animation svg{display: block;    width: 100%;    height: auto;}
  /* .anim {
	visibility: hidden;
  }
  @keyframes fade {
	100% { visibility: visible; }

  } */
  body{overflow-x: hidden;}
.anim {
    opacity: 0;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
    
}
.t {
   
    transform: matrix(1, 0, 0, 1,0,0) !important;
    -webkit-transform: matrix(1, 0, 0, 1,0,0) !important;
    -moz-transform: matrix(1, 0, 0, 1,0,0) !important;
    /* animation: fade 1s ease forwards; */

}
.hero-img {
    position: relative;
  }
  .hero-img::before,.banner-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
  }
  .banner-video {
    height: 100%;
    position: relative;padding-top: 62.813%;
  }
  .banner-video::before {
    z-index: 2;
  }
  .banner-video video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    }
  .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);opacity: 0;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;pointer-events: none;
  }
  .header-right.active + .overlay{opacity: 1;}
  .hero-img {
    height: 100%;
}
  .hero-img img{width: 100%;min-height: 300px;height: 100%;
    object-fit: cover;}

.error-404 .thankyou-content p {
    font-size: inherit;
    color: inherit;
    margin-top: 3%;
}
.error-404 .inner-hero-content a.common-btn{margin-top: 25px;opacity: 1;}
.error-404 .inner-hero-content a.common-btn:hover{background-color: #fff;color: #000;}
.error-404 .inner-hero-content{height: auto;}
@keyframes fade {
	100% { transform: translate(0,0); }

  }

  body:not(.home) .hero-img { padding-top: 42.969%; z-index: 0;}
  body:not(.home) .hero-img img { position: absolute; top: 0; left: 0; z-index: 0; object-fit: cover; }
  body:not(.home) .hero-img::before {z-index: 1;}
  #site-navigation > ul > li { margin-bottom: 34px; }
  .menu-block { padding-left: 240px; padding-right: 20px;overflow-x: hidden; }
  .header-right .menu-block{margin-left: 0;}
  .header-right {background: linear-gradient(to left,#000 0% 90%,transparent 90% 100%);max-width: 780px;}
  .bottom_bar{height: auto;display: flex; flex-direction: column; justify-content: flex-end; margin-top: auto;}
  #site-navigation ul li li a { font-size: 35px; line-height: 1.5; font-weight: 275; }
  #site-navigation ul li li { margin-top: 10px; }
  #site-navigation ul li li:last-child { margin-bottom: 0; }
  .expand { display: inline-block; width: 35px; height: 35px; background: transparent; line-height: 1; position: relative; left: 0px; top: 0; cursor: pointer; margin-left: 5%;}
  .expand::before, .expand::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(0deg);-webkit-transform: translate(-50%,-50%) rotate(0deg);-moz-transform: translate(-50%,-50%) rotate(0deg); width: 2px; height: 30px; background: #fff; transition: all .3s;-webkit-transition: all .3s;}
  .expand::after,.expand.active:before { transform: translate(-50%,-50%) rotate(90deg);-webkit-transform: translate(-50%,-50%) rotate(90deg);-moz-transform: translate(-50%,-50%) rotate(90deg); }
  .sub-menu { display: none; padding-left: 20px;}

  .eng-box ul li { position: relative; }
  .eng-box ul li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #000; display: block; position: absolute; top: 12px; }
  .eng-box .eng-left li:before{left: 0;}
  .eng-box .eng-right li:before{right: 0;}
  .eng-box .eng-left li{padding-left: 25px;}
  .eng-box .eng-right li{padding-right: 25px;}
  .eng-box ul li + li { margin-top: 5px; }

  .social-media-list { display: flex; flex-wrap: wrap;margin: 0 -10px; } 
  .social-media-list a { display: block; } 
  .social-media-list img { width: 25px; } 
  .social-media-list li { padding: 10px; }
  .social-media { margin-top: 25px; }

.gform_validation_errors,.gfield.gfield--type-captcha{display: none;}
/* Responsive */

@media screen and (min-width:1921px) {
    .svg-animation { width: 100%; }
    .wrapper { max-width: 1920px; }
    .hero-section { height: 100vh; max-height: unset; } 
    .banner-sub-title { width: 100%; }
}

@media screen and (max-width: 1800px) {
    .footer-main-part .f-main-content .f-details .tel,
    .footer-main-part .f-main-content .f-details .mail { font-size: 26px; } 
    .contact-part .contact-detail .c-address .link br { display: none; }
    .hero-content { padding: 170px 0 0 0; }
    .inner-hero-content.hero-content { padding: 120px 0 0 0; }

    .eng-part .eng-box .eng-right.remote-col-2 {padding-right: 180px;}
}

@media screen and (max-width: 1650px) {
    .wrapper {
        width: 95%;
    }

    .banner-sub-title { font-size: 40px; } 
    h1, .h1 { font-size: 60px; }
}

@media screen and (max-width: 1550px) {
    .experience-content { padding-right: 9%; } 
    .experience-section:before { background-size: contain; } 
    .footer-main-part .f-main-content .f-details .tel, .footer-main-part .f-main-content .f-details .mail { font-size: 23px; } 
    .footer-main-part .f-main-content .f-details .address .f-link { font-size: 20px; }
    .contact-part .contact-detail{width: 35%;}
    .contact-part .contact-form{width: 65%;}
}

@media screen and (max-width: 1440px) {
    .experience-section { padding: 230px 0; } 
    .experience-section:before { top: -170px; } 
    .experience-section:after:after { bottom: 70px; } 
    .footer-top-bar .f-menu-part { padding-left: 125px; } 

    .footer-top-bar .f-logo-part .col .f-logo:last-child { padding-left: 40px; } 
    .footer-top-bar .f-logo-part .col .f-logo:first-child { padding-right: 40px; }
    .contact-part .contact-detail .link{font-size: 20px;}
    .contact-part .contact-detail .c-address .link{font-size: 20px;}
	
	.eng-part .eng-box .eng-right.remote-col-2 {padding-right: 0;}
	.eng-part .eng-box .eng-left.remote-col-2 {    padding-left: 0;}

    .menu-toggle svg { width: 65px; }
    .site-header.fixed .menu-toggle svg { width: 54px; }
    .h-menu li + li { margin: 14px 0; }


    .eng-part .eng-box .eng-right.remote-col-2 {padding-right: 140px;}
    .eng-list { margin-top: 35px; }
    .eng-part .eng-box .eng-right.remote-col-2 { justify-content: flex-end; }
    
}

@media screen and (max-width: 1366px) {
    .callout-box { padding: 180px 90px; } 
    .callout-box h3 { line-height: 74px; } 
    .eng-part .eng-left-image::before { right: 400%; } 
    .eng-page .eng-part .eng-box:nth-child(3n) .eng-left-image::before { right: 406%; } 
    .eng-page .eng-part .eng-left-image::before { right: 409%; } 
    .team-bg-box::before { height: 71.6%; }
    .social-media-list img { width: 22px; }
    .about-team-sec .team-bg-box { padding: 100px 0 40px 0; }
}	
@media screen and (max-width: 1360px) {
    .footer-top-bar .f-logo-part .col .f-logo:last-child { width: 60%; } 
    .callout-box { padding: 140px 120px; } 
    .callout-box  p br{ display:none; } 
    .callout-box h3 { padding-bottom: 40px; font-size: 58px; line-height: 55px; }
    .hero-content { padding: 150px 0 0 0; }
    .inner-hero-content.hero-content { padding: 80px 0 0 0; }
    .hero-block-wrap { padding-bottom: 13.4%;margin-bottom: 16px; }
}

@media screen and (max-width: 1290px) {
    h1, .h1 { font-size: 50px } 
    h2, .h2 { font-size: 40px; } 
    .banner-sub-title { font-size: 35px; } 
    .experience-section { padding: 130px 0; } 
    .experience-section:before { top: -150px; } 
    .footer-top-bar { padding: 35px 0 } 
    .footer-top-bar .f-menu-part { padding-left: 50px; } 
    .footer-main-part .f-main-content .f-details .tel, .footer-main-part .f-main-content .f-details .mail { font-size: 18px; } 
    .footer-main-part .f-main-content .f-details .address .f-link { font-size: 16px; } 
    .footer-main-part .f-main-content .f-details .wd-50:first-child { padding-right: 30px; } 
    .footer-main-part .f-main-content .f-details .wd-50:last-child { padding-left: 30px; } 
    .footer-main-part .f-main-content .f-copyright .copy { font-size: 13px; } 
    .eng-part { margin: 70px 0 200px 0; } 
    .about-part { padding-top: 110px; }
    .about-part h3 { line-height: 50px; padding-bottom: 20px; } 
    .about-part p { margin-bottom: 0;padding-bottom: 30px; } 
    .about-part .col.about-detail { padding-right: 8%; } 
    .about-part .col.about-right-img img.img2 { margin-top: -30px; margin-left: 57px; } 
    .about-part .col.about-right-img::after { right: -275px; } 
    .eng-part .eng-box .eng-right.remote-col-2 { padding-right: 0; } 
    .eng-part .eng-box .eng-left.remote-col-2 { padding-left: 0; } 
    .about-us .eng-part { margin: 210px 0 100px 0; } 
    .about-team-sec .team-box { padding: 27px 0px; } 
    .eng-part .eng-box h3 { font-size: 42px; padding-bottom: 30px; } 
    .eng-part .eng-title h2 { padding-bottom: 10px; } 
    .eng-part { margin: 70px 0 90px 0; } 
    .eng-part .eng-box:nth-child(3n) { padding-top: 60px; }
}

@media screen and (max-width: 1199px) {
    .footer-top-bar .f-logo-part .col .f-logo:first-child { width: 25%; } 
    .footer-main-part:after { width: 100%; }
    .contact-part .contact-detail{width: 45%;padding-right: 50px;}
    .contact-part .contact-form{width: 55%;padding-left: 70px;}
	.about-team-sec .about-title p br {    display: none;}
	.about-team-sec .about-title h2 {    padding-bottom: 20px;}
	.about-team-sec .about-title h2 {    font-size: 40px;}
	.about-team-sec .text-center {    padding: 0 10px;}
	.about-team-sec .team-inner {    padding-top: 0px;}
	.team-bg-box::before {    height: 78.6%;}
	.about-team-sec .team-bg-box {    padding: 100px 0 0px 0;}
	.about-team-sec .team-box {    margin: 0 18px 0px;   padding: 18px 0px; }
	.eng-part .eng-box h3 {    font-size: 32px;    padding-bottom: 10px;}
	.about-part ul h4 {    font-size: 19px;}
    .menu-toggle .rectangle::before, .menu-toggle .rectangle::after {left: -0.5vh; width: 105%; }
    .site-header.fixed .menu-toggle .rectangle { width: 53px; }

    .menu-toggle svg {width: 60px; } 
    .lines .bar span, .lines .bar::before, .lines .bar::after { width: 26px; height: 2px; } 
    .site-header.fixed .menu-toggle svg { width: 48px; }
	
	.site-header.fixed .header-inner{ padding: 15px 40px; }
    .eng-part .eng-box p { line-height: 36px; }
    .about-team-sec .team-inner { padding: 30px 0; }

    .footer-main-part .f-main-content .f-details .tel, .footer-main-part .f-main-content .f-details .mail { font-size: 17px; }
    .about-team-sec .team-bg-box { padding: 70px 0 30px 0; }
}


@media screen and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
    h1,
    .h1 {
        font-size: 50px;
    }
    h2,
    .h2 {
        font-size: 35px;
    }
    h3,
    .h3 {
        font-size: 30px;
    }
    p,
    li {
        font-size: 16px;
    }
    .wrapper {
        width: 100%;
    }
    .experience-block img {
        width: 60%;
    }
    .experience-content .heading,
    .experience-content .subline {
        margin-bottom: 20px;
    }
    .experience-section:before {
        top: -130px;
    }
    .experience-section:after {
        bottom: 0;
        width: 105px;
    }
    .footer-top-bar .f-menu-part a {
        font-size: 16px
    }
    .footer-main-part .f-main-content .f-details .tel,
    .footer-main-part .f-main-content .f-details .mail {
        font-size: 17px;
    }
    .footer-main-part .f-main-content .f-details .address .f-link {
        font-size: 16px;
    }
    .footer-main-part .f-main-content .f-map .map-wrap {
        height: 205px;
    }
    .footer-main-part .f-main-content .f-details .wd-50:last-child {
        padding-left: 20px;
    }
    .footer-main-part .f-main-content .f-copyright .copy .f-line {
        margin: 0 10px;
    }
    .footer-main-part .f-main-content .f-details .top-add:after {
        width: calc(100% - 30px);
    }
    /*--Privacy Policy Page Start--*/
    .privacy-policy .content-section div {
        margin-bottom: 60px;
    }
    .privacy-policy .content-section div.gray-bg {
        padding: 60px 55px;
    }
    .privacy-policy .content-section div.gray-bg .wd-50 {
        width: 48%;
    }
    .privacy-policy .content-section strong {
        font-size: 18px;
    }
    /*--Privacy Policy Page End--*/
    .gform_wrapper .gfield.wd-50{width: 100%;}
    .contact-part .contact-detail .link{font-size: 18px;}
    .contact-part .contact-detail .c-address .link{font-size: 18px;}
    .contact-part .contact-detail .title-text{font-size: 14px;}
    .contact-us .contact-part{margin-top: 40px;}
	
	.about-part {padding-top: 80px;}
	.about-part p {margin-bottom: 0;padding-bottom: 30px;}
	.callout-box h3 {font-size: 42px;    padding-bottom: 20px;}
	.eng-part .eng-box {    padding: 0 0;}
	.eng-part .eng-box h3 {    font-size: 40px;    padding-bottom: 10px;}
	.callout-box {    padding: 80px 80px;}
	.eng-part .eng-title p br {    display: none;}
	.about-team-sec .team-inner h4 {    font-size: 19px;    padding-top: 18px;}
	.about-team-sec .team-inner p {    font-size: 16px;    line-height: 22px;}
	.about-part .col.about-right-img img.img2 {    margin-top: -18px;    margin-left: 33px;}
	.eng-part .eng-left-image::before {    right: 366%;}
	.eng-page .eng-part .eng-left-image::before {    right: 359%;}
	.eng-page .eng-part .eng-box:nth-child(3n) .eng-left-image::before {    right: 344%;}

    .header-inner { padding: 17px 30px; }
    .lines:hover .bar span { transform: translateY(-0.1rem); -webkit-transform: translateY(-0.1rem); -moz-transform: translateY(-0.1rem); }
    .lines:hover .bar::after { transform: translateY(0.1rem); -webkit-transform: translateY(0.1rem); -moz-transform: translateY(0.1rem); }
    .eng-part .eng-box p { line-height: 32px; }

    .eng-box ul li::before { width: 5px; height: 5px; top: 11px; }
    .eng-box .eng-left li { padding-left: 16px; }
    .eng-box .eng-right li { padding-right: 16px; }
    .about-team-sec .team-bg-box { padding: 70px 0 20px 0; }
    
}

@media screen and (max-width: 999px) {
    h1,
    .h1 {
        font-size: 40px;
    }
    /*.hero-content{padding-top: 120px}*/
    .experience-section {
        padding: 77px 0;
    }
    .experience-section:before {
        top: -99px;
    }
    .banner-sub-title {
        font-size: 30px;margin-bottom: 12px;
    }
    .experience-img p {
        font-size: 18px;
    }
    .experience-block img {
        width: 55%;
    }
    .experience-content {
        padding-right: 4%;
    }
    .experience-content p {
        line-height: 1.6;
    }
    .footer-top-bar .f-menu-part {
        padding-left: 0;
    }
    .footer-top-bar .f-menu-part a {
        font-size: 15px;
    }
    .footer-main-part .f-main-content .sec {
        width: 100%;
    }
    .f-copyright {
        display: none;
    }
    .mobile-v {
        display: block;
    }
    /*--Privacy Policy Page Start--*/
    .privacy-policy .content-section div.gray-bg .wd-50 {
        width: 100%;
    }
    .privacy-policy .content-section div.gray-bg .wd-50:first-child {
        margin-bottom: 40px;
    }
    /*--Privacy Policy Page End--*/
    .thankyou-content{font-size: 20px; line-height: 30px;}
    .thank-you .hero-block-wrap{padding-bottom: 0;}
	
	.about-team-sec .team-bg-box {    padding: 50px 0 0px 0;}
	.about-team-sec .about-title h2 {    padding-bottom: 20px;}
	.about-team-sec .about-title p {    line-height: 28px;  }
	.callout-box p {    font-size: 16px;    line-height: 28px;}
	.callout-box {    padding: 40px 40px;}
	.callout-box h3 {        padding-bottom: 10px;}
	.about-team-sec .about-title h2 {    font-size: 40px;    line-height: 36px;}
	.eng-part .eng-box p {line-height: 28px;  }
	.eng-part .eng-box h3 {    font-size: 30px;}
	.about-part .col.about-detail {    padding-right: 6%;}
	.about-part h3 {     padding-bottom: 20px;}
	.about-part ul h4 {    font-size: 18px;}
	.about-part p {    line-height: 28px;}
	.about-part ul p {    line-height: 28px;}	
    .site-header.fixed .site-logo a { max-width: 74px; }
    .site-header.fixed .header-inner { padding: 12px 30px; }
    .site-header.fixed .menu-toggle .rectangle { width: 45px; height: 28px; } 
    .lines .bar { width: 2rem; }

    .hero-content { padding: 70px 0 0 0; }
   .common-btn{padding: 16px 28px;font-size: 14px;}
   .error-404 .inner-hero-content.hero-content {height: 100%;}
   .error-404.hero-section { height: 70vh; }

   .about-team-sec .team-inner {margin: 0;}
   .about-team-sec .team-box { width: 28%; }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 767px) {
    body .m-txt-left {
        text-align: left;
    }
    body .m-txt-center {
        text-align: center;
    }
    body .m-txt-right {
        text-align: right;
    }
    body .m-pt-none {
        padding-top: 0;
    }
    body .m-pb-none {
        padding-bottom: 0;
    }
    body .m-mt-none {
        margin-top: 0;
    }
    body .m-mb-none {
        margin-bottom: 0;
    }
    h1,
    .h1 {
        font-size: 35px;
        letter-spacing: -2px;
    }
    h2,
    .h2 {
        font-size: 21px;
        letter-spacing: -1px;
    }
    h3,
    .h3 {
        font-size: 19px;
    }
    p,
    li {
        font-size: 14px;
    }
    .experience-block img {
        width: 50%;
    }
    .experience-section {
        padding: 50px 0;
    }
    .experience-section:before {
        top: -100px;
        width: 40%;
    }
    .experience-section:after {
        width: 50px;
        background-size: contain;
        height: 200px;
    }
    .experience-content {
        padding-right: 0;
        margin-top: 30px;
    }
    .footer-top-bar .f-logo-part .col .f-logo:first-child {
        width: 25%;
        padding-right: 20px;
    }
    .footer-top-bar .f-logo-part .col .f-logo:last-child {
        width: 60%;
        padding-left: 20px;
    }
    /* .footer-top-bar .f-menu-part a {
        font-size: 12px;
        padding: 0 5px;
    } */
    .footer-top-bar .f-menu-part li:first-child a {
        padding-left: 0;
    }
    .footer-top-bar .f-menu-part li:last-child a {
        padding-right: 0;
    }
    .footer-main-part .f-main-content .f-details .wd-50:first-child {
        border: none;
    }
    .footer-main-part .f-main-content .f-details .wd-50 {
        padding: 0 !important;
    }
    .footer-main-part .f-main-content .f-details .col {
        margin-bottom: 20px !important;
    }
    .footer-main-part .f-main-content .f-details .top-add {
        padding-bottom: 25px;
    }
    .footer-main-part .f-main-content .f-copyright .copy {
        text-align: center;
    }
    .footer-main-part .f-main-content .f-copyright .copy .f-line {
        visibility: hidden;
height: 5px;
display: block;
    }
    .site-logo a {
        max-width: 100px;
    }
    .banner-sub-title {
        font-size: 25px;margin-bottom: 6px;

    }
    /* footer top bar */
    .footer-top-bar .block {
        width: 100%;
    }
    .footer-menu {
        margin-top: 30px;
    }
    .footer-top-bar .f-menu-part a {
        font-size: 15px;
        padding: 0 8px;
    }
    .thankyou-content{font-size: 16px; line-height: 28px;}
    .contact-part .contact-detail{width: 100%; padding-right: 0; border-right: none; border-bottom: 1px solid #e0e0e0;}
    .contact-part .contact-form{width: 100%; padding-left: 0; padding-top: 50px;}
    .contact-part .contact-detail .sec{padding: 30px 63px 30px;}
    .contact-part .contact-form .form-part{margin-top: 30px;}
    .form-part input[type="text"], .form-part input[type="number"], .form-part input[type="tel"], .form-part input[type="email"]{height: 44px!important;}
    .form-part .gform_button{width: 206px; height: 69px; line-height: 69px;}
    .contact-page-map .map-wrap{height: 315px;}
    .contact-page-map{margin: 40px 0 45px 0;}
    .form-part .gfield{margin-bottom: 5px;}
    .contact-page-map .h3{margin-bottom: 20px;}

	.about-part {    padding-top: 0px;    margin-bottom: 70px;}
	.page-template-about .hero-section , .page-template-engineering .hero-section{    height: 180px;}
	 .page-template-engineering .eng-part {    margin: 0px 0 30px 0;}
	.about-part .col.about-detail {    padding-right: 0;}
	.about-part .about-inner {    display: block;}
	.about-part .col.about-detail {    width: 100%;}
	.about-part h3 {    font-size: 30px;    line-height: 30px;}
	.about-part ul h4 {    font-size: 16px;    padding-bottom: 0px;}
	.about-part p {    padding-bottom: 20px;    font-size: 16px;}
	.about-part .col.about-right-img::after{display:none;}
	.about-part .col.about-right-img img {    width: 100%;}
	.about-part .col.about-right-img img.img2 {    margin-top: 0;    margin-left: 0;}
	.about-part .col.about-right-img img {    width: 50%;    float: left;}
	.about-part .col.about-right-img {     margin-top: 30px;   width: 100%;    position: relative;    margin: 0 auto;    text-align: center;    margin-top: 30px;    display: inline-block;}
	.about-us .eng-part {    width: 100%;}
	.about-team-sec .team-box {    width: 47%;width: 40%;}
	.team-bg-box::before {    height: 100%;}
	.about-team-sec .team-box {    padding: 15px 0;}
	.about-team-sec .team-inner {    padding-top: 15px;}
	.eng-part .eng-box {      display: block;}
	.eng-part .eng-box .eng-left-image.remote-col-2 img {    width: 100%;}	
	.eng-part .eng-left-image::before, .eng-part .eng-right-image::after{display:none}
	.eng-part .eng-box .eng-left-image.remote-col-2 img, .eng-part .eng-box .eng-right-image.remote-col-2 img {    width: 65%;    display: inline-block;}
	.eng-part .eng-box .eng-left-image.remote-col-2 {    max-width: 100%;    width: 100%;    text-align: center;}
	.eng-part .eng-box .eng-right.remote-col-2 {    width: 100%;  text-align: center;    padding-left: 0;    max-width: 100%;}
	.about-us .eng-part {    margin: 0 0 60px 0;}
	.eng-part .eng-box .eng-right-image.remote-col-2  {max-width: 100%;text-align: center;}
	.eng-part .eng-title h2 {    font-size: 30px;}
	.eng-part .eng-box h3 {    font-size: 28px;}
	.eng-part .eng-box {    padding: 50px 0 0 0;}
	.eng-part .eng-box .eng-left.remote-col-2 {    max-width: 100%;    text-align: center;      padding-right: 0;}
	.callout-box h3 {    font-size: 32px;}
	.callout-box {    text-align: center;}
	.eng-part {    margin: 30px 0 30px 0;}
	.eng-page .eng-part .eng-box {    padding: 40px 0 0 0;}
	.eng-part .eng-title h2 {    font-size: 28px;}
	.eng-part .eng-title h2 {    padding-bottom: 10px;}
	.eng-part .eng-title p {    line-height: 28px;    font-size: 16px;}
	.eng-part .eng-box p {    font-size: 16px;}
	.about-team-sec .about-title p {    line-height: 28px;    font-size: 16px;}
	.eng-part .eng-box h3 {    font-size: 25px;}
	.about-part {    margin-bottom: 0;}
    .lines:hover .bar span,.lines:hover .bar::after,.lines:hover .bar::before{transform: none;-webkit-transform: none;-moz-transform: none;}

    .menu-toggle svg { width: 50px; }
    .error-404 .thankyou-content p br{display: none;}
    .error-404 .thankyou-content p { margin-top: 14px; }

    .eng-box .eng-right li::before { right: unset; left: 0; }
    .eng-box ul{display: flex; flex-wrap: wrap; justify-content: center; flex-direction: column; align-items: center;}
    .eng-box .eng-right li { padding-right: 0; padding-left: 12px; }
    .eng-part .eng-box .eng-right,.eng-part .eng-box .eng-left { justify-content: center; }
    .eng-box ul li::before { width: 4px; height: 4px; top: 10px; }
    .eng-box .eng-left li { padding-left: 12px; }

    .eng-part .eng-box .eng-right.remote-col-2 { justify-content: center; }
    .eng-list { margin-top: 0; }
}   

@media screen and (max-width: 640px) {
    .footer-top-bar .footer-menu .text-uppercase {
        justify-content: center;
        align-items: center;
    }
    .contact-us .hero-section{min-height: unset; height: unset;}
    /* .contact-us .hero-block-wrap{padding-bottom: 0;} */
    .contact-us .contact-part{margin-top: 30px;}
	.eng-part .eng-title h2 {    font-size: 25px;}
	.callout-box h3 {    font-size: 27px;    letter-spacing: normal;}
	.callout-box {    padding: 40px 20px;}	
	.about-team-sec .about-title h2 {    font-size: 30px;    line-height: 26px;}
	.eng-part .eng-title h2 {    line-height: 38px;	}
	.callout-box h3 {    line-height: 36px;}	
    .experience-section:before { top: -40px; width: 20%; }
    .common-btn { padding: 14px 22px; font-size: 12px; }
    .expand { top: 4px; }
}


@media screen and (max-width: 590px) {
    .wd-50 {
        width: 100%;
    }
    /* .hero-section {
        height: 400px;
    } */
    /*.hero-mt{margin-top: -133px;}*/
    /*.hero-content {padding-top: 50px;}*/
    .wrapper {
        padding: 0 20px;
    }
    .header-inner {
        padding: 10px 20px;
    }
    .site-logo {
        width: 20%;
    }
    .contact-txt {
        display: none;
    }
    .experience-block>div {
        width: 100%;
    }
    .menu-toggle .rectangle {
        width: 40px;
        height: 28px
    }
    .banner-sub-title {
        font-size: 20px;
    }
    .footer-top-bar .f-menu-part a {
        font-size: 12px;
    }
    .footer-top-bar .f-logo-part .col .f-logo:first-child {
        width: 35%;
        padding-right: 20px;
    }
    .footer-top-bar .f-logo-part .col .f-logo:last-child {
        width: 64%;
        padding-left: 20px;
    }
    .footer-main-part {
        padding: 45px 0 55px;
    }
    .footer-main-part:after {
        width: 100%;
        height: 60px;
    }
    /*--Privacy Policy Page Start--*/
    .privacy-policy .hero-section {
        height: 300px;
    }
    .privacy-policy .hero-mt .hero-img {
        overflow: hidden;
    }
    .privacy-policy .hero-mt .hero-img img {
        height: 280px;
        width: auto;
        max-width: initial;
    }
    .privacy-policy .content-section {
        margin-top: 20px;
    }
    .privacy-policy .content-section strong {
        font-size: 16px;
    }
    .privacy-policy .content-section div {
        margin-bottom: 40px;
    }
    .privacy-policy .content-section h2,
    .privacy-policy .content-section h3,
    .privacy-policy .content-section h4,
    .privacy-policy .content-section h5,
    .privacy-policy .content-section h6,
    .privacy-policy .content-section p {
        margin-bottom: 20px;
    }
    .privacy-policy .content-section div.gray-bg {
        padding: 40px 20px;
    }
    .privacy-policy .content-section {
        margin-bottom: 70px;
    }
    /*--Privacy Policy Page End--*/
    .thank-you .hero-section{height: 100%;}
    .thank-you .hero-block-wrap{padding-bottom: 100px;}
    .thankyou-content{font-size: 14px;line-height: 24px;}
    .site-header.fixed .header-inner { padding: 10px 15px; }
    .footer-main-part .social-media { margin-bottom: 25px; }
   
}

@media screen and (max-width: 479px) {
    /*.hero-mt{margin-top: -100px;}*/
    /* .hero-section { height: 240px; } */
    .site-header.fixed .menu-toggle .rectangle { width: 35px; height: 23px; }
    .lines .bar {height: 0.8rem;}
    .hero-section,.banner-video { min-height: 250px;}
    /*--Privacy Policy Page Start--*/
    /*.privacy-policy .hero-mt {margin-top: -106px;}*/
    /*--Privacy Policy Page End--*/
    .inner-hero-content.hero-content { padding: 60px 0 0 0; }
    .hero-img img { min-height: 250px; }

    .about-team-sec .team-box{ width: 100%; max-width: 220px; margin-left: auto; margin-right: auto; }
    .eng-box ul li::before { top: 8.5px; }
}

@media screen and (max-width: 375px) {
    /*.hero-mt{margin-top: -93px;}*/
}


/*----Menu Responsive Start---*/
@media only screen and (max-width: 1600px){
    #site-navigation ul li a { font-size: 42px; }
    #site-navigation > ul > li { margin-bottom: 30px; } 
    .header-right { max-width: 680px; } 
    .menu-block { padding-left: 180px; } 
    .expand { width: 30px; height: 30px;top: 3px; } 
    .expand::before, .expand::after {height: 26px;}
    #site-navigation ul li li a { font-size: 30px; }
}
@media only screen and (max-width:1440px) {
    #site-navigation ul li a {
        font-size: 40px;
        line-height: 1.6;
    }
    .menu-block {
        margin-left: 100px;
    }

    .header-right { max-width: 640px; }
    #site-navigation ul li a { font-size: 34px; } 
    #site-navigation > ul > li { margin-bottom: 24px; }
    .expand::before, .expand::after {height: 22px;}
    #site-navigation ul li li a { font-size: 24px; }
    .bottom_bar label { font-size: 18px; letter-spacing: 3px; }
    .bottom_bar a { font-size: 23px; line-height: 25px; padding-bottom: 24px;}
    .bottom_bar .phone { margin-bottom: 16px; }
    .menu-block { padding-left: 150px; }
}

@media only screen and (max-width:1200px) {
    .bottom_bar a {
        font-size: 21px;
        line-height: 29px;
        padding-bottom: 30px;
        padding-top: 10px;
    }
    #site-navigation ul li a:hover::before, .header-right.active #site-navigation ul li.current-menu-item > a::before { width: 147px; }
    #site-navigation ul li a::before {left: -180px;}
    .menu-block { margin-left: 80px; }
    .hero-content { padding: 110px 0 0 0; }
}
@media only screen and (max-width:1024px){
    .bottom_bar a { font-size: 18px; line-height: 1.2; padding-bottom: 20px; padding-top: 5px; }
    .bottom_bar label { font-size: 15px; letter-spacing: 2px; }
    .bottom_bar .phone { margin-bottom: 10px; }
}
@media only screen and (max-width:999px) {
    #site-navigation ul li a { font-size: 30px; line-height: 1.5; } 
    .header-right { width: 500px; } 
    .bottom_bar .phone { margin-bottom: 10px; } 
    .bottom_bar a { font-size: 19px; line-height: 1; padding-bottom: 20px; padding-top: 10px; } 
    .menu-block { margin-left: 50px; } 
    .menu-toggle .rectangle { width: 55px; height: 35px; }
    .site-header.fixed .menu-toggle svg { width: 44px; } 
    #site-navigation ul li a::before {left: -160px;} .h-menu li + li { margin: 12px 0; }
    #site-navigation ul li a:hover::before, .header-right.active #site-navigation ul li.current-menu-item > a::before { width: 97px; left: -110px;}

    .menu-block { padding-left: 120px; }
   .expand::before, .expand::after { height: 16px; }
   .expand { width: 24px; height: 24px; }
   #site-navigation ul li li a { font-size: 20px; }
}

@media only screen and (max-width:640px) {
    .menu-block {
        margin-left: 50px;
    }
    .bottom_bar a {
        font-size: 28px;
        line-height: 1;
        padding-bottom: 17px;
        padding-top: 5px;
    }
    .hero-content {
        padding: 50px 0 0 0;
      }
    .header-right {
        width: 100%;
    }
		h1, .h1 {
    font-size: 28px;letter-spacing: -1.6px;
	}
	.banner-sub-title {
		font-size: 18px;
	}

    .header-right { padding: 65px 0 10px;background: #000; }
    .menu-block { height: calc(100vh - 65px); }
    .bottom_bar a { font-size: 18px; line-height: 1; padding-bottom: 15px; padding-top: 5px; }
 
}

@media only screen and (max-width:479px) {

    h1, .h1 {letter-spacing: -0.5px;font-size: 24px;}
    #site-navigation ul li a {
        font-size: 25px;
    }
    .h-menu li + li {
        margin: 10px 0;
    }
    .bottom_bar a {
        font-size: 15px;
        line-height: 1;
        padding-bottom: 13px;
        padding-top: 3px;
    }
    .header-right {
        width: 100%;
    }
    .bottom_bar label {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .menu-toggle .rectangle {
        width: 38px;
        height: 26px;
    }
    /* .lines .bar span,
    .lines .bar:before,
    .lines .bar {
        margin: unset;
    } */
    .menu-active .lines .bar::after {
        transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
        -webkit-transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
        -moz-transform: translateY(-0.4rem) translateX(0) rotate(-45deg);
      }
      .menu-active .lines .bar span {
        transform: translateY(0.4rem) translateX(0) rotate(45deg);
        -webkit-transform: translateY(0.4rem) translateX(0) rotate(45deg);
        -moz-transform: translateY(0.4rem) translateX(0) rotate(45deg);
      }

      .menu-toggle svg { width: 40px; } 
      .lines { left: 0; } 
      .site-header.fixed .menu-toggle svg { width: 38px; }
      .lines .bar span, .lines .bar::before, .lines .bar::after { width: 19px; }

      .menu-block { padding-left: 60px; }
      #site-navigation > ul > li { margin-bottom: 18px; }
      #site-navigation ul li li a { font-size: 18px; }
      .sub-menu { padding-left: 12px; }
}
@media only screen and (max-width:375px){
    h1, .h1 {
        font-size: 21px;
        line-height: 1.3;
      }
}

/*----Menu Responsive End---*/
@media(min-width:1000px){
/* .site-header.fixed .menu-toggle .rectangle {
    width: 60px;
	height: 33px;
} */
}